Package com.mebigfatguy.fbcontrib.detect
Class MapUsageIssues.ContainsKey
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.detect.MapUsageIssues.ContainsKey
-
- Enclosing class:
- MapUsageIssues
static class MapUsageIssues.ContainsKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object
keyValue
private int
reportLevel
private int
scopeEnd
-
Constructor Summary
Constructors Constructor Description ContainsKey(edu.umd.cs.findbugs.OpcodeStack.Item itm, int ifEnd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
getReportLevel()
int
hashCode()
boolean
outOfScope(int pc)
java.lang.String
toString()
-
-
-
Method Detail
-
outOfScope
public boolean outOfScope(int pc)
-
getReportLevel
public int getReportLevel()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-