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

Dead typed push methods in ArrayData

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • core-libs
    • b48
    • generic
    • generic

        ArrayData.push(boolean strict, {int|long|double} item) methods are not being used anymore. The way they're written, they recurse infinitely, in fact, so it's good they aren't being used. (This was a severe FindBugs warning originally saying there's infinite recursion, turns out its curable by just removing the code as it ain't used.)

              attila Attila Szegedi
              attila Attila Szegedi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: