aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/ValLambda.java
AgeCommit message (Collapse)Author
2021-09-06Replace val with native final var in Java >= 10Rawi01
2020-07-10[test] this covers more eclipse versionsReinier Zwitserloot
2019-07-09Merge 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 casesBulgakov Alexander
2019-05-21Code 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 caseBulgakov 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-16bugfix 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