History log of /openjdk9/jdk/src/jdk.internal.le/share/classes/jdk/internal/jline/extra/EditingHistory.java
Revision Date Author Comments
# 16953: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