--- old/src/share/classes/javax/swing/plaf/metal/MetalLookAndFeel.java 2014-04-22 17:13:13.000000000 -0700 +++ new/src/share/classes/javax/swing/plaf/metal/MetalLookAndFeel.java 2014-04-22 17:13:13.000000000 -0700 @@ -2271,6 +2271,7 @@ // From the JLF Design Guidelines: // http://www.oracle.com/technetwork/java/jlf-135985.html + @SuppressWarnings("fallthrough") private static class MetalLayoutStyle extends DefaultLayoutStyle { private static MetalLayoutStyle INSTANCE = new MetalLayoutStyle(); @@ -2407,4 +2408,4 @@ return 0; } } -} \ No newline at end of file +}