RFR: bug: no warning shown for parameterized conversions [v4]

Vicente Romero vromero at openjdk.java.net
Wed Mar 9 21:58:15 UTC 2022


On Wed, 9 Mar 2022 09:49:47 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

>> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   renaming argument
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java line 1253:
> 
>> 1251:             private Set<TypePair> cache = new HashSet<>();
>> 1252: 
>> 1253:             public boolean containsTypeRecursive(Type t, Type s) {
> 
> Can this code be shared with subclass?

sure makes sense

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

PR: https://git.openjdk.java.net/valhalla/pull/666



More information about the valhalla-dev mailing list