[Bug 58327] ValueExpressionLiteral should cache the string value

2015-09-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58327 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 58327] ValueExpressionLiteral should cache the string value

2015-09-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58327 --- Comment #1 from Mark Thomas --- The only risk I can see is that even though the ValueExpression is read-only, the object it wraps is not and that object may change over time. That may change the result of its toString() method which in turn