History log of /openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/VarTypePrinter.java
Revision Date Author Comments
# 4038:95c92c634f60 08-Mar-2017 mcimadamore

8176265: Method overload resolution on a covariant base type doesn't work in 9
Summary: Some type mappings should not be recursive
Reviewed-by: vromero, jlahoda


# 3877:69e2e4d7136c 11-Jan-2017 rfield

8172530: JShell: TypeProjection .stream().map(...).collect(...) must be replaced with .map(...)
Reviewed-by: mcimadamore


# 3871:9ed8e9a27b00 09-Jan-2017 rfield

8171981: JShell: Fails compilation: new Object().getClass().getSuperclass()
Reviewed-by: mcimadamore