
|
If you were logged in you would be able to see more operations.
|
|
|
Sometimes I have private static final constants that I'd like to make configurable.
I have to do this by hand, t.i. rename them from uppercase to camelcase, remove the 'static final' modifiers and introduce setters for them.
Would be nice to have an intention for that over constant fields: it should prompt:
- whether I'd like to introduce a setter, constructor argument or none
- whether I'd like to initialize the field in its declaration, initializer or constructor
- name of the field, default is original name camelcased
|
|
Description
|
Sometimes I have private static final constants that I'd like to make configurable.
I have to do this by hand, t.i. rename them from uppercase to camelcase, remove the 'static final' modifiers and introduce setters for them.
Would be nice to have an intention for that over constant fields: it should prompt:
- whether I'd like to introduce a setter, constructor argument or none
- whether I'd like to initialize the field in its declaration, initializer or constructor
- name of the field, default is original name camelcased
|
Show » |
| There are no comments yet on this issue.
|
|