10 Commits

Author SHA1 Message Date
Rawi01 fdcbaa033d Replace val with native final var in Java >= 10 2021-09-06 11:58:05 +02:00
Reinier Zwitserloot 4fdcdd126a [test] this covers more eclipse versions 2020-07-10 02:57:45 +02:00
Reinier Zwitserloot 8b805fadf7 Merge pull request #2138 from bulgakovalexander/feature/typeInferenceImprovements
val. override error handling policy for problemReporter to guarantee AbortCompilation is throwing.
2019-07-09 00:20:43 +02:00
Bulgakov Alexander a899ffcbca [val]. more test cases 2019-05-25 00:15:09 +03:00
Reinier Zwitserloot 2704f073aa Code review + mention in changelog for the improvement to val handling vs. lambdas and conditional (ternary) expressions. 2019-05-21 23:20:00 +02:00
Bulgakov Alexander cd49188aff #1976. one more test case 2019-05-20 13:44:29 +03:00
Bulgakov Alexander 1fec035aa5 #1976. [@val] improved raw generic type inference by eclipse compiler. 2019-05-08 23:34:37 +03:00
Bulgakov Alexander 06fb1034ea #1976. naive fix of the eclipse compiler's error 'The target type of this expression must be a functional interface' in code like 'lombok.val foo = (System.currentTimeMillis() > 0) ? (Runnable)()-> {} : System.out::println;' 2019-05-07 10:49:25 +03:00
Reinier Zwitserloot dc5e1b9b35 bugfix for comments near start of nodes (it would throw off alignment in pretty printer). 2015-11-16 22:18:29 +01:00
Roel Spilker 22c5e0daaf [java8] Added tests for using java language features in transformations. 2014-05-08 01:14:06 +02:00