public class XbaseConfigurableIssueCodes extends ConfigurableIssueCodesProvider
getConfigurableIssueCodes() to get all registered codes.| Modifier and Type | Field and Description |
|---|---|
static String |
COMPILER_PB_DEPRECATION |
static String |
COMPILER_PB_DISCOURAGED_REFERENCE |
static String |
COMPILER_PB_FORBIDDEN_REFERENCE |
static String |
COMPILER_PB_UNNECESSARY_TYPE_CHECK |
static String |
COMPILER_PB_UNUSED_IMPORT |
static String |
COMPILER_PB_UNUSED_LOCAL |
static String |
JDT_CORE_PLUGIN_ID |
| Constructor and Description |
|---|
XbaseConfigurableIssueCodes() |
| Modifier and Type | Method and Description |
|---|---|
protected PreferenceKey |
create(String id,
String defaultValue) |
protected PreferenceKey |
createDelegate(String id,
String delegationKey) |
protected PreferenceKey |
createDelegate(String id,
String delegationKey,
String defaultSeverity) |
protected String |
getAbstractMethodInvocationSeverity() |
Map<String,PreferenceKey> |
getConfigurableIssueCodes() |
protected String |
getUnqualifiedSuperCallSeverity() |
protected void |
initialize(IAcceptor<PreferenceKey> iAcceptor) |
public static final String JDT_CORE_PLUGIN_ID
public static final String COMPILER_PB_DISCOURAGED_REFERENCE
public static final String COMPILER_PB_FORBIDDEN_REFERENCE
public static final String COMPILER_PB_UNNECESSARY_TYPE_CHECK
public static final String COMPILER_PB_UNUSED_IMPORT
public static final String COMPILER_PB_UNUSED_LOCAL
public static final String COMPILER_PB_DEPRECATION
protected void initialize(IAcceptor<PreferenceKey> iAcceptor)
protected String getUnqualifiedSuperCallSeverity()
protected String getAbstractMethodInvocationSeverity()
protected final PreferenceKey create(String id, String defaultValue)
protected PreferenceKey createDelegate(String id, String delegationKey)
protected PreferenceKey createDelegate(String id, String delegationKey, String defaultSeverity)
public Map<String,PreferenceKey> getConfigurableIssueCodes()
getConfigurableIssueCodes in class ConfigurableIssueCodesProviderCopyright © 2015. All Rights Reserved.