Andy Clement
|
95892dc993
|
removed lambda functions, local function and local variable references
|
16 years ago |
Andy Clement
|
efee3b3434
|
date literal removed
|
16 years ago |
Andy Clement
|
8740b702f9
|
Changed so that existing getters/setters are used before direct field access is attempted
|
16 years ago |
Andy Clement
|
17c88107d3
|
Removing functionality. Removed expression list support, cannot say (foo();bar()) any more
|
16 years ago |
Andy Clement
|
4d43768889
|
Removing functionality. Removed soundslike/distanceto/like operators
|
16 years ago |
Andy Clement
|
59a4427525
|
Final commit before the great 'stripdown'. Used clover to determine coverage and added tests as necessary.
|
16 years ago |
Andy Clement
|
23db8b58da
|
added test and behaviour for calling a java method with incorrect number of arguments
|
16 years ago |
Andy Clement
|
f79e2643a3
|
fixed up FunctionReference a bit - so it can call varargs methods
|
16 years ago |
Andy Clement
|
2f05d70067
|
new function invocation tests for normal and error behaviour
|
16 years ago |
Andy Clement
|
2fbb7ad327
|
changed vis of arg conversion code so function calls can use it
|
16 years ago |
Andy Clement
|
ec9cb8565b
|
fixed damage caused by code formatter
|
16 years ago |
Andy Clement
|
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.
|
16 years ago |
Andy Clement
|
776553cfbb
|
more tests relating to reals
|
16 years ago |
Andy Clement
|
daf922456e
|
more discussion points
|
16 years ago |
Andy Clement
|
6e2682c78e
|
code formatter chewed on it
|
16 years ago |
Andy Clement
|
844b5236de
|
corrected TODO
|
16 years ago |
Andy Clement
|
e443c836fe
|
corrected use of AccessException (no longer used in ReflectionUtils)
|
16 years ago |
Andy Clement
|
7fa4d9e928
|
moved TODOs to readme
|
16 years ago |
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 |