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

Naoki Kishida updated NETBEANS-894:
-----------------------------------
    Description: 
"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}

  was:
"Fix All Import" dialog includes top level package names.
For excample, 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}


> "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
>            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: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to