The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.river.tool.GenTrustedClasses | 1 |
org.apache.river.tool.SecurityPolicyWriter$1 | 2 |
org.apache.river.tool.SecurityPolicyWriter$Cert | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Useless object stored in variable cdpBuilder of method org.apache.river.tool.GenTrustedClasses.main(String[]) | STYLE | UC_USELESS_OBJECT | 42 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.apache.river.tool.SecurityPolicyWriter$1.run(): new java.io.FileWriter(File, boolean) | I18N | DM_DEFAULT_ENCODING | 258 | High |
Possible null pointer dereference of cs in org.apache.river.tool.SecurityPolicyWriter$1.run() | CORRECTNESS | NP_NULL_ON_SOME_PATH | 325 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Should org.apache.river.tool.SecurityPolicyWriter$Cert be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 435-444 | Medium |