spring-framework/spring-expression/src/test
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
..
java/org/springframework/expression/spel Fix bytecode generation for SpEL OpPlus 2014-11-13 08:12:43 -08:00
resources Harmonize log configuration 2014-03-20 09:43:29 -07:00