Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] duplicate name&signature

Hi Andy,

I was trying to enter a bug, I haven't done this on the site before.
Where do i go to create an account?  I tried a few things, but I think I am missing something?

Mike


On Sun, Dec 18, 2011 at 6:39 PM, Andy Clement <andrew.clement@xxxxxxxxx> wrote:
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
>
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



--
Michael D. McCray
(314) 596-AOP1
Consultant - Preferred Resources, Inc.
President - Object Nirvana, Inc.
Transcendental Beans Database
- an aspect oriented database system,
   the future of data storage
Website: http://www.objectnirvana.com
Open source version: http://transcendentalbeans.dev.java.net/
Blog: http://aodbms.blogspot.com
Email: mike@xxxxxxxxxxxxxxxxx
Twitter: http://twitter.com/MichaelDMcCray

Back to the top