Re: Integrated compiler and javaparser functionality
Tim Lebedkov <[email protected]> Wed, 11 Feb 2004 20:26:47 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Petr, Petr Kuzel wrote: >Hello Tim, > >looking at compiler submodule from user's point >of view it misses fix feature javaparser submodule >provides. I think that both background parsing >snd explicit compilation action errors are worth >to support the fix action. Furthermore it looks >doable. > >What do you think? > - Will this submodule become a part of NB 4.0? - The main problem is that Ant does not use the CompilationEngine to output the messages. (All projects I work on are Ant based and this is why this module is not very important for me now). - Earlier the compiler submodule was just a SuggestionProvider. But we decided to create a special TopComponent for it. The TODO view could show now not only nodes for the current open editor. Maybe /compiler should become a SuggestionProvider again. This way it would be easier to implement the fix action. --Tim