|
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<ParameterNullnessProperty>
edu.umd.cs.findbugs.ba.npe.ParameterNullnessPropertyDatabase
public class ParameterNullnessPropertyDatabase
Method property database storing which method parameters might be unconditionally dereferenced.
Constructor Summary | |
---|---|
ParameterNullnessPropertyDatabase()
|
Method Summary | |
---|---|
protected ParameterNullnessProperty |
decodeProperty(java.lang.String propStr)
Subclasses must define this to instantiate the actual property value from its string encoding. |
protected java.lang.String |
encodeProperty(ParameterNullnessProperty 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 ParameterNullnessPropertyDatabase()
Method Detail |
---|
protected ParameterNullnessProperty decodeProperty(java.lang.String propStr) throws PropertyDatabaseFormatException
PropertyDatabase
decodeProperty
in class PropertyDatabase<MethodDescriptor,ParameterNullnessProperty>
propStr
- String containing the encoded property
PropertyDatabaseFormatException
protected java.lang.String encodeProperty(ParameterNullnessProperty property)
PropertyDatabase
encodeProperty
in class PropertyDatabase<MethodDescriptor,ParameterNullnessProperty>
property
- the property
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |