Skip to content

Fields, properties and private or static methods in trait not shown in Outline views #816

Open
@eric-milles

Description

@eric-milles

Consider the following:

trait T {
  String property
  private String field
  private def method() {}
  private static def staticMethod() {}
}

None of T's members are displayed in the Outline views.

Also, visible static methods are not shown and visible non-static methods are seen with an abstract indicator.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions