Michal Cohen

Results 4 issues of Michal Cohen

any number of parameters to method

Intellij
Discussion
Leonidas

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

enhancement
Intellij
Leonidas

When "expression(2)" refers to "index1", then the result isn't the same before and after the replacement.

bug

Here are some example you can paste to your IDE in order to see each tip in action: ``` Java import java.util.ArrayList; import java.util.List; public class x { //change param...

Intellij