aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-01-31[fixes #2235] aliasing the old wither to the new one was broken for explicit ...Reinier Zwitserloot
2020-01-31[documentation] mostly the config feature pageReinier Zwitserloot
2020-01-30[bughunt] [issue #2351] wild-stab try to fix issue 2351, without reproduction...Reinier Zwitserloot
2020-01-30[bughunt] [issue #2351] wild-stab try to fix issue 2351, without reproduction.Reinier Zwitserloot
2020-01-29[Fixes #2349] Support for JDK 14Reinier Zwitserloot
2020-01-28[issue #2221] [issue #788] Lombok now adds nullity annotations.Reinier Zwitserloot
2020-01-28[trivial] the pos array was one too large here, shouldn't have any effect oth...Reinier Zwitserloot
2020-01-28[singular][issue #2221] the plural builder method now nullchecks its argument...Reinier Zwitserloot
2020-01-20Config import: add support for environment variablesRoel Spilker
2020-01-20ConfigurationApp: hide not-mentioned by default, add parameter to show them a...Roel Spilker
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 ConfigurationValueT...Roel Spilker
2020-01-20Close more inputstreamsRoel Spilker
2020-01-20Remove unused importsRoel Spilker
2020-01-15[fixes #2335] ObtainVia(method=) on more than one arg would crash in javacReinier Zwitserloot
2020-01-08[fixes #788] lombok generated equals method plus a non-null-by-default annota...Reinier Zwitserloot
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 g...Reinier Zwitserloot
2020-01-06[fixes #2268] make lombok generate qualified types in order to avoid name cla...Reinier Zwitserloot
2019-12-19Merge pull request #2273 from Lekanich/issue2262Reinier Zwitserloot
2019-12-19Merge pull request #2283 from smillst/updateCheckerFrameworkV3.0.0Reinier Zwitserloot
2019-12-12Add note.Suzanne Millstein
2019-12-12Add back old anotations.Suzanne Millstein
2019-12-11Merge branch 'floralvikings-feature/builder-setter-prefixes'Reinier Zwitserloot
2019-12-11[builder] setterPrefix option code review, formatting cleanup, and docsReinier Zwitserloot
2019-12-11Improve error message when post-compiler failsRoel Spilker
2019-12-11[trivial] formattingReinier Zwitserloot
2019-12-11Merge branch 'feature/builder-setter-prefixes' of git://github.com/floralviki...Reinier Zwitserloot
2019-11-04Update the list of Checker Framework annotations for version 3.0.0.Suzanne Millstein
2019-10-28Fix last testCaleb Brinkman
2019-10-28Fix eclipse map singularizationCaleb Brinkman
2019-10-28Fix more singulars and testsCaleb Brinkman
2019-10-28Remove now-unused variablesCaleb Brinkman
2019-10-28More test fixesCaleb Brinkman
2019-10-27Issue2262.Lekanich
2019-10-25Fix up some more tests and copy-paste errorsCaleb Brinkman
2019-09-26[live-debug] adding some logging when a very unexpected install error occursReinier Zwitserloot
2019-09-25[bugfix] NPEs in TypeResolver (due to recent refactor of how TR works)Reinier Zwitserloot
2019-09-25[jdk13] support for switch expression's yield keyword.Reinier Zwitserloot
2019-09-25[jdk13] Added support for printing text blocks (triple quoted strings) in tex...Reinier Zwitserloot
2019-09-25[jdk13] Added a new constant pool type to our cp parserReinier Zwitserloot
2019-09-19Fix more copy/paste test errorsCaleb Brinkman
2019-09-19Fix null pointers and incorrect testsCaleb Brinkman
2019-09-19Added setterPrefix to javacabrinkman94
2019-09-12[trivial] removing some unused imports and suchReinier Zwitserloot