On 6/15/07, David Leangen <[EMAIL PROTECTED]> wrote: > > BaseAggregator is in the "internal" package, which is not exported. > > In Eclipse, this means that any time I try to use a method (like > getApplicationName() ), I am getting an AccessRestrictionException and > my code does not compile. > > > I understand that this is an Eclipse bug, but in the meantime, can we > please move BaseAggregator to the util package?
Before attempting a half-hearted effort, could you check if it would work with a non-public BaseAggregator in util package?? I suspect that that won't work either, and I definately don't want to open BaseAggregator up for public subclassing. if that won't work either, the only other thing I see happening is to take away the BaseAggregator, and replace it with a class that each of the subclasses delegates all the method calls to. Not very pretty... Cheers _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
