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

[javadoc] index files are non deterministic

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • 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.

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

              Created:
              Updated:
              Resolved: