Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] getThis() caused stackoverflow



Sandro,

Could you post the aspect and the compiler options you are using?

Matthew Webster
AOSD Project
Java Technology Centre, MP146
IBM Hursley Park, Winchester,  SO21 2JN, England
Telephone: +44 196 2816139 (external) 246139 (internal)
Email: Matthew Webster/UK/IBM @ IBMGB, matthew_webster@xxxxxxxxxx
http://w3.hursley.ibm.com/~websterm/

Sandro Ruch <sandro.ruch@xxxxxxxxxx>@eclipse.org on 17/01/2005 08:22:03

Please respond to aspectj-users@xxxxxxxxxxx

Sent by:    aspectj-users-admin@xxxxxxxxxxx


To:    aspectj-users@xxxxxxxxxxx
cc:
Subject:    [aspectj-users] getThis() caused stackoverflow


hi all,

I'm relativly new to aop and aspectj in particular so i've played with some
basic aspect-examples.
it worked all fine till i've tried the getThis() method on the
JoinPoint-object. the call of this method has caused a
stackoverflow-exception...
all other method like getArgs(), etc. worked fine... just the getThis()
not... and i've defined something like && !within(GeneralMethodTracer) ..

can someone explain the deeper reason to me why this happens?

one further question to AspectJEditor... i've read in a mail of adrian (in
the archive) that the AspectJEditor will support the basic feature
of the standard JavaEditor inside eclipse (like organize imports,
refactoring methods like rename, etc.). When will this happen? Currently
i'm using version 1.2...

kind regards,
sandro

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




Back to the top