History log of /openjdk9/langtools/test/jdk/jshell/ExternalEditorTest.java
Revision Date Author Comments
# 3895:992b6c1e569d 19-Jan-2017 rfield

8171130: jshell tool: /edit adds empty statement to brace terminated snippet
8173007: JShell Tests: ToolFormatTest takes too long
Reviewed-by: jlahoda


# 3797:8a45b40a1b5b 02-Dec-2016 rfield

8169828: jdk/jshell/ExternalEditorTest.java testStatementMush() fails frequently on all platform
8170015: jshell tool: /help output looks terrible on a 100 column wide terminal
8170368: jshell tool: post setting not properly applied, line-ends not prefixed correctly
Reviewed-by: jlahoda


# 3768:cb1b89564c96 16-Nov-2016 rfield

8143006: jshell tool: /edit doesn't process each line as same as inputs for jshell
8163816: JShell tests: jdk/jshell/ExternalEditorTest.java -- unexpected results EditorTestBase.testEditClass1() and .testEditMethod1()
Reviewed-by: jlahoda


# 3717:2a3e23ee1b65 20-Oct-2016 rfield

8163840: jshell tool: provide way to display configuration settings
Reviewed-by: jlahoda


# 3607:bfc6d670ec1f 22-Aug-2016 rfield

8160089: jshell tool: use new double-dash long-form command-line options
Reviewed-by: jlahoda


# 3572:018f29036cbe 10-Aug-2016 rfield

8163817: JShell tests: disable minor failing editor tool cases: 8161276, 8163816, 8159229
Reviewed-by: jlahoda, psandoz, darcy


# 3452:472bcb7c8850 31-May-2016 rfield

8080843: JShell tool: invalid key error occurs when external editor is used
Reviewed-by: vromero


# 3339:73717a51063b 12-Apr-2016 rfield

8143955: JShell tool (UX): Output structure
8143956: JShell tool (UX): default prompts
Reviewed-by: jlahoda


# 3285:08b48678df34 08-Mar-2016 rfield

8148316: jshell tool: Configurable output format
8148317: jshell tool: unify commands into /set
8149524: JShell: CompletenessAnalysis fails on class Case<E1 extends Enum<E1>, E2 extends Enum<E2>, E3 extends Enum<E3>> {}
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