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.20.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.