Andy Clement
|
9a8bb5f709
|
More tests and some fixes. Also created tests based on the documentation examples.
|
16 years ago |
Andy Clement
|
cfc65b0cc7
|
Removed unnecessary code. Increased test coverage from 70>75% - still some way to go
|
16 years ago |
Andy Clement
|
30bed7b54a
|
Corrected exception message inserts
|
16 years ago |
Andy Clement
|
a9f30fe377
|
Improving test coverage, more language consistency
|
16 years ago |
Andy Clement
|
c695d00dbe
|
More test coverage for the expression AST
|
16 years ago |
Andy Clement
|
4c5854d017
|
objects flowing around in expression evaluation are now TypedValue's - these carry generics info, used for conversions.
|
16 years ago |
Andy Clement
|
959cc95c3f
|
design change - no longer surfacing typeDescriptor through property accessor. conversion done internally in property write() code
|
16 years ago |
Andy Clement
|
54865c0c1f
|
initial typeDescriptor awareness in the EL. some basic testing of using GenericConversionService
|
16 years ago |
Andy Clement
|
c057638bd0
|
Indexed objects (arrays/maps/lists) now settable
|
16 years ago |
Andy Clement
|
401b7f66c4
|
Indexed objects (arrays/maps/lists) now settable
|
16 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.
|
16 years ago |
Keith Donald
|
8d63a34652
|
set value tests
|
16 years ago |
Keith Donald
|
be61846331
|
pruned bean references support as it was not used
|
16 years ago |
Juergen Hoeller
|
5a09a2d642
|
polishing
|
16 years ago |
Juergen Hoeller
|
ffb9625abf
|
polishing
|
16 years ago |
Juergen Hoeller
|
08dd18df58
|
revised expression parser API design
|
16 years ago |
Andy Clement
|
84a4fe6d39
|
remove files
|
16 years ago |
Andy Clement
|
6d03f881e9
|
new files
|
16 years ago |
Andy Clement
|
5ff4008423
|
Refactored package structure and made some getValue() methods generic
|
16 years ago |
Juergen Hoeller
|
4f40a6c313
|
fixed javadoc errors
|
16 years ago |
Juergen Hoeller
|
b0790bf5e7
|
Java 5 code style
|
16 years ago |
Juergen Hoeller
|
29657105da
|
Java 5 code style
|
16 years ago |
Juergen Hoeller
|
347f34c68a
|
EL container integration; support for contextual objects; removal of deprecated Spring 2.0 functionality; Java 5 code style
|
16 years ago |
Andy Clement
|
470e086183
|
map access tests added
|
16 years ago |
Andy Clement
|
769e706be7
|
removing: initializers/processors/in operator
|
16 years ago |
Andy Clement
|
afdf54eff8
|
renamed operator IS to INSTANCEOF, may yet delete..
|
16 years ago |
Andy Clement
|
39c966f419
|
bean references removed, no more @(context:beanname)
|
16 years ago |
Andy Clement
|
95892dc993
|
removed lambda functions, local function and local variable references
|
16 years ago |
Andy Clement
|
efee3b3434
|
date literal removed
|
16 years ago |
Andy Clement
|
8740b702f9
|
Changed so that existing getters/setters are used before direct field access is attempted
|
16 years ago |
Andy Clement
|
17c88107d3
|
Removing functionality. Removed expression list support, cannot say (foo();bar()) any more
|
16 years ago |
Andy Clement
|
4d43768889
|
Removing functionality. Removed soundslike/distanceto/like operators
|
16 years ago |
Andy Clement
|
59a4427525
|
Final commit before the great 'stripdown'. Used clover to determine coverage and added tests as necessary.
|
16 years ago |
Andy Clement
|
23db8b58da
|
added test and behaviour for calling a java method with incorrect number of arguments
|
16 years ago |
Andy Clement
|
f79e2643a3
|
fixed up FunctionReference a bit - so it can call varargs methods
|
16 years ago |
Andy Clement
|
2f05d70067
|
new function invocation tests for normal and error behaviour
|
16 years ago |
Andy Clement
|
2fbb7ad327
|
changed vis of arg conversion code so function calls can use it
|
16 years ago |
Andy Clement
|
ec9cb8565b
|
fixed damage caused by code formatter
|
16 years ago |
Andy Clement
|
48055c6e20
|
added support for Integer > Float conversion.
Moved some tests from EvaluationTests into OperatorTests.
Fleshed out OperatorTests to verify type promotions for mixed type operands.
|
16 years ago |
Andy Clement
|
776553cfbb
|
more tests relating to reals
|
16 years ago |
Andy Clement
|
6e2682c78e
|
code formatter chewed on it
|
16 years ago |
Andy Clement
|
844b5236de
|
corrected TODO
|
16 years ago |
Andy Clement
|
e443c836fe
|
corrected use of AccessException (no longer used in ReflectionUtils)
|
16 years ago |
Andy Clement
|
7fa4d9e928
|
moved TODOs to readme
|
16 years ago |
Andy Clement
|
7d677b23d3
|
moved test into ParserErrorMessageTests
|
16 years ago |
Andy Clement
|
bea94c2371
|
modified Date tests
|
16 years ago |
Andy Clement
|
90309a57d9
|
Made GMT the default Locale...
|
16 years ago |
Andy Clement
|
b9aa8552e0
|
added new TODO that the impl isn't as complete as it could be
|
16 years ago |
Andy Clement
|
bb2ef1fefa
|
started fixing the formatting
|
16 years ago |
Andy Clement
|
077fc1613d
|
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...
|
16 years ago |