Skip to content

Add javacg static option for printing method and class modifiers #18

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

Closed
wants to merge 1 commit into from

Conversation

0xchrisM
Copy link

Added new feature that allows for the option to include method and class modifiers in the javacg static output (public, private, static, final, synchronized, etc...)

Just add -m or --modifier to the command line and it'll include modifiers.

java -jar javacg-0.1-SNAPSHOT-static.jar -m lib1.jar lib2.jar...
M::class1:(arg_types) (typeofcall)class2:(arg_types)

pombredanne pushed a commit to pombredanne/java-callgraph that referenced this pull request May 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to support -c for build step.  Create runone.sh to run all for…
@0xchrisM 0xchrisM closed this by deleting the head repository May 14, 2025
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.

None yet

1 participant