History log of /openjdk9/langtools/test/jdk/jshell/CompletenessTest.java
Revision Date Author Comments
# 3776:f4b6b78a1200 21-Nov-2016 rfield

8114842: JShell: SourceCodeAnalysis splits code with array initialiazer incorrectly
Reviewed-by: jlahoda


# 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


# 3690:2254cb8b3247 10-Oct-2016 shinyafox

8167343: JShell: Completeness analysis infers an incomplete declaration as COMPLETE_WITH_SEMI, which is a first line of Allman style
Reviewed-by: rfield


# 3637:f3c256cbcb58 01-Sep-2016 rfield

8165211: JShell: Fix completion analysis problems
Reviewed-by: jlahoda


# 3459:23c29286820d 02-Jun-2016 rfield

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


# 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


# 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