History log of /openjdk9/langtools/src/jdk.jshell/share/classes/jdk/jshell/CompletenessAnalyzer.java
Revision Date Author Comments
# 3951:eb374ab43848 06-Feb-2017 rfield

8173848: JShell: less-than causes: reached end of file while parsing
Reviewed-by: jlahoda


# 3776:f4b6b78a1200 21-Nov-2016 rfield

8114842: JShell: SourceCodeAnalysis splits code with array initialiazer incorrectly
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


# 3560:bbf4cfc235bd 03-Aug-2016 jjg

8162359: javac should use stdout for --help and --version
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