This repository has been archived by the owner on Oct 14, 2021. It is now read-only.
[java] Should static final field
be constant
?
#6
Labels
static final field
be constant
?
#6
Current output is:
new static final field:
FOO_BAR
Proposed output is:
new constant:
FOO_BAR
Implementation would modify
kind_description
like for #5The text was updated successfully, but these errors were encountered: