aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO.txt')
-rw-r--r--doc/TODO.txt2
1 files changed, 2 insertions, 0 deletions
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: