英文: Unable to connect to SonarQube private IP with port 9000 问题 I am having some trouble and was nee...
将这个嵌套的三元操作提取为一个独立的语句。Sonar问题
英文: Extract this nested ternary operation into an independent statement. Sonar Issue 问题 我无法解决这个声纳问题。...
一个父类能否创建其子类的实例?
英文: Can a parent class create an instance of its subclass? 问题 我在一些Java代码上使用Sonarqube运行了单元测试,发现其中一个问题...
Line is not covered according to test coverage, despite successfully using verify and asserts
英文: Line is not covered according to test coverage, despite successfully using verify and asserts 问题...
重构代码,以便使用此流程管道。
英文: Refactor the code so this stream pipeline is used 问题 在SonarQube中遇到一个错误,在以下代码片段中重构代码,使得该流水线在接下来的代...
如何解决这个警告:将此 lambda 替换为 forEach 中的方法引用。
英文: How resolve this warning Replace this lambda with a method reference in forEach 问题 在这段代码中,我遇到了以下...
在GitLab CI中运行SonarQube时出错。
英文: Error in running sonarqube from GitLab CI 问题 我正在使用Sonarqube来优化我的项目中的代码质量,并尝试将其添加到GitLab上的CI循环中,但...
Kotlin,Java 8和Sonar覆盖率显示为0。
英文: Kotlin, Java 8 and Sonar coverage showing as 0 问题 我有一个使用Java 8的Kotlin项目,我使用Sonar来测量代码覆盖率。 我正在使用最...
声纳规则中关于 Spring 的 “@RequestMapping” 方法应该是 “public” 的准确吗?
英文: Is the Sonar rule for Spring '"@RequestMapping" methods should be "public&quo...
Sonarqube – performance issue as Method uses a FileInputStream constructor, what are the better alternatives?
英文: Sonarqube - performance issue as Method uses a FileInputStream constructor, what are the better ...
7