From efe3931cf3d9134d7d8e5adf792b05a47ce2c423 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 1 Jul 2009 20:16:26 +0200 Subject: Added ability to @Synchronized to explicitly name the lock object. Spruced up @Cleanup's position settings and also forced initialization, because the error appears in a screwed up place if you don't, and we can't seem to move it. --- doc/TODO.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/TODO.txt') diff --git a/doc/TODO.txt b/doc/TODO.txt index 944ef5c6..2bc8f14d 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -1,5 +1,7 @@ ## 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. + Right now exceptions thrown by the cleanup method will mask any exceptions thrown in the main body, which is not wanted. This does not appear to be doable without java 7 features or very extensive additions to the lombok framework. A lot has been tried: -- cgit