Skip to content
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

Open
pingpongboss opened this issue Aug 20, 2016 · 0 comments
Open

[java] Should static final field be constant? #6

pingpongboss opened this issue Aug 20, 2016 · 0 comments

Comments

@pingpongboss
Copy link
Contributor

pingpongboss commented Aug 20, 2016

Current output is:

new static final field: FOO_BAR

Proposed output is:

new constant: FOO_BAR

Implementation would modify kind_description like for #5

@pingpongboss pingpongboss changed the title [java] Distinguish between field, constant, and static field [java] Should static final field be constant? Aug 21, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants