The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.jomc.tools.JomcTool.getInputEncoding(): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 2801 | High |
Found reliance on default encoding in org.jomc.tools.JomcTool.getOutputEncoding(): new java.io.OutputStreamWriter(OutputStream) | I18N | DM_DEFAULT_ENCODING | 2835 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Nullcheck of o at line 150 of value previously dereferenced in new org.jomc.tools.model.SourceFileType(SourceFileType) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 149 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Nullcheck of o at line 87 of value previously dereferenced in new org.jomc.tools.model.SourceFilesType(SourceFilesType) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 86 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Nullcheck of o at line 145 of value previously dereferenced in new org.jomc.tools.model.SourceSectionType(SourceSectionType) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 144 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Nullcheck of o at line 77 of value previously dereferenced in new org.jomc.tools.model.SourceSectionsType(SourceSectionsType) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 76 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Nullcheck of o at line 126 of value previously dereferenced in new org.jomc.tools.model.TemplateParameterType(TemplateParameterType) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 125 | Medium |