[javaflow] Possible null pointer dereference in method doTransform of class
BcelClassTransformer
------------------------------------------------------------------------------------------------
Key: SANDBOX-215
URL: https://issues.apache.org/jira/browse/SANDBOX-215
Project: Commons Sandbox
Issue Type: Bug
Components: Javaflow
Reporter: Philip May
There is a possible null pointer dereference in method doTransform of class
BcelClassTransformer.
When this code:
javaClazz = parser.parse();
throws an exception or returns null this line:
log.debug("transforming class " + javaClazz.getClassName());
and/or later the
String[] intfs = javaClazz.getInterfaceNames();
will throw a NullPointerException.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.