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.
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.