gtoison opened a new pull request, #254: URL: https://github.com/apache/commons-bcel/pull/254
BCEL currently does not support `LDC` with `Constant_Dynamic`, this notably happens with class files modified by Jacoco following https://github.com/jacoco/jacoco/pull/845 This causes issues in SpotBugs when it runs after Jacoco has modified the class fiels: https://github.com/spotbugs/spotbugs/issues/2759 Here's a test case illustrating the problem and a proposed fix. The change in `LDC.getValue()` is most certainly wrong but I'm not sure what to do here, any guidance would be much appreciated. See: https://issues.apache.org/jira/browse/BCEL-370 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
