Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Tracing while using GEF

Hello,

i´m using GEF and i want to do some tracing using AspectJ. For instance, i
want to monitor calls from GEF to the EditPartFactory and i´m using the
following primitive pointcut:

call(* MyEditPartFactory.createEditPart(..))

The createEditPart-method is automatically invoked by GEF when it is needed,
but no calls are matched. 

I also added the gef.jar-file to the AspectJ inPath, but without any effect.

Can anybody help me?

Sven Bartel



Back to the top