diff -r bd4b1555c420 test/java/awt/FileDialog/ModalFocus/FileDialogModalFocusTest.java --- a/test/java/awt/FileDialog/ModalFocus/FileDialogModalFocusTest.java Tue Jun 14 10:44:59 2016 +0200 +++ b/test/java/awt/FileDialog/ModalFocus/FileDialogModalFocusTest.java Wed Jun 15 12:54:41 2016 +0200 @@ -1,3 +1,4 @@ + /* * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -21,11 +22,12 @@ * questions. */ -/* @test - @bug 8025815 - @summary Child FileDialog of modal dialog does not get focus on Gnome - @author Semyon Sadetsky - */ +/* + * @test + * @bug 8025815 + * @summary Child FileDialog of modal dialog does not get focus on Gnome + * @author Semyon Sadetsky + */ import javax.swing.*; import java.awt.*; diff -r bd4b1555c420 test/java/awt/Frame/FrameResize/ShowChildWhileResizingTest.java --- a/test/java/awt/Frame/FrameResize/ShowChildWhileResizingTest.java Tue Jun 14 10:44:59 2016 +0200 +++ b/test/java/awt/Frame/FrameResize/ShowChildWhileResizingTest.java Wed Jun 15 12:54:41 2016 +0200 @@ -1,3 +1,4 @@ + /* * Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -21,11 +22,12 @@ * questions. */ -/* @test - @bug 8079595 - @summary Resizing dialog which is JWindow parent makes JVM crash - @author Semyon Sadetsky - */ +/* + * @test + * @bug 8079595 + * @summary Resizing dialog which is JWindow parent makes JVM crash + * @author Semyon Sadetsky + */ import javax.swing.*; import java.awt.*; diff -r bd4b1555c420 test/java/awt/Menu/NullMenuLabelTest/NullMenuLabelTest.java --- a/test/java/awt/Menu/NullMenuLabelTest/NullMenuLabelTest.java Tue Jun 14 10:44:59 2016 +0200 +++ b/test/java/awt/Menu/NullMenuLabelTest/NullMenuLabelTest.java Wed Jun 15 12:54:41 2016 +0200 @@ -21,12 +21,13 @@ * questions. */ -/* @test 1.5 98/07/23 - @bug 4064202 4253466 - @summary Test for Win32 NPE when MenuItem with null label added. - @author fred.ecks - @run main/othervm NullMenuLabelTest -*/ +/* + * @test 1.5 98/07/23 + * @bug 4064202 4253466 + * @summary Test for Win32 NPE when MenuItem with null label added. + * @author fred.ecks + * @run main/othervm NullMenuLabelTest + */ import java.awt.*; diff -r bd4b1555c420 test/java/awt/Paint/ComponentIsNotDrawnAfterRemoveAddTest/ComponentIsNotDrawnAfterRemoveAddTest.java --- a/test/java/awt/Paint/ComponentIsNotDrawnAfterRemoveAddTest/ComponentIsNotDrawnAfterRemoveAddTest.java Tue Jun 14 10:44:59 2016 +0200 +++ b/test/java/awt/Paint/ComponentIsNotDrawnAfterRemoveAddTest/ComponentIsNotDrawnAfterRemoveAddTest.java Wed Jun 15 12:54:41 2016 +0200 @@ -1,3 +1,4 @@ + /* * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -21,10 +22,11 @@ * questions. */ -/* @test - @bug 8139581 - @summary AWT components are not drawn after removal and addition to a container - @author Anton Litvinov +/* + * @test + * @bug 8139581 + * @summary AWT components are not drawn after removal and addition to a container + * @author Anton Litvinov */ import java.awt.Button; diff -r bd4b1555c420 test/java/awt/ScrollPane/bug8077409Test.java --- a/test/java/awt/ScrollPane/bug8077409Test.java Tue Jun 14 10:44:59 2016 +0200 +++ b/test/java/awt/ScrollPane/bug8077409Test.java Wed Jun 15 12:54:41 2016 +0200 @@ -21,12 +21,13 @@ * questions. */ -/* @test - @bug 8077409 - @summary Drawing deviates when validate() is invoked on java.awt.ScrollPane - @author mikhail.cherkasov@oracle.com - @run main bug8077409Test -*/ +/* + * @test + * @bug 8077409 + * @summary Drawing deviates when validate() is invoked on java.awt.ScrollPane + * @author mikhail.cherkasov@oracle.com + * @run main bug8077409Test + */ import java.awt.*; diff -r bd4b1555c420 test/java/awt/TextArea/Mixing/TextAreaMixing.java --- a/test/java/awt/TextArea/Mixing/TextAreaMixing.java Tue Jun 14 10:44:59 2016 +0200 +++ b/test/java/awt/TextArea/Mixing/TextAreaMixing.java Wed Jun 15 12:54:41 2016 +0200 @@ -21,7 +21,8 @@ * questions. */ -/* @test +/* + * @test * @bug 8013189 * @run main TextAreaMixing * @summary TextArea should support HW/LW mixing diff -r bd4b1555c420 test/java/awt/Window/ScreenLocation/ScreenLocationTest.java --- a/test/java/awt/Window/ScreenLocation/ScreenLocationTest.java Tue Jun 14 10:44:59 2016 +0200 +++ b/test/java/awt/Window/ScreenLocation/ScreenLocationTest.java Wed Jun 15 12:54:41 2016 +0200 @@ -21,12 +21,13 @@ * questions. */ -/* @test - @bug 8011616 - @summary JWindow.getLocation and JWindow.getLocationOnScreen return different - values on Unity - @author Semyon Sadetsky - */ +/* + * @test + * @bug 8011616 + * @summary JWindow.getLocation and JWindow.getLocationOnScreen return different + * values on Unity + * @author Semyon Sadetsky + */ import java.awt.*; diff -r bd4b1555c420 test/java/awt/hidpi/properties/HiDPIPropertiesUnixTest.java --- a/test/java/awt/hidpi/properties/HiDPIPropertiesUnixTest.java Tue Jun 14 10:44:59 2016 +0200 +++ b/test/java/awt/hidpi/properties/HiDPIPropertiesUnixTest.java Wed Jun 15 12:54:41 2016 +0200 @@ -28,7 +28,8 @@ import java.awt.geom.AffineTransform; import javax.swing.UIManager; -/* @test +/* + * @test * @bug 8137571 * @summary Linux HiDPI Graphics support * @author Alexander Scherbatiy diff -r bd4b1555c420 test/java/awt/im/InputContext/InputContextTest.java --- a/test/java/awt/im/InputContext/InputContextTest.java Tue Jun 14 10:44:59 2016 +0200 +++ b/test/java/awt/im/InputContext/InputContextTest.java Wed Jun 15 12:54:41 2016 +0200 @@ -21,7 +21,8 @@ * questions. */ -/* @test +/* + * @test * @bug 4151222 * @bug 4150206 * @bug 4243948 diff -r bd4b1555c420 test/java/awt/print/PrinterJob/PrintToDir.java --- a/test/java/awt/print/PrinterJob/PrintToDir.java Tue Jun 14 10:44:59 2016 +0200 +++ b/test/java/awt/print/PrinterJob/PrintToDir.java Wed Jun 15 12:54:41 2016 +0200 @@ -21,11 +21,13 @@ * questions. */ -/* @test - @bug 4973278 8015586 - @run main PrintToDir - @summary Must throw exception when printing to an invalid filename - a dir. -*/ +/* + * @test + * @bug 4973278 8015586 + * @run main PrintToDir + * @summary Must throw exception when printing to an invalid filename - a dir. + */ + import java.io.*; import java.net.*; import java.awt.*; diff -r bd4b1555c420 test/java/awt/security/Permissions.java --- a/test/java/awt/security/Permissions.java Tue Jun 14 10:44:59 2016 +0200 +++ b/test/java/awt/security/Permissions.java Wed Jun 15 12:54:41 2016 +0200 @@ -21,7 +21,8 @@ * questions. */ -/* @test +/* + * @test * @bug 8008981 * @summary Test that selected Toolkit and Window methods/constructors do * the appropriate permission check diff -r bd4b1555c420 test/javax/swing/JComponent/6683775/bug6683775.java --- a/test/javax/swing/JComponent/6683775/bug6683775.java Tue Jun 14 10:44:59 2016 +0200 +++ b/test/javax/swing/JComponent/6683775/bug6683775.java Wed Jun 15 12:54:41 2016 +0200 @@ -21,14 +21,15 @@ * questions. */ -/* @test - @bug 6683775 6794764 - @summary Painting artifacts is seen when panel is made setOpaque(false) for a translucent window - @author Alexander Potochkin - @modules java.desktop/com.sun.awt - java.desktop/sun.awt - @run main bug6683775 -*/ +/* + * @test + * @bug 6683775 6794764 + * @summary Painting artifacts is seen when panel is made setOpaque(false) for a translucent window + * @author Alexander Potochkin + * @modules java.desktop/com.sun.awt + * java.desktop/sun.awt + * @run main bug6683775 + */ import com.sun.awt.AWTUtilities; diff -r bd4b1555c420 test/javax/swing/JPopupMenu/4634626/bug4634626.java --- a/test/javax/swing/JPopupMenu/4634626/bug4634626.java Tue Jun 14 10:44:59 2016 +0200 +++ b/test/javax/swing/JPopupMenu/4634626/bug4634626.java Wed Jun 15 12:54:41 2016 +0200 @@ -20,14 +20,16 @@ * or visit www.oracle.com if you need additional information or have any * questions. */ -/* @test - @bug 4634626 - @summary Implement context popup menus for components - @author Alexander Zuev - @library ../../../../lib/testlibrary - @build ExtendedRobot - @run applet bug4634626.html -*/ +/* + * @test + * @bug 4634626 + * @summary Implement context popup menus for components + * @author Alexander Zuev + * @library ../../../../lib/testlibrary + * @build ExtendedRobot + * @run applet bug4634626.html + */ + import javax.swing.*; import java.awt.event.*; import java.awt.*; diff -r bd4b1555c420 test/javax/swing/JSlider/6794836/bug6794836.java --- a/test/javax/swing/JSlider/6794836/bug6794836.java Tue Jun 14 10:44:59 2016 +0200 +++ b/test/javax/swing/JSlider/6794836/bug6794836.java Wed Jun 15 12:54:41 2016 +0200 @@ -21,7 +21,8 @@ * questions. */ -/* @test +/* + * @test * @bug 6794836 * @summary BasicSliderUI throws NullPointerExc when JSlider maximum is Integer.MAX_VALUE * @author Pavel Porvatov diff -r bd4b1555c420 test/javax/swing/JSpinner/5012888/bug5012888.java --- a/test/javax/swing/JSpinner/5012888/bug5012888.java Tue Jun 14 10:44:59 2016 +0200 +++ b/test/javax/swing/JSpinner/5012888/bug5012888.java Wed Jun 15 12:54:41 2016 +0200 @@ -21,12 +21,14 @@ * questions. */ -/* @test 1.0 04/04/23 - @bug 5012888 - @summary REGRESSION: Click & hold on arrow of JSpinner only transfers focus - @author Konstantin Eremin - @run main bug5012888 -*/ +/* + * @test 1.0 04/04/23 + * @bug 5012888 + * @summary REGRESSION: Click & hold on arrow of JSpinner only transfers focus + * @author Konstantin Eremin + * @run main bug5012888 + */ + import javax.swing.*; import javax.swing.event.*; import java.awt.*; diff -r bd4b1555c420 test/javax/swing/MultiUIDefaults/4300666/bug4300666.java --- a/test/javax/swing/MultiUIDefaults/4300666/bug4300666.java Tue Jun 14 10:44:59 2016 +0200 +++ b/test/javax/swing/MultiUIDefaults/4300666/bug4300666.java Wed Jun 15 12:54:41 2016 +0200 @@ -21,12 +21,13 @@ * questions. */ -/* @test - @bug 4300666 - @summary Printing UIDefaults throws NoSuchElementExcept - @author Andrey Pikalev - @run applet bug4300666.html -*/ +/* + * @test + * @bug 4300666 + * @summary Printing UIDefaults throws NoSuchElementExcept + * @author Andrey Pikalev + * @run applet bug4300666.html + */ import javax.swing.*; diff -r bd4b1555c420 test/javax/swing/RepaintManager/6608456/bug6608456.java --- a/test/javax/swing/RepaintManager/6608456/bug6608456.java Tue Jun 14 10:44:59 2016 +0200 +++ b/test/javax/swing/RepaintManager/6608456/bug6608456.java Wed Jun 15 12:54:41 2016 +0200 @@ -21,7 +21,8 @@ * questions. */ -/* @test +/* + * @test * * @bug 6608456 * @author Igor Kushnirskiy diff -r bd4b1555c420 test/javax/swing/text/StyledEditorKit/4506788/bug4506788.java --- a/test/javax/swing/text/StyledEditorKit/4506788/bug4506788.java Tue Jun 14 10:44:59 2016 +0200 +++ b/test/javax/swing/text/StyledEditorKit/4506788/bug4506788.java Wed Jun 15 12:54:41 2016 +0200 @@ -21,12 +21,14 @@ * questions. */ -/* @test - @bug 4506788 7147408 - @summary Tests if cursor gets stuck after insertion a character - @author Denis Sharypov - @run applet bug4506788.html +/* + * @test + * @bug 4506788 7147408 + * @summary Tests if cursor gets stuck after insertion a character + * @author Denis Sharypov + * @run applet bug4506788.html */ + import java.awt.*; import java.awt.event.*; import java.lang.reflect.InvocationTargetException; diff -r bd4b1555c420 test/javax/swing/text/html/parser/Parser/7165725/bug7165725.java --- a/test/javax/swing/text/html/parser/Parser/7165725/bug7165725.java Tue Jun 14 10:44:59 2016 +0200 +++ b/test/javax/swing/text/html/parser/Parser/7165725/bug7165725.java Wed Jun 15 12:54:41 2016 +0200 @@ -21,12 +21,13 @@ * questions. */ -/* @test - @bug 7165725 - @summary Tests if HTML parser can handle successive script tags in a line - and it does not call false text callback after script tags. - @run main bug7165725 -*/ +/* + * @test + * @bug 7165725 + * @summary Tests if HTML parser can handle successive script tags in a line + * and it does not call false text callback after script tags. + * @run main bug7165725 + */ import java.awt.BorderLayout; import java.awt.Robot;