FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

Classes Bugs Errors Missing Classes
58 12 0 0

Files

Class Bugs
org.apache.continuum.buildagent.model.ContinuumBuildAgentConfigurationModel 1
org.apache.continuum.buildagent.model.Installation 1
org.apache.continuum.buildagent.model.io.xpp3.ContinuumBuildAgentConfigurationModelXpp3Reader 10

org.apache.continuum.buildagent.model.ContinuumBuildAgentConfigurationModel

Bug Category Details Line
org.apache.continuum.buildagent.model.ContinuumBuildAgentConfigurationModel is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID Not available

org.apache.continuum.buildagent.model.Installation

Bug Category Details Line
org.apache.continuum.buildagent.model.Installation is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID Not available

org.apache.continuum.buildagent.model.io.xpp3.ContinuumBuildAgentConfigurationModelXpp3Reader

Bug Category Details Line
Private method org.apache.continuum.buildagent.model.io.xpp3.ContinuumBuildAgentConfigurationModelXpp3Reader.getBooleanValue(String, String, XmlPullParser) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 103
Private method org.apache.continuum.buildagent.model.io.xpp3.ContinuumBuildAgentConfigurationModelXpp3Reader.getDateValue(String, String, XmlPullParser) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 191
Private method org.apache.continuum.buildagent.model.io.xpp3.ContinuumBuildAgentConfigurationModelXpp3Reader.getByteValue(String, String, XmlPullParser, boolean) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 143-157
Private method org.apache.continuum.buildagent.model.io.xpp3.ContinuumBuildAgentConfigurationModelXpp3Reader.getCharacterValue(String, String, XmlPullParser) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 172-176
Private method org.apache.continuum.buildagent.model.io.xpp3.ContinuumBuildAgentConfigurationModelXpp3Reader.getDoubleValue(String, String, XmlPullParser, boolean) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 254-268
Private method org.apache.continuum.buildagent.model.io.xpp3.ContinuumBuildAgentConfigurationModelXpp3Reader.getFloatValue(String, String, XmlPullParser, boolean) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 284-298
Private method org.apache.continuum.buildagent.model.io.xpp3.ContinuumBuildAgentConfigurationModelXpp3Reader.getIntegerValue(String, String, XmlPullParser, boolean) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 314-328
Private method org.apache.continuum.buildagent.model.io.xpp3.ContinuumBuildAgentConfigurationModelXpp3Reader.getLongValue(String, String, XmlPullParser, boolean) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 344-358
Private method org.apache.continuum.buildagent.model.io.xpp3.ContinuumBuildAgentConfigurationModelXpp3Reader.getRequiredAttributeValue(String, String, XmlPullParser, boolean) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 374-381
Private method org.apache.continuum.buildagent.model.io.xpp3.ContinuumBuildAgentConfigurationModelXpp3Reader.getShortValue(String, String, XmlPullParser, boolean) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 397-411