我正在使用 SonarLint eclipse 插件评估 SonarQube 5.4。
SonarQube 以及插件已设置并正在运行。但是现在我很困惑 SonarLint 应该如何在“连接模式”下运行:
Malicious code vulnerability - May expose internal representation by incorporating reference to mutable object
之类的问题。但事实并非如此。 SonarQube 可以。 Class not found in resource cache : org/company/project/CommonSuperClass
。但更糟糕的是: Class not found in resource cache : java/lang/Class
。它应该这样做吗? 最佳答案
SonarLint 和 SonarQube 是两种不同的产品:
“连接模式”是连接两个世界的桥梁,其发展仍在进行中。例如,我们计划在 SonarLint 中查看 SonarQube 在项目中发现的所有问题(查看并投票给 SLE-54 )。
关于eclipse - 使用 SonarLint 一次分析完整的项目 - 逐个文件分析会产生不完整的结果,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/37694372/