On 6/18/07, David Leangen <[EMAIL PROTECTED]> wrote: > > Ok, I verified this and it does solve the problem. > > In other words, moving BaseAggregator to the util package works, even > when BaseAggregator is package protected (i.e. not public). > > So... can we move this, please?
See the forwarded message from Equinox dev list. So there are two choices; 1. package protected class 2. override with delegation to parent on all public methods. I'm kind of more Ok with 2. but willing to go with 1. if someone provide a good argument for it. And please vote for the bug referenced by Thomas so the compiler folks does something about it.... Cheers Niclas _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
