RFR: 8345263: Make sure that lint categories are used correctly when logging lint warnings [v2]

Maurizio Cimadamore mcimadamore at openjdk.org
Fri Dec 6 10:31:42 UTC 2024


On Thu, 5 Dec 2024 22:14:46 GMT, Vicente Romero <vromero at openjdk.org> wrote:

>> Maurizio Cimadamore has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Add missing lint categories in compiler.properties
>>   Simplify some lambda expressions
>>   Simplify Lint::logIfEnabled by accepting a log parameter
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/util/JCDiagnostic.java line 596:
> 
>> 594: 
>> 595:     /**
>> 596:      * Class representing warning diagnostic keys.
> 
> representing `lint` warning ...?

Good catch

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22553#discussion_r1873006287


More information about the compiler-dev mailing list