aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-31[issue #788] Add more nullity annotations where relevantReinier Zwitserloot
(chainable setters, static constructors, builder stuff)
2020-01-31[issue #2221] simplified configuration for `@Singular`-generated plural form ↵Reinier Zwitserloot
nullchecks.
2020-01-31[fixes #2235] aliasing the old wither to the new one was broken for explicit ↵Reinier Zwitserloot
imports.
2020-01-31[documentation] mostly the config feature pageReinier Zwitserloot
2020-01-30add test deps to gradle setup documentationRoel Spilker
2020-01-30fix typo in changelogRoel Spilker
2020-01-30fixed markdown links in README to be the self-ref form; looks prettierReinier Zwitserloot
2020-01-30Merge pull request #2347 from kraiss/masterReinier Zwitserloot
Change README to README.md and add hyperlinks
2020-01-30[bughunt] [issue #2351] wild-stab try to fix issue 2351, without ↵Reinier Zwitserloot
reproduction - this time for realsies, whoops.
2020-01-30[website] added a line about how sneakythrows doesn't really help you much ↵Reinier Zwitserloot
with lambdas; a common question.
2020-01-30[bughunt] [issue #2351] wild-stab try to fix issue 2351, without reproduction.Reinier Zwitserloot
2020-01-29Include README.md file in JAR packagingPierrick Rassat
2020-01-29Use reference links instead of inlined linksPierrick Rassat
2020-01-29Change README to README.md and add hyperlinksPierrick Rassat
2020-01-29[Fixes #2349] Support for JDK 14Reinier Zwitserloot
Added the ability to parse and pretty-print the new 'x instanceof String y' pattern concept. Added a test to the pretty printer to confirm that it works.
2020-01-28[issue #2221] [issue #788] Lombok now adds nullity annotations.Reinier Zwitserloot
Which 'flavour' is defined in lombok.config; applied to toString, equals, canEqual, and plural-form of `@Singular`.
2020-01-28[trivial] the pos array was one too large here, shouldn't have any effect ↵Reinier Zwitserloot
other than save a smidge of memory.
2020-01-28[singular][issue #2221] the plural builder method now nullchecks its ↵Reinier Zwitserloot
argument with configurable results.
2020-01-20Website: style example codeRoel Spilker
2020-01-20Website: better wrapping for code snippets on narrow screens.Roel Spilker
2020-01-20typo in websiteRoel Spilker
2020-01-20Config import: add to changelogRoel Spilker
2020-01-20Config import: add documentationRoel Spilker
2020-01-20Config import: add support for environment variablesRoel Spilker
2020-01-20Config import: add traces for archives to the testsRoel Spilker
2020-01-20ConfigurationApp: hide not-mentioned by default, add parameter to show them ↵Roel Spilker
anyway.
2020-01-20Config import: support .jar and .zip archivesRoel Spilker
2020-01-20Config import: add to traceRoel Spilker
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-20Implement E&HQ in CheckerFrameworkVersion because it is a ↵Roel Spilker
ConfigurationValueType and might be listed.
2020-01-20Website: render wrapped lines code snippets indentedRoel Spilker
2020-01-20Close more inputstreamsRoel Spilker
2020-01-20Remove unused importsRoel Spilker
2020-01-20Make test java version independent, error message changedRoel Spilker
2020-01-15[fixes #2335] ObtainVia(method=) on more than one arg would crash in javacReinier Zwitserloot
2020-01-08Document compiling java modules with maven. Fixes #2325Roel Spilker
2020-01-08Update javac documentation regarding the module systemRoel Spilker
2020-01-08Rename example files for websiteRoel Spilker
2020-01-08new versions for dockerRoel Spilker
2020-01-08[issue #2314] disabled the intellij ant taskReinier Zwitserloot
2020-01-08[fixes #788] lombok generated equals method plus a non-null-by-default ↵Reinier Zwitserloot
annotation no longer clash.
2020-01-07[fixes #2323] javadoc `@return` generation updated.Reinier Zwitserloot
2020-01-07[fixes #2327] mostly trivial: Added this. for field access and unified code ↵Reinier Zwitserloot
gen of build() methods for `@Builder`.
2020-01-06[fixes #2268] make lombok generate qualified types in order to avoid name ↵Reinier Zwitserloot
clashes.
2019-12-19Update security.txtRoel Spilker
2019-12-19Fix h1Roel Spilker
2019-12-19[docs] added changelog entry for previous fixReinier Zwitserloot