Re: Q: reflection in java/project
Tomas Zezula <[email protected]> Fri, 20 Jun 2003 13:28:32 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Svato, the reflection is just a workaround to allow the partial changes to be commited into the repository. The next commit which I prepare just now will fix these issues. Tomas Svata Dedic wrote: > Hello, > > I must admit I did not watch the java module split much closely :( - > so please forgive me something obvious overlooked. > > There's a method in > org.netbeans.modules.java.project.CompilerOutConvertor, which uses > reflection to access something in the classpath module; specifically > it uses a static method that takes a FileObject and yields a > PathResource. > > Can not it use o.n.a.java.project.JavaProject.getClasesDescriptor( > Project.find(fileObject)) instead ? > > -Svata > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- /** * @author Tomas Zezula * @see http://www.netbeans.org * */