[jira] [Commented] (NETBEANS-3364) Provide a PPA for Ubuntu so that user can Update/ Install Netbeans easily.

2019-11-09 Thread John Neffenger (Jira)


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

John Neffenger commented on NETBEANS-3364:
--

NetBeans is available as a [Snap package|https://snapcraft.io/netbeans] and 
also now as a [Flatpack 
package|https://flathub.org/apps/details/org.apache.netbeans]. The Snap package 
is built directly by the verified account of _Apache NetBeans_. The Flatpack 
package is built by the [Flathub 
maintainers|https://github.com/flathub/org.apache.netbeans/graphs/contributors/].
 Is there a particular reason why you would prefer a PPA package?


> Provide a PPA for Ubuntu so that user can Update/ Install Netbeans easily.
> --
>
> Key: NETBEANS-3364
> URL: https://issues.apache.org/jira/browse/NETBEANS-3364
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: Pranav Bhattarai
>Priority: Major
>
> It would have helped a lot of people.



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

-
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-3349) Cannot use Elements.getTypeElement before the TaskEvent.Kind.ENTER finished event.

2019-11-09 Thread John Neffenger (Jira)


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

John Neffenger edited comment on NETBEANS-3349 at 11/9/19 5:29 PM:
---

This issue might be related to NETBEANS-3300. The beginning and end of the 
stack trace are identical to that issue. The parts that are different are shown 
below.

{noformat:title=This issue}
at 
org.netbeans.modules.java.hints.spiimpl.Hacks.parseFQNType(Hacks.java:150)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.doComputeHints(HintsInvoker.java:525)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeSuggestions(HintsInvoker.java:450)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:221)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:193)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:166)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:128)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsTask.run(HintsTask.java:114)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsTask.run(HintsTask.java:65)
{noformat}

{noformat:title=Issue 3300}
at 
org.netbeans.modules.javadoc.hints.JavadocHint.errorHint(JavadocHint.java:172)
at jdk.internal.reflect.GeneratedMethodAccessor124.invoke(Unknown Source)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
[catch] at 
org.netbeans.modules.java.hints.providers.code.CodeHintProviderImpl$WorkerImpl.createErrors(CodeHintProviderImpl.java:317)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.runHint(HintsInvoker.java:798)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.access$400(HintsInvoker.java:90)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker$ScannerImpl.runAndAdd(HintsInvoker.java:657)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker$ScannerImpl.scan(HintsInvoker.java:676)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker$ScannerImpl.scan(HintsInvoker.java:610)
at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:91)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:106)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:114)
at com.sun.source.util.TreeScanner.visitClass(TreeScanner.java:188)
at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:822)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker$ScannerImpl.scan(HintsInvoker.java:682)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker$ScannerImpl.scan(HintsInvoker.java:610)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:106)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:114)
at 
com.sun.source.util.TreeScanner.visitCompilationUnit(TreeScanner.java:145)
at com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:603)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:56)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker$ScannerImpl.scan(HintsInvoker.java:701)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHintsImpl(HintsInvoker.java:245)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:228)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:193)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:166)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:128)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsTask.run(HintsTask.java:114)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsTask.run(HintsTask.java:65)
{noformat}



was (Author: jgneff):
This issue might be related to NETBEANS-3300. The beginning and end of the 
stack trace are identical to that issue. The parts that is different is shown 
below.

{noformat:title=This issue}
at 
org.netbeans.modules.java.hints.spiimpl.Hacks.parseFQNType(Hacks.java:150)
at 

[jira] [Commented] (NETBEANS-3349) Cannot use Elements.getTypeElement before the TaskEvent.Kind.ENTER finished event.

2019-11-09 Thread John Neffenger (Jira)


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

John Neffenger commented on NETBEANS-3349:
--

This issue might be related to NETBEANS-3300. The beginning and end of the 
stack trace are identical to that issue. The parts that is different is shown 
below.

{noformat:title=This issue}
at 
org.netbeans.modules.java.hints.spiimpl.Hacks.parseFQNType(Hacks.java:150)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.doComputeHints(HintsInvoker.java:525)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeSuggestions(HintsInvoker.java:450)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:221)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:193)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:166)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:128)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsTask.run(HintsTask.java:114)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsTask.run(HintsTask.java:65)
{noformat}

