Skip to content

Fix mapping of @PackageScope for source references #876

@eric-milles

Description

@eric-milles

Consider the following:

import groovy.transform.PackageScope
class Pogo {
  @PackageScope String value
}

Source references to Pogo are seeing a private field value as well as public methods getValue and setValue. Only a package-private field should be available.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions