Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] error can't determine superclass of missing type

Sample project has been created.

See  GitHub project
<https://github.com/DavidWright916/aspectj_superclass_issue>  


It occurred to me why my cflow attempt didn't resolve the issue. Cflow is
evaluated at runtime, while the weaving happens at class load time for the
mock instance.

Anyway, the warnings still appear in the sample project, so happy cloning!



--
View this message in context: http://aspectj.2085585.n4.nabble.com/error-can-t-determine-superclass-of-missing-type-tp4652184p4652186.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top