--- old/src/com/sun/javatest/exec/QuickStartWizard.java 2018-06-19 01:10:04.000000000 +0100 +++ new/src/com/sun/javatest/exec/QuickStartWizard.java 2018-06-19 01:10:04.000000000 +0100 @@ -365,7 +365,7 @@ private JButton doneBtn; private Listener listener = new Listener(); private KeyStroke enterKey = KeyStroke.getKeyStroke(KeyEvent.VK_ENTER, 0); - private Vector history = new Vector(); + private Vector history = new Vector<>(); private boolean allowConfigLoadOutsideDefault; private File defaultConfigSavePath; private boolean allowConfigSaveOutsideDefault; @@ -536,7 +536,7 @@ private JLabel label; private JTextField field; - private JComboBox combo; + private JComboBox combo; private JComponent currPathComp; private JButton button; private DocumentListener listener; @@ -950,7 +950,7 @@ // - installation directory and its parent // - current directory - Set s = new TreeSet(); + Set s = new TreeSet<>(); if (configData != null) { String configTestSuite = (String) (configData.get("TESTSUITE")); if (configTestSuite != null)