| 班级 | 错误 |
|---|---|
| org.apache.maven.plugin.compiler.AbstractCompilerMojo | 2 |
| org.apache.maven.plugin.compiler.TestCompilerMojo | 1 |
| 漏洞 | 类别 | 细节 | 线 | 优先 |
|---|---|---|---|---|
| is 的冗余 nullcheck,在 org.apache.maven.plugin.compiler.AbstractCompilerMojo.getMavenCompilerPluginVersion() 中已知为非 null | 风格 | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1878年 | 中等的 |
| java.io.File.mkdirs() 的异常返回值在 org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute() 中被忽略 | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 732 | 中等的 |
| 漏洞 | 类别 | 细节 | 线 | 优先 |
|---|---|---|---|---|
| 装箱/拆箱以解析原始 org.apache.maven.plugin.compiler.TestCompilerMojo.preparePaths(Set) | 表现 | DM_BOXED_PRIMITIVE_FOR_PARSING | 309 | 高的 |