History log of /openjdk10/langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/Feedback.java
Revision Date Author Comments
# 4228:e9b5b77ad698 26-Jun-2017 rfield

8177847: jshell tool: retain delete of non-retained mode does not locally delete
Reviewed-by: jlahoda


# 3968:fc0a9318d392 08-Feb-2017 rfield

8173916: jshell tool: /methods signature confusing/non-standard format
8174028: jshell tool: /method /type failed declaration listed (without indication)
8174041: jshell tool: --startup PRINTING references undeclared Locale class
Reviewed-by: jlahoda


# 3827:44bdefe64114 16-Dec-2016 mcimadamore

8181370: Convert anonymous inner classes into lambdas/method references
Reviewed-by: jjg, rfield, mchung


# 3746:46f2219faf5a 03-Nov-2016 rfield

8161969: jshell tool: /var value is not truncated per feedback setting
8166637: jshell tool: confusing truncation of long result values
8154513: JShell tool: welcome message should match feedback mode
8167552: jshell tool: Typo in jshell command '/? /reload' description
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


# 3619:669b6e24db11 29-Aug-2016 ntv

8156984: JShell tool: for (FormatCase e : EnumSet.allOf(FormatCase.class))
Summary: Replacde EnumSet.allOf(FormatCase.class) with FormatCase.all
Reviewed-by: rfield


# 3428:d44729b76ebc 23-May-2016 rfield

8157517: jshell tool: allow undoing operations
8157395: jshell tool: allow the position of options on commands to be more flexible
8157393: jshell tool: change /set newmode ... to be consistent with /retain mode
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


# 3402:7e067140b496 16-May-2016 rfield

8154812: jshell tool: value printing truncation
Reviewed-by: vromero


# 3360:8102be8ddff2 27-Apr-2016 rfield

8150382: JShell API: Allow setting remote JVM arguments
8151754: jshell tool: add command line options for setting feedback mode
Reviewed-by: jlahoda


# 3353:9955c0097d4d 20-Apr-2016 rfield

8153551: jshell tool: no longer a mechanism to see current feedback modes
Reviewed-by: jlahoda


# 3318:2f6ca5367226 04-Apr-2016 rfield

8147515: JShell: Internationalize
Reviewed-by: jlahoda


# 3309:3d4117c36559 25-Mar-2016 rfield

8151755: jshell tool: properly cover resolution issues in output configuration
8152246: jshell tool: history overflow
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