aboutsummaryrefslogtreecommitdiff
path: root/src/eclipseAgent/lombok/eclipse/agent/PatchVal.java
AgeCommit message (Expand)Author
2021-12-12[fixes #3000] Generate new type reference for val marker annotationRawi01
2021-10-22[fixes #2985] Resolve var/val only once in eclipseRawi01
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-24[records] [`@NonNull`] eclipse impl onfthe `@NonNull` on record components fe...Reinier Zwitserloot
2021-02-07Fix ecj classloadingRawi01
2020-08-27[fixes #2566] Reset constant value set during type resolutionRawi01
2019-09-12[trivial] removing some unused imports and suchReinier Zwitserloot
2019-09-10Undoing PR #2114 which tried to fix issue #1976Reinier Zwitserloot
2019-07-09Merge pull request #2138 from bulgakovalexander/feature/typeInferenceImprovem...Reinier Zwitserloot
2019-05-24[val]. Sets false to ReferenceContexts' ignoreFurtherInvestigationField field...Bulgakov Alexander
2019-05-24#1976. override error handling policy for problemReporter to guarantee AbortC...Bulgakov Alexander
2019-05-21Code review + mention in changelog for the improvement to val handling vs. la...Reinier Zwitserloot
2019-05-07#1976. naive fix of the eclipse compiler's error 'The target type of this exp...Bulgakov Alexander
2019-05-03Revert "[val] in ecj we were constructing a different type than for javac, wh...Bulgakov Alexander
2019-04-24[val] in ecj we were constructing a different type than for javac, when using...Reinier Zwitserloot
2019-02-19var/val in Eclipse can now handle intersection types, fixes #1986Roel Spilker
2018-10-29eliminate ‘you are using private API’ warnings by streamlining all reflec...Reinier Zwitserloot
2018-07-25[Fixes issue #1783] lombok.var / lombok.experimental.var import would be remo...Reinier Zwitserloot
2018-06-05Fixes #1676 at least for eclipse: You can now use java10 var in an eclipse th...Reinier Zwitserloot
2018-02-07[trivial] copyright header year bump to 2018Reinier Zwitserloot
2018-02-07[var] various upgrades to var:Reinier Zwitserloot
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
2015-11-22[Fixes #970] Eclipse would generate some internal IDE errors if using ‘valâ...Reinier Zwitserloot
2015-01-21the previous basic for fix didn't really work, this one is better.Roel Spilker
2015-01-21Fix for erroneous use of val in basic fors.Reinier Zwitserloot
2014-05-08[java8] don't crash on intersection typesRoel Spilker
2014-02-27Fixed some issues when using lambda expressions in eclipse using the beta JDK...Reinier Zwitserloot
2012-04-19fixed: @val didn't work with rawtypes in enhanced for loopspeichhorn
2012-02-15'val' is no longer legal in basic for loops now. Fixes issue #346Reinier Zwitserloot
2011-11-20Fixed issue 300: 'lombok.val' (vs. just val and an import statement) didn't f...Reinier 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-05-16Split up PatchVal into the ecj and eclipse bits; in ecj you'd just get NoSuch...Reinier Zwitserloot
2010-12-22After 2 weeks of debugging, finally figured out val in eclipse using lombok.v...Reinier Zwitserloot
2010-11-29Added 'val' as a type which the 'val' fake keyword must resolve to before val...Reinier Zwitserloot
2010-11-19Fix for reported NPEs by Stephen Haberman.Reinier Zwitserloot
2010-11-15Added copyright notices to PatchVal and PatchDelegate [trivial]Reinier Zwitserloot
2010-11-14Moved patch code specific to val and delegate to their own class.Reinier Zwitserloot