[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] duplicate name&signature
|
- From: Andy Clement <andrew.clement@xxxxxxxxx>
- Date: Sun, 18 Dec 2011 16:39:36 -0800
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=ebsFrta8JhNpyr7E5TBuVOrlgrr//4oWqPhVV3nq9F0=; b=AWVQDgMKfvxswnl0IF0HypWUIRVNteVpqVZKXrSoD/6WAQ6LrF+PHKu3Y5K1wMtPVs 3qTyxFpB+8/4xJ7Fx7L8uHqBVIvPl4x6JdmFBvb9036t1N22MxAXPyI4oBOKh8eWt3oH nGtI9wsWA9hyQLHw9zWpsKn4sHAg+WOoLJHzQ=
Hi Mike,
It sounds like a bug and not a configuration problem you've made.
Likely a variant of the bug 223226 that you refer to. Can you raise a
bugzilla for it and I'll take a look. If you can then attaching the
problematic source (or the class file that shows the problem) would be
really helpful in narrowing it down.
cheers
Andy
On 16 December 2011 17:46, Michael McCray <mike@xxxxxxxxxxxxxxxxx> wrote:
> I have recently refactored my code splitting one maven module into two. My
> project was working, but now I get this error when running my tests:
>
> I see this:
> Bug 223226 - [Generics + ITD] ClassFormatError: Duplicate method
> name&signature in class
>
> java.lang.ClassFormatError: Duplicate method name&signature
>
> My code is not exactly the same as the example.
>
> I am using 1.6.12, so could this scenario be caused by something else?
>
> The maven structure is:
> module 1 core code
> module 2 aspects that weave code from module 1
>
> could my pom.xml be causing problems?
>
> Mike
>
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>