The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
com.tonicsystems.jarjar.JarJarMojo.execute() ignores exceptional return value of java.io.File.delete() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 160 | Medium |
com.tonicsystems.jarjar.JarJarMojo.execute() ignores exceptional return value of java.io.File.mkdirs() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 249 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Method new com.tonicsystems.jarjar.Wildcard(String, String) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 73 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
com.tonicsystems.jarjar.util.ClassHeaderReader.getInterfaces() may expose internal representation by returning ClassHeaderReader.interfaces | MALICIOUS_CODE | EI_EXPOSE_REP | 50 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
com.tonicsystems.jarjar.util.StandaloneJarProcessor.run(File, File, JarProcessor, boolean) ignores exceptional return value of java.io.File.delete() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 75 | Medium |