]
Kabir Khan reassigned JBAOP-358:
--------------------------------
Assignee: (was: Kabir Khan)
Handle classification of unused members not found on the classpath
gracefully
-----------------------------------------------------------------------------
Key: JBAOP-358
URL:
https://issues.jboss.org/browse/JBAOP-358
Project: JBoss AOP
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Kabir Khan
class Test{
NotOnCp field; //Not on classpath
String field;
}
Weaving this class will fail if run without NotPnCp.class on the classpath. The
JoinPointClassifier needs to handle this gracefully so that these members are ignored
(with a warning) rather than failing weaving of the whole class. If types used by the
member are not on the classpath, the application would fail at runtime anyway, so whether
the member "should have been woven" or not is irrelevant.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: