aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/handlers
AgeCommit message (Expand)Author
2020-12-21[fixes #2682] Fix NPE, always add Javadoc return statementRawi01
2020-12-03[fixes #2657] Use the correct field to query parent type parametersRawi01
2020-11-13[refactor] reflection code streamlined by sending it through the Permit classReinier Zwitserloot
2020-10-29[#2612] Set VarSymbol.ownerRawi01
2020-10-29[#2612] VarSymbol.adr is a bit fieldRawi01
2020-10-29[#2612] VarSymbol.adr is required for flow analysis in NetbeansRawi01
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-24Remove CacheStrategy compilation unit for javacAndre Brait
2020-09-24Generate Pure annotation for cached hashCodeAndre Brait
2020-09-24Undo unnecessary change, add TODOAndre Brait
2020-09-24Finish implementation, add testsAndre Brait
2020-09-24Eclipse impl and testsAndre Brait
2020-09-24Restore some missing white spaces removed by IDEAAndre Brait
2020-09-24Attempt to implement cacheHashCodeAndre Brait
2020-09-18Merge pull request #2560 from Rawi01/extensionmethod-namesReinier Zwitserloot
2020-08-31Merge branch 'master' into eclipse-javadocRawi01
2020-08-28Merge pull request #2548 from rosti-il/masterReinier Zwitserloot
2020-08-27trivial - Only assign variable onceRoel Spilker
2020-08-27Fix missing parameter names, annotations in following annotation processors 2Denis Stepanov
2020-08-20[fixes #2261] Detect static method access properlyRawi01
2020-08-18Fix tests under Windows, fix test.javac11 and test.javac14, fix issue #1745Rostislav Krasny
2020-07-29Support javadoc copying in eclipseRawi01
2020-07-23[fixes #2300] Keep method argument positions for lazy getter initializerRawi01
2020-07-09fix assertion error if the param.sym is nullRoel Spilker
2020-07-02[fixes #2433] Add config key to turn off @SuppressWarnings("all")Rawi01
2020-07-02[fixes #2469] Support static reference as logger topicRawi01
2020-07-02Fix missing parameter names, annotations in following annotation processorsDenis Stepanov
2020-06-25Avoid class.getSimpleName except in static initializers or error messagesRoel Spilker
2020-06-25Fix UtilityClass test caseRawi01
2020-06-18Fixes #1543: in equals, by default first compare the primitivesRoel Spilker
2020-06-11fix compiler errorRoel Spilker
2020-06-11[fixes #2481] Copy constructor javadoc to builder methodsRawi01
2020-06-11[Fixes #2463] Clone type to correctly set annotated type on with methods.Jacob Middag
2020-05-28[fixes #2006] Delegate now excludes already implemented methodsRawi01
2020-05-28[fixes #2382] Handle generic supertypesRawi01
2020-05-28[SuperBuilder] don't warn on existing toBuilder methodJan Rieke
2020-05-28[SuperBuilder] allow constructor customizationJan Rieke
2020-04-16copy more Jackson annotation to the builder, also for @Singular methodsJan Rieke
2020-03-15[UtilityClass] [issue #2384] Added a test to confirm no issue.Reinier Zwitserloot
2020-03-15[fixes #2386] [checkerframework]Reinier Zwitserloot
2020-03-05@Jacksonized: add flag usage configuration keyJan Rieke
2020-03-03@Jacksonized: modify builders that they can be used by JacksonJan Rieke
2020-02-15[issue #2368] [withBy] support for javacReinier Zwitserloot
2020-02-14[trivial] improving consistency between javac vs. ecj outputReinier Zwitserloot
2020-02-14[fixes #678] `@Synchronize` an instance method on static variable no longer e...Reinier Zwitserloot