Re: Re: javagator, after using it for a month
John Richardson <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
> > 2) It doesn't show non-public classes in a file. These classes aren't
> > typical, but used more often than I'd like in some codebases.
>
> Do you mean anonymous classes? The parser doesn't reveal them, and
> I can only work with what it gives me. If you mean there are non-public
> named classes that aren't showing up, that's a bug - but I was
> just using it to browse some non-public classes.
I'm talking about one file with contents like this:
public class MyPublicClass {
...
}
class Foo {
public void doFoo() { ... }
}
Foo won't show up at all in the Navigator, but it is there in the
Filesystems explorer.