eclipse-cs
eclipse-cs copied to clipboard
The Eclipse Checkstyle plug-in integrates the Checkstyle Java code auditor into the Eclipse IDE. The plug-in provides real-time feedback to the user about violations of rules that check for coding sty...
I'm attempting to install the CheckStyle plug-in from the Eclipse Marketplace, but it errors out with the message: **Unable to read repository at https://checkstyle.org/eclipse-cs-update-site/content.xml. Stream already closed**
https://checkstyle.org/releasenotes.html#Release_10.3.3
Pull request coming from discussion here: https://github.com/checkstyle/eclipse-cs/issues/360.
README.me says "Older versions can be installed using the specific update site for that version, for instance https://checkstyle.org/eclipse-cs-update-site/8.41.0/". However, the sample link is broken, and it is also broken for...
https://checkstyle.org/releasenotes.html#Release_10.3.2
SCENARIO: Let's have the module 'NewlineAtEndOfFileCheck' enabled in Checkstyle. Export the formatter profile, import to Eclipse. EXPECTED: The checkbox 'New line at end of file' is on. ACTUALLY: The checkbox...
It would be nice to be able to activate Checkstyle on the whole Eclipse workspace (e.g. via the workspace's Checkstyle settings). Motivation: having a workspace with 200+ project in it...
Looks like this in the affected menus:
Currently, there is no way to tie this command to a shortcut key because the key binding for it isn't defined in plugin.xml. I've added the modifications to plugin.xml to...
https://checkstyle.org/releasenotes.html#Release_10.3.1