Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] compiler: "duplicate" package-info in presence of nested classes

On Tue, Aug 23, 2011 at 10:23 AM, Olivier Thomann
<Olivier_Thomann@xxxxxxxxxx> wrote:
> jdt-core-dev-bounces@xxxxxxxxxxx wrote on 2011-08-23 10:15:24:
>> I am not sure if the problem is with the eclipse compiler or the maven
>> plugin, but after spending some hours debugging both of them, I'm
>> leaning towards the compiler. I seem to be getting this error only
>> where I have inner classes along with a package-info. It seems to be
>> related to the issue described on [1].
> If you can isolate a test case, please open a new bug report against
> JDT/Core with the attached test case.

Done. https://bugs.eclipse.org/bugs/show_bug.cgi?id=355552

I could not reproduce with the batch compiler. I'm guessing it's
because its INameEnvironment behaves differently.

Thanks,
Martin


Back to the top