--- old/modules/controls/src/main/java/javafx/scene/control/Alert.java 2015-11-03 16:58:25.811442100 +0300 +++ new/modules/controls/src/main/java/javafx/scene/control/Alert.java 2015-11-03 16:58:25.589429400 +0300 @@ -237,7 +237,7 @@ */ public Alert(@NamedArg("alertType") AlertType alertType, @NamedArg("contentText") String contentText, - ButtonType... buttons) { + @NamedArg("buttonTypes") ButtonType... buttons) { super(); final DialogPane dialogPane = getDialogPane();