public class Java8MapApiInspection extends AbstractBaseJavaLocalInspectionTool
| Modifier and Type | Field and Description |
|---|---|
boolean |
mySideEffects |
boolean |
mySuggestMapComputeIfAbsent |
boolean |
mySuggestMapGetOrDefault |
boolean |
mySuggestMapMerge |
boolean |
mySuggestMapPutIfAbsent |
boolean |
mySuggestMapReplaceAll |
boolean |
myTreatGetNullAsContainsKey |
static java.lang.String |
SHORT_NAME |
EMPTY_ARRAY, VALID_ID_PATTERNmyNameProvider| Constructor and Description |
|---|
Java8MapApiInspection() |
| Modifier and Type | Method and Description |
|---|---|
PsiElementVisitor |
buildVisitor(ProblemsHolder holder,
boolean isOnTheFly)
Override the method to provide your own inspection visitor.
|
javax.swing.JComponent |
createOptionsPanel()
This method is called each time UI is shown.
|
static java.lang.String |
getNameCandidate(java.lang.String name) |
checkClass, checkField, checkMethodbuildVisitor, checkFile, getAlternativeID, getID, getProblemElement, getSuppressId, inspectionFinished, inspectionFinished, inspectionStarted, isValidID, processFile, runForWholeFilecleanup, getBatchSuppressActions, getBlackList, getDefaultLevel, getDescriptionContextClass, getDescriptionFileName, getDisplayName, getGeneralGroupName, getGroupDisplayName, getGroupKey, getGroupPath, getMainToolId, getSerializationFilter, getShortName, getShortName, getStaticDescription, getSuppressors, initialize, isEnabledByDefault, isInitialized, isSuppressedFor, loadDescription, readSettings, showDefaultConfigurationOptions, writeSettingspublic static final java.lang.String SHORT_NAME
public boolean mySuggestMapGetOrDefault
public boolean mySuggestMapComputeIfAbsent
public boolean mySuggestMapPutIfAbsent
public boolean mySuggestMapMerge
public boolean mySuggestMapReplaceAll
public boolean myTreatGetNullAsContainsKey
public boolean mySideEffects
public javax.swing.JComponent createOptionsPanel()
InspectionProfileEntrycreateOptionsPanel in class InspectionProfileEntrynull if no UI options required.public PsiElementVisitor buildVisitor(ProblemsHolder holder, boolean isOnTheFly)
LocalInspectionToolPsiRecursiveElementVisitor)
since it will be fed with every element in the file anyway.
Visitor created must be thread-safe since it might be called on several elements concurrently.buildVisitor in class AbstractBaseJavaLocalInspectionToolholder - where visitor will register problems found.isOnTheFly - true if inspection was run in non-batch modePsiRecursiveVisitorpublic static java.lang.String getNameCandidate(java.lang.String name)