RFR: JDK-8293701: jdeps InverseDepsAnalyzer runs into NoSuchElementException: No value present
Alan Bateman
alanb at openjdk.org
Mon Sep 19 07:02:45 UTC 2022
On Mon, 19 Sep 2022 06:51:36 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> > What is the cause of this issue? It expects the dependency can be found but missing in this case. I wonder if it's due to a `requires static` dependency?
>
> Hi Mandy, good question, so far I have just a zip with a coupple of jars inside , still try to find someone who can point me to the sources .
Could you use `jar --file=<file> --describe-module` to get a describe of each module? The bug report doesn't need the names of the SAP modules but getting a picture of what the input to jdeps is would help figure out what this is about.
-------------
PR: https://git.openjdk.org/jdk/pull/10300
More information about the core-libs-dev
mailing list