Skip to content

Standardize java source member declaration order #7

Open
@jmax01

Description

@jmax01

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions