You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Naoki Kishida (JIRA)" <ji...@apache.org> on 2018/05/31 19:38:00 UTC

[jira] [Updated] (NETBEANS-894) "Fix All Import" dialog includes top level package names

     [ 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 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}

  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.



> "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 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}



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

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

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