aboutsummaryrefslogtreecommitdiff
path: root/test/core/src/lombok
AgeCommit message (Expand)Author
2023-03-22[fixes #3364] Generate JCTree clones to prevent duplicate nodesRawi01
2023-01-12[tests] add new target for eclipse 2022-12.Reinier Zwitserloot
2022-05-20Add support for eclipse feature testsRawi01
2022-01-14Fixing situations where all eclipse tests would fail.Reinier Zwitserloot
2021-10-26[fixes #3014] Detecting whether inner classes are static wouldn't work if pla...Reinier Zwitserloot
2021-10-26[issue #3014] test-case that reproduces this problem.Reinier Zwitserloot
2021-10-22[fixes #2985] Resolve var/val only once in eclipseRawi01
2021-08-17[fixes #2907] Keep record compact constructor parametersRawi01
2021-04-23Change owner lombok GitHub repositoryRoel Spilker
2021-04-18Merge branch 'enter-types-methods-fields' of git://github.com/Rawi01/lombok i...Reinier Zwitserloot
2021-03-24[records] [`@NonNull`] eclipse impl onfthe `@NonNull` on record components fe...Reinier Zwitserloot
2021-03-23[testing] wahey, ecj testing works again, and now we can test JDK16 features ...Reinier Zwitserloot
2021-03-23[records] [javac] Putting `@NonNull` on a 'field' of a record now affects the...Reinier Zwitserloot
2021-03-22Merge branch 'records'Reinier Zwitserloot
2021-03-20[jdk16] Add lombok opens in single locationmd_5
2021-03-19fix test stub dependencies for ecjRoel Spilker
2021-03-19[jdk16] fix delombok (and the test suite, which depends on it) for jdk16.Reinier Zwitserloot
2021-03-14[testing] `ant test.javac6` now passes. yay.Reinier Zwitserloot
2021-03-13[testing] improve information given when position validator tests failReinier Zwitserloot
2021-03-13[testing] also ignore unset positions for the pretty print tester.Reinier Zwitserloot
2021-03-13[testing] now easier to identify what failed, by name of test caseReinier Zwitserloot
2021-03-13[testing] javac6 fails some of the idempotency tests because certain nodes ar...Reinier Zwitserloot
2021-03-05[tests] fix tests on java6/7Reinier Zwitserloot
2021-02-17[fixes #2752] Save problem handler state for postponed error handlingRawi01
2021-02-04[issue #2730] Javadoc generated by lombok in javac now gets its position set.Reinier Zwitserloot
2021-02-02Validate that every AST node has a symbolRawi01
2021-01-28Validate positions during testsRawi01
2020-12-22Run tests if no exclusions matchRoel Spilker
2020-10-03Untangling patches to classes that only exist in eclipse, not ecjReinier 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] fixed a test that fails due to, of all things, a javac bug.Reinier Zwitserloot
2020-09-10Add record supportRawi01
2020-08-31Merge branch 'master' into eclipse-javadocRawi01
2020-08-29[testing] [eclipse] [#2413] Eclipse tests now more expansiveReinier Zwitserloot
2020-08-27[test] [bugfix] Compare full line instead of ignoring the last characterRawi01
2020-07-29Support javadoc copying in eclipseRawi01
2020-07-23[tests] [trivial] stop printing the javac versionReinier Zwitserloot
2020-07-10[test] more flexible options for limiting your tests.Reinier Zwitserloot
2020-07-03[test] [bugfix] far too few tests were being selected for the 'javac' target.Reinier Zwitserloot
2020-07-03[build] propagate chosen bootclasspath into eclipse test targetsReinier Zwitserloot
2020-06-23[build] rewriting the build systemReinier Zwitserloot
2020-01-28[singular][issue #2221] the plural builder method now nullchecks its argument...Reinier Zwitserloot
2020-01-20Config import: change bubble iterationRoel Spilker
2020-01-20Config import: move responsibilitiesRoel Spilker
2020-01-20Rename Context to ConfigurationFile, move reading contents and metadata to it.Roel Spilker
2020-01-20Config import: Allow imports in lombok.configRoel Spilker
2020-01-07[fixes #2327] mostly trivial: Added this. for field access and unified code g...Reinier Zwitserloot
2019-08-22[checkerframework]Reinier Zwitserloot
2019-04-24[trivial] making a part of the test framework code not warn on default JDK11+...Reinier Zwitserloot