Chris Yin
|
7166041796
|
8202690: jdk/jshell/ToolBasicTest.java failed in testOpenFileOverHttp() and testOpenLocalFileUrl()
Reviewed-by: rfield, jlahoda
|
2018-05-08 09:51:42 +08:00 |
|
Joe Darcy
|
42c3c3b5f7
|
8202599: Mark intermittently failing jshell tests
Reviewed-by: rfield
|
2018-05-05 09:34:01 -07:00 |
|
Michal Vala
|
1e0c45b250
|
8199912: jshell tool: /open from URI
Reviewed-by: rfield
|
2018-05-04 23:19:10 -07:00 |
|
Robert Field
|
ac44a19694
|
8199193: jshell tool: Add support for preview features
Reviewed-by: sundar
|
2018-04-23 09:01:03 -07:00 |
|
Robert Field
|
4ecc488704
|
8198801: JShell: user exception chained cause not retained
Reviewed-by: jlahoda
|
2018-04-03 13:27:58 -07:00 |
|
Shinya Yoshida
|
4b6cd06e3d
|
8199762: JShell API: Failed to detect override when snippet to be overridden has been changed before
Reviewed-by: rfield
|
2018-03-24 14:43:04 +09:00 |
|
Phil Race
|
d2e6289c0b
|
Merge
|
2018-02-26 10:36:34 -08:00 |
|
Robert Field
|
4aa85f9489
|
8196133: JShell crashes when attempting to use bad source file in class path
Reviewed-by: jlahoda
|
2018-02-16 16:18:55 -08:00 |
|
Robert Field
|
b2ed2bda60
|
8198573: JShell: class replace loses instances
Reviewed-by: jlahoda
|
2018-02-23 10:49:56 -08:00 |
|
Robert Field
|
f23f23fc76
|
8166232: jshell tool: cannot access previous history
Reviewed-by: jlahoda
|
2018-02-23 10:25:22 -08:00 |
|
Robert Field
|
004b22e401
|
8176474: test/jdk/jshell/JdiBogusHostListenExecutionControlTest.java fails with java.net.BindException
Reviewed-by: jlahoda
|
2018-02-22 12:26:01 -08:00 |
|
Jan Lahoda
|
ddf6846500
|
8197439: Crash with -XDfind=lambda for anonymous class in anonymous class
Ensuring unresolvable anonymous classes are attributed.
Reviewed-by: mcimadamore, sadayapalam
|
2018-02-21 17:07:12 +01:00 |
|
Jan Lahoda
|
46051a71c6
|
8195789: Building of test/langtools/jdk/jshell/VariablesTest.java may fail
Adding proper @modules tag.
Reviewed-by: vromero
|
2018-01-19 21:05:23 +01:00 |
|
Jan Lahoda
|
e332323760
|
8191842: JShell: Inferred type information is lost when assigning types to a \"var\"
For vars, upgrading all anonymous classes to member classes; stripping intersection types from fields before writing.
Reviewed-by: rfield
|
2018-01-19 17:11:52 +01:00 |
|
Goetz Lindenmaier
|
22762d1cdc
|
8189102: All tools should support -?, -h and --help
Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini
|
2018-01-16 08:48:34 +01:00 |
|
Robert Field
|
e1069d367d
|
8179858: jshell tool: sync nomenclature from reference to online /help
Reviewed-by: dlsmith, jjg
|
2017-12-19 11:37:00 -08:00 |
|
Robert Field
|
9ecafd93f5
|
8188894: jdk/jshell/ToolShiftTabTest.java failed with IllegalStateException
Reviewed-by: jlahoda
|
2017-12-13 14:21:12 -08:00 |
|
Phil Race
|
4b727d4f18
|
Merge
|
2017-12-13 10:25:38 -08:00 |
|
Robert Field
|
c1d0d6d51d
|
8162989: jshell tool: /edit with external editor leaks files in /tmp
Reviewed-by: jlahoda
|
2017-12-11 21:56:34 -08:00 |
|
Phil Race
|
ee9c644643
|
Merge
|
2017-12-11 10:08:51 -08:00 |
|
Robert Field
|
e08ffc05d9
|
8192863: jshell tool: /<id><tab> gives "No such command"
Reviewed-by: jlahoda
|
2017-12-07 13:23:18 -08:00 |
|
Jan Lahoda
|
17b766fb1d
|
8191636: [Windows] jshell tool: Wrong character in /env class-path command crashes jshell
Fixing handling of invalid paths.
Reviewed-by: rfield
|
2017-12-13 11:27:28 +01:00 |
|
Robert Field
|
5252da0f37
|
8192979: jshell tool: Online help text for commands is confusing
Reviewed-by: jlahoda
|
2017-12-05 11:04:42 -08:00 |
|
Robert Field
|
3d3780d2e8
|
8191455: jdk/jshell/StartOptionTest.java and jdk/jshell/ToolProviderTest.java failed after changeset e0f08a
8191456: jdk/jshell/ExternalEditorTest.java testStatementMush() failure
Reviewed-by: jlahoda
|
2017-12-04 17:15:38 -08:00 |
|
Maurizio Cimadamore
|
686d74f11e
|
8189749: Devise strategy for making source level checks more uniform
Create a 'feature' enum which is responsible for handling source version checks and related diagnostic generation
Reviewed-by: jjg, jlahoda
|
2017-12-04 17:54:49 +00:00 |
|
Jan Lahoda
|
9f07305ab6
|
8189248: Jshell: error with mutually dependent snippets, when one must be replaced
Ensuring proper imports are generated for mutually dependent snippets if one of them is replaced.
Reviewed-by: rfield
|
2017-12-07 19:24:27 +01:00 |
|
Phil Race
|
625c3fd013
|
Merge
|
2017-11-29 09:47:02 -08:00 |
|
Maurizio Cimadamore
|
3534ed0379
|
8191802: Upward projection result is A<? extends Number> instead of A<? super Integer>
Code in Types.TypeProjection doesn't match the latest spec text
Reviewed-by: vromero
|
2017-11-29 17:31:23 +00:00 |
|
Phil Race
|
586b13cdb6
|
Merge
|
2017-11-29 09:07:01 -08:00 |
|
Phil Race
|
dcaa7f90ba
|
Merge
|
2017-11-27 10:35:05 -08:00 |
|
Jan Lahoda
|
9bb2c5a0b3
|
8133616: compiler error messages for dup single type, single static import switched
When reporting clashing imports, use the (non-)staticness of the original import to generate the error message.
Reviewed-by: mcimadamore
|
2017-11-27 19:29:00 +01:00 |
|
Robert Field
|
c942c5de6b
|
8190939: JShell: gives a compiler error evaluating an expression of inaccessible type
Reviewed-by: jlahoda
|
2017-11-24 16:55:18 -08:00 |
|
Jan Lahoda
|
fea6c39ce2
|
8178109: More useful documentation on /help
For /help <command/subject>, show the help for the command/subject directly.
Reviewed-by: rfield
|
2017-11-23 19:44:13 +01:00 |
|
Robert Field
|
c0689879a7
|
8177076: jshell tool: allow non-zero /exit
8190383: JShell API: no way for the jshell tool to report exit status to provider
Reviewed-by: jlahoda
|
2017-11-14 19:33:37 -08:00 |
|
Robert Field
|
846d6be95c
|
8172154: jshell tool: make all IMPORTS.jsh generated at build time
Reviewed-by: jlahoda
|
2017-11-14 10:45:22 -08:00 |
|
Phil Race
|
158e69f6ec
|
Merge
|
2017-11-03 09:56:02 -07:00 |
|
Robert Field
|
022c618af9
|
8188072: JShell: NPE in SourceCodeAnalysis.completionSuggestions()
Reviewed-by: jlahoda
|
2017-11-02 11:09:28 -07:00 |
|
Robert Field
|
7ce7347fd2
|
8179856: jshell tool: not suitable for pipeline use
8186708: jshell tool: bad load file garbles message and does not abort
Reviewed-by: jlahoda
|
2017-10-24 20:33:36 -07:00 |
|
Robert Field
|
19fbc4c08c
|
8187359: JShell: Give comprehensible error when user method name matches Object method
Reviewed-by: jlahoda
|
2017-10-20 19:08:25 -07:00 |
|
Jan Lahoda
|
a36938e082
|
8188225: AST could be improved in presence of var types
Adding a better start pos for vars; always adding a synthetic type tree to vars.
Reviewed-by: mcimadamore
|
2017-10-06 17:18:03 +02:00 |
|
Maurizio Cimadamore
|
c825188cd8
|
8177466: Add compiler support for local variable type-inference
Add support for 'var' in implicitly typed local variable declarations
Reviewed-by: vromero, jlahoda
|
2017-09-26 12:52:53 +01:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|
Jan Lahoda
|
e44c7feff9
|
8189595: jshell tool: line redrawn on each completion
Reviewed-by: rfield
|
2017-11-02 10:09:34 +01:00 |
|