RFR: CODETOOLS-7902812: Fields can still be default initialized if class has only static intializers [v2]

Volker Simonis simonis at openjdk.java.net
Wed Dec 16 11:15:15 UTC 2020


On Wed, 16 Dec 2020 11:08:12 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> Volker Simonis has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Rewritten condition to match the genral code style
>
> jcstress-core/src/main/java/org/openjdk/jcstress/infra/processors/JCStressTestProcessor.java line 679:
> 
>> 677:             }
>> 678:             if (member.getKind() == Tree.Kind.BLOCK) {
>> 679:                 BlockTree b = (BlockTree)member;
> 
> Sorry, a space here `(BlockTree) member`.

No problem. I'm all for code sanity :)

-------------

PR: https://git.openjdk.java.net/jcstress/pull/5


More information about the jcstress-dev mailing list