FindBugs Audit

Designed for use with FindBugs and Ant. Adapted from CheckStyle.

Immediate dereference of the result of readLine()

The result of invoking readLine() is immediately dereferenced. If there are no more lines of text to read, readLine() will return null and dereferencing that will generate a null pointer exception. </p>
ClassMethodSourceLine
org.argouml.persistence.ProfileConfigurationFilePersisterhandlePluginProfile127
org.argouml.persistence.ProfileConfigurationFilePersisterhandleUserDefinedProfile148
org.argouml.persistence.ProfileConfigurationFilePersisterload92