The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
72 | 20 | 0 | 0 |
Bug | Category | Details | Line |
---|---|---|---|
Read of unwritten field project in org.apache.myfaces.buildtools.maven2.plugin.xrts.GenerateSourcesMojo.addCompileSourceRoot() | CORRECTNESS | NP_UNWRITTEN_FIELD | 81 |
Read of unwritten field targetDirectory in org.apache.myfaces.buildtools.maven2.plugin.xrts.GenerateSourcesMojo.addCompileSourceRoot() | CORRECTNESS | NP_UNWRITTEN_FIELD | 81 |
Unwritten field: org.apache.myfaces.buildtools.maven2.plugin.xrts.GenerateSourcesMojo.defaultLocales | CORRECTNESS | UWF_UNWRITTEN_FIELD | 71 |
Unwritten field: org.apache.myfaces.buildtools.maven2.plugin.xrts.GenerateSourcesMojo.excludes | CORRECTNESS | UWF_UNWRITTEN_FIELD | 76 |
Unwritten field: org.apache.myfaces.buildtools.maven2.plugin.xrts.GenerateSourcesMojo.project | CORRECTNESS | UWF_UNWRITTEN_FIELD | 81 |
Unwritten field: org.apache.myfaces.buildtools.maven2.plugin.xrts.GenerateSourcesMojo.sourceDirectory | CORRECTNESS | UWF_UNWRITTEN_FIELD | 91 |
Unwritten field: org.apache.myfaces.buildtools.maven2.plugin.xrts.GenerateSourcesMojo.targetDirectory | CORRECTNESS | UWF_UNWRITTEN_FIELD | 81 |
Unwritten field: org.apache.myfaces.buildtools.maven2.plugin.xrts.GenerateSourcesMojo.targetType | CORRECTNESS | UWF_UNWRITTEN_FIELD | 86 |
Bug | Category | Details | Line |
---|---|---|---|
Read of unwritten field project in org.apache.myfaces.buildtools.maven2.plugin.xrts.GenerateTestSourcesMojo.addCompileSourceRoot() | CORRECTNESS | NP_UNWRITTEN_FIELD | 81 |
Read of unwritten field targetDirectory in org.apache.myfaces.buildtools.maven2.plugin.xrts.GenerateTestSourcesMojo.addCompileSourceRoot() | CORRECTNESS | NP_UNWRITTEN_FIELD | 81 |
Unwritten field: org.apache.myfaces.buildtools.maven2.plugin.xrts.GenerateTestSourcesMojo.defaultLocales | CORRECTNESS | UWF_UNWRITTEN_FIELD | 71 |
Unwritten field: org.apache.myfaces.buildtools.maven2.plugin.xrts.GenerateTestSourcesMojo.project | CORRECTNESS | UWF_UNWRITTEN_FIELD | 81 |
Unwritten field: org.apache.myfaces.buildtools.maven2.plugin.xrts.GenerateTestSourcesMojo.targetDirectory | CORRECTNESS | UWF_UNWRITTEN_FIELD | 81 |
Unwritten field: org.apache.myfaces.buildtools.maven2.plugin.xrts.GenerateTestSourcesMojo.targetType | CORRECTNESS | UWF_UNWRITTEN_FIELD | 86 |
Unwritten field: org.apache.myfaces.buildtools.maven2.plugin.xrts.GenerateTestSourcesMojo.testExcludes | CORRECTNESS | UWF_UNWRITTEN_FIELD | 76 |
Unwritten field: org.apache.myfaces.buildtools.maven2.plugin.xrts.GenerateTestSourcesMojo.testSourceDirectory | CORRECTNESS | UWF_UNWRITTEN_FIELD | 91 |
Bug | Category | Details | Line |
---|---|---|---|
Use of non-localized String.toUpperCase() or String.toLowerCase | I18N | DM_CONVERT_CASE | 80 |
ListRTSWriter._pw not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
Bug | Category | Details | Line |
---|---|---|---|
Unread field: org.apache.myfaces.buildtools.maven2.plugin.xrts.XRTSParser._locator | PERFORMANCE | URF_UNREAD_FIELD | 60 |
XRTSParser._currentResourceValue not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |