[jira] [Commented] (NETBEANS-263) "Implementation" Icon not shown for Interfaces

2018-09-28 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-263:
---

Pull request is merged to master.

> "Implementation" Icon not shown for Interfaces
> --
>
> Key: NETBEANS-263
> URL: https://issues.apache.org/jira/browse/NETBEANS-263
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Hints  Annotations
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-168-on-20180110)
> Java: 9.0.1; Java HotSpot(TM) 64-Bit Server VM 9.0.1+11
> Runtime: Java(TM) SE Runtime Environment 9.0.1+11
> System: Windows 10 version 10.0 running on amd64; Cp1252; en (nb)
>Reporter: Thomas Kellerer
>Assignee: Reema Taneja
>Priority: Major
>  Labels: pull-request-available
> Attachments: TestModularApp.zip, TestNB.zip, module-info not 
> present.png, module-info present.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> No "Implementation" icon is shown for interfaces (or their methods) when the 
> interface is open and the project has a "module-info.java" in which the 
> interfaces package is not part of the exported packages. 
> The screenshots show the problem.
> If {{module-info.java}} is present in the project, there is no way to jump to 
> the implementing class when the interface is open in the editor (see 
> "module-info present.png")
> If I delete {{module-info.java}} the icons appear in the left gutter of the 
> editor (see "module-info not present.png")
> The test project is attached in TestNB.zip



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

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

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



[jira] [Commented] (NETBEANS-263) "Implementation" Icon not shown for Interfaces

2018-07-30 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-263:
---

Looking into this.

> "Implementation" Icon not shown for Interfaces
> --
>
> Key: NETBEANS-263
> URL: https://issues.apache.org/jira/browse/NETBEANS-263
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Hints  Annotations
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-168-on-20180110)
> Java: 9.0.1; Java HotSpot(TM) 64-Bit Server VM 9.0.1+11
> Runtime: Java(TM) SE Runtime Environment 9.0.1+11
> System: Windows 10 version 10.0 running on amd64; Cp1252; en (nb)
>Reporter: Thomas Kellerer
>Assignee: Reema Taneja
>Priority: Major
> Attachments: TestModularApp.zip, TestNB.zip, module-info not 
> present.png, module-info present.png
>
>
> No "Implementation" icon is shown for interfaces (or their methods) when the 
> interface is open and the project has a "module-info.java" in which the 
> interfaces package is not part of the exported packages. 
> The screenshots show the problem.
> If {{module-info.java}} is present in the project, there is no way to jump to 
> the implementing class when the interface is open in the editor (see 
> "module-info present.png")
> If I delete {{module-info.java}} the icons appear in the left gutter of the 
> editor (see "module-info not present.png")
> The test project is attached in TestNB.zip



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

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

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



[jira] [Commented] (NETBEANS-263) "Implementation" Icon not shown for Interfaces

2018-07-13 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-263:
---

The TestNB project seems to have some issues, it's not getting recognized as 
Java modular project in NetBeans. I also don't see an option to create a new 
module in this. 
While debugging, I can see that when module-info.java is present, the interface 
is not getting resolved correctly. It's seems to be available in two modules : 
TestNB and an 'unnamed module', hence navigation is broken.

Tested using RC3 running on JDK 9.  Created a new Java Modular Project, created 
a module, added new interface and impl class. Navigation from interface to impl 
class and back is working correctly.
Can you please try verifying this usecase in Java Modular project.

> "Implementation" Icon not shown for Interfaces
> --
>
> Key: NETBEANS-263
> URL: https://issues.apache.org/jira/browse/NETBEANS-263
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-168-on-20180110)
> Java: 9.0.1; Java HotSpot(TM) 64-Bit Server VM 9.0.1+11
> Runtime: Java(TM) SE Runtime Environment 9.0.1+11
> System: Windows 10 version 10.0 running on amd64; Cp1252; en (nb)
>Reporter: Thomas Kellerer
>Assignee: Reema Taneja
>Priority: Major
> Attachments: TestNB.zip, module-info not present.png, module-info 
> present.png
>
>
> No "Implementation" icon is shown for interfaces (or their methods) when the 
> interface is open and the project has a "module-info.java" in which the 
> interfaces package is not part of the exported packages. 
> The screenshots show the problem.
> If {{module-info.java}} is present in the project, there is no way to jump to 
> the implementing class when the interface is open in the editor (see 
> "module-info present.png")
> If I delete {{module-info.java}} the icons appear in the left gutter of the 
> editor (see "module-info not present.png")
> The test project is attached in TestNB.zip



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

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

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



[jira] [Commented] (NETBEANS-263) "Implementation" Icon not shown for Interfaces

2018-07-10 Thread JIRA


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

Jiří Kovalský commented on NETBEANS-263:


I don't believe this is a true blocker for Apache NetBeans IDE 9.0 release but 
[~rtaneja] can you please take a look at this and provide your findings on how 
difficult it would be to fix this problem? Thanks a lot!

> "Implementation" Icon not shown for Interfaces
> --
>
> Key: NETBEANS-263
> URL: https://issues.apache.org/jira/browse/NETBEANS-263
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-168-on-20180110)
> Java: 9.0.1; Java HotSpot(TM) 64-Bit Server VM 9.0.1+11
> Runtime: Java(TM) SE Runtime Environment 9.0.1+11
> System: Windows 10 version 10.0 running on amd64; Cp1252; en (nb)
>Reporter: Thomas Kellerer
>Assignee: Reema Taneja
>Priority: Major
> Attachments: TestNB.zip, module-info not present.png, module-info 
> present.png
>
>
> No "Implementation" icon is shown for interfaces (or their methods) when the 
> interface is open and the project has a "module-info.java" in which the 
> interfaces package is not part of the exported packages. 
> The screenshots show the problem.
> If {{module-info.java}} is present in the project, there is no way to jump to 
> the implementing class when the interface is open in the editor (see 
> "module-info present.png")
> If I delete {{module-info.java}} the icons appear in the left gutter of the 
> editor (see "module-info not present.png")
> The test project is attached in TestNB.zip



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

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

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