Commit Graph

  • 4a4acb7038 fixing TODOs Andy Clement 2008-08-16 01:57:13 +0000
  • b26c6df1a1 fixing TODOs Andy Clement 2008-08-16 01:57:13 +0000
  • 83432fc14d fixing TODOs Andy Clement 2008-08-16 01:56:58 +0000
  • 2e7b0e3767 fixing TODOs Andy Clement 2008-08-16 01:56:58 +0000
  • 9092ab9d90 fixing TODOs Andy Clement 2008-08-16 01:56:43 +0000
  • 3d54bd5aa3 fixing TODOs Andy Clement 2008-08-16 01:56:43 +0000
  • 7ea18e23ab fixing TODOs Andy Clement 2008-08-16 01:56:29 +0000
  • 3ebf290534 fixing TODOs Andy Clement 2008-08-16 01:56:29 +0000
  • bc38f8cd66 added support for long[] in stringValueOf() - plus an error reported if the type passed in is not supported Andy Clement 2008-08-16 01:56:16 +0000
  • e9ddd7151e added support for long[] in stringValueOf() - plus an error reported if the type passed in is not supported Andy Clement 2008-08-16 01:56:16 +0000
  • 8e3e4979fd fixed to not throw classcastexception if condition doesnt evaluate to boolean Andy Clement 2008-08-16 01:45:18 +0000
  • e2ffac9a7c fixed to not throw classcastexception if condition doesnt evaluate to boolean Andy Clement 2008-08-16 01:45:18 +0000
  • 592672ce1b removed some unused code, improved doc Andy Clement 2008-08-16 01:44:42 +0000
  • 144325eb06 removed some unused code, improved doc Andy Clement 2008-08-16 01:44:42 +0000
  • e739b83214 correcting TODO Andy Clement 2008-08-16 01:44:12 +0000
  • 5bb6f9c75d correcting TODO Andy Clement 2008-08-16 01:44:12 +0000
  • a17ab6cfaf 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. Andy Clement 2008-08-16 01:43:51 +0000
  • 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. Andy Clement 2008-08-16 01:43:51 +0000
  • f9f6e8cf21 new tests for ternary - checking conversion of numbers to boolean and correct error when condition result not convertable to boolean Andy Clement 2008-08-16 01:43:15 +0000
  • 8d8a82b278 new tests for ternary - checking conversion of numbers to boolean and correct error when condition result not convertable to boolean Andy Clement 2008-08-16 01:43:15 +0000
  • 8daeb8b200 removed redundant test - there is no non-optimal reflection accessor to test now Andy Clement 2008-08-16 01:42:39 +0000
  • 8730cde270 removed redundant test - there is no non-optimal reflection accessor to test now Andy Clement 2008-08-16 01:42:39 +0000
  • 288ddc76c6 Added SuppressWarning to hide all the warnings from the poor Antlr generated code. Code formatter also chewed on the file when saved. Andy Clement 2008-08-16 01:41:51 +0000
  • 3987316e4c Added SuppressWarning to hide all the warnings from the poor Antlr generated code. Code formatter also chewed on the file when saved. Andy Clement 2008-08-16 01:41:51 +0000
  • 7f7a8a0ab9 javadoc Andy Clement 2008-08-16 01:41:13 +0000
  • 2d732ba398 javadoc Andy Clement 2008-08-16 01:41:13 +0000
  • 19d2708e9f implements new interface methods. sorting out javadoc Andy Clement 2008-08-16 01:40:53 +0000
  • 3d4158ea51 implements new interface methods. sorting out javadoc Andy Clement 2008-08-16 01:40:53 +0000
  • 3f2cd0f1f7 implement new Expression methods Andy Clement 2008-08-16 01:40:30 +0000
  • 98c82fe995 implement new Expression methods Andy Clement 2008-08-16 01:40:30 +0000
  • 654941e7a7 sorting out javadoc, promoted isWritable() to this interface (for now) Andy Clement 2008-08-16 01:40:11 +0000
  • ef8f882036 sorting out javadoc, promoted isWritable() to this interface (for now) Andy Clement 2008-08-16 01:40:11 +0000
  • 975a35b47e added reset() method Andy Clement 2008-08-16 01:39:35 +0000
  • 1d2e89d79c added reset() method Andy Clement 2008-08-16 01:39:35 +0000
  • 68da381fb0 hard coded support for boxing conversions. Added support for numbers (int/long) to boolean Andy Clement 2008-08-16 01:39:10 +0000
  • 9750dfc3c4 hard coded support for boxing conversions. Added support for numbers (int/long) to boolean Andy Clement 2008-08-16 01:39:10 +0000
  • 162c2b2412 TODO moved out to readme.txt which contains latest interesting issues - they should become JIRAs when the dust has settled Andy Clement 2008-08-16 00:13:38 +0000
  • ef16bff7ef TODO moved out to readme.txt which contains latest interesting issues - they should become JIRAs when the dust has settled Andy Clement 2008-08-16 00:13:38 +0000
  • 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 Andy Clement 2008-08-16 00:12:36 +0000
  • 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 Andy Clement 2008-08-16 00:12:36 +0000
  • 2d655d36d0 corrected TODO task Andy Clement 2008-08-16 00:11:33 +0000
  • a5a2331d41 corrected TODO task Andy Clement 2008-08-16 00:11:33 +0000
  • 327cbd8524 removed fixed TODO task Andy Clement 2008-08-16 00:10:59 +0000
  • 0adda58016 removed fixed TODO task Andy Clement 2008-08-16 00:10:59 +0000
  • ce7916d7ff allow for undefined target type Andy Clement 2008-08-16 00:10:27 +0000
  • 36334ec21f allow for undefined target type Andy Clement 2008-08-16 00:10:27 +0000
  • 8c604095a6 Parser error message improvements: enhanced harness and used it in new parser error message tests Andy Clement 2008-08-15 00:26:38 +0000
  • 1a31d25973 Parser error message improvements: enhanced harness and used it in new parser error message tests Andy Clement 2008-08-15 00:26:38 +0000
  • ba331a6b1b Parser error message improvements: better explanations and removed unused code Andy Clement 2008-08-15 00:26:11 +0000
  • cf35116af7 Parser error message improvements: better explanations and removed unused code Andy Clement 2008-08-15 00:26:11 +0000
  • 4a24abb21d Code formatter has chewed on it a bit Andy Clement 2008-08-15 00:25:46 +0000
  • e78b9273f8 Code formatter has chewed on it a bit Andy Clement 2008-08-15 00:25:46 +0000
  • 540ca861df Parser error message improvements: grammar tweak to disallow 0xF00G (was treated as number then property reference - even without a dot) Andy Clement 2008-08-15 00:25:23 +0000
  • 84990ad608 Parser error message improvements: grammar tweak to disallow 0xF00G (was treated as number then property reference - even without a dot) Andy Clement 2008-08-15 00:25:23 +0000
  • 50709d7e7e Parser error message improvements: new messages Andy Clement 2008-08-15 00:24:22 +0000
  • 7d114a1a5e Parser error message improvements: new messages Andy Clement 2008-08-15 00:24:22 +0000
  • b43278a8f8 will now throw exception if trying to cram a long into an int that will not fit Andy Clement 2008-08-14 20:28:01 +0000
  • 8c85e4a9a2 will now throw exception if trying to cram a long into an int that will not fit Andy Clement 2008-08-14 20:28:01 +0000
  • f5e6dc9541 tweaked grammar to handle 0X as a hex prefix and removed 'u'/'U' from int suffixes for now Andy Clement 2008-08-14 20:27:35 +0000
  • d83205227e tweaked grammar to handle 0X as a hex prefix and removed 'u'/'U' from int suffixes for now Andy Clement 2008-08-14 20:27:35 +0000
  • fa8dd16f27 tweaked grammar to handle 0X as a hex prefix and removed 'u'/'U' from int suffixes for now Andy Clement 2008-08-14 20:26:33 +0000
  • 4e33a2d6e4 tweaked grammar to handle 0X as a hex prefix and removed 'u'/'U' from int suffixes for now Andy Clement 2008-08-14 20:26:33 +0000
  • 413cd62685 reworked int/hex/long handling - more consistent and reliable now Andy Clement 2008-08-14 20:25:20 +0000
  • 2173a49855 reworked int/hex/long handling - more consistent and reliable now Andy Clement 2008-08-14 20:25:20 +0000
  • 29413137b0 reorganizing tests - extracting EvaluationTests out into other test classes. Started work on parser error message tests. Andy Clement 2008-08-14 20:24:31 +0000
  • a06b5aaa8d reorganizing tests - extracting EvaluationTests out into other test classes. Started work on parser error message tests. Andy Clement 2008-08-14 20:24:31 +0000
  • 2055d24689 removed unused code Andy Clement 2008-08-12 22:19:46 +0000
  • 73d6d0095f removed unused code Andy Clement 2008-08-12 22:19:46 +0000
  • 05083634fe Avoid calling deprecated Date ctor Andy Clement 2008-08-12 22:18:05 +0000
  • e20cbef134 Avoid calling deprecated Date ctor Andy Clement 2008-08-12 22:18:05 +0000
  • 645c8b840b Suppress unchecked warning in generated code Andy Clement 2008-08-12 22:15:01 +0000
  • dfc6928957 Suppress unchecked warning in generated code Andy Clement 2008-08-12 22:15:01 +0000
  • a9730bee55 changed to not use deprecated toURL() Andy Clement 2008-08-12 22:14:10 +0000
  • 1707667489 changed to not use deprecated toURL() Andy Clement 2008-08-12 22:14:10 +0000
  • 964c308208 temporarily commnted out code (to remove the warnings) - this code may get used for error recovery Andy Clement 2008-08-12 22:13:50 +0000
  • f9285d54ab temporarily commnted out code (to remove the warnings) - this code may get used for error recovery Andy Clement 2008-08-12 22:13:50 +0000
  • 8b6c3ade60 remove currently unnecessary dependencies Andy Clement 2008-08-12 22:05:06 +0000
  • a9f2c90f10 remove currently unnecessary dependencies Andy Clement 2008-08-12 22:05:06 +0000
  • 31cb117b46 Changed project name from spring-binding to org.springframework.expression Andy Clement 2008-08-12 21:50:59 +0000
  • 246cfa7945 Changed project name from spring-binding to org.springframework.expression Andy Clement 2008-08-12 21:50:59 +0000
  • b93dbbbe7e Changed test so expected results match actual on both windows and Mac Andy Clement 2008-08-12 21:21:35 +0000
  • fe11c664d2 Changed test so expected results match actual on both windows and Mac Andy Clement 2008-08-12 21:21:35 +0000
  • 55f50c861c Fixed generics warnings Andy Clement 2008-08-12 18:31:51 +0000
  • ef59904f00 Fixed generics warnings Andy Clement 2008-08-12 18:31:51 +0000
  • f49d771f9f Fixed generics warning Andy Clement 2008-08-12 18:31:41 +0000
  • 40eb38917e Fixed generics warning Andy Clement 2008-08-12 18:31:41 +0000
  • edc9ad4e89 Fixed generics warnings Andy Clement 2008-08-12 18:31:31 +0000
  • c15760bcd1 Fixed generics warnings Andy Clement 2008-08-12 18:31:31 +0000
  • dc1d850b9d Marked unused values appropriately Andy Clement 2008-08-12 18:28:18 +0000
  • 106131ab8f Marked unused values appropriately Andy Clement 2008-08-12 18:28:18 +0000
  • b49678e4d0 Removed unused code Andy Clement 2008-08-12 18:27:40 +0000
  • b12dc5ba42 Removed unused code Andy Clement 2008-08-12 18:27:40 +0000
  • 5e0318d2eb Corrected javadoc Andy Clement 2008-08-12 18:26:54 +0000
  • c09d3971a1 Corrected javadoc Andy Clement 2008-08-12 18:26:54 +0000
  • 660224c19d Commented out currently unused code Andy Clement 2008-08-12 18:25:19 +0000
  • 9ad3863886 Commented out currently unused code Andy Clement 2008-08-12 18:25:19 +0000
  • 861f359bbd Fixed unnecessary casts Andy Clement 2008-08-12 18:23:39 +0000
  • cfdb8e01eb Fixed unnecessary casts Andy Clement 2008-08-12 18:23:39 +0000
  • 9e4faabba6 Fixed unnecessary casts Andy Clement 2008-08-12 18:23:29 +0000
  • 49bef5a39f Fixed unnecessary casts Andy Clement 2008-08-12 18:23:29 +0000