|
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.ba.interproc.PropertyDatabase<MethodDescriptor,Property>
edu.umd.cs.findbugs.ba.interproc.MethodPropertyDatabase<java.lang.Boolean>
edu.umd.cs.findbugs.ba.npe.ReturnValueNullnessPropertyDatabase
public class ReturnValueNullnessPropertyDatabase
Method property database storing which methods return values guaranteed to be nonnull
Constructor Summary | |
---|---|
ReturnValueNullnessPropertyDatabase()
|
Method Summary | |
---|---|
protected java.lang.Boolean |
decodeProperty(java.lang.String propStr)
Subclasses must define this to instantiate the actual property value from its string encoding. |
protected java.lang.String |
encodeProperty(java.lang.Boolean property)
Subclasses must define this to encode a property as a string for output to a file. |
Methods inherited from class edu.umd.cs.findbugs.ba.interproc.MethodPropertyDatabase |
---|
parseKey, writeKey |
Methods inherited from class edu.umd.cs.findbugs.ba.interproc.PropertyDatabase |
---|
entrySet, getKeys, getProperty, isEmpty, read, readFromFile, removeProperty, setProperty, write, writeToFile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReturnValueNullnessPropertyDatabase()
Method Detail |
---|
protected java.lang.Boolean decodeProperty(java.lang.String propStr)
PropertyDatabase
decodeProperty
in class PropertyDatabase<MethodDescriptor,java.lang.Boolean>
propStr
- String containing the encoded property
protected java.lang.String encodeProperty(java.lang.Boolean property)
PropertyDatabase
encodeProperty
in class PropertyDatabase<MethodDescriptor,java.lang.Boolean>
property
- the property
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |