Commit Graph

73 Commits

Author SHA1 Message Date
Juergen Hoeller
b0790bf5e7 Java 5 code style 2008-11-27 00:27:52 +00:00
Andy Clement
470e086183 map access tests added 2008-09-17 16:20:40 +00:00
Andy Clement
769e706be7 removing: initializers/processors/in operator 2008-09-17 15:23:15 +00:00
Andy Clement
afdf54eff8 renamed operator IS to INSTANCEOF, may yet delete.. 2008-09-16 17:20:03 +00:00
Andy Clement
39c966f419 bean references removed, no more @(context:beanname) 2008-09-16 17:13:31 +00:00
Andy Clement
95892dc993 removed lambda functions, local function and local variable references 2008-09-16 17:00:16 +00:00
Andy Clement
efee3b3434 date literal removed 2008-09-16 16:50:00 +00:00
Andy Clement
8740b702f9 Changed so that existing getters/setters are used before direct field access is attempted 2008-09-16 00:00:06 +00:00
Andy Clement
17c88107d3 Removing functionality. Removed expression list support, cannot say (foo();bar()) any more 2008-09-15 21:55:11 +00:00
Andy Clement
4d43768889 Removing functionality. Removed soundslike/distanceto/like operators 2008-09-15 21:43:38 +00:00
Andy Clement
59a4427525 Final commit before the great 'stripdown'. Used clover to determine coverage and added tests as necessary. 2008-09-15 20:14:36 +00:00
Andy Clement
23db8b58da added test and behaviour for calling a java method with incorrect number of arguments 2008-08-18 22:43:17 +00:00
Andy Clement
f79e2643a3 fixed up FunctionReference a bit - so it can call varargs methods 2008-08-18 22:36:25 +00:00
Andy Clement
2fbb7ad327 changed vis of arg conversion code so function calls can use it 2008-08-18 22:35:21 +00:00
Andy Clement
ec9cb8565b fixed damage caused by code formatter 2008-08-18 22:34:33 +00:00
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.
2008-08-18 17:54:01 +00:00
Andy Clement
6e2682c78e code formatter chewed on it 2008-08-18 00:23:39 +00:00
Andy Clement
844b5236de corrected TODO 2008-08-18 00:23:13 +00:00
Andy Clement
e443c836fe corrected use of AccessException (no longer used in ReflectionUtils) 2008-08-18 00:22:36 +00:00
Andy Clement
90309a57d9 Made GMT the default Locale... 2008-08-18 00:21:00 +00:00
Andy Clement
b9aa8552e0 added new TODO that the impl isn't as complete as it could be 2008-08-18 00:20:38 +00:00
Andy Clement
bb2ef1fefa started fixing the formatting 2008-08-18 00:20:16 +00:00
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... 2008-08-17 01:42:06 +00:00
Andy Clement
c6db7c41a4 improved javadoc, error handling and testing of matches 2008-08-17 01:28:26 +00:00
Andy Clement
bb2ade5fdd javadoc 2008-08-17 01:27:59 +00:00
Andy Clement
29fe8da1ad fixing error handling in 'is' operator 2008-08-17 01:27:45 +00:00
Andy Clement
5d3e568326 fixing TODOs 2008-08-17 01:26:59 +00:00
Andy Clement
88c370ad5d fixing TODOs 2008-08-17 01:26:45 +00:00
Andy Clement
9e7cb0e1cf fixing TODOs 2008-08-17 01:25:57 +00:00
Andy Clement
5a68d0ee4e fixing TODOs 2008-08-17 01:25:43 +00:00
Andy Clement
a23311c4ba fixing TODOs 2008-08-17 01:25:19 +00:00
Andy Clement
f82561ba53 javadoc for StandardTypeLocator and moved some TODOs to the readme 2008-08-16 18:31:31 +00:00
Andy Clement
1917a50f6f remove java.awt as a default import in the StandardTypeLocator 2008-08-16 18:21:03 +00:00
Andy Clement
a54e442657 fixing TODOs 2008-08-16 01:57:46 +00:00
Andy Clement
b26c6df1a1 fixing TODOs 2008-08-16 01:57:13 +00:00
Andy Clement
2e7b0e3767 fixing TODOs 2008-08-16 01:56:58 +00:00
Andy Clement
3d54bd5aa3 fixing TODOs 2008-08-16 01:56:43 +00:00
Andy Clement
e2ffac9a7c fixed to not throw classcastexception if condition doesnt evaluate to boolean 2008-08-16 01:45:18 +00:00
Andy Clement
144325eb06 removed some unused code, improved doc 2008-08-16 01:44:42 +00:00
Andy Clement
3987316e4c Added SuppressWarning to hide all the warnings from the poor Antlr generated code. Code formatter also chewed on the file when saved. 2008-08-16 01:41:51 +00:00
Andy Clement
2d732ba398 javadoc 2008-08-16 01:41:13 +00:00
Andy Clement
3d4158ea51 implements new interface methods. sorting out javadoc 2008-08-16 01:40:53 +00:00
Andy Clement
98c82fe995 implement new Expression methods 2008-08-16 01:40:30 +00:00
Andy Clement
ef8f882036 sorting out javadoc, promoted isWritable() to this interface (for now) 2008-08-16 01:40:11 +00:00
Andy Clement
1d2e89d79c added reset() method 2008-08-16 01:39:35 +00:00
Andy Clement
9750dfc3c4 hard coded support for boxing conversions. Added support for numbers (int/long) to boolean 2008-08-16 01:39:10 +00:00
Andy Clement
ef16bff7ef TODO moved out to readme.txt which contains latest interesting issues - they should become JIRAs when the dust has settled 2008-08-16 00:13:38 +00:00
Andy Clement
ead98462da added support for getValue(state,desiredType) so other nodes can ask for a transform to be done on the result if necessary, rather than duplicating conversion logic all over 2008-08-16 00:12:36 +00:00
Andy Clement
a5a2331d41 corrected TODO task 2008-08-16 00:11:33 +00:00
Andy Clement
0adda58016 removed fixed TODO task 2008-08-16 00:10:59 +00:00