The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.miloss.fgsms.sdks.ConsoleAdapter | 2 |
| org.miloss.fgsms.sdks.FgsmsSDK | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.miloss.fgsms.sdks.ConsoleAdapter.process(String) invokes System.exit(...), which shuts down the entire virtual machine | BAD_PRACTICE | DM_EXIT | 140 | Medium |
| Repeated conditional test in org.miloss.fgsms.sdks.ConsoleAdapter.printPolicy(ServicePolicy) | CORRECTNESS | RpC_REPEATED_CONDITIONAL_TEST | 611 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.miloss.fgsms.sdks.FgsmsSDK.WriteBytes(byte[], String) may fail to clean up java.io.OutputStream on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 362 | Medium |
| Repeated conditional test in org.miloss.fgsms.sdks.FgsmsSDK.GetListOfMonitoredServices() | CORRECTNESS | RpC_REPEATED_CONDITIONAL_TEST | 157 | High |