Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-06 | Replace val with native final var in Java >= 10 | Rawi01 | |
2020-07-10 | [test] this covers more eclipse versions | Reinier Zwitserloot | |
2019-07-09 | Merge pull request #2138 from ↵ | Reinier Zwitserloot | |
bulgakovalexander/feature/typeInferenceImprovements val. override error handling policy for problemReporter to guarantee AbortCompilation is throwing. | |||
2019-05-25 | [val]. more test cases | Bulgakov Alexander | |
2019-05-21 | Code review + mention in changelog for the improvement to val handling vs. ↵ | Reinier Zwitserloot | |
lambdas and conditional (ternary) expressions. | |||
2019-05-20 | #1976. one more test case | Bulgakov Alexander | |
2019-05-08 | #1976. [@val] improved raw generic type inference by eclipse compiler. | Bulgakov Alexander | |
2019-05-07 | #1976. naive fix of the eclipse compiler's error 'The target type of this ↵ | Bulgakov Alexander | |
expression must be a functional interface' in code like 'lombok.val foo = (System.currentTimeMillis() > 0) ? (Runnable)()-> {} : System.out::println;' | |||
2015-11-16 | bugfix for comments near start of nodes (it would throw off alignment in ↵ | Reinier Zwitserloot | |
pretty printer). | |||
2014-05-08 | [java8] Added tests for using java language features in transformations. | Roel Spilker | |