[ 
https://issues.apache.org/jira/browse/NETBEANS-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Naoki Kishida updated NETBEANS-894:
-----------------------------------
    Environment: 
release-302-on-20180517
JDK 10.0.1

  was:release-302-on-20180517


> "Fix All Import" dialog includes top level package names
> --------------------------------------------------------
>
>                 Key: NETBEANS-894
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-894
>             Project: NetBeans
>          Issue Type: Bug
>          Components: java - Editor, java - Refactoring, java - Source
>    Affects Versions: 9.0
>         Environment: release-302-on-20180517
> JDK 10.0.1
>            Reporter: Naoki Kishida
>            Priority: Major
>
> "Fix All Import" dialog includes top level package names.
> For example, when the source is in `com.example` package and has an import 
> for `java.util.Set`, "Fix All Import" has `com` and `java` for the candidates.
> {code}
> package com.example;
> import java.util.Set;
> class Foo {
>   List strs;[ctrl]+[shift]+[i]
> }{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to