History log of /openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/SnippetEvent.java
Revision Date Author Comments
# 3979:e7b7e4e436c4 10-Feb-2017 rfield

8174762: JShell: @since tags missing
Reviewed-by: jjg


# 3695:40468274ff3b 10-Oct-2016 rfield

8167128: JShell: /drop of statement gives confusing output
Reviewed-by: jlahoda


# 3464:bcebe24cd346 08-Jun-2016 rfield

8139829: JShell API: No use of fields to return information from public types
Reviewed-by: vromero


# 3366:2dc339da8a93 29-Apr-2016 rfield

8139837: JShell API: make a common JShellException
Reviewed-by: jlahoda


# 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