diff options
-rw-r--r-- | doc/TODO.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 53fdb177..003bf3ed 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -22,6 +22,13 @@ method2: public Iterable<? extends CompilationUnitTree> parse(); in either case, returned value could be null/empty. CompilationUnitTree are MethodTree are superinterfaces of JCCU and JCMD. +problem: the agent stops receiving requests to transform classes early in the netbeans load process. + +Possible work-around: Rewrite the entire JavacTaskImpl.class file on disk. It's in: + +/NetBeans 6.7 RC3.app/Contents/Resources/NetBeans/java2/modules/ext/javac-impl-nb-7.0-b07.jar + +Some work has been done in the addNetbeans branch. ## website |