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
72 20 0 0

Files

Class Bugs
org.apache.myfaces.trinidadbuild.plugin.xrts.GenerateSourcesMojo 8
org.apache.myfaces.trinidadbuild.plugin.xrts.GenerateTestSourcesMojo 8
org.apache.myfaces.trinidadbuild.plugin.xrts.ListRTSWriter 2
org.apache.myfaces.trinidadbuild.plugin.xrts.XRTSParser 2

org.apache.myfaces.trinidadbuild.plugin.xrts.GenerateSourcesMojo

Bug Category Details Line
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.xrts.GenerateSourcesMojo.addCompileSourceRoot() CORRECTNESS NP_UNWRITTEN_FIELD 81
Read of unwritten field targetDirectory in org.apache.myfaces.trinidadbuild.plugin.xrts.GenerateSourcesMojo.addCompileSourceRoot() CORRECTNESS NP_UNWRITTEN_FIELD 81
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.xrts.GenerateSourcesMojo.defaultLocales CORRECTNESS UWF_UNWRITTEN_FIELD 71
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.xrts.GenerateSourcesMojo.excludes CORRECTNESS UWF_UNWRITTEN_FIELD 76
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.xrts.GenerateSourcesMojo.project CORRECTNESS UWF_UNWRITTEN_FIELD 81
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.xrts.GenerateSourcesMojo.sourceDirectory CORRECTNESS UWF_UNWRITTEN_FIELD 91
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.xrts.GenerateSourcesMojo.targetDirectory CORRECTNESS UWF_UNWRITTEN_FIELD 81
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.xrts.GenerateSourcesMojo.targetType CORRECTNESS UWF_UNWRITTEN_FIELD 86

org.apache.myfaces.trinidadbuild.plugin.xrts.GenerateTestSourcesMojo

Bug Category Details Line
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.xrts.GenerateTestSourcesMojo.addCompileSourceRoot() CORRECTNESS NP_UNWRITTEN_FIELD 81
Read of unwritten field targetDirectory in org.apache.myfaces.trinidadbuild.plugin.xrts.GenerateTestSourcesMojo.addCompileSourceRoot() CORRECTNESS NP_UNWRITTEN_FIELD 81
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.xrts.GenerateTestSourcesMojo.defaultLocales CORRECTNESS UWF_UNWRITTEN_FIELD 71
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.xrts.GenerateTestSourcesMojo.project CORRECTNESS UWF_UNWRITTEN_FIELD 81
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.xrts.GenerateTestSourcesMojo.targetDirectory CORRECTNESS UWF_UNWRITTEN_FIELD 81
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.xrts.GenerateTestSourcesMojo.targetType CORRECTNESS UWF_UNWRITTEN_FIELD 86
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.xrts.GenerateTestSourcesMojo.testExcludes CORRECTNESS UWF_UNWRITTEN_FIELD 76
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.xrts.GenerateTestSourcesMojo.testSourceDirectory CORRECTNESS UWF_UNWRITTEN_FIELD 91

org.apache.myfaces.trinidadbuild.plugin.xrts.ListRTSWriter

Bug Category Details Line
Use of non-localized String.toUpperCase() or String.toLowerCase I18N DM_CONVERT_CASE 78
ListRTSWriter._pw not initialized in constructor STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR Not available

org.apache.myfaces.trinidadbuild.plugin.xrts.XRTSParser

Bug Category Details Line
Unread field: org.apache.myfaces.trinidadbuild.plugin.xrts.XRTSParser._locator PERFORMANCE URF_UNREAD_FIELD 63
XRTSParser._currentResourceValue not initialized in constructor STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR Not available