空的ObjectFactory构造函数是Sonar中的关键问题

时间:2016-08-24 07:36:00

标签: java jaxb sonarqube

我的ObjectFactory是从带有JAXB插件的模式生成的,所以我不能在它的空构造函数中编写额外的代码。

public ObjectFactory() {
}

这是SonarQube中的关键问题。如何修复或至少忽略它?

Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.

1 个答案:

答案 0 :(得分:3)

您应该从分析中排除生成的来源。

请参阅文档以了解如何执行此操作:http://docs.sonarqube.org/display/SONAR/Narrowing+the+Focus