Robert Field
1e18e0dc9f
8166400: JShell: friendlier representation of array values
...
Reviewed-by: sundar, jlahoda
2016-09-21 23:46:06 -07:00
Jan Lahoda
835354dfa6
8131025: JShell: crash on tab-complete reference to bad class file
...
Catching CompletionFailure when iterating through Scope.
Reviewed-by: rfield
2016-09-08 15:48:28 +02:00
Robert Field
426f1d9d47
8080352: jshell tool: Error message for using "package" should be more descriptive than "Failed"
...
Reviewed-by: jlahoda
2016-09-07 12:15:22 -07:00
Robert Field
4017bf5f7a
8165211: JShell: Fix completion analysis problems
...
Reviewed-by: jlahoda
2016-09-01 13:21:52 -07:00
Jan Lahoda
8302f64ee6
8164952: JShell tests: jdk/jshell/CompletionSuggestionTest.testUncompletedDeclaration(): failure
...
Avoiding conflict between the CompletionSuggestionTest.testUncompletedDeclaration test and ClassPathTest
Reviewed-by: rfield
2016-09-01 21:25:33 +02:00
Robert Field
7a3d0498d3
8133507: JShell: StackTraceElement#getFileName of EvalException does not use custom id generator
...
Reviewed-by: jlahoda
2016-09-01 12:13:13 -07:00
Jan Lahoda
74e01787b3
8131023: JShell: System.in does not work
...
Pass user input to snippets/remote agent
Reviewed-by: rfield
2016-09-01 10:30:50 +02:00
Shinya Yoshida
11de22e133
8164825: jshell tool: Completion for subcommand
...
Reviewed-by: jlahoda
2016-09-01 11:07:00 +09:00
Robert Field
7dceb3e785
8164518: JShell: Add failover case of explicitly listening to "localhost"
...
Reviewed-by: jlahoda
2016-08-31 10:35:51 -07:00
Nadeesh TV
7cafba7a11
8153897: jshell tool: "not active" must be pulled from resource file
...
Not active error msg pulled from resource file
Reviewed-by: rfield
2016-08-29 11:13:48 +00:00
Robert Field
0b92f87233
8158738: jshell tool: Save does not affect jshell if started from another editor
...
Reviewed-by: jlahoda
2016-08-26 11:36:08 -07:00
Robert Field
f39e912857
8160089: jshell tool: use new double-dash long-form command-line options
...
Reviewed-by: jlahoda
2016-08-22 19:31:37 -07:00
Robert Field
f03ea9c497
8154374: JShell: setContextClassLoader() for remote Snippet class loader
...
8080347: jshell tool: /vars when the status is other than Active
Reviewed-by: jlahoda
2016-08-22 09:12:11 -07:00
Robert Field
6a0075c86e
8164277: JShell API: Snippets are immutable and should be available for post-mortem analysis
...
Reviewed-by: jlahoda
2016-08-22 08:18:18 -07:00
Robert Field
9f44318ef9
8158906: JShell: crashes with extremely long result value
...
Reviewed-by: jlahoda, shinyafox
2016-08-19 13:55:26 -07:00
Robert Field
67028ff853
8159027: JShell API: SourceCodeAnalysis.Suggestion has constructor, ..
...
Reviewed-by: jlahoda
2016-08-15 11:39:53 -07:00
Jan Lahoda
f0e1e069ff
8129421: JShell: unacceptable suggestions in 'extends', 'implements' in smart completion
...
8129422: JShell: methods and fields of uncompleted expressions should be suggested
Fixing several completion bugs
Reviewed-by: rfield
2016-08-15 08:28:26 +02:00
Robert Field
ea4535a524
8163817: JShell tests: disable minor failing editor tool cases: 8161276, 8163816, 8159229
...
Reviewed-by: jlahoda, psandoz, darcy
2016-08-10 15:52:26 -07:00
Robert Field
81c36d2f40
8143964: JShell API: convert query responses to Stream instead of List
...
Reviewed-by: psandoz, shinyafox
2016-08-09 23:00:49 -07:00
Robert Field
918c010822
8160127: JShell API: extract abstract JDI and abstract streaming implementations of ExecutionControl
...
8159935: JShell API: Reorganize execution support code into jdk.jshell.execution (previously sent for review, and combined here)
8160128: JShell API: extract abstract streaming remote agent
8159122: JShell API: Configurable invocation mechanism
ExecutionControl implementation support with simplified ExecutionControl interface
Reviewed-by: jlahoda
2016-07-20 23:19:09 -07:00
Andrey Nazarov
1a9a1d8961
8161132: JShell tests: jdk/jshell/KullaCompletenessStressTest.java should pass if jdk.shell sources are not provided
...
Reviewed-by: rfield
2016-07-14 11:14:22 -07:00
Robert Field
850b281ff0
8159111: JShell API: Add access to wrappers and dependencies
...
Reviewed-by: jlahoda
2016-07-01 14:41:07 -07:00
Robert Field
c8f9b12b5c
8159635: JShell API: Add compiler options
...
Reviewed-by: jlahoda
2016-07-01 14:16:28 -07:00
Jan Lahoda
3d43452d94
8150860: Mach 5 tier1 test started failing - jdk/jshell/ComputeFQNsTest.java (after 8131027/8150814)
...
Correctly escaping '\' in paths; rethrowing exceptions from evaluation to improve debuggability of the test
Reviewed-by: jjg
2016-06-27 09:43:12 +02:00
Robert Field
8696e295a8
8139829: JShell API: No use of fields to return information from public types
...
Reviewed-by: vromero
2016-06-08 00:32:31 -07:00
Robert Field
19c685726f
8131029: JShell: recover from VMConnection launch failure
...
Reviewed-by: vromero
2016-06-02 14:05:13 -07:00
Robert Field
9e48d360f5
8131024: JShell: multi-line comment not detected as incomplete
...
Reviewed-by: vromero
2016-06-02 12:52:00 -07:00
Robert Field
3bad85523c
8080843: JShell tool: invalid key error occurs when external editor is used
...
Reviewed-by: vromero
2016-05-31 14:02:52 -07:00
Shinya Yoshida
3ff9cf19e2
8141415: JShell: wrap erroneous with one-liner comment-outed imports
...
Reviewed-by: rfield
2016-05-29 23:46:49 +09:00
Robert Field
1da9340c23
8139872: JShell tests: EditorPadTest failing on headless
...
Reviewed-by: vromero
2016-05-27 14:45:20 -07:00
Robert Field
c65d2e5dac
8157261: jshell tool: truncation for expressions is not consistent
...
Reviewed-by: vromero
2016-05-27 10:37:46 -07:00
Robert Field
8a3eaf7f44
8157953: JShell tests: reenable ToolBasicTest
...
8080883: JShell tool: tool does not report errors if -startup and -nostartup flags are specified
Reviewed-by: vromero
2016-05-26 12:38:21 -07:00
Robert Field
1fb5067c57
8157917: JShell: shutdown could cause remote JDWP errors to be visible to users
...
8157918: JShell tests: StartOptionTest displays insufficient information to diagnose failures
Reviewed-by: vromero
2016-05-26 07:58:01 -07:00
Robert Field
7bcc48f00e
8157528: jdk/jshell/ExecutionControlTest.java failed intermittently with NPE
...
Reviewed-by: jlahoda
2016-05-23 13:05:04 -07:00
Robert Field
5d1f9c9918
8157517: jshell tool: allow undoing operations
...
8157395: jshell tool: allow the position of options on commands to be more flexible
8157393: jshell tool: change /set newmode ... to be consistent with /retain mode
Reviewed-by: jlahoda
2016-05-23 10:12:05 -07:00
Robert Field
5361169fbd
8156101: JShell SPI: Provide a pluggable execution control SPI
...
Reviewed-by: jlahoda
2016-05-21 22:32:08 -07:00
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
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
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
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
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
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