FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
In the Javadoc: http://docs.oracle.com/javase/8/docs/api/java/util/stream/Collectors.html
there are 4 references to a "Functions" class. Specifically Functions.identity().
This should probably be: Function.identity()
REPRODUCIBILITY :
This bug can be reproduced always.
A DESCRIPTION OF THE PROBLEM :
In the Javadoc: http://docs.oracle.com/javase/8/docs/api/java/util/stream/Collectors.html
there are 4 references to a "Functions" class. Specifically Functions.identity().
This should probably be: Function.identity()
REPRODUCIBILITY :
This bug can be reproduced always.
- duplicates
-
JDK-8043327 Collectors.toMap studentToGPA example uses Functions.identity()
-
- Closed
-