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

Incorrect argument name in java.io.FilterInputStream.read(byte[]) method documentation

    XMLWordPrintable

Details

    • b158
    • Not verified

    Backports

      Description

        A DESCRIPTION OF THE PROBLEM :
        The documentation of java.io.FilterInputStream.read(byte[]) should start with "Reads up to b.length bytes of data" instead of "Reads up to byte.length bytes of data" because the name of the specified argument is b and not byte.


        URL OF FAULTY DOCUMENTATION :
        https://docs.oracle.com/javase/8/docs/api/java/io/FilterInputStream.html#read-byte:A-

        Attachments

          Issue Links

            Activity

              People

                aroy Abhijit Roy (Inactive)
                webbuggrp Webbug Group
                Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: