https://issues.apache.org/bugzilla/show_bug.cgi?id=48943
--- Comment #8 from Sebb <[email protected]> 2011-09-14 09:50:33 UTC --- The unit tests still work if equals and hashCode in AbstractProperty are changed to use getObjectValue(), and that also fixes the issue whereby values are skipped because the function is evaluated when it should not be. Using the object value also avoids the string conversions that are otherwise done. So although your fix works, I think it would be better to fix the parent class. BTW, a simpler test is to just use: System.out.println("${__counter(FALSE)}"); -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
