19186 Commits (master)
 

Author SHA1 Message Date
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
Andy Clement ef59904f00 Fixed generics warnings 16 years ago
Andy Clement 40eb38917e Fixed generics warning 16 years ago
Andy Clement c15760bcd1 Fixed generics warnings 16 years ago
Andy Clement 106131ab8f Marked unused values appropriately 16 years ago
Andy Clement b12dc5ba42 Removed unused code 16 years ago
Andy Clement c09d3971a1 Corrected javadoc 16 years ago
Andy Clement 9ad3863886 Commented out currently unused code 16 years ago
Andy Clement cfdb8e01eb Fixed unnecessary casts 16 years ago
Andy Clement 49bef5a39f Fixed unnecessary casts 16 years ago
Andy Clement 2e0006f8ac Added suppression for warnings since these types are generated 16 years ago
Andy Clement 1636f3cd32 Fixed rogue import 16 years ago
Andy Clement c2f7b65751 First drop of SPEL 16 years ago
Andy Clement 6a52183414 First drop of SPEL 16 years ago
Andy Clement 65049ac8b4 First drop of SPEL 16 years ago
Andy Clement a2401ea10f First drop of SPEL 16 years ago
Andy Clement d8743000a0 First drop of SPEL 16 years ago
Andy Clement c2624ea05e First drop of SPEL 16 years ago
Andy Clement ca93824d2b Modified public interface to expression parsing 16 years ago
Ben Hale ca010140fb Initial code checkin 16 years ago
Ben Hale 549e526ab0 Added spring-build 16 years ago
Ben Hale 8119659fb1 Initial structure 16 years ago