(14) RFR JDK-8229396: jdeps ignores multi-release when generate-module-info used on command line

Mandy Chung mandy.chung at oracle.com
Fri Jan 10 17:39:44 UTC 2020



On 1/10/20 7:09 AM, Alan Bateman wrote:
> On 09/01/2020 02:28, Mandy Chung wrote:
>> Webrev:
>> http://cr.openjdk.java.net/~mchung/jdk14/8229396/webrev.00/index.html
>>
>> This fixes jdeps --generate-module-info option to read
>> a multi-release JAR with the version specified at --multi-release
>> option.  Also it enhances jdeps to report missing dependences as
>> other options such as --list-deps.
> I think this looks okay but one thing to check is "dependencies" vs 
> "dependences" in the error messages. I know I've got that wrong 
> several times so I might not be the best person to check that point.

Thanks.

This patch has these warning/error messages:
   "Missing dependencies from m are ignored"
   "Missing dependencies: classes not found from the module path."

Any better/correct message?

Or I can fix them in the future.

Mandy


More information about the jigsaw-dev mailing list