119 Commits (c278e1e94360c773c617e8e30945de42ca0999ef)

Author SHA1 Message Date
Andy Clement 88c370ad5d fixing TODOs 16 years ago
Andy Clement 80075f18ce fixing TODOs 16 years ago
Andy Clement 9e7cb0e1cf fixing TODOs 16 years ago
Andy Clement 5a68d0ee4e fixing TODOs 16 years ago
Andy Clement a23311c4ba fixing TODOs 16 years ago
Andy Clement f82561ba53 javadoc for StandardTypeLocator and moved some TODOs to the readme 16 years ago
Andy Clement 1917a50f6f remove java.awt as a default import in the StandardTypeLocator 16 years ago
Andy Clement a54e442657 fixing TODOs 16 years ago
Andy Clement d69e9ef038 moved some TODOs out into here 16 years ago
Andy Clement b26c6df1a1 fixing TODOs 16 years ago
Andy Clement 2e7b0e3767 fixing TODOs 16 years ago
Andy Clement 3d54bd5aa3 fixing TODOs 16 years ago
Andy Clement 3ebf290534 fixing TODOs 16 years ago
Andy Clement e9ddd7151e added support for long[] in stringValueOf() - plus an error reported if the type passed in is not supported 16 years ago
Andy Clement e2ffac9a7c fixed to not throw classcastexception if condition doesnt evaluate to boolean 16 years ago
Andy Clement 144325eb06 removed some unused code, improved doc 16 years ago
Andy Clement 5bb6f9c75d correcting TODO 16 years ago
Andy Clement d2ab889b00 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. 16 years ago
Andy Clement 8d8a82b278 new tests for ternary - checking conversion of numbers to boolean and correct error when condition result not convertable to boolean 16 years ago
Andy Clement 8730cde270 removed redundant test - there is no non-optimal reflection accessor to test now 16 years ago
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. 16 years ago
Andy Clement 2d732ba398 javadoc 16 years ago
Andy Clement 3d4158ea51 implements new interface methods. sorting out javadoc 16 years ago
Andy Clement 98c82fe995 implement new Expression methods 16 years ago
Andy Clement ef8f882036 sorting out javadoc, promoted isWritable() to this interface (for now) 16 years ago
Andy Clement 1d2e89d79c added reset() method 16 years ago
Andy Clement 9750dfc3c4 hard coded support for boxing conversions. Added support for numbers (int/long) to boolean 16 years ago
Andy Clement ef16bff7ef TODO moved out to readme.txt which contains latest interesting issues - they should become JIRAs when the dust has settled 16 years ago
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 16 years ago
Andy Clement a5a2331d41 corrected TODO task 16 years ago
Andy Clement 0adda58016 removed fixed TODO task 16 years ago
Andy Clement 36334ec21f allow for undefined target type 16 years ago
Andy Clement 1a31d25973 Parser error message improvements: enhanced harness and used it in new parser error message tests 16 years ago
Andy Clement cf35116af7 Parser error message improvements: better explanations and removed unused code 16 years ago
Andy Clement e78b9273f8 Code formatter has chewed on it a bit 16 years ago
Andy Clement 84990ad608 Parser error message improvements: grammar tweak to disallow 0xF00G (was treated as number then property reference - even without a dot) 16 years ago
Andy Clement 7d114a1a5e Parser error message improvements: new messages 16 years ago
Andy Clement 8c85e4a9a2 will now throw exception if trying to cram a long into an int that will not fit 16 years ago
Andy Clement d83205227e tweaked grammar to handle 0X as a hex prefix and removed 'u'/'U' from int suffixes for now 16 years ago
Andy Clement 4e33a2d6e4 tweaked grammar to handle 0X as a hex prefix and removed 'u'/'U' from int suffixes for now 16 years ago
Andy Clement 2173a49855 reworked int/hex/long handling - more consistent and reliable now 16 years ago
Andy Clement a06b5aaa8d reorganizing tests - extracting EvaluationTests out into other test classes. Started work on parser error message tests. 16 years ago
Andy Clement 73d6d0095f removed unused code 16 years ago
Andy Clement e20cbef134 Avoid calling deprecated Date ctor 16 years ago
Andy Clement dfc6928957 Suppress unchecked warning in generated code 16 years ago
Andy Clement 1707667489 changed to not use deprecated toURL() 16 years ago
Andy Clement f9285d54ab temporarily commnted out code (to remove the warnings) - this code may get used for error recovery 16 years ago
Andy Clement a9f2c90f10 remove currently unnecessary dependencies 16 years ago
Andy Clement 246cfa7945 Changed project name from spring-binding to org.springframework.expression 16 years ago
Andy Clement fe11c664d2 Changed test so expected results match actual on both windows and Mac 16 years ago