RFR: 8290041: ModuleDescriptor.hashCode is inconsistent [v2]

Jaikiran Pai jpai at openjdk.org
Tue Aug 16 01:47:09 UTC 2022


On Mon, 15 Aug 2022 16:07:45 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Jaikiran Pai has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   incorporate review comments and add more testing
>
> test/jdk/java/lang/module/ModuleDescriptorHashCodeTest.java line 181:
> 
>> 179:             Set<ModuleDescriptor.Exports.Modifier> expsModifiers) {
>> 180: 
>> 181:         final var mdb = ModuleDescriptor.newModule("foobar");
> 
> What does "mdb" stand for here?

Hello Alan, that was supposed to mean module descriptor builder. I will rename it to `builder` to be clear.

-------------

PR: https://git.openjdk.org/jdk/pull/9790


More information about the core-libs-dev mailing list