The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 27 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| com.pyx4j.log4j.MavenLogAppender | 2 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Method com.pyx4j.log4j.MavenLogAppender.append(LoggingEvent) uses the same code for two branches | STYLE | DB_DUPLICATE_BRANCHES | 43 |
| Write to static field com.pyx4j.log4j.MavenLogAppender.mavenLog from instance method com.pyx4j.log4j.MavenLogAppender.close() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 50 |