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

Cleanup output of jdeps so it is easier to parse #10

Open
sandermak opened this issue Aug 28, 2018 · 0 comments
Open

Cleanup output of jdeps so it is easier to parse #10

sandermak opened this issue Aug 28, 2018 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sandermak
Copy link
Owner

Currently the output is a concatenation of the verbatim lines in jdeps:

sun.misc.Resource Removed. See http://openjdk.java.net/jeps/260 + sun.misc.URLClassPath Removed. See http://openjdk.java.net/jeps/260 + sun.misc.Unsafe See http://openjdk.java.net/jeps/260

It's easier to process/analyze when only the classnames are left. I'm partial to also preserving the replacement that's suggested.

@sandermak sandermak added enhancement New feature or request good first issue Good for newcomers labels Aug 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant