SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.5.3
Threshold is low
Effort is max
Summary
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 2 | 3 | 0 | 0 |
Files
| Class | Bugs |
|---|---|
| org.mal_lang.compiler.MalCompiler | 3 |
org.mal_lang.compiler.MalCompiler
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Possible null pointer dereference in org.mal_lang.compiler.MalCompiler.readIcons() due to return value of called method | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 103 | Medium |
| Possible null pointer dereference in org.mal_lang.compiler.MalCompiler.readIcons() due to return value of called method | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 109 | Medium |
| Nullcheck of directoryStream at line 98 of value previously dereferenced in org.mal_lang.compiler.MalCompiler.readIcons() | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 98 | Medium |
