Difference between revisions of "Checkstyle Eclipse"
(→Get the plugin) |
(→Use the plugin) |
||
Line 16: | Line 16: | ||
===Use the plugin=== | ===Use the plugin=== | ||
+ | To use the configured plugin it may be accessed via the context menu<br\> | ||
+ | [[File:Eclipse plugin use 1.PNG]]<br/> | ||
+ | or/and it can be added as view<br/> | ||
+ | [[File:Eclipse plugin use 2.PNG]] |
Revision as of 15:35, 17 February 2013
Checkstyle
The rulesets try to implement the Codeing Guidelines. If changes occur please carry them over to the checkstyle file.
Eclipse
To integrate the checkstyle file well with Eclipse I would recommend the Checkstyle Plugin that can be found in the marketplace.
Get the plugin
First go to the marketplace to fetch the plugin.
After installation a restart will be needed to enable the plugin correctly. Once eclipse is running again, in the preferences a new register will be shown for the checkstyle configuration. To get there open up the preferences, either for a specific project or for eclipse in total.<br\>
Now specify a new rule set with a link to the checkstyle.xml file.
Save your configuration and ensure it is set to be active in the project you wish to use it as checkstyle files may be different for specific projects.
Use the plugin
To use the configured plugin it may be accessed via the context menu<br\>
or/and it can be added as view