groovy-eclipse
groovy-eclipse copied to clipboard
formatter: remove multiple duplicated, add additional spaces in some cases
So I created another PR for my formatter changes.
#941
A couple notes to start with:
- When you edit a source in org.codehaus.groovyXX, you will likely need to make changes to the same source in the other groovy version bundles.
- Have you run these changes on a larger codebase to see if they cause any problems for less common source constructs? The tests are often very simple and I'm not sure of the overall coverage of the formatter tests specifically.
- Are any of these formatter settings configurable? The original issue mentions the Java formatter settings. If possible, it would be best to support the same preferences so you can get a similar result for Java and Groovy files.
- Is it possible to divide these changes into some smaller groups so we can review and merge in smaller increments?