Skip to content

fix: Replace wildcard import with explicit imports in VMIdManager.java#17

Merged
LSantha merged 1 commit intomasterfrom
fix/import-explicit
May 5, 2026
Merged

fix: Replace wildcard import with explicit imports in VMIdManager.java#17
LSantha merged 1 commit intomasterfrom
fix/import-explicit

Conversation

@LSantha
Copy link
Copy Markdown
Owner

@LSantha LSantha commented May 5, 2026

Summary

Replaced the wildcard import import gnu.classpath.jdwp.id.*; in core/src/classpath/ext/gnu/classpath/jdwp/VMIdManager.java with 11 explicit imports:

  • ArrayId
  • ArrayReferenceTypeId
  • ClassLoaderId
  • ClassObjectId
  • ClassReferenceTypeId
  • InterfaceReferenceTypeId
  • ObjectId
  • ReferenceTypeId
  • StringId
  • ThreadGroupId
  • ThreadId

Build and tests pass successfully.

@LSantha
Copy link
Copy Markdown
Owner Author

LSantha commented May 5, 2026

Fixes #6

@LSantha LSantha merged commit 4b2b3c2 into master May 5, 2026
1 check passed
@LSantha LSantha deleted the fix/import-explicit branch May 5, 2026 08:28
@LSantha
Copy link
Copy Markdown
Owner Author

LSantha commented May 5, 2026

closes #6

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