eclipse-cs icon indicating copy to clipboard operation
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...

Results 94 eclipse-cs issues
Sort by recently updated
recently updated
newest added

I cannot add Coding_Problems/MagicNumber rule to our configuration. Using the "Add... ->" Button has no effect, I get the error: ``` java.lang.NullPointerException at net.sf.eclipsecs.ui.config.widgets.ConfigPropertyWidgetFactory.createWidget(ConfigPropertyWidgetFactory.java:57) at net.sf.eclipsecs.ui.config.RuleConfigurationEditDialog.createConfigPropertyEntries(RuleConfigurationEditDialog.java:518) at net.sf.eclipsecs.ui.config.RuleConfigurationEditDialog.createGeneralSection(RuleConfigurationEditDialog.java:173) at net.sf.eclipsecs.ui.config.RuleConfigurationEditDialog.createDialogArea(RuleConfigurationEditDialog.java:127)...

After the second time the Project Properties for Checkstyle are opened then "New.." button in "Local Check Configurations" disappear and instead there is "Set as Default" button (even when there...

I first thought Eclipse is stuck in some kind of feedback loop, but using flight recorder, I realized there must be an open modal dialog. I was able to confirm...

The current help icons of the Preference page look bad in the dark theme. I guess they are still gif files. ![image](https://user-images.githubusercontent.com/139910/127615868-5813f74c-074c-4ceb-bb3b-ad45d2c37be8.png) Would you accept a PR for updating the...

Travis issue is being resolved. Testing out switching to new system.

blocked

Since 8.36.1, you can no longer do a quick fix on `NeedBracesCheck` violations in the problem view. Quick fix is completely grayed out and does nothing when clicking. Confirmed by...

approved

Would you accept a PR which updates the Checkstyle filter icon to the latest from the Eclipse platform? ![image](https://user-images.githubusercontent.com/139910/127615584-4e8bddd9-8756-4c87-b217-c6eb1ce923f9.png)

when upgrade version only need change pom.xml

incomplete

ABSTRACT: In the current Eclipse Checkstyle version, it appears that you cannot copy a configuration, make some changes, and then run this copy correctly. A possible reason is that two...