Stan's Weblog
Task List extensions Part II
The new Task List window in NetBeans 6.0 has a new API so the Checkstyle module that is available in earlier NetBeans releases isn't working in NB 6.0.
Since I'm responsible for the new Task List I tried to fix this deficiency by implementing a new Checkstyle integration module for NetBeans 6.0. You can find it here, source files are in NetBeans CVS in contrib/tasklist/checkstyle.
There is one known issue though - if there is another NetBeans plugin that adds ANTLR runtime jar to the classpath (e.g. UML, Struts, ...) the Checkstyle plugin won't work. I'll try to fix this problem.
Posted at 02:36PM Aug 23, 2007 by Stanislav Aubrecht in NetBeans | Comments[3]
You need to change the contet classloader to the checkstyle antlr containging classloader, so that the correct classes are loaded. I experienced the same problem adding Tasklist integration to SQE (sqe.dev.java.net)
Posted by Sven Reimers on August 24, 2007 at 12:36 AM CEST #
sven: great plugin, you did much better job than i did with my checkstyle-only plugin! and thanks for the tip.
Posted by stan on August 24, 2007 at 01:26 PM CEST #
Thanks - but there is still a lot room for improvements...
Posted by Sven Reimers on August 25, 2007 at 07:45 PM CEST #