[jboss-jira] [JBoss JIRA] (JASSIST-249) Boolean parameter setting with non short-circuit expression
Gurutharshan Nadarajah (JIRA)
issues at jboss.org
Tue Jul 14 07:10:03 EDT 2015
Gurutharshan Nadarajah created JASSIST-249:
----------------------------------------------
Summary: Boolean parameter setting with non short-circuit expression
Key: JASSIST-249
URL: https://issues.jboss.org/browse/JASSIST-249
Project: Javassist
Issue Type: Bug
Affects Versions: 3.19.0-GA, 3.20.0-GA
Reporter: Gurutharshan Nadarajah
Assignee: Shigeru Chiba
javassist.CannotCompileException: [source error] setValue(int) not found in BooleanDataSeries
javassist class loading is not working when we r setting boolean value with non short-circuit expression.
setValue(boolean value) is a method in BooleanDataSeries class
and invoked this method with non short-circuit expression like (true & false), and it gives above error.
see the code sample.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list