sonarlint - : "Enable SonarLint on all projects". 期间发生内部错误无法添加构建器

标签 sonarlint sonarlint-eclipse

在工作区中启动 Eclipse 时,SonarLint 插件报告以下错误:

An internal error occurred during: "Enable SonarLint on all projects". Unable to add builder

确认errmsg后,Eclipse和SonarLint插件都可以正常工作。

尽管如此,该消息具有误导性。是什么原因造成的?在我的工作区中,有些项目是打开的,有些则不是。

最佳答案

对我来说,问题是由于 lombok jar 引起的,因此需要在 sts 和 pom.xml 中将 LOMBOK 版本升级到 1.18.12,并且已解决。

关于sonarlint - : "Enable SonarLint on all projects". 期间发生内部错误无法添加构建器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36688603/

相关文章:

eclipse - 如何安装较旧的 SonarLint Eclipse 插件

java - Eclipse SonarLint 误报 "Unused assignments should be removed (java:S1854)"

sonarqube - sonarlint(eclipse) 没有报告我的 Java 自定义规则的错误

c# - 如何阻止 SonarLint 抑制的警告不断重新出现在 VS 错误屏幕中

Java - SonarQube,在 'Utility classes should not have public constructors' 上发布(squid :S1118) in singleton

java - SonarQube (SonarLint/Sonar-JAVA) 不应使用冗余强制转换

lambda - 声纳 : Replace with lambda with a method reference with a string parameter

swift - 使用自定义 swiftlint .yml 文件运行 sonar-swift.sh

eclipse - 从 SonarLint 中排除 JS 文件

SonarLint 忽略来自服务器的质量配置文件