-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b155
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174490 | 10 | Jan Lahoda | P3 | Resolved | Fixed | b01 |
Consider this sequence of commands:
-> double d = 0;
-> Math.sin(<tab>
<backspace>
'('
<tab>
This will show the full completion directly, not smart.
Reported here:
http://mail.openjdk.java.net/pipermail/kulla-dev/2016-April/001322.html
-> double d = 0;
-> Math.sin(<tab>
<backspace>
'('
<tab>
This will show the full completion directly, not smart.
Reported here:
http://mail.openjdk.java.net/pipermail/kulla-dev/2016-April/001322.html
- backported by
-
JDK-8174490 jshell tool: Smart completion detection is not reliable
-
- Resolved
-