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 |
|---|---|---|---|
| 4 | 2 | 0 | 10 |
| Class | Bugs |
|---|---|
| Principal | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in Principal.<static initializer for Principal>(): new java.util.Scanner(InputStream) | I18N | DM_DEFAULT_ENCODING | 5 | High |
| Possible null pointer dereference of value in Principal.leerEnteros() on exception path | CORRECTNESS | NP_NULL_ON_SOME_PATH_EXCEPTION | 34 | Medium |