commons-beanutils
commons-beanutils copied to clipboard
Spotless Formatter and License Header Check
Eclipse formatter which follows all the CheckStyle and Apache Commons guidelines for formatting. 4 Spaces, 120 line limit, proper whitespace handling etc.
Window->Preferences->Java->Code Style->Formatter and then press the Import button.
Point to eclipse-apache-formatter.xml.
You can format the entire project in one shot by right clicking on the package org.apache.commons.beanutils2 and selecting Source->Format.
OR...
Run mvn spotless:check or mvn spotless:apply to either format code or validate the format.
@aherbert I turned OFF all Javadoc formatting and now this looks much better. its not perfect but I don't know if there is a perfect formatter out there. This is to get the project in a good starting state for 2.0.0 release.
The pom.xml formatting was a mess. I have reformatted it in master to remove tabs and use 2 spaces for the indent. Can you rebase so only the changes you have made show up in the diffs?
Yeah it was a mess that is why I formatted it for 4 spaces which I thought was Apache standard?
OK pom.xml has been fixed.