129 Commits (99204cbf73edbfb9829cf118fa8d5c5fe73d8eff)

Author SHA1 Message Date
Andy Clement 8a980b8364 More tests. First pass on messages review. 17 years ago
Keith Donald 64de1981a3 made conversion service pluggable 17 years ago
Keith Donald 8df73198f6 activated DefaultConversionService in EL, linking convert and EL 17 years ago
Andy Clement 073b1556ce Fixed StandardTypeLocator to only know about java.lang.* out of the box. Doc fixes related to that. 17 years ago
Andy Clement b46afe7e39 finally some comparator logic that makes sense :) 17 years ago
Andy Clement 75d26cdb9d More tests, corrections in standard comparator, more helper methods in StandardEvaluationContext. 17 years ago
Andy Clement 9f5676a4b1 more tests, minor fixes. some findbugs issues addressed. 17 years ago
Andy Clement f899a72e1c Changed signature of convertValue() to keep the Sun compiler happy 17 years ago
Andy Clement cfa9cdf035 More tests and some fixes. Also created tests based on the documentation examples. 17 years ago
Andy Clement 29d27f3687 Removed unnecessary code. Increased test coverage from 70>75% - still some way to go 17 years ago
Andy Clement a6fa167d5e Corrected exception message inserts 17 years ago
Andy Clement 0374aacec1 Improving test coverage, more language consistency 17 years ago
Andy Clement 7cc791ae9e More test coverage for the expression AST 17 years ago
Andy Clement 5eb884a7db objects flowing around in expression evaluation are now TypedValue's - these carry generics info, used for conversions. 17 years ago
Andy Clement 2fb46e48c0 design change - no longer surfacing typeDescriptor through property accessor. conversion done internally in property write() code 17 years ago
Andy Clement c289840f9a initial typeDescriptor awareness in the EL. some basic testing of using GenericConversionService 17 years ago
Andy Clement 78c1d085d5 Indexed objects (arrays/maps/lists) now settable 17 years ago
Andy Clement ec411f271b Indexed objects (arrays/maps/lists) now settable 17 years ago
Mark Pollack 6ac7a300c8 Fix SPEL tests when using maven. With the maven test runner expression.spel.SetValueTests is run before expression.spel.EvaluationTests. The order is reversed in eclipse/spring-build. Static variables are modifed in SetValueTests that cause EvaluationTests to fail if it is run first. Make a simple fix so SetValueTests uses a local evaluation context variable instead of a static variable. 17 years ago
Keith Donald 0a06a95d68 set value tests 17 years ago
Keith Donald 199f6943d1 pruned bean references support as it was not used 17 years ago
Juergen Hoeller b9f25bc30b polishing 17 years ago
Juergen Hoeller 905c8fe509 polishing 17 years ago
Juergen Hoeller 793bf07941 revised expression parser API design 17 years ago
Andy Clement 559d321b50 remove files 17 years ago
Andy Clement 4236dc7743 new files 17 years ago
Andy Clement a0a95ca5b7 Refactored package structure and made some getValue() methods generic 17 years ago
Juergen Hoeller e016a80f63 fixed javadoc errors 17 years ago
Juergen Hoeller a0dfb69aaa Java 5 code style 17 years ago
Juergen Hoeller 0b0163e026 Java 5 code style 17 years ago
Juergen Hoeller a5253bec7f EL container integration; support for contextual objects; removal of deprecated Spring 2.0 functionality; Java 5 code style 17 years ago
Andy Clement 5519df3491 map access tests added 18 years ago
Andy Clement 6fa37bf29b removing: initializers/processors/in operator 18 years ago
Andy Clement f497d6af62 renamed operator IS to INSTANCEOF, may yet delete.. 18 years ago
Andy Clement 0000c6f260 bean references removed, no more @(context:beanname) 18 years ago
Andy Clement 3f1ba9d2a5 removed lambda functions, local function and local variable references 18 years ago
Andy Clement 44927db29a date literal removed 18 years ago
Andy Clement 51f2b59ea4 Changed so that existing getters/setters are used before direct field access is attempted 18 years ago
Andy Clement 39c262e5a0 Removing functionality. Removed expression list support, cannot say (foo();bar()) any more 18 years ago
Andy Clement 3f75a45b23 Removing functionality. Removed soundslike/distanceto/like operators 18 years ago
Andy Clement 10d45b2001 Final commit before the great 'stripdown'. Used clover to determine coverage and added tests as necessary. 18 years ago
Andy Clement 5cdeaa9644 added test and behaviour for calling a java method with incorrect number of arguments 18 years ago
Andy Clement 2d4e2685e9 fixed up FunctionReference a bit - so it can call varargs methods 18 years ago
Andy Clement 7694700a33 new function invocation tests for normal and error behaviour 18 years ago
Andy Clement c034d6b840 changed vis of arg conversion code so function calls can use it 18 years ago
Andy Clement 5550af651c fixed damage caused by code formatter 18 years ago
Andy Clement 9295e94878 added support for Integer > Float conversion. 18 years ago
Andy Clement 1502732dd2 more tests relating to reals 18 years ago
Andy Clement 109e906896 code formatter chewed on it 18 years ago
Andy Clement 946f0c80e8 corrected TODO 18 years ago