Commit Graph

33 Commits

Author SHA1 Message Date
Jan Lahoda
a981a56c45 8152296: langtools/test/jdk/jshell/ToolReloadTest.java failing if there is not persisted history
Create a custom Terminal for use in tests; avoid use of global Preferences in tests.

Reviewed-by: rfield
2016-03-23 13:40:42 +01:00
Chris Hegarty
5a1b51cfbd Merge 2016-03-22 10:43:19 +00:00
Alan Bateman
001ebb3a72 8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282

Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Co-authored-by: Vicente Romero <vicente.romero@oracle.com>
Co-authored-by: Andreas Lundblad <andreas.lundblad@oracle.com>
Co-authored-by: Andrey Nazarov <andrey.x.nazarov@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Kumar Srinivasan <kumar.x.srinivasan@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: jjg, jlahoda, vromero, mcimadamore, bpatel, ksrini, darcy, anazarov, dfuchs
2016-03-17 19:04:28 +00:00
Oleg Barbashov
7e7b088683 8071982: Update tests for revamped Doclet API
8071984: Update test cases for repeating and type annotations output in javadoc

Reviewed-by: ksrini, bpatel
2016-03-14 15:04:57 -07:00
Robert Field
19e4c51157 8080069: JShell: Support for corralled classes
Reviewed-by: jlahoda
2016-03-10 14:47:14 -08:00
Robert Field
51ea08084f 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
2016-03-08 11:53:35 -08:00
Kumar Srinivasan
c57335f395 8150000: Javadoc omits package listing for type
Reviewed-by: jjg
2016-03-05 07:53:12 -08:00
Kumar Srinivasan
daa39fa665 8150130: NPE building javafx docs with new doclet
Reviewed-by: jjg
2016-03-03 14:54:44 -08:00
Kumar Srinivasan
012ed935ee 8150895: Fix bug id in test for JDK-8149842
Reviewed-by: bpatel
2016-03-02 15:00:22 -08:00
Bhavesh Patel
5b14d73a63 8148985: javadoc "FRAMES" and "NO FRAMES" links not working correctly
Reviewed-by: jjg, ksrini
2016-03-02 21:27:01 +00:00
Jan Lahoda
972e0af193 8150874: Disable the ComputeFQNsTest.testSuspendIndexing test
Reviewed-by: rfield
2016-02-29 19:52:51 +01:00
Jan Lahoda
c63980511c 8131027: JShell API/tool: suggest imports for a class
Adding two new actions to JShell: add imports and create variable.

Reviewed-by: rfield
2016-02-29 11:54:06 +01:00
Joe Darcy
68832ef0f6 8150427: Demote ToolReloadTest.java and mark as intermittently failing
Reviewed-by: jjg
2016-02-23 11:17:02 -08:00
Kumar Srinivasan
7521e9ec77 8150096: Cleanup synthetic JCCompilationUnit for html files
Reviewed-by: jjg
2016-02-18 12:48:11 -08:00
Kumar Srinivasan
33dcb43fe9 8149842: javadoc incorrectly tries to get the documentation for inherited methods
Reviewed-by: jjg
2016-02-17 11:19:07 -08:00
Joe Darcy
f14d43a22b 6469561: javadoc for annotation types should not display "public abstract" modifiers on methods
6469562: Use compact notation to display annotation values

Reviewed-by: jjg
2016-02-15 17:17:58 -08:00
Robert Field
50e679eda2 8146138: jshell tool: add /help <command>
8147495: jshell tool: correctly handle arguments on /seteditor command
8147886: jshell tool: commands don't allow reference to start-up or explicit id of dropped/failed snippets
8147887: jshell tool: /list start -- fails
8147898: jshell tool: /reload quiet -- should quiet echo

Reviewed-by: jlahoda
2016-02-12 10:51:36 -08:00
Robert Field
7b00f0de81 8080357: JShell: Only unqualified unresolved references should be corralled
8081431: JShell: Dropping import should update dependencies

Reviewed-by: jlahoda
2016-02-02 16:11:09 -08:00
Kumar Srinivasan
cf406debb4 8035473: [javadoc] Revamp the existing Doclet APIs
8146529: Update the new Doclet API
8146427: "-nohelp" option issue
8146475: "-helpfile" option issue

Reviewed-by: alanb, bpatel, ihse, jjg, jlahoda, mchung, ogb, vromero
2015-11-28 18:52:17 -08:00
Alan Bateman
5e6fc23a73 8148147: Sync up @modules from jigsaw/jake
Reviewed-by: chegar, mchung
2016-01-25 19:01:32 +00:00
Jan Lahoda
1ee440e9bc 8144906: Fix jshell's ToolBasicTest
Various fixes to fix the ToolBasicTest - line endings normalization, ordering for output from RemoteAgent, synchronization.

Reviewed-by: rfield
2016-01-13 14:24:34 +01:00
Shinya Yoshida
6d4c26ee9c 8146368: JShell: couldn't smash the error when it's Japanese locale
Reviewed-by: rfield
2016-01-11 19:32:36 -08:00
Robert Field
d15f6a78b3 8081845: JShell: Need way to refresh relative to external state
Add the ability to record and replay relevant parts of history

Reviewed-by: jlahoda
2016-01-11 08:41:00 -08:00
Shinya Yoshida
b592106de3 8145239: JShell: throws AssertionError when replace classes with some methods which depends on these classes
Reviewed-by: rfield
2015-12-29 21:27:25 -08:00
Shinya Yoshida
ec26043caf 8144903: JShell: determine incorrectly the type of the expression which is array type of captured type
Fix and clean-up the processing of types (esp. captured types) into type names for use in generated temp vars

Reviewed-by: mcimadamore, jlahoda, rfield
2015-12-11 11:20:10 -08:00
Robert Field
0caaad6242 8144095: jshell tool: normalize command parameter handling
8140265: jshell tool: /save saves rejected input

Reviewed-by: jlahoda
2015-12-10 23:27:06 -08:00
Robert Field
4297432f73 8144756: JShell: ToolBasicTest.java missing @bug tag for 8142447
Reviewed-by: jlahoda
2015-12-07 09:18:07 -08:00
Shinya Yoshida
37762cea6b 8142447: JShell tool: Command change: re-run n-th command should be re-run by id
Reviewed-by: rfield
2015-12-01 10:27:14 -08:00
Jan Lahoda
ad5ccf3886 8143037: JShell should determine commands by prefix
Reviewed-by: rfield, mcimadamore, briangoetz
2015-11-30 17:31:55 +01:00
Jan Lahoda
16f32db97e 8143334: @ignore langtools/test/jdk/jshell/ToolBasicTest.java
Reviewed-by: ksrini
2015-11-19 19:03:03 +01:00
Jan Lahoda
31df921493 8141092: JShell: Completion hangs on identifier completion
Avoiding recursive search when computing package completion.

Reviewed-by: mcimadamore, rfield
2015-11-12 15:10:01 +01:00
Shinya Yoshida
fadea54488 8142384: JShell tool: New command: /imports, /i which show the list of imported packages or classes, etc..
Reviewed-by: rfield, jlahoda
2015-11-12 08:48:42 +01:00
Jan Lahoda
a21102b5f4 8134254: JShell API/tool: REPL for Java into JDK9
Adding the implementation of the jshell (read-eval-print-loop) tool.

Co-authored-by: Robert Field <robert.field@oracle.com>
Co-authored-by: Shinya Yoshida <bitterfoxc@gmail.com>
Reviewed-by: briangoetz, mcimadamore, psandoz, forax
2015-10-19 19:15:16 +02:00