Joe, On 18/12/2012 6:47 PM, Joe Wang wrote:
Hi,This is the 2nd of the three [findbug] issues. The field fVersion is simply made final. webrev: http://cr.openjdk.java.net/~joehw/jdk8/8003261/webrev/
Obviously it was known that this was a potential problem as we have fImmutableVersion. So fImmutableVersion is now redundant with this fix.
I assume changing the public API has the appropriate approvals? David
Test: No new test needed. Thanks, Joe