From 99d9728ede23aade67fdce4412a91bc58f5ab3dc Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 1 Jul 2009 22:09:40 +0200 Subject: Support for @SneakyThrows in eclipse. --- doc/TODO.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/TODO.txt b/doc/TODO.txt index 2bc8f14d..49af0a06 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -1,3 +1,5 @@ +## Add support for Fields and Local Declarations for @SneakyThrows (sneakythrows on the initializer) + ## Fix Eclipse's HandleCleanup Consider requiring an initializer and warn when the varname gets reassigned, if the declaration wasn't already final. Think about this more. -- cgit