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 ValueTypePropertyDatabase.decodeProperty(String propStr) Subclasses must define this to instantiate the actual property value from its string encoding.protected FieldDescriptorprotected MethodDescriptorprotected abstract KeyTypeParse a key from a String.voidPropertyDatabase.read(InputStream in) Read property database from an input stream.voidPropertyDatabase.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 BooleanMayReturnNullPropertyDatabase.decodeProperty(String propStr) Deprecated.protected ParameterPropertyParameterNullnessPropertyDatabase.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 FieldStoreTypeFieldStoreTypeDatabase.decodeProperty(String propStr)