The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 253 | 11 | 0 | 0 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Use of non-localized String.toUpperCase() or String.toLowerCase | I18N | DM_CONVERT_CASE | 73 |
| Bug | Category | Details | Line |
|---|---|---|---|
| org.cyclopsgroup.jmxterm.cc.ConsoleCompletor.complete(String, int, List) ignores return value of java.lang.String.replaceFirst(String, String) | CORRECTNESS | RV_RETURN_VALUE_IGNORED | 67 |
| Bug | Category | Details | Line |
|---|---|---|---|
| org.cyclopsgroup.jmxterm.cc.HelpCommand.setArgNames(String[]) may expose internal representation by storing an externally mutable object into HelpCommand.argNames | MALICIOUS_CODE | EI_EXPOSE_REP2 | 82 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Redundant nullcheck of props, which is known to be non-null in org.cyclopsgroup.jmxterm.cc.PredefinedCommandFactory.PredefinedCommandFactory(String) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 49 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Class org.cyclopsgroup.jmxterm.cmd.BeansCommand implements same interface as superclass | STYLE | RI_REDUNDANT_INTERFACES | 24-107 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Class org.cyclopsgroup.jmxterm.cmd.DomainCommand implements same interface as superclass | STYLE | RI_REDUNDANT_INTERFACES | 22-109 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Class org.cyclopsgroup.jmxterm.cmd.GetCommand implements same interface as superclass | STYLE | RI_REDUNDANT_INTERFACES | 30-213 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Use of non-localized String.toUpperCase() or String.toLowerCase | I18N | DM_CONVERT_CASE | 32 |
| Use of non-localized String.toUpperCase() or String.toLowerCase | I18N | DM_CONVERT_CASE | 64 |
| Class org.cyclopsgroup.jmxterm.cmd.OptionCommand implements same interface as superclass | STYLE | RI_REDUNDANT_INTERFACES | 21-82 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Class org.cyclopsgroup.jmxterm.cmd.RunCommand implements same interface as superclass | STYLE | RI_REDUNDANT_INTERFACES | 33-188 |