diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-06-26 05:34:55 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-06-26 05:34:55 +0200 |
commit | 47bd3e3c06379d8c52f572cf466e6388b0b91ce1 (patch) | |
tree | ab162bb5892ad9f59450f89a2b79b5f0b81836a4 /doc/TODO.txt | |
parent | cea4c9bb042e6dceb6512f094a25870c7a084744 (diff) | |
download | lombok-47bd3e3c06379d8c52f572cf466e6388b0b91ce1.tar.gz lombok-47bd3e3c06379d8c52f572cf466e6388b0b91ce1.tar.bz2 lombok-47bd3e3c06379d8c52f572cf466e6388b0b91ce1.zip |
Added some bugs that we need to fix.
Diffstat (limited to 'doc/TODO.txt')
-rw-r--r-- | doc/TODO.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 4e867566..001a2915 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -1,3 +1,15 @@ +## Fix Eclipse's HandleCleanup + +* Fix the AST.Node view of the innards of the method. Now nested applications of @Cleanup blow everything up. + +* Replace the multi-catch block strategy at least with more catch blocks (all encapsulating try/catch blocks' caught types as well), or use sneakyThrow, which is even better. + +* Fix PrintAST to always run at the very very very end. + +## Fix eclipse's pointers + +* We really need to do more work on setting positions properly. + ## Eclipse insertion point for newly generated code We need to figure out which of the bodyStart/bodyDeclarationStart/sourceStart blocks are used as where insertions happen, and set it to the entire line of a field and not just the annotation. |