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

Java Class-File API #32

Open
dimanyfantakis opened this issue Jan 5, 2024 · 0 comments
Open

Java Class-File API #32

dimanyfantakis opened this issue Jan 5, 2024 · 0 comments
Assignees
Labels
priority:low Low priority type:enhancement New feature must be added

Comments

@dimanyfantakis
Copy link
Collaborator

dimanyfantakis commented Jan 5, 2024

Context

JDK 22 comes with a preview of the Class-File API, see JEP). This seems to be very interesting and might worth looking into as an alternative to the parsing we are currently doing.

Presentation of the Class-File API.

This is obviously optional and not needed. However, it could prove to be a more robust way of interpreting the Java byte code and also an interesting project to spend some time into.

Follow-up issue to #28.

@dimanyfantakis dimanyfantakis added type:enhancement New feature must be added priority:low Low priority labels Jan 5, 2024
@dimanyfantakis dimanyfantakis self-assigned this Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:low Low priority type:enhancement New feature must be added
Projects
None yet
Development

No branches or pull requests

1 participant