Use long comparison in Rule.getRules().

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 7u40
    • Affects Version/s: 7u21
    • Component/s: 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.

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

                Created:
                Updated:
                Resolved: