英文: Sonar: Disable XML external entity (XXE) processing 问题 我正在使用javax.xml.validation.Validator来验证我的x...
Java throws clause – sonarqube issue
英文: Java throws clause - sonarqube issue 问题 我有一些旧的代码,在其中运行了 SonarQube。我对 Java、异常继承等方面不是专家,所以希望有人能够帮助...
如何解决这个问题:“不应直接使用标准输出来记录任何内容”。
英文: How to solve this issue "Standard outputs should not be used directly to log anything "...
格式说明符应该在Java中替代字符串连接。
英文: Format specifiers should be used instead of string concatenation in java 问题 我正在编写下面的代码: Logger.e...
SonarQube扫描Git子模块项目时,仅扫描超级项目的文件。
英文: When SonarQube scans the Git Submodule project, only the files of the super project are scanned ...
Sonar-Java如何获取变量类的注解
英文: Sonar-Java how to get annotations of a variable class 问题 @Component public MyClass{ private MyOt...
Sonarlint和IntelliJ:仅对更改列表中的文件运行分析,是否可能?
英文: Sonarlint and Intelij: possible to run analysis only for files in a changelist? 问题 我目前正在本地运行Inte...
SonarQube vulnerabilty in Java Singleton Class– Static Objects must be avoided, move to local members to avoid global state
英文: SonarQube vulnerabilty in Java Singleton Class-- Static Objects must be avoided, move to local m...
声纳问题 – 交易
英文: Sonar issue - transactions 问题 我在处理声纳问题: > squid:S2229 "方法不应调用具有不兼容的“@Transactional”值的同类方...
When does Sonar's TryStatementTree#resourceList return a Tree that isn't a VariableTree?
英文: When does Sonar's TryStatementTree#resourceList return a Tree that isn't a VariableTree?...
7