FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
27200

Files

ClassBugs
com.pyx4j.log4j.MavenLogAppender2

com.pyx4j.log4j.MavenLogAppender

BugCategoryDetailsLine
Method com.pyx4j.log4j.MavenLogAppender.append(LoggingEvent) uses the same code for two branchesSTYLEDB_DUPLICATE_BRANCHES43
Write to static field com.pyx4j.log4j.MavenLogAppender.mavenLog from instance method com.pyx4j.log4j.MavenLogAppender.close()STYLEST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD50