sandermak / modulescanner

Inspect Maven Central to check what libraries are Java modules (automatic or explicit)
5 stars 3 forks source link

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

Open sandermak opened 6 years ago

sandermak commented 6 years ago

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.