aboutsummaryrefslogtreecommitdiff
path: root/website/features/SneakyThrows.html
AgeCommit message (Collapse)Author
2017-05-29The great rename: the old ‘website’ is now ‘website-old’, and ↵Reinier Zwitserloot
‘website2’ is now ‘website’.
2016-03-07updated year to 2016 in copyrights.Reinier Zwitserloot
2015-01-26updated copyright year in documentationReinier Zwitserloot
2015-01-26documentation for @Singular.Reinier Zwitserloot
2014-05-22added documentation for the configuration feature.Reinier Zwitserloot
2014-05-21New year in documentationRoel Spilker
2013-06-25Value has been promoted to the main package.Reinier Zwitserloot
2013-05-31Added @NonNull on parameters feature (issue 514),Reinier Zwitserloot
including docs and changelog.
2013-03-12In delombok, we mark the AST as changed if we remove an annotation; this ↵Reinier Zwitserloot
fixes the issue where delombok would leave lombok annotations in the file if that annotation had no actual effect (such as @Getter on a field if there is an explicit getX method for that field). issue #443: delombok would screw up @SneakyThrows on methods or constructors with empty bodies. Now we generate warnings for this.
2013-02-11BIG commit:Reinier Zwitserloot
* re-introduction of onMethod/onConstructor/onParam * tests checking error/warnings rewritten to be more heuristic, in order to accomodate difference in messaging between java6 and java 7 * Ability to eliminate java's own output of erroneous error messages (heh); i.e. those messages that are invalidated by lombok's actions. This mechanism is used for onMethod/onConstructor/onParam * First steps to unifying a billion setGeneratedBy calls into a single visitor traversal for eclipse' HandleGetter/Setter/Constructor/Wither * To simplify 'zooming in' the tests on just a few files, added an 'accept' mechanism. * Updated copyright headers of website to 2013.
2012-10-08Updated copyright header in website feature pages.Reinier Zwitserloot
2011-12-05Update warning about @SneakyThrows requiring lombok.jar on the classpath (#306)Sander Koning
2011-11-07Changed copyright noticesRoel Spilker
2011-06-30Updated documentation of SneakyThrows to remove remark about needing ↵Reinier Zwitserloot
lombok.jar at runtime.
2011-06-20Minor tweaks to documentation updates (javadocs, website).Reinier Zwitserloot
2010-11-06Updated website documentation to include @LogRoel Spilker
2009-08-19Added link to sun bug db which contains a feature request that is analogous ↵Reinier Zwitserloot
to @SneakyThrows, except with a keyword.
2009-07-29Corrected 'licence' to 'license' which is a far more popular spelling.Reinier Zwitserloot
2009-07-22Added google analytics tracking.Reinier Zwitserloot
2009-07-18Added credits page.Reinier Zwitserloot
2009-07-18More work on making that godawful excuse for a browser, IE6, render this ↵Reinier Zwitserloot
stuff at least halfway readable. It's not nearly as cool as on proper browsers, but IE6 users can go stuff themselves.
2009-07-18Typo fixes.Reinier Zwitserloot
2009-07-18Added SneakyThrows which finishes the documentation for the features pages.Reinier Zwitserloot