FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.2

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
4 10 0 0

org.apache.maven.plugins.linkcheck.HelpMojo

Bug Category Details Line Priority
org.apache.maven.plugins.linkcheck.HelpMojo.build() may fail to clean up java.io.InputStream EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION 68 Medium

org.apache.maven.plugins.linkcheck.LinkcheckReport

Bug Category Details Line Priority
Redundant nullcheck of documents, which is known to be non-null in org.apache.maven.plugins.linkcheck.LinkcheckReport.getBasedir() STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 363 Medium
exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugins.linkcheck.LinkcheckReport.getBasedir() BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 349 Medium

org.apache.maven.plugins.linkcheck.LinkcheckReportGenerator

Bug Category Details Line Priority
org.apache.maven.plugins.linkcheck.LinkcheckReportGenerator.setExcludedHttpStatusErrors(Integer[]) may expose internal representation by storing an externally mutable object into LinkcheckReportGenerator.excludedHttpStatusErrors MALICIOUS_CODE EI_EXPOSE_REP2 62 Medium
org.apache.maven.plugins.linkcheck.LinkcheckReportGenerator.setExcludedHttpStatusWarnings(Integer[]) may expose internal representation by storing an externally mutable object into LinkcheckReportGenerator.excludedHttpStatusWarnings MALICIOUS_CODE EI_EXPOSE_REP2 71 Medium
org.apache.maven.plugins.linkcheck.LinkcheckReportGenerator.setExcludedLinks(String[]) may expose internal representation by storing an externally mutable object into LinkcheckReportGenerator.excludedLinks MALICIOUS_CODE EI_EXPOSE_REP2 80 Medium
org.apache.maven.plugins.linkcheck.LinkcheckReportGenerator.setExcludedPages(String[]) may expose internal representation by storing an externally mutable object into LinkcheckReportGenerator.excludedPages MALICIOUS_CODE EI_EXPOSE_REP2 89 Medium

org.apache.maven.plugins.linkcheck.SiteInvoker

Bug Category Details Line Priority
Null passed for nonnull parameter of new java.io.File(String) in org.apache.maven.plugins.linkcheck.SiteInvoker.getMavenHome() CORRECTNESS NP_NULL_PARAM_DEREF 372 Medium
exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugins.linkcheck.SiteInvoker.invoke(Invoker, InvocationRequest, File, List, Properties, String) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 292 Medium
exceptional return value of java.io.File.delete() ignored in org.apache.maven.plugins.linkcheck.SiteInvoker.invokeSite(MavenProject, File) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 150 Medium