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 <[email protected]> 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 > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users > _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
