[javadoc] index files are non deterministic

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: tools
    • None
    • b22
    • generic
    • generic
    • Verified

      The index files produced by javadoc are still vulnerable to sort variations. For example:
      if we have the following entities, will end up in a non-deterministic order:

      a.A.length(boolean), a.D.length(int), and a.C.length

      length(boolean) Method in a.B
      length Field in a.C
      length(int) Method in a.D

      or sometimes
      length(boolean) Method in a.B
      length(int) Method in a.D
      length Field in a.C

      this is incorrect.

            Assignee:
            Kumar Srinivasan
            Reporter:
            Kumar Srinivasan
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: