This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268510 - Missing and incorrectly named JShell commands
Summary: Missing and incorrectly named JShell commands
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JShell (show other bugs)
Version: 8.2
Hardware: All All
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-13 14:52 UTC by Paul Deitel
Modified: 2016-12-01 13:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Deitel 2016-10-13 14:52:04 UTC
1. The /imports command is missing.

2. The /classes command in JShell is named /types. The NetBeans JShell plugin should use the same names as the command0line jshell tool.

3. If there are other JShell command-line-tool commands that will not be implemented in the NetBeans JShell plug-in, these should be listed in the help documentation somewhere, perhaps with a brief mention of why. Some will be obvious--for example, there's no need to configure a text editor with "/set editor".
Comment 1 Svata Dedic 2016-12-01 13:48:14 UTC
With jet-main#d965ddd6800a, I've integrated (almost) the original tools code. The /set command is deliberately missing as changing the prompt would break the console parsing.