[incubator-netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 126

2018-07-13 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 54eb2f4  Automated site publishing by Jenkins build 126
54eb2f4 is described below

commit 54eb2f47de72b82ffb753dc0bc2a2acddd8e656d
Author: jenkins 
AuthorDate: Sat Jul 14 05:49:50 2018 +

Automated site publishing by Jenkins build 126
---
 content/nb/issues_redirect.html | 14 --
 1 file changed, 14 deletions(-)

diff --git a/content/nb/issues_redirect.html b/content/nb/issues_redirect.html
deleted file mode 100644
index a888f5f..000
--- a/content/nb/issues_redirect.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-http://www.w3.org/1999/xhtml;>
-
-https://issues.apache.org/jira/projects/NETBEANS/issues"/>
-Redirecting to Apache JIRA
-
-
-
-Redirecting to Apache JIRA... 
-
-
-
-
-


-
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



[incubator-netbeans-website] branch master updated: NETBEANS-716: removed redirect page (#67)

2018-07-13 Thread vieiro
This is an automated email from the ASF dual-hosted git repository.

vieiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 7bc016c  NETBEANS-716: removed redirect page (#67)
7bc016c is described below

commit 7bc016cf0b056c83638611a8b90e6c40f865c185
Author: Reema Taneja <32299405+rtane...@users.noreply.github.com>
AuthorDate: Fri Jul 13 22:48:47 2018 -0700

NETBEANS-716: removed redirect page (#67)

Merging, thanks, @rtaneja1 !
---
 netbeans.apache.org/src/content/nb/issues_redirect.html | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/netbeans.apache.org/src/content/nb/issues_redirect.html 
b/netbeans.apache.org/src/content/nb/issues_redirect.html
deleted file mode 100644
index a7cafc1..000
--- a/netbeans.apache.org/src/content/nb/issues_redirect.html
+++ /dev/null
@@ -1,15 +0,0 @@
-status=published
-type=raw
-~~
-http://www.w3.org/1999/xhtml;>
-
-https://issues.apache.org/jira/projects/NETBEANS/issues"/>
-Redirecting to Apache JIRA
-
-
-
-Redirecting to Apache JIRA... 
-
-
-
-


-
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-486) org.netbeans.modules.parsing.spi.ParseException when invoking code-complete

2018-07-13 Thread Dell Green (JIRA)


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

Dell Green commented on NETBEANS-486:
-

Happens to me all the time with code-complete in module-info.java 9.0.4+11 on 
Ubuntu 16.04 and 18.04 and always latest build

> org.netbeans.modules.parsing.spi.ParseException when invoking code-complete
> ---
>
> Key: NETBEANS-486
> URL: https://issues.apache.org/jira/browse/NETBEANS-486
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion  Templates
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-228-on-20180312)
> Java: 9.0.4; Java HotSpot(TM) 64-Bit Server VM 9.0.4+11
> Runtime: Java(TM) SE Runtime Environment 9.0.4+11
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_CA (nb)
> User directory: C:\Users\Gili\AppData\Roaming\NetBeans\dev
> Cache directory: C:\Users\Gili\AppData\Local\NetBeans\Cache\dev
>Reporter: Gili
>Priority: Major
>
> I invoked code-complete in the editor and the following exception was thrown:
> {code}
> com.sun.tools.javac.comp.Infer$InferenceException
>   at com.sun.tools.javac.comp.Infer.(Infer.java:115)
>   at com.sun.tools.javac.comp.Infer.instance(Infer.java:102)
>   at com.sun.tools.javac.comp.DeferredAttr.(DeferredAttr.java:114)
>   at com.sun.tools.javac.comp.DeferredAttr.instance(DeferredAttr.java:103)
>   at com.sun.tools.javac.comp.Resolve.(Resolve.java:123)
>   at org.netbeans.lib.nbjavac.services.NBResolve.(NBResolve.java:50)
>   at org.netbeans.lib.nbjavac.services.NBResolve$1.make(NBResolve.java:44)
>   at org.netbeans.lib.nbjavac.services.NBResolve$1.make(NBResolve.java:42)
>   at com.sun.tools.javac.util.Context.get(Context.java:150)
>   at com.sun.tools.javac.comp.Resolve.instance(Resolve.java:158)
>   at com.sun.tools.javac.comp.Check.(Check.java:117)
>   at com.sun.tools.javac.comp.Check.instance(Check.java:105)
>   at com.sun.tools.javac.comp.Modules.(Modules.java:185)
>   at com.sun.tools.javac.comp.Modules.instance(Modules.java:175)
>   at com.sun.tools.javac.code.Symtab.(Symtab.java:484)
>   at com.sun.tools.javac.code.Symtab.instance(Symtab.java:88)
>   at com.sun.tools.javac.comp.Attr.(Attr.java:127)
>   at org.netbeans.lib.nbjavac.services.NBAttr.(NBAttr.java:50)
>   at org.netbeans.lib.nbjavac.services.NBAttr$1.make(NBAttr.java:42)
>   at org.netbeans.lib.nbjavac.services.NBAttr$1.make(NBAttr.java:40)
>   at com.sun.tools.javac.util.Context.get(Context.java:150)
>   at com.sun.tools.javac.comp.Attr.instance(Attr.java:116)
>   at com.sun.tools.javac.comp.Annotate.(Annotate.java:102)
>   at com.sun.tools.javac.comp.Annotate.instance(Annotate.java:77)
>   at com.sun.tools.javac.jvm.ClassReader.(ClassReader.java:234)
>   at 
> org.netbeans.lib.nbjavac.services.NBClassReader.(NBClassReader.java:50)
>   at 
> org.netbeans.lib.nbjavac.services.NBClassReader$1.make(NBClassReader.java:41)
>   at 
> org.netbeans.lib.nbjavac.services.NBClassReader$1.make(NBClassReader.java:39)
>   at com.sun.tools.javac.util.Context.get(Context.java:150)
>   at com.sun.tools.javac.jvm.ClassReader.instance(ClassReader.java:225)
>   at com.sun.tools.javac.code.ClassFinder.(ClassFinder.java:186)
>   at 
> com.sun.tools.javadoc.main.JavadocClassFinder.(JavadocClassFinder.java:71)
>   at 
> com.sun.tools.javadoc.main.JavadocClassFinder.lambda$preRegister$0(JavadocClassFinder.java:60)
>   at com.sun.tools.javac.util.Context.get(Context.java:150)
>   at com.sun.tools.javac.code.ClassFinder.instance(ClassFinder.java:177)
>   at com.sun.tools.javac.main.JavaCompiler.(JavaCompiler.java:393)
>   at com.sun.tools.javac.main.JavaCompiler.instance(JavaCompiler.java:114)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:207)
>   at com.sun.tools.javac.api.JavacTaskImpl.parse(JavacTaskImpl.java:247)
>   at 
> org.netbeans.modules.java.source.nbjavac.parsing.SequentialParsingImpl.parse(SequentialParsingImpl.java:38)
>   at 
> org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:580)
>   at 
> org.netbeans.modules.java.source.parsing.CompilationInfoImpl.toPhase(CompilationInfoImpl.java:361)
>   at 
> org.netbeans.api.java.source.CompilationController.toPhase(CompilationController.java:84)
>   at 
> org.netbeans.modules.java.completion.BaseTask.getCompletionEnvironment(BaseTask.java:215)
>   at 
> org.netbeans.modules.java.completion.JavaCompletionTask.resolve(JavaCompletionTask.java:265)
>   at org.netbeans.modules.java.completion.BaseTask.run(BaseTask.java:93)
>   at 
> 

[jira] [Created] (NETBEANS-1043) Refactor -> Move method does not update method::references

2018-07-13 Thread Austin Stephens (JIRA)
Austin Stephens created NETBEANS-1043:
-

 Summary: Refactor -> Move method does not update method::references
 Key: NETBEANS-1043
 URL: https://issues.apache.org/jira/browse/NETBEANS-1043
 Project: NetBeans
  Issue Type: Bug
  Components: java - Refactoring
Affects Versions: 9.0
Reporter: Austin Stephens


Given the following code (was done inside a class for simplicity):
{code:java}
    public static class Baz{
        public static void doStuff(BooleanSupplier source){
            boolean val = source.getAsBoolean();
        }
        public static void prepareStuff(){
            doStuff(Bar::moveThis);
        }
    }

    public static class Bar {
        public static boolean moveThis(){
            return true;
        }
    }
    public static class Foo{
    
    }
{code}
If you Refactor Move `moveThis` from `Bar` to `Foo`, the reference in 
Baz.prepareStuff() does not get updated.



--
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] [Comment Edited] (NETBEANS-765) HiDPI resolution of 3840x2160 results in tiny icons and text fields that are too small for the text within

2018-07-13 Thread Marcin Jamszolik (JIRA)


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

Marcin Jamszolik edited comment on NETBEANS-765 at 7/13/18 4:14 PM:


To reproduce the issue shown in the screenshot above.  Do the following:

1) Install any Linux distro with Gnome 26 or Gnome 28  ( leave all settings 
default, display drive can be wayland or Xorg )

2) Install Vanilla openJDK 9  or higher  ( JDK10 )

3) Install Latest Netbeans ( vanilla installation, no configuration changes )
  
 4) Start Netbeans.  (This instance will not be scaled, all icons and 
components will be really tiny, only fonts will be of reasonable size)

5) Start Netbeans with export GDK_SCALE=2  in terminal as Per Java 9 JEP for 
scaling Java apps in Linux.  ( components scale, Fonts 4 time too large )

 

Thank you.

PS: I forgot to mention the obvious.  I use HP Laptop ENVY 15 with a 4K 
display.  No tricks just plain laptops with 4k native.  Also DELL XPS 15 2018 
edition also 4k builtin

 