{noformat:title=Issue 3300}
at 
org.netbeans.modules.javadoc.hints.JavadocHint.errorHint(JavadocHint.java:172)
at jdk.internal.reflect.GeneratedMethodAccessor124.invoke(Unknown Source)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
[catch] at 
org.netbeans.modules.java.hints.providers.code.CodeHintProviderImpl$WorkerImpl.createErrors(CodeHintProviderImpl.java:317)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.runHint(HintsInvoker.java:798)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.access$400(HintsInvoker.java:90)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker$ScannerImpl.runAndAdd(HintsInvoker.java:657)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker$ScannerImpl.scan(HintsInvoker.java:676)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker$ScannerImpl.scan(HintsInvoker.java:610)
at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:91)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:106)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:114)
at com.sun.source.util.TreeScanner.visitClass(TreeScanner.java:188)
at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:822)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker$ScannerImpl.scan(HintsInvoker.java:682)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker$ScannerImpl.scan(HintsInvoker.java:610)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:106)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:114)
at 
com.sun.source.util.TreeScanner.visitCompilationUnit(TreeScanner.java:145)
at com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:603)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:56)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker$ScannerImpl.scan(HintsInvoker.java:701)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHintsImpl(HintsInvoker.java:245)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:228)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:193)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:166)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:128)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsTask.run(HintsTask.java:114)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsTask.run(HintsTask.java:65)
{noformat}


> Cannot use Elements.getTypeElement before the TaskEvent.Kind.ENTER finished 
> event.
> --
>
> Key: NETBEANS-3349
> URL: https://issues.apache.org/jira/browse/NETBEANS-3349
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor, java - Hints
>Affects 

[jira] [Resolved] (NETBEANS-3276) NPE in WebProjectBrowserProvider.

2019-11-09 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-3276.
---
Fix Version/s: 11.3
   Resolution: Fixed

> NPE in WebProjectBrowserProvider.
> -
>
> Key: NETBEANS-3276
> URL: https://issues.apache.org/jira/browse/NETBEANS-3276
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Shevek
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.gradle.javaee.web.WebProjectBrowserProvider.getPreferences(WebProjectBrowserProvider.java:119)
>   at 
> org.netbeans.modules.gradle.javaee.web.WebProjectBrowserProvider.removePropertyChangeListener(WebProjectBrowserProvider.java:106)
>   at 
> org.netbeans.modules.web.clientproject.browser.ActiveBrowserAction.activeProjectChanged(ActiveBrowserAction.java:320)
>   at 
> org.netbeans.modules.web.clientproject.browser.ActiveBrowserAction.refreshView(ActiveBrowserAction.java:305)
>   at 
> org.netbeans.modules.web.clientproject.browser.ActiveBrowserAction.access$700(ActiveBrowserAction.java:86)
>   at 
> org.netbeans.modules.web.clientproject.browser.ActiveBrowserAction$8.run(ActiveBrowserAction.java:295)
>   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



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

-
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-3364) Provide a PPA for Ubuntu so that user can Update/ Install Netbeans easily.

2019-11-09 Thread Pranav Bhattarai (Jira)


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

Pranav Bhattarai updated NETBEANS-3364:
---
Description: It would have helped a lot of people.

> Provide a PPA for Ubuntu so that user can Update/ Install Netbeans easily.
> --
>
> Key: NETBEANS-3364
> URL: https://issues.apache.org/jira/browse/NETBEANS-3364
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: Pranav Bhattarai
>Priority: Major
>
> It would have helped a lot of people.



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

-
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-3364) Provide a PPA for Ubuntu so that user can Update/ Install Netbeans easily.

2019-11-09 Thread Pranav Bhattarai (Jira)


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

Pranav Bhattarai updated NETBEANS-3364:
---
Description: (was: [^Screencast from 09-11-19 09:54:17 PM +0545.webm]

 

^As u can see in this screencast, even IDE doesn't say that there is a new 
update available when there is one (11.2).^)

> Provide a PPA for Ubuntu so that user can Update/ Install Netbeans easily.
> --
>
> Key: NETBEANS-3364
> URL: https://issues.apache.org/jira/browse/NETBEANS-3364
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: Pranav Bhattarai
>Priority: Major
>




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

-
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-3364) Provide a PPA for Ubuntu so that user can Update/ Install Netbeans easily.

2019-11-09 Thread Pranav Bhattarai (Jira)


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

Pranav Bhattarai updated NETBEANS-3364:
---
Description: 
[^Screencast from 09-11-19 09:54:17 PM +0545.webm]

 

^As u can see in this screencast, even IDE doesn't say that there is a new 
update available when there is one (11.2).^

> Provide a PPA for Ubuntu so that user can Update/ Install Netbeans easily.
> --
>
> Key: NETBEANS-3364
> URL: https://issues.apache.org/jira/browse/NETBEANS-3364
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: Pranav Bhattarai
>Priority: Major
>
> [^Screencast from 09-11-19 09:54:17 PM +0545.webm]
>  
> ^As u can see in this screencast, even IDE doesn't say that there is a new 
> update available when there is one (11.2).^



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

-
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-3364) Provide a PPA for Ubuntu so that user can Update/ Install Netbeans easily.

2019-11-09 Thread Pranav Bhattarai (Jira)
Pranav Bhattarai created NETBEANS-3364:
--

 Summary: Provide a PPA for Ubuntu so that user can Update/ Install 
Netbeans easily.
 Key: NETBEANS-3364
 URL: https://issues.apache.org/jira/browse/NETBEANS-3364
 Project: NetBeans
  Issue Type: New Feature
