FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
181100

org.apache.maven.doxia.site.decoration.Body

BugCategoryDetailsLinePriority
org.codehaus.plexus.util.xml.Xpp3Dom stored into non-transient field Body.footerBAD_PRACTICESE_BAD_FIELD_STORE131Medium
org.codehaus.plexus.util.xml.Xpp3Dom stored into non-transient field Body.headBAD_PRACTICESE_BAD_FIELD_STORE99Medium

org.apache.maven.doxia.site.decoration.DecorationModel

BugCategoryDetailsLinePriority
org.codehaus.plexus.util.xml.Xpp3Dom stored into non-transient field DecorationModel.customBAD_PRACTICESE_BAD_FIELD_STORE173Medium

org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer

BugCategoryDetailsLinePriority
Should org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler$URLContainer be a _static_ inner class?PERFORMANCESIC_INNER_SHOULD_BE_STATIC418-440Medium

org.apache.maven.doxia.site.decoration.io.xpp3.DecorationXpp3Reader

BugCategoryDetailsLinePriority
Dead store to parsed in org.apache.maven.doxia.site.decoration.io.xpp3.DecorationXpp3Reader.parseLinkItem(XmlPullParser, boolean)STYLEDLS_DEAD_LOCAL_STORE1118High
Dead store to parsed in org.apache.maven.doxia.site.decoration.io.xpp3.DecorationXpp3Reader.parseLogo(XmlPullParser, boolean)STYLEDLS_DEAD_LOCAL_STORE1194High
Dead store to parsed in org.apache.maven.doxia.site.decoration.io.xpp3.DecorationXpp3Reader.parseMenu(XmlPullParser, boolean)STYLEDLS_DEAD_LOCAL_STORE1274High
Dead store to parsed in org.apache.maven.doxia.site.decoration.io.xpp3.DecorationXpp3Reader.parsePublishDate(XmlPullParser, boolean)STYLEDLS_DEAD_LOCAL_STORE1432High
Dead store to parsed in org.apache.maven.doxia.site.decoration.io.xpp3.DecorationXpp3Reader.parseVersion(XmlPullParser, boolean)STYLEDLS_DEAD_LOCAL_STORE1523High
Private method org.apache.maven.doxia.site.decoration.io.xpp3.DecorationXpp3Reader.getBooleanValue(String, String, XmlPullParser) is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD161Medium
Private method org.apache.maven.doxia.site.decoration.io.xpp3.DecorationXpp3Reader.getDateValue(String, String, XmlPullParser) is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD249Medium