was (Author: martinjamszolik):
To reproduce the issue shown in the screenshot above.  Do the following:

1) Install any Linux distro with Gnome 26 or Gnome 28  ( leave all settings 
default, display drive can be wayland or Xorg )

2) Install Vanilla openJDK 9  or higher  ( JDK10 )

3) Install Latest Netbeans ( vanilla installation, no configuration changes )
 
4) Start Netbeans.  (This instance will not be scaled, all icons and components 
will be really tiny, only fonts will be of reasonable size)

5) Start Netbeans with export GDK_SCALE=2  in terminal as Per Java 9 JEP for 
scaling Java apps in Linux.  ( components scale, Fonts 4 time too large )

 

Thank you.

 

> HiDPI resolution of 3840x2160 results in tiny icons and text fields that are 
> too small for the text within
> --
>
> Key: NETBEANS-765
> URL: https://issues.apache.org/jira/browse/NETBEANS-765
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Sidney Lins
>Priority: Major
>  Labels: HiDPI
> Attachments: Screenshot from 2018-05-28 19-29-19.png, Screenshot from 
> 2018-05-28 19-29-19.png, Screenshot from 2018-05-28 19-40-36.png, Screenshot 
> from 2018-07-07 21-21-32.jpg
>
>
> Please, refer to [https://netbeans.org/bugzilla/show_bug.cgi?id=252452] to 
> get more information.



--
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] [Updated] (NETBEANS-1042) IndexOutOfBoundsException in BreakpointAnnotationProvider can be avoided

2018-07-13 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated NETBEANS-1042:
-
Labels: pull-request-available  (was: )

> IndexOutOfBoundsException in BreakpointAnnotationProvider can be avoided
> 
>
> Key: NETBEANS-1042
> URL: https://issues.apache.org/jira/browse/NETBEANS-1042
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Reporter: Austin Stephens
>Assignee: Austin Stephens
>Priority: Trivial
>  Labels: pull-request-available
>
> It is rather annoying to have exceptions like that thrown when you have 
> breakpoints on them to help you find bugs, so I fixed it. This bug report is 
> mostly to get a branch name that won't cause issues...



--
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] [Created] (NETBEANS-1042) IndexOutOfBoundsException in BreakpointAnnotationProvider can be avoided

2018-07-13 Thread Austin Stephens (JIRA)
Austin Stephens created NETBEANS-1042:
-

 Summary: IndexOutOfBoundsException in BreakpointAnnotationProvider 
can be avoided
 Key: NETBEANS-1042
 URL: https://issues.apache.org/jira/browse/NETBEANS-1042
 Project: NetBeans
  Issue Type: Bug
  Components: debugger - Java
Reporter: Austin Stephens
Assignee: Austin Stephens


It is rather annoying to have exceptions like that thrown when you have 
breakpoints on them to help you find bugs, so I fixed it. This bug report is 
mostly to get a branch name that won't cause issues...



--
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-765) HiDPI resolution of 3840x2160 results in tiny icons and text fields that are too small for the text within

2018-07-13 Thread Marcin Jamszolik (JIRA)


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

Marcin Jamszolik commented on NETBEANS-765:
---

To reproduce the issue shown in the screenshot above.  Do the following:

1) Install any Linux distro with Gnome 26 or Gnome 28  ( leave all settings 
default, display drive can be wayland or Xorg )

2) Install Vanilla openJDK 9  or higher  ( JDK10 )

3) Install Latest Netbeans ( vanilla installation, no configuration changes )
 
4) Start Netbeans.  (This instance will not be scaled, all icons and components 
will be really tiny, only fonts will be of reasonable size)

5) Start Netbeans with export GDK_SCALE=2  in terminal as Per Java 9 JEP for 
scaling Java apps in Linux.  ( components scale, Fonts 4 time too large )

 

Thank you.

 

> HiDPI resolution of 3840x2160 results in tiny icons and text fields that are 
> too small for the text within
> --
>
> Key: NETBEANS-765
> URL: https://issues.apache.org/jira/browse/NETBEANS-765
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Sidney Lins
>Priority: Major
>  Labels: HiDPI
> Attachments: Screenshot from 2018-05-28 19-29-19.png, Screenshot from 
> 2018-05-28 19-29-19.png, Screenshot from 2018-05-28 19-40-36.png, Screenshot 
> from 2018-07-07 21-21-32.jpg
>
>
> Please, refer to [https://netbeans.org/bugzilla/show_bug.cgi?id=252452] to 
> get more information.



--
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] [Updated] (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:all-tabpanel
 ]

Reema Taneja updated NETBEANS-263:
--
Attachment: TestModularApp.zip

> "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: 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] [Updated] (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:all-tabpanel
 ]

Reema Taneja updated NETBEANS-263:
--
Attachment: (was: TestModularApp.zip)

> "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] [Updated] (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:all-tabpanel
 ]

Reema Taneja updated NETBEANS-263:
--
Attachment: TestModularApp.zip

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