spring-framework/spring-expression/src
Andy Clement 94ee763bc8 Fix bytecode generation for SpEL OpPlus
Without this change the plus operator would fail to
include a CHECKCAST in generated bytecode when it
was compiled in cases where one of the operands
has a runtime type of String but a statically
declared type that was not String (i.e. Object).

Issue: SPR-12426
2014-11-13 08:12:43 -08:00
..
main/java/org/springframework/expression Fix bytecode generation for SpEL OpPlus 2014-11-13 08:12:43 -08:00
test Fix bytecode generation for SpEL OpPlus 2014-11-13 08:12:43 -08:00