SpartanRefactoring / Main

Eclipse plugin that performs automatic refactoring of Java source code, making it shorter, more idiomatic and more readable
https://www.spartan.org.il
100 stars 56 forks source link

Any Number Of Parameters #1631

Open michalcohen opened 5 years ago

michalcohen commented 5 years ago

Enable templates of the form: /* start */ void method0 (AnyNumberOf parameters1){ anyNumberOf(statement(2); } /* end */