0
I Use This!
Very High Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 31, 2025 — Mar 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removing: initializers/processors/in operator More... over 17 years ago
renamed operator IS to INSTANCEOF, may yet delete.. More... over 17 years ago
bean references removed, no more @(context:beanname) More... over 17 years ago
removed lambda functions, local function and local variable references More... over 17 years ago
date literal removed More... over 17 years ago
Changed so that existing getters/setters are used before direct field access is attempted More... over 17 years ago
Removing functionality. Removed expression list support, cannot say (foo();bar()) any more More... over 17 years ago
Removing functionality. Removed soundslike/distanceto/like operators More... over 17 years ago
Final commit before the great 'stripdown'. Used clover to determine coverage and added tests as necessary. More... over 17 years ago
added test and behaviour for calling a java method with incorrect number of arguments More... over 17 years ago
fixed up FunctionReference a bit - so it can call varargs methods More... over 17 years ago
new function invocation tests for normal and error behaviour More... over 17 years ago
changed vis of arg conversion code so function calls can use it More... over 17 years ago
fixed damage caused by code formatter More... over 17 years ago
added support for Integer > Float conversion. Moved some tests from EvaluationTests into OperatorTests. Fleshed out OperatorTests to verify type promotions for mixed type operands. More... over 17 years ago
more tests relating to reals More... over 17 years ago
more discussion points More... over 17 years ago
code formatter chewed on it More... over 17 years ago
corrected TODO More... over 17 years ago
corrected use of AccessException (no longer used in ReflectionUtils) More... over 17 years ago
moved TODOs to readme More... over 17 years ago
moved test into ParserErrorMessageTests More... over 17 years ago
modified Date tests More... over 17 years ago
Made GMT the default Locale... More... over 17 years ago
added new TODO that the impl isn't as complete as it could be More... over 17 years ago
started fixing the formatting More... over 17 years ago
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... More... over 17 years ago
moved some TODOs into readme More... over 17 years ago
improved javadoc, error handling and testing of matches More... over 17 years ago
javadoc More... over 17 years ago