83 Commits (7d677b23d32d61ee5b0f91c11ea2910a8a10edf4)
 

Author SHA1 Message Date
Andy Clement 7d677b23d3 moved test into ParserErrorMessageTests 16 years ago
Andy Clement bea94c2371 modified Date tests 16 years ago
Andy Clement 90309a57d9 Made GMT the default Locale... 16 years ago
Andy Clement b9aa8552e0 added new TODO that the impl isn't as complete as it could be 16 years ago
Andy Clement bb2ef1fefa started fixing the formatting 16 years ago
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... 16 years ago
Andy Clement c24df36689 moved some TODOs into readme 16 years ago
Andy Clement c6db7c41a4 improved javadoc, error handling and testing of matches 16 years ago
Andy Clement bb2ade5fdd javadoc 16 years ago
Andy Clement 29fe8da1ad fixing error handling in 'is' operator 16 years ago
Andy Clement 5c0d80ece7 fixing TODOs 16 years ago
Andy Clement 5d3e568326 fixing TODOs 16 years ago
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