Getting the Checkstyle plug-in in Eclipse to use your custom check

淺唱寂寞╮ 提交于 2019-12-02 03:43:59

This is quite difficult, I'm afraid. You need to write a small Eclipse plugin which is used to make the check available to Eclipse as explained here. The packaged plugin JAR can then be placed into the dropins folder. If you did everything right, you will be able to select your new check in the Checkstyle options.

Be prepared to spend a few days on this though, or find someone who already has experience writing Eclipse plugins.

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