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

> -----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




Back to the top