我的ObjectFactory是从带有JAXB插件的模式生成的,所以我不能在它的空构造函数中编写额外的代码。
public ObjectFactory() {
}
这是SonarQube中的关键问题。如何修复或至少忽略它?
Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.
答案 0 :(得分:3)
您应该从分析中排除生成的来源。
请参阅文档以了解如何执行此操作:http://docs.sonarqube.org/display/SONAR/Narrowing+the+Focus