History log of /openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/SourceCodeAnalysis.java
Revision Date Author Comments
# 4285:3bac44d95028 21-Aug-2017 rfield

8186475: JShell API: remove trailing HTML paragraph tag
Reviewed-by: jlahoda


# 4279:d78323fc3fd5 16-Aug-2017 rfield

8182270: JShell API: Tools need snippet information without evaluating snippet
8166334: jshell tool: shortcut: expression/statement to method
Reviewed-by: jlahoda


# 3979:e7b7e4e436c4 10-Feb-2017 rfield

8174762: JShell: @since tags missing
Reviewed-by: jjg


# 3738:6ef8a1453577 02-Nov-2016 jlahoda

8131019: jshell tool: access javadoc from tool
Summary: Adding internal support to resolve {@inheritDoc} and format javadoc to plain text for use by jdk.jshell and jdk.scripting.nashorn.shell, enhancing Shift-<tab> documentation in JShell with ability to show javadoc.
Reviewed-by: jjg, rfield


# 3585:ade1884e2a63 15-Aug-2016 rfield

8159027: JShell API: SourceCodeAnalysis.Suggestion has constructor, ...
Reviewed-by: jlahoda


# 3511:0a1bb568a328 01-Jul-2016 rfield

8159111: JShell API: Add access to wrappers and dependencies
Reviewed-by: jlahoda


# 3464:bcebe24cd346 08-Jun-2016 rfield

8139829: JShell API: No use of fields to return information from public types
Reviewed-by: vromero


# 3264:ddfdf0304052 29-Feb-2016 jlahoda

8131027: JShell API/tool: suggest imports for a class
Summary: Adding two new actions to JShell: add imports and create variable.
Reviewed-by: rfield


# 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