--- old/src/share/classes/javax/swing/text/JTextComponent.java 2014-04-22 17:13:14.000000000 -0700 +++ new/src/share/classes/javax/swing/text/JTextComponent.java 2014-04-22 17:13:14.000000000 -0700 @@ -4473,6 +4473,7 @@ // composed(uncommitted) text is done here after all input // method listeners get called for stealing the events. // + @SuppressWarnings("fallthrough") protected void processInputMethodEvent(InputMethodEvent e) { // let listeners handle the events super.processInputMethodEvent(e);