/usr/share/doc/libcommons-javaflow-java-doc/TODO is in libcommons-javaflow-java-doc 0.0~svn20060411-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | In no particular order:
o integrate just4log into the build system
o testcases!!!!
o documentation of the rewriting process
o fix rewriting bugs/limitations:
o fix unintialized objects for method/constructor calls
o inner classes
o try/catch/finally
o synchronized(obj)
o accessing .class
o new Object() without assignment
o only wrap the function calls
that may lead to a suspend (control
flow analysis) requires 2-pass
analysing/rewriting
o maybe: evaluate making the Stack class use a hierarchical
approach to support differential continuations
o maybe: asm implementation instead of BCEL
o BCEL
o commit bug fixes in BCEL
http://issues.apache.org/bugzilla/show_bug.cgi?id=27646
http://issues.apache.org/bugzilla/show_bug.cgi?id=27854
http://issues.apache.org/bugzilla/show_bug.cgi?id=27855
o get rid of the static repository approach
http://issues.apache.org/bugzilla/show_bug.cgi?id=38057
o talk to the RIFE guys about joining forces
o talk to the aspectwerkz and aspectj folks
about working together
|