Willem Cheizoo

Results 13 issues of Willem Cheizoo

`org.openrewrite.java.cleanup.ExplicitInitialization` and `org.openrewrite.java.cleanup.UseDiamondOperator` removes the argument type when it's a lombok.val variable. `val products = new ArrayList();` `val products = new ArrayList();` which is incorrect and doesn't compile anymore.

bug

Fix NullPointerException when tslint json is empty. Improve current Class to Java 8.