Reporter: Pranav Bhattarai






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

-
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



[netbeans] branch master updated (bdb5981 -> 031deb3)

2019-11-09 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from bdb5981  Merge pull request #1619 from 
JaroslavTulach/ConfigureProxyBeforeGetReleaseJson
 add 031deb3  [NETBEANS-3276] Fix NPE on PropertyListener deregistrtation

No new revisions were added by this update.

Summary of changes:
 .../gradle/javaee/web/WebProjectBrowserProvider.java  | 15 ---
 1 file changed, 4 insertions(+), 11 deletions(-)


-
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



[netbeans] branch master updated (b78c6ce -> bdb5981)

2019-11-09 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from b78c6ce  Putting the date back to the development Snap package version 
instead of the Hash, it is more informative in that case.
 new c750a9c  Configure proxy before trying to download release.json from 
its URL
 new db4a7a0  Bootstrap has to search for the task in classes directory
 new bdb5981  Merge pull request #1619 from 
JaroslavTulach/ConfigureProxyBeforeGetReleaseJson

The 3079 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 nbbuild/build.xml | 3 +++
 1 file changed, 3 insertions(+)


-
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-3363) I can't find the replace text icon to customize my tool bar

2019-11-09 Thread Emerson Godinho Fernandes (Jira)
Emerson Godinho Fernandes created NETBEANS-3363:
---

 Summary: I can't find the replace text icon to customize my tool 
bar
 Key: NETBEANS-3363
 URL: https://issues.apache.org/jira/browse/NETBEANS-3363
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 8.2
 Environment: Product Version: NetBeans IDE 8.2 (Build 201609300101)
Atualizações: O IDE NetBeans está atualizado para a versão NetBeans 8.2 Patch 2
Java: 1.8.0_144; Java HotSpot(TM) 64-Bit Server VM 25.144-b01
Runtime: Java(TM) SE Runtime Environment 1.8.0_144-b01
System: Windows 7 version 6.1 running on amd64; Cp1252; pt_BR (nb)
User directory: C:\Users\Mer\AppData\Roaming\NetBeans\8.2
Cache directory: C:\Users\Mer\AppData\Local\NetBeans\Cache\8.2
Reporter: Emerson Godinho Fernandes






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

-
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-3362) Navigator doesn't show inherited members

2019-11-09 Thread Ricardo Sanz Ante (Jira)
Ricardo Sanz Ante created NETBEANS-3362:
---

 Summary: Navigator doesn't show inherited members
 Key: NETBEANS-3362
 URL: https://issues.apache.org/jira/browse/NETBEANS-3362
 Project: NetBeans
  Issue Type: Improvement
  Components: php - Navigation
Affects Versions: 11.2
Reporter: Ricardo Sanz Ante


PHP navigator doesn't not show inherited members like methods from parent 
classes. This functionality is available for Java.

This is a major issue as PHP code is more and more object-oriented.  For 
example, Druapl official documentation discourages the use of NetBeans: "_Note 
that NetBeans is missing an option to display the inherited methods and 
properties from parent Classes and Interfaces which makes it very hard to use 
for developing code for Drupal 8 and using another editor/IDE is 
recommended_"_._ See 
[https://www.drupal.org/docs/develop/development-tools/development-tools-overview#s-integrated-development-environments-ides]
 (Netbeans section).

 

This bug was declared in the former bugtracker system and is 11 years old: 
[https://netbeans.org/bugzilla/show_bug.cgi?id=143879]



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

-
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] [Resolved] (NETBEANS-2507) Slow Java code completion

2019-11-09 Thread Anthony Vanelverdinghe (Jira)


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

Anthony Vanelverdinghe resolved NETBEANS-2507.
--
Fix Version/s: 11.2
   Resolution: Fixed

I did some tests with 11.2 and am no longer able to reproduce this

> Slow Java code completion
> -
>
> Key: NETBEANS-2507
> URL: https://issues.apache.org/jira/browse/NETBEANS-2507
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Editor
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12
> Runtime: OpenJDK Runtime Environment 12.0.1+12
> System: Windows 10 version 10.0 running on amd64; UTF-8; en_GB (nb)
>Reporter: Anthony Vanelverdinghe
>Priority: Major
> Fix For: 11.2
>
> Attachments: selfsampler.npss
>
>
> There are serious issues with code completion in recent NetBeans versions. 
> Attached is a profiling snapshot: all I did was triggering autocompletion at 
> "java.nio.file.Files."
> Of the 2 "Code Completion" threads with the most CPU time:
>  * one spends over 9 seconds in 
> [FastJar::list|https://github.com/apache/netbeans/blob/master/java/java.source.base/src/org/netbeans/modules/java/source/parsing/FastJar.java#L154]
>  * the other involves a call to 
> org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider$JPACodeCompletionQuery.query
>  () even though the code completion had nothing to do with JPA and neither 
> the project nor the class use JPA



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

-
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