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

Use long comparison in Rule.getRules().

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 7u40
    • 7u21
    • core-libs
    • None
    • b28
    • generic
    • generic
    • Not verified

        The comparison in javazic.Rule.getRules() is currently done in integer.
          return (int)(t1 - t2);

        It needs to be done in long.

              peytoia Yuka Kamiya (Inactive)
              peytoia Yuka Kamiya (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: