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

feat: add subcommand for generating runtime-index #118

Merged
merged 28 commits into from
Feb 27, 2024
Merged

Conversation

algomaster99
Copy link
Member

@algomaster99 algomaster99 commented Nov 22, 2023

Add a simple classfile transformer that would record all classes at runtime. This would be the third part of the indexer.

TODO:

  • Write tests
  • Test it out with apache pdfbox
  • See if can distinguish a runtime class. I need it for a deserialising the jsonl file. For example, I used GAV for maven and path for jar classes. (Used runtime: true for that, not the nicest solution but let's see)

@algomaster99 algomaster99 marked this pull request as draft November 22, 2023 19:29
@algomaster99 algomaster99 marked this pull request as ready for review February 26, 2024 18:43
@algomaster99 algomaster99 changed the title feat: add subcommand from generating runtime-index feat: add subcommand for generating runtime-index Feb 26, 2024
@algomaster99 algomaster99 merged commit af85b34 into main Feb 27, 2024
7 checks passed
@algomaster99 algomaster99 deleted the subcommand-ri branch February 27, 2024 15:31
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