You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Harald Krake (Jira)" <ji...@apache.org> on 2020/12/14 11:13:00 UTC

[jira] [Commented] (NETBEANS-2809) Navigate to implementation does not work for modular (JPMS) projects

    [ https://issues.apache.org/jira/browse/NETBEANS-2809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248910#comment-17248910 ] 

Harald Krake commented on NETBEANS-2809:
----------------------------------------

working since NB 12.2.

Great!

> Navigate to implementation does not work for modular (JPMS) projects
> --------------------------------------------------------------------
>
>                 Key: NETBEANS-2809
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2809
>             Project: NetBeans
>          Issue Type: Bug
>          Components: editor - Navigation
>    Affects Versions: 11.0
>            Reporter: Harald Krake
>            Priority: Major
>
> When editing an interface, neither "navigate to implementation" (of the interface or one of its methods) works nor any gutter icon is shown. If you remove all module-info files, it works as expected.
> Steps to reproduce:
> Run the quickstart at [https://bitbucket.org/krake-oss/tentackle/src/master/] (section "Project Setup" is sufficient, java 11 or newer, maven 3.6.0 or newer):
> {{mvn archetype:generate -DarchetypeGroupId=org.tentackle -DarchetypeArtifactId=tentackle-project-archetype -DarchetypeVersion=11.4.0.0 -DgroupId=com.example -DartifactId=myapp -Dversion=1.0 -Dpackage=com.example.myapp -Dapplication=MyApp}}
> {{mvn clean install}}
> Open the class MessageDomainImpl.
> Click on the "implements" icon next to "public Message create(...)". The interface MessageDomain will be opened, but there are no gutter icons shown and you cannot navigate back to the implementations.
> Remove all module-info.java files and it works as expected.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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