aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/handlers
AgeCommit message (Expand)Author
2021-06-03[fixes #2838] Handle anonymous classes properlyRawi01
2021-04-23Change owner lombok GitHub repositoryRoel Spilker
2021-04-18Merge pull request #2809 from Rawi01/eclipse-javadoc-performanceReinier Zwitserloot
2021-04-18[StandardException] generate an error if the annotation is on a class that ex...Reinier Zwitserloot
2021-04-16[trivial]Reinier Zwitserloot
2021-04-16[pr 2702] finishing the `@StandardException` feature.Reinier Zwitserloot
2021-04-06Avoid reading file from disk by reusing the parser sourceRawi01
2021-03-24@StandardException feature working draftttzn
2021-03-24@StandardException feature working draftttzn
2021-03-24Merge pull request #2687 from janrieke/superBuilderConfigBuilderClassNameReinier Zwitserloot
2021-03-24[records] [`@NonNull`] eclipse impl onfthe `@NonNull` on record components fe...Reinier Zwitserloot
2021-03-22Merge branch 'records'Reinier Zwitserloot
2021-03-21Merge pull request #2770 from janrieke/superBuilderNPEinConstructorExistsReinier Zwitserloot
2021-03-16[build] sped up the build considerable.Reinier Zwitserloot
2021-03-13[superbuilder] toBuilder + singular + javac6 was brokenReinier Zwitserloot
2021-03-12rename method; use null instead of empty string [eclipse]Jan Rieke
2021-03-12rename method; use null instead of empty stringJan Rieke
2021-03-12[fixes #2704] SuperBuilder: avoid NPE on existing constructorsJan Rieke
2021-02-25[fixes #2756] Mark generated UtilityClass constructor as generatedRawi01
2021-02-04Merge pull request #2719 from Rawi01/superbuilder-initializer-npeReinier Zwitserloot
2021-02-04Merge pull request #2733 from Rawi01/checker-superbuilderReinier Zwitserloot
2021-01-31[fixes #1064] Only show super()-warning if lombok generates a methodRawi01
2021-01-31[fixes #2692] Add missing checker annotations in SuperBuilderRawi01
2021-01-21[fixes #2716] SuperBuilder now skips initializers while gathering typesRawi01
2021-01-14[fixes #2443] Remove multiline Javadoc tagsRawi01
2020-12-30[fixes #2647] consider lombok.builder.className for builder extendsJan Rieke
2020-12-27Merge pull request #2684 from Rawi01/npe-javadocReinier Zwitserloot
2020-12-23[refactor] Replace duplicate code with new method, add null checkRawi01
2020-12-21[fixes #2682] Fix NPE, always add Javadoc return statementRawi01
2020-12-20[tests] Support javadoc in ecj testsRawi01
2020-11-13[refactor] reflection code streamlined by sending it through the Permit classReinier Zwitserloot
2020-10-03Merge remote-tracking branch 'origin/master'Reinier Zwitserloot
2020-10-03[builder] big refactor: Fixing CheckerFramework features + all params now in ...Reinier Zwitserloot
2020-10-03Untangling patches to classes that only exist in eclipse, not ecjReinier Zwitserloot
2020-09-25Cache hashCode:Roel Spilker
2020-09-24Remove warning for final classesAndre Brait
2020-09-24Allow non-final types, use Integer.MIN_VALUEAndre Brait
2020-09-24Generate Pure annotation for cached hashCodeAndre Brait
2020-09-24Undo unnecessary change, add TODOAndre Brait
2020-09-24Add missing set source/statement start/endAndre Brait
2020-09-24Fix using source start instead of source endAndre Brait
2020-09-24Change documentation to reflect codeAndre Brait
2020-09-24Readd line removed by EclipseAndre Brait
2020-09-24Removed unused importsAndre Brait
2020-09-24Finish implementation, add testsAndre Brait
2020-09-24Eclipse impl and testsAndre Brait
2020-09-20[builder] [refactor] # of params was growing to ridiculous proportions.Reinier Zwitserloot
2020-09-18Merge branch 'eclipse-javadoc' of git://github.com/Rawi01/lombok into Rawi01-...Reinier Zwitserloot
2020-09-12Support With(By) on records and record componentsRawi01
2020-09-10Add record supportRawi01