History log of /openjdk10/langtools/test/jdk/jshell/RejectedFailedTest.java
Revision Date Author Comments
# 3644:e07ed6317649 07-Sep-2016 rfield

8080352: jshell tool: Error message for using "package" should be more descriptive than "Failed"
Reviewed-by: jlahoda


# 3569:924a6b740543 10-Aug-2016 rfield

8143964: JShell API: convert query responses to Stream instead of List
Reviewed-by: psandoz, shinyafox


# 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