The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.kuali.maven.mojo.MavenLogger | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Method org.kuali.maven.mojo.MavenLogger.append(LoggingEvent) uses the same code for two branches | STYLE | DB_DUPLICATE_BRANCHES | 86 | Medium |
Write to static field org.kuali.maven.mojo.MavenLogger.mavenLog from instance method org.kuali.maven.mojo.MavenLogger.close() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 102 | High |