Package org.eclipse.ltk.core.refactoring
Interface IRefactoringCoreStatusCodes
public interface IRefactoringCoreStatusCodes
Status codes used by the refactoring core plug-in.
Note: this interface is not intended to be implemented by clients.
- Since:
- 3.0
- See Also:
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Status code (value 10001) indicating that a bad location exception has occurred during change execution.static final int
Status code (value 10003) indicating that a condition checker already exists in a shared condition checking context.static final int
Status code (value 10000) indicating an internal error.static final int
Status code (value 10004) indicating that a refactoring history has been read which does not contain version information.static final int
Status code (value 10009) indicating that a participant was disabled, either due to an exception or other reason logged elsewhere.static final int
Status code (value 10008) indicating that participants are disabled because a refactoring threw an exception.static final int
Status code (value 10007) indicating that the format of a refactoring history contains errors.static final int
Status code (value 10006) indicating that a general error has occurred during I/O of a refactoring history.static final int
Status code (value 10005) indicating that a refactoring history with an unsupported version has been read.static final int
Status code (value 10002) indicating that an validateEdit call has changed the content of a file on disk.
-
Field Details
-
INTERNAL_ERROR
static final int INTERNAL_ERRORStatus code (value 10000) indicating an internal error.- See Also:
-
BAD_LOCATION
static final int BAD_LOCATIONStatus code (value 10001) indicating that a bad location exception has occurred during change execution.- See Also:
-
VALIDATE_EDIT_CHANGED_CONTENT
static final int VALIDATE_EDIT_CHANGED_CONTENTStatus code (value 10002) indicating that an validateEdit call has changed the content of a file on disk.- See Also:
-
CHECKER_ALREADY_EXISTS_IN_CONTEXT
static final int CHECKER_ALREADY_EXISTS_IN_CONTEXTStatus code (value 10003) indicating that a condition checker already exists in a shared condition checking context.- See Also:
-
MISSING_REFACTORING_HISTORY_VERSION
static final int MISSING_REFACTORING_HISTORY_VERSIONStatus code (value 10004) indicating that a refactoring history has been read which does not contain version information.- Since:
- 3.2
- See Also:
-
UNSUPPORTED_REFACTORING_HISTORY_VERSION
static final int UNSUPPORTED_REFACTORING_HISTORY_VERSIONStatus code (value 10005) indicating that a refactoring history with an unsupported version has been read.- Since:
- 3.2
- See Also:
-
REFACTORING_HISTORY_IO_ERROR
static final int REFACTORING_HISTORY_IO_ERRORStatus code (value 10006) indicating that a general error has occurred during I/O of a refactoring history.- Since:
- 3.2
- See Also:
-
REFACTORING_HISTORY_FORMAT_ERROR
static final int REFACTORING_HISTORY_FORMAT_ERRORStatus code (value 10007) indicating that the format of a refactoring history contains errors.- Since:
- 3.2
- See Also:
-
REFACTORING_EXCEPTION_DISABLED_PARTICIPANTS
static final int REFACTORING_EXCEPTION_DISABLED_PARTICIPANTSStatus code (value 10008) indicating that participants are disabled because a refactoring threw an exception.- Since:
- 3.4
- See Also:
-
PARTICIPANT_DISABLED
static final int PARTICIPANT_DISABLEDStatus code (value 10009) indicating that a participant was disabled, either due to an exception or other reason logged elsewhere.- Since:
- 3.4
- See Also:
-