Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] Problem of weaving unkown classes

Hello,

 

I’ve this error message in aspectj :

 

[AppClassLoader@14dad5dc] error can't determine superclass of missing type org.netbeans.lib.profiler.server.ProfilerRuntimeCPUFullInstr

when weaving type com.google.common.base.Absent

when weaving classes

when weaving

 

 

Maybe due to my aspect :

@Before("call(public void Thread+.start()) && target(childThread)")

 

Or :

@After("execution (public void Thread+.run())")

 

However, this error has a large impact on the performances of my application.

Could you tell me how to fix it please ?

 

 

Best regards,

 

Denis

 


Back to the top