aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-03-12[fixes #2701] fix NPE on customized SuperBuilder with SingularJan Rieke
2021-03-05[tests] fix tests on java6/7Reinier Zwitserloot
2021-03-04Merge pull request #2754 from Rawi01/npe-nonStaticAccessReinier Zwitserloot
2021-02-17[fixes #2752] Save problem handler state for postponed error handlingRawi01
2021-02-07[fixes #2741] Handle inner method invocations firstRawi01
2021-02-04Merge pull request #2719 from Rawi01/superbuilder-initializer-npeReinier Zwitserloot
2021-02-04Merge pull request #2733 from Rawi01/checker-superbuilderReinier Zwitserloot
2021-02-04Merge pull request #2734 from Rawi01/data-equals-warningReinier Zwitserloot
2021-02-04[issue #2730] Javadoc generated by lombok in javac now gets its position set.Reinier 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-28Validate positions during testsRawi01
2021-01-21[fixes #2716] SuperBuilder now skips initializers while gathering typesRawi01
2021-01-14[fixes #2443] Remove multiline Javadoc tagsRawi01
2021-01-01Do not lose generic arguments when adding annotations #2689Mattias Grönlund
2020-12-27Merge pull request #2684 from Rawi01/npe-javadocReinier Zwitserloot
2020-12-22Fix configuration test, the configuration app generates platform-specific lin...Roel Spilker
2020-12-22Run tests if no exclusions matchRoel Spilker
2020-12-21[fixes #2682] Fix NPE, always add Javadoc return statementRawi01
2020-12-20[tests] Support javadoc in ecj testsRawi01
2020-12-10Merge pull request #2658 from Rawi01/extension-method-genericReinier Zwitserloot
2020-12-03[fixes #2657] Use the correct field to query parent type parametersRawi01
2020-11-25[fixes #2648] Reset inference context, remove generic information copyRawi01
2020-10-08[fixup] Fixing up the checkerframework `@CalledMethods` annotation package re...Reinier Zwitserloot
2020-10-04The Object Construction Checker has been renamed the Called Methods CheckerMichael Ernst
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-10-02Rename TryWithResourcesVarRefRawi01
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-24Fix delombok testsAndre Brait
2020-09-24Finish implementation, add testsAndre Brait
2020-09-24Eclipse impl and testsAndre Brait
2020-09-18Merge pull request #2560 from Rawi01/extensionmethod-namesReinier Zwitserloot
2020-09-18Merge pull request #2558 from Rawi01/extensionmethod-suppressReinier Zwitserloot
2020-09-18Merge branch 'eclipse-javadoc' of git://github.com/Rawi01/lombok into Rawi01-...Reinier Zwitserloot
2020-09-18[tests] ant-based compiling of test infra was failing.Reinier Zwitserloot
2020-09-18[tests] removed a ridiculously exotic feature that still works, but is too ha...Reinier Zwitserloot
2020-09-18[tests] fixed a test that fails due to, of all things, a javac bug.Reinier Zwitserloot
2020-08-31Merge branch 'master' into extensionmethodRawi01
2020-08-31Merge branch 'master' into eclipse-javadocRawi01
2020-08-29[testing] [eclipse] [#2413] Eclipse tests now more expansiveReinier Zwitserloot
2020-08-28Merge pull request #2548 from rosti-il/masterReinier Zwitserloot
2020-08-27[test] [bugfix] Compare full line instead of ignoring the last characterRawi01
2020-08-20[fixes #2261] Detect static method access properlyRawi01
2020-08-20[bugfix] Fix suppressBaseMethods in ecj/eclipseRawi01
2020-08-18Fix tests under Windows, fix test.javac11 and test.javac14, fix issue #1745Rostislav Krasny
2020-07-29Support javadoc copying in eclipseRawi01