Getting some unexpected issues when analysis my GWT project with SonarQube

爱⌒轻易说出口 提交于 2019-12-08 06:44:40

问题


I have been developing an application using GWT and did a SonarQube implementation of it. But it did throw some unexpected results :

    bDateStart.addClickHandler(new ClickHandler(){
        @Override
        public void onClick(ClickEvent event) {

        }});

Major Issue : "Rename this class"

  • Can Someone help me with above mentioned one ?
  • And is there a way to turn 'off' certain rules for my application ?
  • Is this really a major issue as shown by SonarQube ?

来源:https://stackoverflow.com/questions/31228924/getting-some-unexpected-issues-when-analysis-my-gwt-project-with-sonarqube

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!