Package org.eclipse.jdt.ui.cleanup


package org.eclipse.jdt.ui.cleanup
Application programming interfaces for code clean up.

Package Specification

This package provides the interfaces and classes that are needed to contribute a code clean up via org.eclipse.jdt.ui.cleanUps extension point.
  • Class
    Description
    The context that contains all information required by a clean up to create a fix.
    Allows to set and retrieve clean up settings for given options keys.
    Specifies the requirements of a clean up.
    A clean up solves problems in a compilation unit.
    Provides the UI to configure a clean up.
    A clean up fix calculates a CompilationUnitChange which can be applied on a document to fix one or more problems in a compilation unit.
    Initializes the default options for a clean up kind.