Regarding the PMD failure - that PMD rule is not particularly clever - in 
particular it's not good at figuring out if the value of your static field is 
actually immutable. In this case you could annotate the static final field with 
@Immutable to make the thing stop complaining if you've confirmed the value is 
immutable.

[ Full content available at: https://github.com/apache/geode/pull/3287 ]
This message was relayed via gitbox.apache.org for 
[email protected]

Reply via email to