eclipse-cs
                                
                                 eclipse-cs copied to clipboard
                                
                                    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 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.  Would you accept a PR for updating the...
Travis issue is being resolved. Testing out switching to new system.
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...
Would you accept a PR which updates the Checkstyle filter icon to the latest from the Eclipse platform? 
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...