59a4427525
Final commit before the great 'stripdown'. Used clover to determine coverage and added tests as necessary.
Andy Clement
2008-09-15 20:14:36 +00:00
23db8b58da
added test and behaviour for calling a java method with incorrect number of arguments
Andy Clement
2008-08-18 22:43:17 +00:00
f79e2643a3
fixed up FunctionReference a bit - so it can call varargs methods
Andy Clement
2008-08-18 22:36:25 +00:00
2f05d70067
new function invocation tests for normal and error behaviour
Andy Clement
2008-08-18 22:36:00 +00:00
2fbb7ad327
changed vis of arg conversion code so function calls can use it
Andy Clement
2008-08-18 22:35:21 +00:00
ec9cb8565b
fixed damage caused by code formatter
Andy Clement
2008-08-18 22:34:33 +00:00
48055c6e20
added support for Integer > Float conversion. Moved some tests from EvaluationTests into OperatorTests. Fleshed out OperatorTests to verify type promotions for mixed type operands.
Andy Clement
2008-08-18 17:54:01 +00:00
776553cfbb
more tests relating to reals
Andy Clement
2008-08-18 17:06:24 +00:00
daf922456e
more discussion points
Andy Clement
2008-08-18 00:23:52 +00:00
6e2682c78e
code formatter chewed on it
Andy Clement
2008-08-18 00:23:39 +00:00
844b5236de
corrected TODO
Andy Clement
2008-08-18 00:23:13 +00:00
e443c836fe
corrected use of AccessException (no longer used in ReflectionUtils)
Andy Clement
2008-08-18 00:22:36 +00:00
7fa4d9e928
moved TODOs to readme
Andy Clement
2008-08-18 00:22:09 +00:00
7d677b23d3
moved test into ParserErrorMessageTests
Andy Clement
2008-08-18 00:21:45 +00:00
bea94c2371
modified Date tests
Andy Clement
2008-08-18 00:21:21 +00:00
90309a57d9
Made GMT the default Locale...
Andy Clement
2008-08-18 00:21:00 +00:00
b9aa8552e0
added new TODO that the impl isn't as complete as it could be
Andy Clement
2008-08-18 00:20:38 +00:00
bb2ef1fefa
started fixing the formatting
Andy Clement
2008-08-18 00:20:16 +00:00
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...
Andy Clement
2008-08-17 01:42:06 +00:00
c24df36689
moved some TODOs into readme
Andy Clement
2008-08-17 01:28:37 +00:00
c6db7c41a4
improved javadoc, error handling and testing of matches
Andy Clement
2008-08-17 01:28:26 +00:00
bb2ade5fdd
javadoc
Andy Clement
2008-08-17 01:27:59 +00:00
29fe8da1ad
fixing error handling in 'is' operator
Andy Clement
2008-08-17 01:27:45 +00:00
5c0d80ece7
fixing TODOs
Andy Clement
2008-08-17 01:27:18 +00:00
5d3e568326
fixing TODOs
Andy Clement
2008-08-17 01:26:59 +00:00
88c370ad5d
fixing TODOs
Andy Clement
2008-08-17 01:26:45 +00:00
80075f18ce
fixing TODOs
Andy Clement
2008-08-17 01:26:11 +00:00
9e7cb0e1cf
fixing TODOs
Andy Clement
2008-08-17 01:25:57 +00:00
5a68d0ee4e
fixing TODOs
Andy Clement
2008-08-17 01:25:43 +00:00
a23311c4ba
fixing TODOs
Andy Clement
2008-08-17 01:25:19 +00:00
f82561ba53
javadoc for StandardTypeLocator and moved some TODOs to the readme
Andy Clement
2008-08-16 18:31:31 +00:00
1917a50f6f
remove java.awt as a default import in the StandardTypeLocator
Andy Clement
2008-08-16 18:21:03 +00:00
a54e442657
fixing TODOs
Andy Clement
2008-08-16 01:57:46 +00:00
d69e9ef038
moved some TODOs out into here
Andy Clement
2008-08-16 01:57:31 +00:00
b26c6df1a1
fixing TODOs
Andy Clement
2008-08-16 01:57:13 +00:00
2e7b0e3767
fixing TODOs
Andy Clement
2008-08-16 01:56:58 +00:00
3d54bd5aa3
fixing TODOs
Andy Clement
2008-08-16 01:56:43 +00:00
3ebf290534
fixing TODOs
Andy Clement
2008-08-16 01:56:29 +00:00
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 +00:00
e2ffac9a7c
fixed to not throw classcastexception if condition doesnt evaluate to boolean
Andy Clement
2008-08-16 01:45:18 +00:00
144325eb06
removed some unused code, improved doc
Andy Clement
2008-08-16 01:44:42 +00:00
5bb6f9c75d
correcting TODO
Andy Clement
2008-08-16 01:44:12 +00:00
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 +00:00
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 +00:00
8730cde270
removed redundant test - there is no non-optimal reflection accessor to test now
Andy Clement
2008-08-16 01:42:39 +00:00
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 +00:00
2d732ba398
javadoc
Andy Clement
2008-08-16 01:41:13 +00:00
3d4158ea51
implements new interface methods. sorting out javadoc
Andy Clement
2008-08-16 01:40:53 +00:00
98c82fe995
implement new Expression methods
Andy Clement
2008-08-16 01:40:30 +00:00