Getting some unexpected issues when analysis my GW

2019-06-01 00:16发布

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 ?

0条回答
登录 后发表回答