I saw two errors existing in the specification of the method java.util.LinkedList.addAll(Collection):
i) This method should return a boolean value, but there is no return values descirbed in the "Returns" field of the specs.
ii) The exception described in the "Throws" field is incorrect. The argument for this methed is Collection, so it shouldn't throw any
IndexOutOfBoundException.
i) This method should return a boolean value, but there is no return values descirbed in the "Returns" field of the specs.
ii) The exception described in the "Throws" field is incorrect. The argument for this methed is Collection, so it shouldn't throw any
IndexOutOfBoundException.