The following document contains the results of FindBugs
FindBugs Version is 2.0.3
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.archetype.proxy.RepositoryServlet | 6 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.apache.maven.archetype.proxy.RepositoryServlet.service(ServletRequest, ServletResponse): new java.io.FileWriter(File) | I18N | DM_DEFAULT_ENCODING | 178 | High |
org.apache.maven.archetype.proxy.RepositoryServlet.service(ServletRequest, ServletResponse) may fail to clean up java.io.InputStream on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 137 | Medium |
org.apache.maven.archetype.proxy.RepositoryServlet.service(ServletRequest, ServletResponse) may fail to clean up java.io.Writer on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 178 | Medium |
Redundant nullcheck of is, which is known to be non-null in org.apache.maven.archetype.proxy.RepositoryServlet.service(ServletRequest, ServletResponse) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 139 | Medium |
Exceptional return value of java.io.File.delete() ignored in org.apache.maven.archetype.proxy.RepositoryServlet.service(ServletRequest, ServletResponse) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 167 | Medium |
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.archetype.proxy.RepositoryServlet.service(ServletRequest, ServletResponse) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 172 | Medium |