Robert Field
2a791e9edd
8157200: jshell tool: Add /retain command to persist settings
...
8156910: jshell tool: crash when code with syntax error contains format specifier
Reviewed-by: jlahoda
2016-05-20 11:55:46 -07:00
Jan Lahoda
d75bcbe358
8133549: Generalize jshell's EditingHistory
...
EditingHistory moved to jdk.internal.le
Reviewed-by: rfield
2016-05-18 21:00:43 +02:00
Robert Field
3d6e1e8abc
8157185: jshell tool: ambiguous format -- distinguished arguments should be options
...
Reviewed-by: vromero
2016-05-18 11:35:10 -07:00
Robert Field
149821a78e
8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
...
Reviewed-by: vromero
2016-05-16 21:46:32 -07:00
Robert Field
f53f69489a
8154812: jshell tool: value printing truncation
...
Reviewed-by: vromero
2016-05-16 21:25:44 -07:00
Bhavesh Patel
139c282119
8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
...
Reviewed-by: jjg, ksrini
2016-05-11 20:28:22 +00:00
Jan Lahoda
eb99e4ec1f
8153761: JShell: Completion -- Show parameter names if possible
...
Compiling code with -parameters; keeping parameter names when reading classfiles; searching JDK sources if parameter names are not available.
Reviewed-by: rfield
2016-05-05 12:55:21 +02:00
Joe Darcy
9f8999fdf0
8156158: Mark ToolLocaleMessageTest.java as intermittently failing, demote to tier 2
...
Reviewed-by: jlahoda
2016-05-09 11:06:33 -07:00
Kumar Srinivasan
6ae0f15a00
8155061: javadoc incorrectly sorted items in All Classes list and Index files
...
Reviewed-by: jjg
2016-04-29 16:06:52 -07:00
Kumar Srinivasan
4be9fb29fa
8154482: javadoc tool must support legacy doclet and taglet
...
Reviewed-by: jjg
2016-04-29 15:35:51 -07:00
Bhavesh Patel
1ac868ea61
8154119: Module summary page should display module description
...
Reviewed-by: jjg
2016-04-28 05:10:11 +00:00
Robert Field
83f65483e4
8150382: JShell API: Allow setting remote JVM arguments
...
8151754: jshell tool: add command line options for setting feedback mode
Reviewed-by: jlahoda
2016-04-27 18:13:19 -07:00
Robert Field
f49817d6cd
8154485: JShell: infrastructure for multi-Snippet class wrappers
...
Reviewed-by: jlahoda
2016-04-25 08:50:16 -07:00
Oleg Barbashov
25c9be01d5
8151777: Add "@index" tag to the sampleapi generator
...
Reviewed-by: ksrini, bpatel
2016-04-20 17:17:56 -07:00
Robert Field
ecfc09db16
8153551: jshell tool: no longer a mechanism to see current feedback modes
...
Reviewed-by: jlahoda
2016-04-20 08:35:44 -07:00
Jonathan Gibbons
28ed819ae9
8154500: fix handling of jdk.launcher.patch.* in tests
...
Reviewed-by: ksrini
2016-04-18 19:14:50 -07:00
Robert Field
1889a6c4fa
8143955: JShell tool (UX): Output structure
...
8143956: JShell tool (UX): default prompts
Reviewed-by: jlahoda
2016-04-12 22:23:11 -07:00
Kumar Srinivasan
acf90220b2
8073100: [javadoc] Provide an ability to suppress document generation for specific elements
...
Reviewed-by: jjg
2016-04-10 08:41:00 -07:00
Yuji Kubota
b987321be3
8153716: JShell tool: should warn when failed to launch editor
...
Catch launch exceptions. Split ToolBasicTest into two to provide place for regression test.
Reviewed-by: rfield
2016-04-09 11:03:48 -07:00
Robert Field
39df1f1336
8130450: JShell: events are not generated for repeated source
...
8139835: JShell API: Snippet.id() doc -- specify: no meaning, dynamic
Reviewed-by: jlahoda
2016-04-08 10:51:57 -07:00
Robert Field
02b6426e3a
8153482: jdk/jshell/StartOptionTest.java fails on Windows after JDK-8147515
...
Reviewed-by: jlahoda
2016-04-05 00:46:51 -07:00
Robert Field
a80f850898
8147515: JShell: Internationalize
...
Reviewed-by: jlahoda
2016-04-04 10:31:20 -07:00
Robert Field
3818cea28d
8152925: JShell: enable corralling of any type declaration, including enum
...
Reviewed-by: jlahoda
2016-04-01 09:20:33 -07:00
Jonathan Gibbons
7812306bc0
8152897: refactor ToolBox to allow reduced documented dependencies
...
Reviewed-by: vromero
2016-03-31 15:20:50 -07:00
Robert Field
e16d374ab5
8151755: jshell tool: properly cover resolution issues in output configuration
...
8152246: jshell tool: history overflow
Reviewed-by: jlahoda
2016-03-25 18:36:19 -07:00
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