Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-18 | Merge branch 'eclipse-javadoc' of git://github.com/Rawi01/lombok into ↵ | Reinier Zwitserloot | |
Rawi01-eclipse-javadoc # Conflicts: # src/core/lombok/eclipse/handlers/EclipseHandlerUtil.java | |||
2020-09-18 | [tests] ant-based compiling of test infra was failing. | Reinier Zwitserloot | |
I committed some code to debug classpath issues; this code is no longer needed and was using java8+ features that aren't available at compile time in the first place; a simple matter of removing that code is all that was needed. | |||
2020-09-18 | [tests] fixed a test that fails due to, of all things, a javac bug. | Reinier Zwitserloot | |
2020-08-31 | Merge branch 'master' into eclipse-javadoc | Rawi01 | |
Conflicts: src/core/lombok/javac/handlers/JavacHandlerUtil.java test/core/src/lombok/RunTestsViaEcj.java | |||
2020-08-29 | [testing] [eclipse] [#2413] Eclipse tests now more expansive | Reinier Zwitserloot | |
We now test generating a level2-DOM from our level1-AST (eclipse has 3 levels of ASTs, more or less), only if that is possible, i.e. only if the full eclipse is available. This requires using a test target named `eclipse-X`, and not one of the `ecjX` ones. This is the change that requires the massive update to the build system. About 6 tests, including a newly added one about @Delegate, now fail. These failures would usually not cause instant failure in eclipse, but can cause errors during save actions and will likely mess with other things in weird ways, such as messing up syntax highlighting. Yes, this commit now makes a bunch of cases fail the unit tests, but that is representative of actual errors in lombok, so I'm checking it in as is (without this commit, the problem is still there, the tests are just incapable of detecting it). | |||
2020-08-27 | [test] [bugfix] Compare full line instead of ignoring the last character | Rawi01 | |
2020-07-29 | Support javadoc copying in eclipse | Rawi01 | |
2020-07-23 | [tests] [trivial] stop printing the javac version | Reinier Zwitserloot | |
... when running javac tests | |||
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 targets | Reinier Zwitserloot | |
2020-06-23 | [build] rewriting the build system | Reinier Zwitserloot | |
2020-01-28 | [singular][issue #2221] the plural builder method now nullchecks its ↵ | Reinier Zwitserloot | |
argument with configurable results. | |||
2020-01-20 | Config import: change bubble iteration | Roel Spilker | |
2020-01-20 | Config import: move responsibilities | Roel Spilker | |
2020-01-20 | Rename Context to ConfigurationFile, move reading contents and metadata to it. | Roel Spilker | |
2020-01-20 | Config import: Allow imports in lombok.config | Roel Spilker | |
2020-01-07 | [fixes #2327] mostly trivial: Added this. for field access and unified code ↵ | Reinier Zwitserloot | |
gen of build() methods for `@Builder`. | |||
2019-08-22 | [checkerframework] | Reinier Zwitserloot | |
A bit of a shadow feature because the checker framework folks need to do some work on their side. this update makes lombok generate a few checker framework annotations (if configured to do so) which let the checker framework add warnings and errors for example if you misuse builders, or ignore the return values of withers, etc. | |||
2019-04-24 | [trivial] making a part of the test framework code not warn on default ↵ | Reinier Zwitserloot | |
JDK11+ linter settings. | |||
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 | |
other build-related issues. | |||
2018-10-02 | [buildscript] addition of a test task that runs faster; don’t use it ↵ | Reinier Zwitserloot | |
unless you know what you’re doing as it skips a few important steps. | |||
2018-08-21 | bugfix for the new ‘find the next priority’ system committed earlier; it ↵ | Reinier Zwitserloot | |
should also find next priority for the astvisitors (only the annotation visitors were being considered). | |||
2018-07-25 | Added key ‘dangerousconfig.lombok.disable’. | Reinier Zwitserloot | |
2018-06-04 | Fixex #1697: google’s FluentLogger (Flogger) now available as one of ↵ | Reinier Zwitserloot | |
lombok’s log annotations. | |||
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 ↵ | Reinier Zwitserloot | |
rt.jar. Fortunately, we already had an optional ant task to fetch this. I’ve simply made it less optional. | |||
2017-09-18 | Merge pull request #1311 from askoning/testsOnLinux | Roel Spilker | |
Several minor fixes to make 'ant test' work more reliably on other systems | |||
2017-07-04 | Fixed some exotic singular cases that were being autosingularized incorrectly. | Reinier Zwitserloot | |
2017-07-03 | Added some broken autosingulars. | Reinier Zwitserloot | |
2017-03-07 | fixded the version mess in the test framework. | Reinier Zwitserloot | |
2017-03-06 | Added support for restricting tests to certain platforms (ecj, javac) | Reinier Zwitserloot | |
2017-02-22 | Make tests run if no (eclipse-generated?) bin/ folder exists | Sander Koning | |
2017-02-16 | Fixed 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-11 | Integrate JBossLog code | Roel Spilker | |
- fix jboss-logging.jar name - add copyright notice to new source files - add cross-references from other @Log annotations - update feature page | |||
2016-05-06 | Added support for JBoss Logging v3.3.0-Final via @JBossLog [Issue #1103] | Thomas Darimont | |
2015-11-17 | handle ignored tests correctly | Roel Spilker | |
2015-11-17 | add the capability to the testing framework to verify that delombok actually ↵ | Roel Spilker | |
also handles the changed flag correctly | |||
2015-09-23 | Remove lombok annotation from source | Roel Spilker | |
2015-02-02 | [i702] findbugs suppress warnings now available via config key. | Reinier Zwitserloot | |
2015-02-01 | Fixed issues with val in inner classes, and re-enabled a test that caught it ↵ | Reinier Zwitserloot | |
that we ignored earlier. | |||
2015-01-30 | * Added config key ‘lombok.addGeneratedAnnotation’. | Reinier Zwitserloot | |
* Added ‘format’ directive for tests. * Updates tests to salt in some more format and config keys. | |||
2015-01-21 | * Fixed running ecj tests within eclipse | Reinier Zwitserloot | |
2015-01-20 | Merge the @Singular feature and the fix for ecj and the shadowloader. | Reinier Zwitserloot | |
2015-01-19 | builder @Singleton now works fully in eclipse as well! feature done! | Reinier Zwitserloot | |
2015-01-15 | ecj @Builder @Singular support for j.u. sets and maps. | Reinier Zwitserloot | |
2015-01-03 | [wip] @Singular support. | Reinier Zwitserloot | |
2014-12-10 | [issue #759] delombok now plays nicely with exotic characters, encodings, ↵ | Roel Spilker | |
and backslash U escapes. |