The following document contains the results of SpotBugs
SpotBugs Version is 3.1.12
Threshold is medium
Effort is default
Class | Bugs |
---|---|
ejava.utils.jpa.JPASchemaGenMojo | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
ejava.utils.jpa.JPASchemaGenMojo.getClassLoader() creates a java.net.URLClassLoader classloader, which should be performed within a doPrivileged block | MALICIOUS_CODE | DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED | 116 | Medium |
Exceptional return value of java.io.File.delete() ignored in ejava.utils.jpa.JPASchemaGenMojo.execute() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 169 | Medium |