Open
Description
Currently the code does not adhere to common member declaration order.
This makes debugging, analyzing, and merging code a challenge.
** Possible Order **
All member sections will be ordered by visibility (public
, protected
, package
, private
).
- static fields
- instance fields
- constructors
- static methods
- instance methods
- nested types (interfaces and classes)
Metadata
Metadata
Assignees
Labels
No labels
Activity