Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] AJDE 1.1 status

This bears investigation. Spacewar has to be run manually, so it's not often tested. Even if the classes were built under 1.4 (default target: 1.2) and run under JDK 1.1, I would expect a message about an incompatible class version number, not a VerifyError. Can you write a test in tests/ajcTestsFailing.xml that reproduces this behavior using the spacewar example in ../docs/dist/doc/examples/spacewar?

Wes

Mik Kersten wrote:

-----Original Message-----
From: aspectj-dev-admin@xxxxxxxxxxx [mailto:aspectj-dev-admin@xxxxxxxxxxx]

> main class execution fails due to verify error

This sounds serious.  Can you reproduce/elaborate?


With pleasure--the stack trace follows. I'm sure that one of you guys has
ran across this when moving between JDK1.3 and 1.4.  What is the likely
cause?

java.lang.VerifyError: (class: spacewar/Display1, method: noticeSizeChange
signature: ()V) Incompatible object argument for function call

	at
spacewar.Display$DisplayAspect.ajc$afterReturning$spacewar_Display$DisplayAs
pect$c78(Display.java:109)

	at spacewar.Game.main(Game.java:43)

Mik


_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-dev




Back to the top