History log of /openjdk10/langtools/test/jdk/jshell/ClassesTest.java
Revision Date Author Comments
# 3749:16f0cf12da2d 04-Nov-2016 rfield

8129559: JShell: compilation fails if class, method or field is annotated and has modifiers
8080354: JShell: Runtime visible annotations cannot be retrieved
Reviewed-by: jlahoda


# 3731:6bb6785c2329 27-Oct-2016 rfield

8167643: JShell: silently ignore access modifiers (as semantically irrelevant)
Reviewed-by: jlahoda


# 3569:924a6b740543 10-Aug-2016 rfield

8143964: JShell API: convert query responses to Stream instead of List
Reviewed-by: psandoz, shinyafox


# 3357:3e3553ee39d9 25-Apr-2016 rfield

8154485: JShell: infrastructure for multi-Snippet class wrappers
Reviewed-by: jlahoda


# 3290:0356613310dd 10-Mar-2016 rfield

8080069: JShell: Support for corralled classes
Reviewed-by: jlahoda


# 3185:51136404ee5e 29-Dec-2015 rfield

8145239: JShell: throws AssertionError when replace classes with some methods which depends on these classes
Reviewed-by: rfield
Contributed-by: bitterfoxc@gmail.com


# 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