From aafd83079a3000d3deb6e40a182849da2509fbfb Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 11 Feb 2013 22:34:48 +0100 Subject: BIG commit: * 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. --- website/download.html | 2 +- website/features/Cleanup.html | 2 +- website/features/Constructor.html | 2 +- website/features/Data.html | 2 +- website/features/Delegate.html | 2 +- website/features/EqualsAndHashCode.html | 2 +- website/features/GetterLazy.html | 2 +- website/features/GetterSetter.html | 2 +- website/features/Log.html | 2 +- website/features/SneakyThrows.html | 2 +- website/features/Synchronized.html | 2 +- website/features/ToString.html | 2 +- website/features/delombok.html | 2 +- website/features/experimental/Accessors.html | 2 +- website/features/experimental/ExtensionMethod.html | 2 +- website/features/experimental/FieldDefaults.html | 2 +- website/features/experimental/Value.html | 2 +- website/features/experimental/Wither.html | 2 +- website/features/experimental/index.html | 2 +- website/features/index.html | 2 +- website/features/onX.html | 4 +++- website/features/val.html | 2 +- website/index.html | 2 +- website/setup/android.html | 2 +- website/setup/ecj.html | 2 +- website/setup/gwt.html | 2 +- website/setup/netbeans.html | 2 +- website/slideshow.html | 2 +- 28 files changed, 30 insertions(+), 28 deletions(-) (limited to 'website') diff --git a/website/download.html b/website/download.html index 526fdd3d..bb354c8f 100644 --- a/website/download.html +++ b/website/download.html @@ -81,7 +81,7 @@