Class XbaseConfigurableIssueCodes
- java.lang.Object
-
- org.eclipse.xtext.validation.ConfigurableIssueCodesProvider
-
- org.eclipse.xtext.xbase.validation.XbaseConfigurableIssueCodes
-
public class XbaseConfigurableIssueCodes extends org.eclipse.xtext.validation.ConfigurableIssueCodesProviderThis class holds all the configurable issue codes for the Xbase language.
UseConfigurableIssueCodesProvider.getConfigurableIssueCodes()to get all registered codes.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOMPILER_PB_DEPRECATIONstatic java.lang.StringCOMPILER_PB_DISCOURAGED_REFERENCEstatic java.lang.StringCOMPILER_PB_FORBIDDEN_REFERENCEstatic java.lang.StringCOMPILER_PB_STATIC_ACCESS_RECEIVERstatic java.lang.StringCOMPILER_PB_UNNECESSARY_TYPE_CHECKstatic java.lang.StringCOMPILER_PB_UNUSED_IMPORTstatic java.lang.StringCOMPILER_PB_UNUSED_LOCALstatic java.lang.StringJDT_CORE_PLUGIN_ID
-
Constructor Summary
Constructors Constructor Description XbaseConfigurableIssueCodes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.xtext.preferences.PreferenceKeycreateDelegate(java.lang.String id, java.lang.String delegationKey)protected org.eclipse.xtext.preferences.PreferenceKeycreateDelegate(java.lang.String id, java.lang.String delegationKey, java.lang.String defaultSeverity)protected java.lang.StringgetAbstractMethodInvocationSeverity()protected java.lang.StringgetUnqualifiedSuperCallSeverity()protected voidinitialize(org.eclipse.xtext.util.IAcceptor<org.eclipse.xtext.preferences.PreferenceKey> iAcceptor)
-
-
-
Field Detail
-
JDT_CORE_PLUGIN_ID
public static final java.lang.String JDT_CORE_PLUGIN_ID
- See Also:
- Constant Field Values
-
COMPILER_PB_DISCOURAGED_REFERENCE
public static final java.lang.String COMPILER_PB_DISCOURAGED_REFERENCE
- See Also:
- Constant Field Values
-
COMPILER_PB_FORBIDDEN_REFERENCE
public static final java.lang.String COMPILER_PB_FORBIDDEN_REFERENCE
- See Also:
- Constant Field Values
-
COMPILER_PB_UNNECESSARY_TYPE_CHECK
public static final java.lang.String COMPILER_PB_UNNECESSARY_TYPE_CHECK
- See Also:
- Constant Field Values
-
COMPILER_PB_UNUSED_IMPORT
public static final java.lang.String COMPILER_PB_UNUSED_IMPORT
- See Also:
- Constant Field Values
-
COMPILER_PB_UNUSED_LOCAL
public static final java.lang.String COMPILER_PB_UNUSED_LOCAL
- See Also:
- Constant Field Values
-
COMPILER_PB_DEPRECATION
public static final java.lang.String COMPILER_PB_DEPRECATION
- See Also:
- Constant Field Values
-
COMPILER_PB_STATIC_ACCESS_RECEIVER
public static final java.lang.String COMPILER_PB_STATIC_ACCESS_RECEIVER
- See Also:
- Constant Field Values
-
-
Method Detail
-
initialize
protected void initialize(org.eclipse.xtext.util.IAcceptor<org.eclipse.xtext.preferences.PreferenceKey> iAcceptor)
- Overrides:
initializein classorg.eclipse.xtext.validation.ConfigurableIssueCodesProvider
-
getUnqualifiedSuperCallSeverity
protected java.lang.String getUnqualifiedSuperCallSeverity()
-
getAbstractMethodInvocationSeverity
protected java.lang.String getAbstractMethodInvocationSeverity()
-
createDelegate
protected org.eclipse.xtext.preferences.PreferenceKey createDelegate(java.lang.String id, java.lang.String delegationKey)
-
createDelegate
protected org.eclipse.xtext.preferences.PreferenceKey createDelegate(java.lang.String id, java.lang.String delegationKey, java.lang.String defaultSeverity)
-
-