48 Commits (d90243dd2151cb9ee9f9104da05e177d8d7293dd)

Author SHA1 Message Date
Andy Clement a0a95ca5b7 Refactored package structure and made some getValue() methods generic 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 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 7694700a33 new function invocation tests for normal and error behaviour 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 67bcc88a13 moved TODOs to readme 18 years ago
Andy Clement e28d4e8a11 moved test into ParserErrorMessageTests 18 years ago
Andy Clement f75701fbba modified Date tests 18 years ago
Andy Clement de965b88ea starting to sort out like/matches. Matches is the java regex related one. Like is the SQL related one. But the spring .net 'like' doesn't seem to be the same as the SQL doc I found for like... 18 years ago
Andy Clement edeeda1f24 improved javadoc, error handling and testing of matches 18 years ago
Andy Clement 07076642a3 fixing error handling in 'is' operator 18 years ago
Andy Clement e470453868 fixing TODOs 18 years ago
Andy Clement f8867eb950 fixing TODOs 18 years ago
Andy Clement 4be7f7dc87 remove java.awt as a default import in the StandardTypeLocator 18 years ago
Andy Clement 7ea18e23ab fixing TODOs 18 years ago
Andy Clement bc38f8cd66 added support for long[] in stringValueOf() - plus an error reported if the type passed in is not supported 18 years ago
Andy Clement e739b83214 correcting TODO 18 years ago
Andy Clement a17ab6cfaf fixed some tests that will now break because int/long can be treated as boolean. May need to change again if real numbers get the same treatment. 18 years ago
Andy Clement f9f6e8cf21 new tests for ternary - checking conversion of numbers to boolean and correct error when condition result not convertable to boolean 18 years ago
Andy Clement 8daeb8b200 removed redundant test - there is no non-optimal reflection accessor to test now 18 years ago
Andy Clement 8c604095a6 Parser error message improvements: enhanced harness and used it in new parser error message tests 18 years ago
Andy Clement 29413137b0 reorganizing tests - extracting EvaluationTests out into other test classes. Started work on parser error message tests. 18 years ago
Andy Clement 05083634fe Avoid calling deprecated Date ctor 18 years ago
Andy Clement a9730bee55 changed to not use deprecated toURL() 18 years ago
Andy Clement b93dbbbe7e Changed test so expected results match actual on both windows and Mac 18 years ago
Andy Clement 55f50c861c Fixed generics warnings 18 years ago
Andy Clement f49d771f9f Fixed generics warning 18 years ago
Andy Clement edc9ad4e89 Fixed generics warnings 18 years ago
Andy Clement dc1d850b9d Marked unused values appropriately 18 years ago
Andy Clement 861f359bbd Fixed unnecessary casts 18 years ago
Andy Clement 9e4faabba6 Fixed unnecessary casts 18 years ago
Andy Clement 9499d88b00 First drop of SPEL 18 years ago
Andy Clement 2acbc82fd7 First drop of SPEL 18 years ago
Andy Clement 24b4f49b1a First drop of SPEL 18 years ago
Andy Clement f22f13f020 First drop of SPEL 18 years ago
Ben Hale 860a8a3f15 Initial code checkin 18 years ago