Skip to content

Completion proposals for property showing visibility of backing field #663

@eric-milles

Description

@eric-milles

Within a script, binding is available through getBinding (a public method). However the content assist proposal for the property is showing the field's visibility (private).

binding

A similar situation exists for any property.

class Pogo {
  String property
  private Number field
  def method(Object param) {
    |
  }
}

Content assist (Ctrl+Space) at | shows field (private) and property private.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions