Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] pointcut error that could be more helpful

hi!

scenario: you have an abstract aspect with an abstract package-private
pointcut, and then you concretize the abstract aspect by an aspect in a
different package. then you can not concretize the abstract pointcut
because it's package-private in a different package.

the error message is simply:

ConnectionManagerAspect.java:17 error inherited abstract pointcut
com.netvisor.common.hibernate.AbstractConnectionManagerAspect.sessionabl
eMethods() is not made concrete in
com.netvisor.risk_management.web.ConnectionManagerAspect

happy coding,

- 101




Back to the top