-- New and Noteworthy (4.2.0) --
-
Tested as working with the lastest Eclipse 3.3 Milestone (M4)
-
More on Quickfixes
A new context menu action ('Apply Checkstyle fixes') was added to the Java editor and other views (e.g. Package Explorer) which - when invoked - tries to apply all existing quickfixes to the Checkstyle violations in the selected file.
Additionaly new quickfixes were implemented for the following Checkstyle checks:
- FinalLocalVariable
- StringLiteralEquality
- FinalClass
- ArrayTypeStyle
- UncommentedMain
- UpperEll
- ModifierOrder
-
Copying a Check Configuration allows now to create External and Project Relative Configurations
-
When creating a External or Project Relative Configuration it is now possible to input the path to a (not yet) existing file. THe plugin then asks if the file should be created.
-
EclipsePluginCentral voting client
Tell us and other users what you like or like not about the Eclipse Checkstyle Plugin by voting on EclipsePluginCentral. To ease this up the plugin now contains a voting client, which sends the votes to EclipsePluginCentral.
-- Fixed Bugs --
- 1600492 Javadocs not displayed when mouse hovers over a java element
- 1601570 Package selection dialog (Package filter) shows too much
- 1579086 MissingSwitchDefault Quickfix doesn't work proper
- 1608976 Need Braces QuickFix is not working as expected
-- Resolved Feature Requests --
- 1541488 Plugin should check builder order
- 1423948 Quickfix
- 1464521 Copying configurations
- 1607736 Implement quickfix for UpperEll
- 1607735 Implement quickfix for UncommentedMain
- 1607729 Implement quickfix for StringLiteralEquality
- 1607728 Implement quickfix for FinalLocalVariable
- 1607732 Implement quickfix for FinalClass