History log of /openjdk10/jdk/src/jdk.internal.le/share/classes/jdk/internal/jline/extra/EditingHistory.java
Revision Date Author Comments
# 17425:9c96287c4ffd 25-Jun-2017 rfield

8182854: jshell tool: rerun multiline snippet from history corrupts history (jdk part)
Summary: jdk sub-repo part of fix for parent issue 8182489, test in parent commit (langtools)
Reviewed-by: jlahoda


# 17013:4227b6c51e92 20-Apr-2017 jlahoda

8178821: jshell tool: ctrl-down does nothing in current context
Summary: In MemoryHistory index() of an entry may go beyond size() (if some leading entries have been deleted) - using previous()/next() instead.
Reviewed-by: rfield


# 16994:0cbd3417cc9d 06-Apr-2017 jlahoda

8178077: jshell tool: crash on ctrl-up or ctrl-down
Summary: When looking up a private method, using the ConsoleReader.class, instead of getClass(), which may return a subclass.
Reviewed-by: rfield


# 15723:3ad485a9cf57 29-Sep-2016 shinyafox

8166744: JShell: java.lang.IndexOutOfBoundsException for legal history access
Reviewed-by: rfield, jlahoda


# 14712:24c643add3fb 08-Jun-2016 hannesw

8159031: jjs throws NoSuchFileException if ~/.jjs.history does not exist
Reviewed-by: sundar, mhaupt


# 14538:6b5c8b0f6b74 18-May-2016 jlahoda

8133549: Generalize jshell's EditingHistory
Summary: Adding a generic EditingHistory to jdk.internal.le, for use by both jjs and jshell
Reviewed-by: sundar