Skip to content

Enable DeclarationOrder in Eclipse and IntelliJ #2996

@koppor

Description

@koppor

DeclarationOrder should be set in the IntelliJ config - or disabled.

  1. Class (static) variables. First the public class variables, then the protected, then package level (no access modifier), and then the private.
  2. Instance variables. First the public class variables, then the protected, then package level (no access modifier), and then the private.
  3. Constructors
  4. Methods

Metadata

Metadata

Assignees

Labels

dev: code-qualityIssues related to code or architecture decisions

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions