FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
4200

org.kuali.maven.mojo.MavenLogger

BugCategoryDetailsLinePriority
Method org.kuali.maven.mojo.MavenLogger.append(LoggingEvent) uses the same code for two branchesSTYLEDB_DUPLICATE_BRANCHES86Medium
Write to static field org.kuali.maven.mojo.MavenLogger.mavenLog from instance method org.kuali.maven.mojo.MavenLogger.close()STYLEST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD102High