-
A true OR condition would return true if any of the conditions is true, your OrCondition returns true if any condition is false.
Instead of:
if (!holds) return true;
it should be:
if (holds) return true;.
2007-03-22 15:59:07 UTC in FFP - Flat File Parsing Library
-
jmanning committed patchset 81 of module jcash to the JCash CVS repository, changing 6 files.
2006-03-18 13:31:16 UTC in JCash
-
jmanning committed patchset 80 of module jcash to the JCash CVS repository, changing 18 files.
2006-03-16 12:24:44 UTC in JCash
-
jmanning committed patchset 79 of module jcash to the JCash CVS repository, changing 6 files.
2006-03-16 11:30:42 UTC in JCash
-
jmanning committed patchset 78 of module jcash to the JCash CVS repository, changing 2 files.
2006-03-13 12:22:23 UTC in JCash
-
jmanning committed patchset 77 of module jcash to the JCash CVS repository, changing 7 files.
2006-03-13 12:07:19 UTC in JCash
-
jmanning committed patchset 76 of module jcash to the JCash CVS repository, changing 1 files.
2006-03-12 14:28:30 UTC in JCash
-
jmanning committed patchset 75 of module jcash to the JCash CVS repository, changing 25 files.
2006-03-12 14:18:46 UTC in JCash
-
jmanning committed patchset 74 of module jcash to the JCash CVS repository, changing 10 files.
2006-03-12 13:30:51 UTC in JCash
-
jmanning committed patchset 73 of module jcash to the JCash CVS repository, changing 20 files.
2006-03-12 13:21:53 UTC in JCash