The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 85 | 9 | 130 | 97 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in org.cyclopsgroup.jmxterm.SyntaxUtils.<static initializer for SyntaxUtils>(): new java.io.PrintStream(OutputStream, boolean) | I18N | DM_DEFAULT_ENCODING | 24 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in org.cyclopsgroup.jmxterm.cc.CommandCenter.doExecute(String, String[], String): new java.io.PrintWriter(OutputStream, boolean) | I18N | DM_DEFAULT_ENCODING | 154 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in org.cyclopsgroup.jmxterm.cc.HelpCommand.execute(): new java.io.PrintWriter(OutputStream, boolean) | I18N | DM_DEFAULT_ENCODING | 52 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Redundant nullcheck of props, which is known to be non-null in new org.cyclopsgroup.jmxterm.cc.PredefinedCommandFactory(String) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 42 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in new org.cyclopsgroup.jmxterm.io.FileCommandInput(File): new java.io.FileReader(File) | I18N | DM_DEFAULT_ENCODING | 26 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in new org.cyclopsgroup.jmxterm.io.FileCommandOutput(File, boolean): new java.io.FileWriter(File, boolean) | I18N | DM_DEFAULT_ENCODING | 32 | High |
| Found reliance on default encoding in new org.cyclopsgroup.jmxterm.io.FileCommandOutput(File, boolean): new java.io.PrintWriter(OutputStream, boolean) | I18N | DM_DEFAULT_ENCODING | 33 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in new org.cyclopsgroup.jmxterm.io.InputStreamCommandInput(InputStream): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 22 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in org.cyclopsgroup.jmxterm.utils.ConfigurationUtils.loadFromOverlappingResources(String, ClassLoader): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 36 | High |