public class XbaseConfigurableIssueCodes
extends org.eclipse.xtext.validation.ConfigurableIssueCodesProvider
ConfigurableIssueCodesProvider.getConfigurableIssueCodes() to get all registered codes.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPILER_PB_DEPRECATION |
static java.lang.String |
COMPILER_PB_DISCOURAGED_REFERENCE |
static java.lang.String |
COMPILER_PB_FORBIDDEN_REFERENCE |
static java.lang.String |
COMPILER_PB_STATIC_ACCESS_RECEIVER |
static java.lang.String |
COMPILER_PB_UNNECESSARY_TYPE_CHECK |
static java.lang.String |
COMPILER_PB_UNUSED_IMPORT |
static java.lang.String |
COMPILER_PB_UNUSED_LOCAL |
static java.lang.String |
JDT_CORE_PLUGIN_ID |
| Constructor and Description |
|---|
XbaseConfigurableIssueCodes() |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.xtext.preferences.PreferenceKey |
createDelegate(java.lang.String id,
java.lang.String delegationKey) |
protected org.eclipse.xtext.preferences.PreferenceKey |
createDelegate(java.lang.String id,
java.lang.String delegationKey,
java.lang.String defaultSeverity) |
protected java.lang.String |
getAbstractMethodInvocationSeverity() |
protected java.lang.String |
getUnqualifiedSuperCallSeverity() |
protected void |
initialize(org.eclipse.xtext.util.IAcceptor<org.eclipse.xtext.preferences.PreferenceKey> iAcceptor) |
public static final java.lang.String JDT_CORE_PLUGIN_ID
public static final java.lang.String COMPILER_PB_DISCOURAGED_REFERENCE
public static final java.lang.String COMPILER_PB_FORBIDDEN_REFERENCE
public static final java.lang.String COMPILER_PB_UNNECESSARY_TYPE_CHECK
public static final java.lang.String COMPILER_PB_UNUSED_IMPORT
public static final java.lang.String COMPILER_PB_UNUSED_LOCAL
public static final java.lang.String COMPILER_PB_DEPRECATION
public static final java.lang.String COMPILER_PB_STATIC_ACCESS_RECEIVER
protected void initialize(org.eclipse.xtext.util.IAcceptor<org.eclipse.xtext.preferences.PreferenceKey> iAcceptor)
initialize in class org.eclipse.xtext.validation.ConfigurableIssueCodesProviderprotected java.lang.String getUnqualifiedSuperCallSeverity()
protected java.lang.String getAbstractMethodInvocationSeverity()
protected org.eclipse.xtext.preferences.PreferenceKey createDelegate(java.lang.String id,
java.lang.String delegationKey)
protected org.eclipse.xtext.preferences.PreferenceKey createDelegate(java.lang.String id,
java.lang.String delegationKey,
java.lang.String defaultSeverity)