Uses of Class
edu.umd.cs.findbugs.ba.interproc.PropertyDatabaseFormatException
Packages that use PropertyDatabaseFormatException
Package
Description
-
Uses of PropertyDatabaseFormatException in edu.umd.cs.findbugs.ba.interproc
Methods in edu.umd.cs.findbugs.ba.interproc that throw PropertyDatabaseFormatExceptionModifier and TypeMethodDescriptionprotected abstract ValueType
PropertyDatabase.decodeProperty
(String propStr) Subclasses must define this to instantiate the actual property value from its string encoding.protected FieldDescriptor
protected MethodDescriptor
protected abstract KeyType
Parse a key from a String.void
PropertyDatabase.read
(InputStream in) Read property database from an input stream.void
PropertyDatabase.readFromFile
(String fileName) Read property database from given file. -
Uses of PropertyDatabaseFormatException in edu.umd.cs.findbugs.ba.npe
Methods in edu.umd.cs.findbugs.ba.npe that throw PropertyDatabaseFormatExceptionModifier and TypeMethodDescriptionprotected Boolean
MayReturnNullPropertyDatabase.decodeProperty
(String propStr) Deprecated.protected ParameterProperty
ParameterNullnessPropertyDatabase.decodeProperty
(String propStr) -
Uses of PropertyDatabaseFormatException in edu.umd.cs.findbugs.ba.type
Methods in edu.umd.cs.findbugs.ba.type that throw PropertyDatabaseFormatExceptionModifier and TypeMethodDescriptionprotected FieldStoreType
FieldStoreTypeDatabase.decodeProperty
(String propStr)