The following document contains the results of SpotBugs
SpotBugs Version is 4.7.1
Threshold is low
Effort is max
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 15 | 2 | 0 | 5 |
| Class | Bugs |
|---|---|
| ch.colabproject.colab.generator.plugin.HelpMojo | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Usage of GetResource in ch.colabproject.colab.generator.plugin.HelpMojo.build() may be unsafe if class is extended | BAD_PRACTICE | UI_INHERITANCE_UNSAFE_GETRESOURCE | 69 | Low |
| The use of DocumentBuilder.parse(...) (DocumentBuilder) is vulnerable to XML External Entity attacks | SECURITY | XXE_DOCUMENT | 73 | Medium |