On Tue, 23 Mar 2021 10:26:42 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> 
wrote:

> SonarCloud reports the potential issue with 
> MetalHighContrastTheme.getControlHighlight where `controlHighlight ` field is 
> not used and the getControlHighlight() uses secondary field.
> public ColorUIResource getControlHighlight() {
>         // This was super.getSecondary3();
>         return secondary2;
>     } 
> Removed the unused field.

Marked as reviewed by azvegint (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/3149

Reply via email to