The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is
Effort is min
Class | Bugs |
---|---|
org.andromda.maven.plugin.bootstrap.install.BootstrapInstallMojo | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.andromda.maven.plugin.bootstrap.install.BootstrapInstallMojo.writeMinimalPom(File): new java.io.FileWriter(File) | I18N | DM_DEFAULT_ENCODING | 214 | High |
org.andromda.maven.plugin.bootstrap.install.BootstrapInstallMojo.writeMinimalPom(File) may fail to clean up java.io.Writer | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 214 | Medium |
Nullcheck of path at line 123 of value previously dereferenced in org.andromda.maven.plugin.bootstrap.install.BootstrapInstallMojo.execute() | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 123 | Medium |