130 Commits (2f5ba834162da9993c3da101c7adfcb3df970508)

Author SHA1 Message Date
Andy Clement 2f5ba83416 more tests - about 82% coverage now. focused on testing reflection helper since it is rather complex. some asserts also added. 17 years ago
Andy Clement af6457a67d More tests. First pass on messages review. 17 years ago
Keith Donald 5a87334168 made conversion service pluggable 17 years ago
Keith Donald 1d22b9fb88 activated DefaultConversionService in EL, linking convert and EL 17 years ago
Andy Clement 38c7f566e5 Fixed StandardTypeLocator to only know about java.lang.* out of the box. Doc fixes related to that. 17 years ago
Andy Clement f36b9eb088 finally some comparator logic that makes sense :) 17 years ago
Andy Clement 46c5340f57 More tests, corrections in standard comparator, more helper methods in StandardEvaluationContext. 17 years ago
Andy Clement 00cecd0dd0 more tests, minor fixes. some findbugs issues addressed. 17 years ago
Andy Clement 707d2ed72a Changed signature of convertValue() to keep the Sun compiler happy 17 years ago
Andy Clement 9a8bb5f709 More tests and some fixes. Also created tests based on the documentation examples. 17 years ago
Andy Clement cfc65b0cc7 Removed unnecessary code. Increased test coverage from 70>75% - still some way to go 17 years ago
Andy Clement 30bed7b54a Corrected exception message inserts 17 years ago
Andy Clement a9f30fe377 Improving test coverage, more language consistency 17 years ago
Andy Clement c695d00dbe More test coverage for the expression AST 17 years ago
Andy Clement 4c5854d017 objects flowing around in expression evaluation are now TypedValue's - these carry generics info, used for conversions. 17 years ago
Andy Clement 959cc95c3f design change - no longer surfacing typeDescriptor through property accessor. conversion done internally in property write() code 17 years ago
Andy Clement 54865c0c1f initial typeDescriptor awareness in the EL. some basic testing of using GenericConversionService 17 years ago
Andy Clement c057638bd0 Indexed objects (arrays/maps/lists) now settable 17 years ago
Andy Clement 401b7f66c4 Indexed objects (arrays/maps/lists) now settable 17 years ago
Mark Pollack 74326a93d2 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 8d63a34652 set value tests 17 years ago
Keith Donald be61846331 pruned bean references support as it was not used 17 years ago
Juergen Hoeller 5a09a2d642 polishing 17 years ago
Juergen Hoeller ffb9625abf polishing 17 years ago
Juergen Hoeller 08dd18df58 revised expression parser API design 17 years ago
Andy Clement 84a4fe6d39 remove files 17 years ago
Andy Clement 6d03f881e9 new files 17 years ago
Andy Clement 5ff4008423 Refactored package structure and made some getValue() methods generic 17 years ago
Juergen Hoeller 4f40a6c313 fixed javadoc errors 17 years ago
Juergen Hoeller b0790bf5e7 Java 5 code style 17 years ago
Juergen Hoeller 29657105da Java 5 code style 17 years ago
Juergen Hoeller 347f34c68a EL container integration; support for contextual objects; removal of deprecated Spring 2.0 functionality; Java 5 code style 17 years ago
Andy Clement 470e086183 map access tests added 18 years ago
Andy Clement 769e706be7 removing: initializers/processors/in operator 18 years ago
Andy Clement afdf54eff8 renamed operator IS to INSTANCEOF, may yet delete.. 18 years ago
Andy Clement 39c966f419 bean references removed, no more @(context:beanname) 18 years ago
Andy Clement 95892dc993 removed lambda functions, local function and local variable references 18 years ago
Andy Clement efee3b3434 date literal removed 18 years ago
Andy Clement 8740b702f9 Changed so that existing getters/setters are used before direct field access is attempted 18 years ago
Andy Clement 17c88107d3 Removing functionality. Removed expression list support, cannot say (foo();bar()) any more 18 years ago
Andy Clement 4d43768889 Removing functionality. Removed soundslike/distanceto/like operators 18 years ago
Andy Clement 59a4427525 Final commit before the great 'stripdown'. Used clover to determine coverage and added tests as necessary. 18 years ago
Andy Clement 23db8b58da added test and behaviour for calling a java method with incorrect number of arguments 18 years ago
Andy Clement f79e2643a3 fixed up FunctionReference a bit - so it can call varargs methods 18 years ago
Andy Clement 2f05d70067 new function invocation tests for normal and error behaviour 18 years ago
Andy Clement 2fbb7ad327 changed vis of arg conversion code so function calls can use it 18 years ago
Andy Clement ec9cb8565b fixed damage caused by code formatter 18 years ago
Andy Clement 48055c6e20 added support for Integer > Float conversion. 18 years ago
Andy Clement 776553cfbb more tests relating to reals 18 years ago
Andy Clement 6e2682c78e code formatter chewed on it 18 years ago