You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@netbeans.apache.org by "Arslanian, Jared A." <ja...@mitre.org> on 2019/06/26 16:54:45 UTC

[java] Navigate Go To Source Not Working as Expected

When trying to use maven version ranges for inter project dependencies,
NetBeans seemingly changes how the Navigate Go To Source or simply the
CTRL-Click works.  I am used to the nice capability to quickly CTRL-click
and jump to the source file that is already open within the same netbeans
instance.  Instead with ranges it seemingly go to the maven repository and
shows the autogenerated sources giving the download sources button instead
of opening the source file that is already loaded.



Is this a bug?  Is there a way to configure NetBeans when using a version
range for project dependencies that it will still look in the opened
projects first before attempting to look into the maven repository?