History log of /openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/MaskCommentsAndModifiers.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


# 3459:23c29286820d 02-Jun-2016 rfield

8131024: JShell: multi-line comment not detected as incomplete
Reviewed-by: vromero


# 3170:dc017a37aac5 14-Dec-2015 vasya

8145342: Some copyright notices are inconsistently and ill formatted
Summary: Adjusted formatting of copyright notices.
Reviewed-by: darcy, alundblad


# 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