History log of /openjdk10/langtools/test/jdk/jshell/CommandCompletionTest.java
Revision Date Author Comments
# 4167:9bd0f08b517a 18-May-2017 rfield

8167554: jshell tool: re-execute a range and/or sequence of snippets
8180508: jshell tool: support id ranges in all commands with id arguments
Reviewed-by: jlahoda


# 4100:64080a53e65c 06-Apr-2017 jlahoda

8178013: Finetuning of merged tab and shift tab completion
Summary: Fixing mistakes in localization bundle, fixing completion after /help set.
Reviewed-by: rfield


# 4083:573dfe4c63d4 29-Mar-2017 rfield

8177079: jshell tool: usability of /help for commands and sub-commands
Reviewed-by: jlahoda


# 3866:5b6f12de6f91 06-Jan-2017 rfield

8165405: jshell tool: /classpath is inconsistent
8172103: JShell: crash in TaskFactory$WrapSourceHandler.diag
Reviewed-by: jlahoda


# 3843:e5a42ddaf633 20-Dec-2016 rfield

8170162: jshell tool: no mechanism to programmatically launch
8170044: jshell tool: jshell missing from javax.tools.ToolProvider
Reviewed-by: jjg


# 3800:07a2dfc18d68 05-Dec-2016 jlahoda

8165564: langtools\test\jdk\jshell\CommandCompletionTest.java fails on some windows
Summary: Ignoring non-existent default FileSystem roots.
Reviewed-by: rfield


# 3774:3dc778dabc01 18-Nov-2016 rfield

8153402: jshell tool: completion provider for /help
8169818: jshell tool: completion provider for /vars /methods /types gives -history
Reviewed-by: jlahoda


# 3717:2a3e23ee1b65 20-Oct-2016 rfield

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


# 3631:d87cef2896aa 31-Aug-2016 shinyafox

8164825: jshell tool: Completion for subcommand
Reviewed-by: jlahoda


# 3607:bfc6d670ec1f 22-Aug-2016 rfield

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


# 3420:9291bcd53e07 20-May-2016 rfield

8157200: jshell tool: Add /retain command to persist settings
8156910: jshell tool: crash when code with syntax error contains format specifier
Reviewed-by: jlahoda


# 3409:3c09f576196a 18-May-2016 rfield

8157185: jshell tool: ambiguous format -- distinguished arguments should be options
Reviewed-by: vromero


# 3403:d59aae1fe07b 16-May-2016 rfield

8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
Reviewed-by: vromero


# 3314:97ec97671022 31-Mar-2016 jjg

8152897: refactor ToolBox to allow reduced documented dependencies
Reviewed-by: vromero


# 3294:9adfb22ff08f 17-Mar-2016 alanb

8142968: Module System implementation
Summary: Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Reviewed-by: jjg, jlahoda, vromero, mcimadamore, bpatel, ksrini, darcy, anazarov, dfuchs
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, jan.lahoda@oracle.com, vicente.romero@oracle.com, andreas.lundblad@oracle.com, andrey.x.nazarov@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, kumar.x.srinivasan@oracle.com, sundararajan.athijegannathan@oracle.com


# 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


# 3222:94cfc50c1b8a 25-Jan-2016 alanb

8148147: Sync up @modules from jigsaw/jake
Reviewed-by: chegar, mchung


# 3165:ae8cdc734bab 11-Dec-2015 rfield

8144095: jshell tool: normalize command parameter handling
8140265: jshell tool: /save saves rejected input
Reviewed-by: jlahoda


# 3146:853c77f8193c 30-Nov-2015 jlahoda

8143037: JShell should determine commands by prefix
Reviewed-by: rfield, mcimadamore, briangoetz


# 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