FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.0

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
21 7 0 0

org.jomc.tools.JomcTool

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

org.jomc.tools.model.SourceFileType

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

org.jomc.tools.model.SourceFilesType

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

org.jomc.tools.model.SourceSectionType

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

org.jomc.tools.model.SourceSectionsType

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

org.jomc.tools.model.TemplateParameterType

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