sonar-maven-plugin 出现 "out of range of int" 错误
sonar-maven-plugin getting "out of range of int" error
当我们尝试 运行 声纳分析时,我们的一个新 github 项目出现了一个奇怪的错误。我们收到以下错误消息,这似乎是因为 org.kohsuke.github.GHCommitStatus["id"] 收到 "Numeric value (4275691320) out of range of int" 错误。
[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.5:sonar (default-cli) on project audit-config: Unable to load component class org.sonar.batch.scan.ImmutableProjectReactor
有趣的是,这是我们项目中唯一存在此问题的项目。如有任何想法,我们将不胜感激!
这是一个已知问题:https://jira.sonarsource.com/browse/SONARGITUB-35 遗憾的是没有解决方法。
当我们尝试 运行 声纳分析时,我们的一个新 github 项目出现了一个奇怪的错误。我们收到以下错误消息,这似乎是因为 org.kohsuke.github.GHCommitStatus["id"] 收到 "Numeric value (4275691320) out of range of int" 错误。
[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.5:sonar (default-cli) on project audit-config: Unable to load component class org.sonar.batch.scan.ImmutableProjectReactor
有趣的是,这是我们项目中唯一存在此问题的项目。如有任何想法,我们将不胜感激!
这是一个已知问题:https://jira.sonarsource.com/browse/SONARGITUB-35 遗憾的是没有解决方法。