Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8162970

Merge error in the DefaultRowSorter.java

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 9
    • 6, 7, 8, 9
    • client-libs
    • b133
    • generic
    • generic

    Description

      It seems that long time ago there was a merge error in the DefaultRowSorter.java which caused a duplication of one paragraph in the specification.

       * <p>
       * If the underlying model structure changes (the
       * <code>modelStructureChanged</code> method is invoked) the following
       * are reset to their default values: <code>Comparator</code>s by
       * column, current sort order, and whether each column is sortable. To
       * find the default <code>Comparator</code>s, see the concrete
       * implementation (for example, {@link
       * javax.swing.table.TableRowSorter TableRowSorter}). The default
       * sort order is unsorted (the same as the model), and columns are
       * sortable by default.
       * <p>
       * If the underlying model structure changes (the
       * <code>modelStructureChanged</code> method is invoked) the following
       * are reset to their default values: <code>Comparator</code>s by column,
       * current sort order and whether a column is sortable.
       * <p>

      Attachments

        Activity

          People

            serb Sergey Bylokhov
            serb Sergey Bylokhov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: