aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/handlers/HandleVal.java
AgeCommit message (Expand)Author
2021-09-27[fixes #2972] Use simple type, move code to patch methodRawi01
2021-09-06Replace val with native final var in Java >= 10Rawi01
2021-03-16[build] sped up the build considerable.Reinier Zwitserloot
2018-02-07[var] various upgrades to var:Reinier Zwitserloot
2016-11-21Some refinement on varRoel Spilker
2016-11-12a initialization of variable like "var o = null;" will throw the compile tim...Bulgakov Alexander
2016-11-12imports expanded, idents alignedBulgakov Alexander
2016-10-26The @var annotation has been moved to the experimental package.Bulgakov Alexander
2016-10-24added supporting of @var variables. The @var annotation has the same function...Bulgakov Alexander
2014-03-04[configuration] Merge branch 'master' as we work on configuration.Reinier Zwitserloot
2014-02-27Fixed some issues when using lambda expressions in eclipse using the beta JDK...Reinier Zwitserloot
2014-01-18[configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'...Reinier Zwitserloot
2014-01-18[configuration] implementation of flagUsage for all handlers.Reinier Zwitserloot
2012-08-10* Added priorities to handlers, along with implementation of the priority sys...Reinier Zwitserloot
2012-04-03Philipp Eichhorn's patch to use marker annotations instead of boolean-returni...Reinier Zwitserloot
2012-02-15'val' is no longer legal in basic for loops now. Fixes issue #346Reinier Zwitserloot
2011-11-07Changed copyright noticesRoel Spilker
2011-10-24pretty big refactor; introduced a new source package which should be (and is)...Reinier Zwitserloot
2011-06-02Eclipse handlers can now opt out of being run in diet-parse mode. Fixes Synch...Reinier Zwitserloot
2010-12-22After 2 weeks of debugging, finally figured out val in eclipse using lombok.v...Reinier 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-07'val' support for eclipse.Reinier Zwitserloot