[jira] [Resolved] (BCEL-196) why is Instruction.setOpcode private?

2015-03-07 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved BCEL-196. -- Resolution: Won't Fix Each opcode has a dedicated sub-class. Changing the opCode would require changing

[jira] [Resolved] (BCEL-193) aastore instruction should not raise a verify error if an assignment compatiblity error is detected

2015-03-07 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved BCEL-193. -- Resolution: Fixed Fix Version/s: 6.0 Patch applied with only trivial whitespace changes. Many

[jira] [Resolved] (BCEL-188) Invalid verification of the returned value of a method

2015-03-07 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved BCEL-188. -- Resolution: Fixed Patch applied. Mnay thanks. It still would be nice to get some form of source for the

[jira] [Commented] (BCEL-193) aastore instruction should not raise a verify error if an assignment compatiblity error is detected

2015-03-07 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351722#comment-14351722 ] Mark Thomas commented on BCEL-193: -- I agree with Jérôme. Being too strict is just as much

[jira] [Commented] (BCEL-193) aastore instruction should not raise a verify error if an assignment compatiblity error is detected

2015-03-07 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351738#comment-14351738 ] Mark Thomas commented on BCEL-193: -- It would be better if some sort of source code - worst

[jira] [Resolved] (BCEL-129) ClassFormatException when instrumenting a Java 5 class

2015-03-07 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved BCEL-129. -- Resolution: Fixed No resposnse to request to re-test against trunk and no test case provided to enable

[jira] [Resolved] (BCEL-129) ClassFormatException when instrumenting a Java 5 class

2015-03-07 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved BCEL-129. -- Resolution: Fixed No resposnse to request to re-test against trunk and no test case provided to enable

[jira] [Commented] (LANG-1046) containsPattern method for StringUtils?

2015-03-07 Thread Orchid Majumder (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351592#comment-14351592 ] Orchid Majumder commented on LANG-1046: --- Hi, I'm really new to the world of open

[jira] [Commented] (BCEL-196) why is Instruction.setOpcode private?

2015-03-07 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351493#comment-14351493 ] Emmanuel Bourg commented on BCEL-196: - [~markro]: what was your use case for changing

[jira] [Commented] (BCEL-192) Verification error when defining an inner class

2015-03-07 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351838#comment-14351838 ] Emmanuel Bourg commented on BCEL-192: - I get a test failure: {code}