Modify ↓
#19698 closed enhancement (fixed)
Refactoring: make private fields final
| Reported by: | simon04 | Owned by: | simon04 |
|---|---|---|---|
| Priority: | minor | Milestone: | 20.08 |
| Component: | Core | Version: | |
| Keywords: | intellij refactoring | Cc: |
Description
Reports any fields which may safely be made final. A static field may be final if it is initialized in its declaration or in one static class initializer, but not both. A non-static field may be final if it is initialized in its declaration or in one non-static class initializer or in all constructors.
Attachments (0)
Note:
See TracTickets
for help on using tickets.



In 16913/josm: