This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: More bugs with inner classes (was: Freenet compilation errors.)


>>>>> "Mark" == Mark J Roberts <mjr@statesmean.com> writes:

Mark> Yeah, I was wrong about that. I thought you had to specify the
Mark> class like "Freenet.client.Client" but really you just do it
Mark> like "Freenet/client/Client", which is endlessly confusing.

You can use the class name with `.'.  I just tested that and it works
fine.

Mark> It would be more intuitive if you simply used the full filename,
Mark> "Freenet/client/Client.class", or the class,
Mark> "Freenet.client.Client", but not a combination of the two.

I can't think of a reason that we couldn't use the file name.  I doubt
I'll implement it, but I'd accept a patch.

Tom

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]