Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JarImporter should skip private and package-private controls. #701

Closed
jperedadnr opened this issue Aug 16, 2024 · 0 comments · Fixed by #702
Closed

JarImporter should skip private and package-private controls. #701

jperedadnr opened this issue Aug 16, 2024 · 0 comments · Fixed by #702

Comments

@jperedadnr
Copy link
Collaborator

Currently the JarImporter (via ExplorerBase::exploreEntry) skips only abstract classes and classes that don't extend Node.

When a complex control uses internally other controls, this classes are analysed too.

However, if these are not public/protected controls (that is private or package-private controls that might be used by the skin of the main control), these should be ignored during the jar exploration.

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 a pull request may close this issue.

1 participant