Do not use the removed com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel or apple.laf.AquaLookAndFeel Swing LookAndFeel

This rule flags the following strings:

Those strings are no longer supported as parameters to the javax.swing.UIManager.setLookAndFeel method. Instead:

For more information on Java SE 11 changes, see Java 10 Removed Features and Options.