50 Commits (8daeb8b2005c5edd4f88f737065ff97593d81e9d)

Author SHA1 Message Date
Andy Clement 8daeb8b200 removed redundant test - there is no non-optimal reflection accessor to test now 18 years ago
Andy Clement 288ddc76c6 Added SuppressWarning to hide all the warnings from the poor Antlr generated code. Code formatter also chewed on the file when saved. 18 years ago
Andy Clement 7f7a8a0ab9 javadoc 18 years ago
Andy Clement 19d2708e9f implements new interface methods. sorting out javadoc 18 years ago
Andy Clement 3f2cd0f1f7 implement new Expression methods 18 years ago
Andy Clement 654941e7a7 sorting out javadoc, promoted isWritable() to this interface (for now) 18 years ago
Andy Clement 975a35b47e added reset() method 18 years ago
Andy Clement 68da381fb0 hard coded support for boxing conversions. Added support for numbers (int/long) to boolean 18 years ago
Andy Clement 162c2b2412 TODO moved out to readme.txt which contains latest interesting issues - they should become JIRAs when the dust has settled 18 years ago
Andy Clement b8242e587f 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 18 years ago
Andy Clement 2d655d36d0 corrected TODO task 18 years ago
Andy Clement 327cbd8524 removed fixed TODO task 18 years ago
Andy Clement ce7916d7ff allow for undefined target type 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 ba331a6b1b Parser error message improvements: better explanations and removed unused code 18 years ago
Andy Clement 4a24abb21d Code formatter has chewed on it a bit 18 years ago
Andy Clement 540ca861df Parser error message improvements: grammar tweak to disallow 0xF00G (was treated as number then property reference - even without a dot) 18 years ago
Andy Clement 50709d7e7e Parser error message improvements: new messages 18 years ago
Andy Clement b43278a8f8 will now throw exception if trying to cram a long into an int that will not fit 18 years ago
Andy Clement f5e6dc9541 tweaked grammar to handle 0X as a hex prefix and removed 'u'/'U' from int suffixes for now 18 years ago
Andy Clement fa8dd16f27 tweaked grammar to handle 0X as a hex prefix and removed 'u'/'U' from int suffixes for now 18 years ago
Andy Clement 413cd62685 reworked int/hex/long handling - more consistent and reliable now 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 2055d24689 removed unused code 18 years ago
Andy Clement 05083634fe Avoid calling deprecated Date ctor 18 years ago
Andy Clement 645c8b840b Suppress unchecked warning in generated code 18 years ago
Andy Clement a9730bee55 changed to not use deprecated toURL() 18 years ago
Andy Clement 964c308208 temporarily commnted out code (to remove the warnings) - this code may get used for error recovery 18 years ago
Andy Clement 8b6c3ade60 remove currently unnecessary dependencies 18 years ago
Andy Clement 31cb117b46 Changed project name from spring-binding to org.springframework.expression 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 b49678e4d0 Removed unused code 18 years ago
Andy Clement 5e0318d2eb Corrected javadoc 18 years ago
Andy Clement 660224c19d Commented out currently unused code 18 years ago
Andy Clement 861f359bbd Fixed unnecessary casts 18 years ago
Andy Clement 9e4faabba6 Fixed unnecessary casts 18 years ago
Andy Clement c776d5fbc6 Added suppression for warnings since these types are generated 18 years ago
Andy Clement 021a1187d2 Fixed rogue import 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 5599513ea9 First drop of SPEL 18 years ago
Andy Clement c6d7197e10 First drop of SPEL 18 years ago
Andy Clement f22f13f020 First drop of SPEL 18 years ago
Andy Clement 3e04a0ca2d Modified public interface to expression parsing 18 years ago
Ben Hale 860a8a3f15 Initial code checkin 18 years ago