aboutsummaryrefslogtreecommitdiff
path: root/test/core/src/lombok
AgeCommit message (Expand)Author
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-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-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
2019-01-29[test] Made it easier to run the tests on just one of the resource files.Reinier Zwitserloot
2018-10-15[build] Fixing running tests via `ant test`, setting up the build, and a few ...Reinier Zwitserloot
2018-10-02[buildscript] addition of a test task that runs faster; don’t use it unless...Reinier Zwitserloot
2018-08-21bugfix for the new ‘find the next priority’ system committed earlier; it ...Reinier Zwitserloot
2018-07-25Added key ‘dangerousconfig.lombok.disable’.Reinier Zwitserloot
2018-06-04Fixex #1697: google’s FluentLogger (Flogger) now available as one of lombok...Reinier Zwitserloot
2018-04-05[fieldNameConstants] code review, docs, tests, fixup.Reinier Zwitserloot
2017-12-11‘fixed’ ecj testing on JDK9 by requiring that you download the Oracle8 rt...Reinier Zwitserloot
2017-09-18Merge pull request #1311 from askoning/testsOnLinuxRoel Spilker
2017-07-04Fixed some exotic singular cases that were being autosingularized incorrectly.Reinier Zwitserloot
2017-07-03Added some broken autosingulars.Reinier Zwitserloot
2017-03-07fixded the version mess in the test framework.Reinier Zwitserloot
2017-03-06Added support for restricting tests to certain platforms (ecj, javac)Reinier Zwitserloot
2017-02-22Make tests run if no (eclipse-generated?) bin/ folder existsSander Koning
2017-02-16Fixed versionmatching for our test framework.Reinier Zwitserloot
2016-11-22`var` can now also be configured to emit a warning when used.Roel Spilker
2016-05-11Integrate JBossLog codeRoel Spilker
2016-05-06Added support for JBoss Logging v3.3.0-Final via @JBossLog [Issue #1103]Thomas Darimont
2015-11-17handle ignored tests correctlyRoel Spilker
2015-11-17add the capability to the testing framework to verify that delombok actually ...Roel Spilker