[jboss-jira] [JBoss JIRA] (JASSIST-249) Boolean parameter setting with non short-circuit expression
Shigeru Chiba (JIRA)
issues at jboss.org
Wed Jul 15 02:55:04 EDT 2015
[ https://issues.jboss.org/browse/JASSIST-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shigeru Chiba closed JASSIST-249.
---------------------------------
> 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
> Fix For: 3.21.0-GA
>
>
> 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