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

Several methods in javax.swing.RowFilter have a typo in the description

XMLWordPrintable

    • b53
    • generic
    • generic

      In specification for javax.swing.RowFilter
      public static RowFilter regexFilter(java.lang.String regex,
                                          int... indices)
      public static RowFilter dateFilter(RowFilter.ComparisonType type,
                                         java.util.Date date,
                                         int... indices)
      public static RowFilter numberFilter(RowFilter.ComparisonType type,
                                           java.lang.Number number,
                                           int... indices)

      methods there is the sentence:
      "java.lang.IllegalArgumentException - if any of the columns contains a value < 0"

      What is meant by the "columns contains a value"? I guess that exception concerns indices.

            svioletsunw Scott Violet (Inactive)
            ynovozhi Yulia Novozhilova (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: