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 javacg static option for printing method and class modifiers #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
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
Update to support -c for build step.  Create runone.sh to run all for…
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