Skip to content

Interface methods/fields are not package private#1864

Merged
laeubi merged 1 commit intoeclipse-pde:masterfrom
laeubi:interface_mth_not_private
Jul 10, 2025
Merged

Interface methods/fields are not package private#1864
laeubi merged 1 commit intoeclipse-pde:masterfrom
laeubi:interface_mth_not_private

Conversation

@laeubi
Copy link
Copy Markdown
Contributor

@laeubi laeubi commented Jul 10, 2025

If a method/field is from an interface it is public by default but currently is detected as a (package private) member.

This now check the parent of a member and if it is from an interface assume it as not being bundle private.

If a method/field is from an interface it is public by default but
currently is detected as a (package private) member.

This now check the parent of a member and if it is from an interface
assume it as not being bundle private.
@laeubi laeubi merged commit 6e23ad7 into eclipse-pde:master Jul 10, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant