Using Eclipse Mars (4.5) with latest Groovy-eclipse plugin (2.3.10.xx-201608111527-e45), when I generate a code snippet on Java, it gets wrongly indentated.
private void methodName() {
// TODO Auto-generated method stub, with more 'tabs' than expected
}//More 'tabs' than expected`
Steps to reproduce:
- Eclipse Mars with latest Groovy-eclipse plugin
- Create a Java class
- Type "methodName" and press ctrl+space
- Select option "methodName() : void - Method stup"
Using Eclipse Mars (4.5) with latest Groovy-eclipse plugin (2.3.10.xx-201608111527-e45), when I generate a code snippet on Java, it gets wrongly indentated.
Steps to reproduce: