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

Add support for package metadata in JarClassFileContainer #473

Open
cyrille-artho opened this issue Jul 4, 2024 · 0 comments
Open

Add support for package metadata in JarClassFileContainer #473

cyrille-artho opened this issue Jul 4, 2024 · 0 comments

Comments

@cyrille-artho
Copy link
Member

JPF supports loading files from a JAR file in the CLASSPATH. In doing so, the metadata from the JAR file is currently ignored.

See: src/main/gov/nasa/jpf/jvm/JarClassFileContainer.java

What we would like:

  1. When a JAR file is opened for the first time, the metadata is loaded.
  2. Whenever a class from a JAR file is loaded, the metadata is used as part of the package information (available through java.lang.Package) is not null.
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

No branches or pull requests

1 participant