I installed the Checkstyle plugin and selected the Sun Checks configuration as the Default.
After running "Check code with Checkstyle", I have hundreds of Checkstyle violations across dozens of classes. Many of these violations are formatting related: particularly whitespace
Although I haven't used it yet, I think the Eclipse "Clean Up" tool can be run on a project to address some of these issues. The Clean Up tool comes with a profile named "Eclipse [built-in]". The default settings don't look to match the Checkstyle formatting rules.
Other than creating a new Clean Up profile and manually tweaking it to match the Checkstyle rules and because Eclipse allows you to import a Clean Up profile, I'm wondering:
Does there already exist a Clean Up profile xml that matches the Checkstyle rules?
It would be great if I could just import it from somewhere. I tried the Google but had no luck finding one.
Eclipse v4.3 (kepler)
Checkstyle Plug-in v5.6.1.201306282206