History log of /openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/TreeDissector.java
Revision Date Author Comments
# 3871:9ed8e9a27b00 09-Jan-2017 rfield

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


# 3357:3e3553ee39d9 25-Apr-2016 rfield

8154485: JShell: infrastructure for multi-Snippet class wrappers
Reviewed-by: jlahoda


# 3264:ddfdf0304052 29-Feb-2016 jlahoda

8131027: JShell API/tool: suggest imports for a class
Summary: Adding two new actions to JShell: add imports and create variable.
Reviewed-by: rfield


# 3185:51136404ee5e 29-Dec-2015 rfield

8145239: JShell: throws AssertionError when replace classes with some methods which depends on these classes
Reviewed-by: rfield
Contributed-by: bitterfoxc@gmail.com


# 3062:15bdc18525ff 19-Oct-2015 jlahoda

8134254: JShell API/tool: REPL for Java into JDK9
Summary: Adding the implementation of the jshell (read-eval-print-loop) tool.
Reviewed-by: briangoetz, mcimadamore, psandoz, forax
Contributed-by: robert.field@oracle.com, bitterfoxc@gmail.com, jan.lahoda@oracle.com