First time project setup in Eclipse IDE
@romani The issues faced while setting up were
- Setting dependency accessibility rules for restricted dependencies
- Installing tycho dependencies to resolve pom issues
@gaurabdg , please provide all details, all actions from scratch. I do clone of repo. I downlaod Ecipse YYYYY of version XXXX. ....
Eclipse-cs version: 8.32.0 Eclipse IDE version: 2020-03
To debug the plugin set appropriate breakpoints and right click on the checkstyle module and select Debug as -> eclipse application.
Issue 1:
For some dependencies if you find the error that the dependency JAR is restricted, please go to Settings -> Java Build Path -> Libraries -> Plugin Dependencies and set accessibility rules for each such dependency.
Issue 2:
Tycho plugin issues in all modules' pom.xml. All the required dependencies should be installed by following the instructions from the problems view of the IDE