aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-06-19 04:48:23 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-06-19 04:48:23 +0200
commite56ab6c2457531c0ce8556097f945b6e7946f6f2 (patch)
treef30aa804159d778171ceeb8d3f5c22d4f130ca4a /doc
parentb964ec18fcc7f8fcbae40ef34113c972785629a3 (diff)
downloadlombok-e56ab6c2457531c0ce8556097f945b6e7946f6f2.tar.gz
lombok-e56ab6c2457531c0ce8556097f945b6e7946f6f2.tar.bz2
lombok-e56ab6c2457531c0ce8556097f945b6e7946f6f2.zip
Added info on the addNetbeans branch.
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO.txt7
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