From 964b82124dd92e91652925a450ab9208e41df601 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 2 Jun 2011 06:37:01 +0200 Subject: Eclipse handlers can now opt out of being run in diet-parse mode. Fixes Synchronized and SneakyThrows --- src/core/lombok/eclipse/handlers/HandleSneakyThrows.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/core/lombok/eclipse/handlers/HandleSneakyThrows.java') diff --git a/src/core/lombok/eclipse/handlers/HandleSneakyThrows.java b/src/core/lombok/eclipse/handlers/HandleSneakyThrows.java index 4b36d688..f426b9ce 100644 --- a/src/core/lombok/eclipse/handlers/HandleSneakyThrows.java +++ b/src/core/lombok/eclipse/handlers/HandleSneakyThrows.java @@ -69,6 +69,10 @@ public class HandleSneakyThrows implements EclipseAnnotationHandler annotation, Annotation source, EclipseNode annotationNode) { List exceptionNames = annotation.getRawExpressions("value"); List exceptions = new ArrayList(); -- cgit