|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cs.findbugs.detect.FindRefComparison
public class FindRefComparison
Find suspicious reference comparisons. This includes:
| Nested Class Summary | |
|---|---|
static class |
FindRefComparison.DynamicStringType
Type representing a dynamically created String. |
static class |
FindRefComparison.FinalConstant
|
static class |
FindRefComparison.ParameterStringType
Type representing a String passed as a parameter. |
static class |
FindRefComparison.StaticStringType
Type representing a static String. |
| Field Summary |
|---|
| Fields inherited from interface edu.umd.cs.findbugs.Priorities |
|---|
EXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY |
| Fields inherited from interface edu.umd.cs.findbugs.ba.type.ExtendedTypes |
|---|
T_AVAIL_TYPE, T_BOTTOM, T_DOUBLE_EXTRA, T_EXCEPTION, T_LONG_EXTRA, T_NULL, T_TOP |
| Constructor Summary | |
|---|---|
FindRefComparison(BugReporter bugReporter)
|
|
| Method Summary | |
|---|---|
void |
report()
This method is called after all classes to be visited. |
void |
visitClassContext(ClassContext classContext)
Visit the ClassContext for a class which should be analyzed for instances of bug patterns. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FindRefComparison(BugReporter bugReporter)
| Method Detail |
|---|
public void visitClassContext(ClassContext classContext)
Detector
visitClassContext in interface DetectorclassContext - the ClassContextpublic void report()
Detector
report in interface Detector
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||