aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/JavacResolution.java
AgeCommit message (Expand)Author
2010-11-18In javac, use ListBuffer to appendRoel Spilker
2010-11-10Fix for javac: 'val x = null;' is now valid, and results in x being of type O...Reinier Zwitserloot
2010-11-10Undone something that'll never work anywayReinier Zwitserloot
2010-11-09Experiment to try and make java 'self referential' by deleting the Enter and ...Reinier Zwitserloot
2010-11-08'val' now also works in foreach loops, on both javac and ecj / eclipse.Reinier Zwitserloot
2010-11-08'val' in javac now errors out with an appropriate message on val x = { .. }, ...Reinier Zwitserloot
2010-11-03val in java, including tests and javac resolution utilities.Reinier Zwitserloot