You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Bailey Campbell (JIRA)" <ji...@apache.org> on 2019/03/16 10:41:00 UTC

[jira] [Created] (NETBEANS-2261) Code completion based on index of local repo fails

Bailey Campbell created NETBEANS-2261:
-----------------------------------------

             Summary: Code completion based on index of local repo fails
                 Key: NETBEANS-2261
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2261
             Project: NetBeans
          Issue Type: Bug
          Components: projects - Maven
    Affects Versions: 11.0
            Reporter: Bailey Campbell
         Attachments: scrcaprepos.png

# Start IDE with empty userdir
 # Open some simple j2se maven project
 # If Netbeans start downloading index of central repo, cancel it
 # Open pom.xml
 # Put carret inside tag of JUnit dependency and invoke code completion
h3. Expected result:

Only JUnit version that are present in local repository should be offered in code completion. Check content of your local repo in Maven repository browser window.
 
Actual Result:
code completion shows versions from central repository, but not all versions, just multiple versions of current selection, see attached image.
 
Also, if version tag is empty, all versions from central repository are shown. !scrcaprepos.png!



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