The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs | 
|---|---|
| org.apache.maven.plugins.ejb.EjbMojo | 1 | 
| org.apache.maven.plugins.ejb.IncludesExcludes | 2 | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugins.ejb.EjbMojo.execute() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 292 | Medium | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| Dead store to result in org.apache.maven.plugins.ejb.IncludesExcludes.resultingExcludes() | STYLE | DLS_DEAD_LOCAL_STORE | 64 | Medium | 
| Dead store to result in org.apache.maven.plugins.ejb.IncludesExcludes.resultingIncludes() | STYLE | DLS_DEAD_LOCAL_STORE | 49 | Medium |