Checkstyle Eclipse plugin doesn't work

后端 未结 4 1934
长发绾君心
长发绾君心 2021-02-04 23:45

I\'m using eclipse checkstyle plugin with Juno Eclipse distribution. Anytime the code is checked for checkstyle error I get the following error:

cannot initiali         


        
4条回答
  •  情书的邮戳
    2021-02-05 00:00

    • Under your Eclipse Workspace Search for file internal_config__*.xml
    • Remove the following line from the file

    • Reload Workspace.

    This will work for any discontinued module which produces the error message "Unable to instantiate"

提交回复
热议问题