[jira] [Commented] (NETBEANS-168) Background scanning process needs a rethink

2018-11-02 Thread Gili (JIRA)


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

Gili commented on NETBEANS-168:
---

[~lkishalmi] What I meant is that if Christian can reproduce his problem on 
demand (he said he can) then you should be able to VNC into his machine and 
debug it there.

> Background scanning process needs a rethink
> ---
>
> Key: NETBEANS-168
> URL: https://issues.apache.org/jira/browse/NETBEANS-168
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Platform, platform - Execution
>Affects Versions: 8.2, Next
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: messages 10.0 vc2.log, messages.log, ui.log, uigestures 
> 10.0 vc
>
>
> Often, while cloning, switching branch, merging, opening etc. etc. NetBeans 
> starts Background scanning for changes, but it is not real background, 
> because everything what you want to do then, like changing the branch, 
> commit, push, pull, open project, delete or whatever, is blocking by this 
> task and you can't cancel it, because it is essential.
> Either we need to rethink about this process like to make everything or most 
> of the stuff doing things in parallel or the task should really be 
> cancelable. It is a pain in the ass for big projects when they start to scan 
> for changes. 
> It is a real world case because you acan see it when you work on NetBeans 
> modules.
> Cheers
> Chris



--
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-168) Background scanning process needs a rethink

2018-11-02 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-168:
--

I fear we are talking about different issues. Today finally I got something out 
of profiler.

A File deleted event hit the fan, Which took 100% CPU on otherwise idle IDE.
As I'm developing NetBeans in NetBeans it seems the NetBeans Project UI Support 
gone wild, got responsible for 60% of CPU on:
org.netbeans.modules.apisupport.project.ui.ImportantFilesNodeFactory$ImportantFilesChildren.refreshKeys

Even if none of the important files node were open in the IDE (though I opened 
a few in my session). I guess we have listener leak here.

There is another candidate with 23% CPU time:

org.netbeans.modules.parsing.ui.indexing.errors.ErrorAnnotator$RootAddedDeletedListener.fileDeleted

> Background scanning process needs a rethink
> ---
>
> Key: NETBEANS-168
> URL: https://issues.apache.org/jira/browse/NETBEANS-168
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Platform, platform - Execution
>Affects Versions: 8.2, Next
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: messages 10.0 vc2.log, messages.log, ui.log, uigestures 
> 10.0 vc
>
>
> Often, while cloning, switching branch, merging, opening etc. etc. NetBeans 
> starts Background scanning for changes, but it is not real background, 
> because everything what you want to do then, like changing the branch, 
> commit, push, pull, open project, delete or whatever, is blocking by this 
> task and you can't cancel it, because it is essential.
> Either we need to rethink about this process like to make everything or most 
> of the stuff doing things in parallel or the task should really be 
> cancelable. It is a pain in the ass for big projects when they start to scan 
> for changes. 
> It is a real world case because you acan see it when you work on NetBeans 
> modules.
> Cheers
> Chris



--
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-1603) I can't see MySQL stored procedures in NetBeans

2018-11-02 Thread Stjepan Brbot (JIRA)


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

Stjepan Brbot updated NETBEANS-1603:

Description: 
I cannot see or edit MySQL stored procedures in NetBeans IDE 8.2 (Build 
201609300101). I can see tables and views but not procedures. I tried different 
MySQL versions 5.5.62,5.7.23, 8.0.13 as well as different JDBC Connectors 
5.1.8, 5.1.47, 8.0.13 but still am not able to see stored procedures. Of 
course, I see and can manage stored procedures inside the same database in 
MySQL Workbench.

 

 

  was:
I cannot see or edit MySQL stored procedures in NetBeans IDE 8.2 (Build 
201609300101). I can see tables and views but not procedures. I tried different 
MySQL versions 5.5.62,5.7.23, 8.0.13 as well as different JDBC Connectors 
5.1.8, 5.1.47, 8.0.13 but still not able to see stored procedures.

 

 


> I can't see MySQL stored procedures in NetBeans
> ---
>
> Key: NETBEANS-1603
> URL: https://issues.apache.org/jira/browse/NETBEANS-1603
> Project: NetBeans
>  Issue Type: Bug
>  Components: db - MySQL
>Affects Versions: 8.2
> Environment: Windows 10
>Reporter: Stjepan Brbot
>Priority: Major
> Attachments: i16Eq.png, lSQYR.png
>
>
> I cannot see or edit MySQL stored procedures in NetBeans IDE 8.2 (Build 
> 201609300101). I can see tables and views but not procedures. I tried 
> different MySQL versions 5.5.62,5.7.23, 8.0.13 as well as different JDBC 
> Connectors 5.1.8, 5.1.47, 8.0.13 but still am not able to see stored 
> procedures. Of course, I see and can manage stored procedures inside the same 
> database in MySQL Workbench.
>  
>  



--
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-1603) I can't see MySQL stored procedures in NetBeans

2018-11-02 Thread Stjepan Brbot (JIRA)


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

Stjepan Brbot updated NETBEANS-1603:

Attachment: (was: image-2018-11-03-00-04-14-561.png)

> I can't see MySQL stored procedures in NetBeans
> ---
>
> Key: NETBEANS-1603
> URL: https://issues.apache.org/jira/browse/NETBEANS-1603
> Project: NetBeans
>  Issue Type: Bug
>  Components: db - MySQL
>Affects Versions: 8.2
> Environment: Windows 10
>Reporter: Stjepan Brbot
>Priority: Major
> Attachments: i16Eq.png, lSQYR.png
>
>
> I cannot see or edit MySQL stored procedures in NetBeans IDE 8.2 (Build 
> 201609300101). I can see tables and views but not procedures. I tried 
> different MySQL versions 5.5.62,5.7.23, 8.0.13 as well as different JDBC 
> Connectors 5.1.8, 5.1.47, 8.0.13 but still not able to see stored procedures.
>  
>  



--
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-1603) I can't see MySQL stored procedures in NetBeans

2018-11-02 Thread Stjepan Brbot (JIRA)


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

Stjepan Brbot updated NETBEANS-1603:

Attachment: (was: image-2018-11-03-00-04-01-664.png)

> I can't see MySQL stored procedures in NetBeans
> ---
>
> Key: NETBEANS-1603
> URL: https://issues.apache.org/jira/browse/NETBEANS-1603
> Project: NetBeans
>  Issue Type: Bug
>  Components: db - MySQL
>Affects Versions: 8.2
> Environment: Windows 10
>Reporter: Stjepan Brbot
>Priority: Major
> Attachments: i16Eq.png, lSQYR.png
>
>
> I cannot see or edit MySQL stored procedures in NetBeans IDE 8.2 (Build 
> 201609300101). I can see tables and views but not procedures. I tried 
> different MySQL versions 5.5.62,5.7.23, 8.0.13 as well as different JDBC 
> Connectors 5.1.8, 5.1.47, 8.0.13 but still not able to see stored procedures.
>  
>  



--
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-1603) I can't see MySQL stored procedures in NetBeans

2018-11-02 Thread Stjepan Brbot (JIRA)
Stjepan Brbot created NETBEANS-1603:
---

 Summary: I can't see MySQL stored procedures in NetBeans
 Key: NETBEANS-1603
 URL: https://issues.apache.org/jira/browse/NETBEANS-1603
 Project: NetBeans
  Issue Type: Bug
  Components: db - MySQL
Affects Versions: 8.2
 Environment: Windows 10
Reporter: Stjepan Brbot
 Attachments: i16Eq.png, image-2018-11-03-00-04-01-664.png, 
image-2018-11-03-00-04-14-561.png, lSQYR.png

I cannot see or edit MySQL stored procedures in NetBeans IDE 8.2 (Build 
201609300101). I can see tables and views but not procedures. I tried different 
MySQL versions 5.5.62,5.7.23, 8.0.13 as well as different JDBC Connectors 
5.1.8, 5.1.47, 8.0.13 but still not able to see stored procedures.

 

 



--
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-1602) Finding packages in /opt

2018-11-02 Thread Jayakumar Mounagurusamy (JIRA)
Jayakumar Mounagurusamy created NETBEANS-1602:
-

 Summary: Finding packages in /opt
 Key: NETBEANS-1602
 URL: https://issues.apache.org/jira/browse/NETBEANS-1602
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Other
Affects Versions: 8.2
Reporter: Jayakumar Mounagurusamy
 Fix For: 8.2


My NetBeans install often starting the background process "Finding packages in 
/opt" and just freezes and no work can be done. Som time another process starts 
"Background scanning" and Netbeans becomes not workable at all. 

Question 1. Why it is trying to find the package from '/opt' folder? it pretty 
much looks my whole hard disk. is there anyway I can configure to look the only 
specific folder.  2. 

 

 

 



--
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-1584) NB IDE Hangs when installing nb-javac on Linux

2018-11-02 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro commented on NETBEANS-1584:
--

This hangs at

{{at com.sun.java.swing.plaf.gtk.GTKStyle.nativeGetClassValue(Native Method)}}

It seems this is related to some assistive technologies in the JDK. See 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798131 

A solution seems to be

 Edit
 /etc/java-8-openjdk/accessibility.properties
 and comment (add # to) the GNOME Atk Wrapper line:
 assistive_technologies=org.GNOME.Accessibility.AtkWrapper



> NB IDE Hangs when installing nb-javac on Linux
> --
>
> Key: NETBEANS-1584
> URL: https://issues.apache.org/jira/browse/NETBEANS-1584
> Project: NetBeans
>  Issue Type: Task
>  Components: ide - UI
>Affects Versions: 10.0
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
> Attachments: netbeans-deadlock-screenthos.png, netbeans-deadlock.txt
>
>
> IDE hangs when installing nb-javac.
> I'm attating a thread-dump. the AWT-EventQueue thread is hung because there's 
> a lock in a NbDocument.
> I think this is a synchronization bug in Swing's GTK Plaf, that should be 
> reported to the JDK team.
> Attaching a thread dump and a screenshot.



--
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] [Assigned] (NETBEANS-1584) NB IDE Hangs when installing nb-javac on Linux

2018-11-02 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro reassigned NETBEANS-1584:


Assignee: Antonio Vieiro

> NB IDE Hangs when installing nb-javac on Linux
> --
>
> Key: NETBEANS-1584
> URL: https://issues.apache.org/jira/browse/NETBEANS-1584
> Project: NetBeans
>  Issue Type: Task
>  Components: ide - UI
>Affects Versions: 10.0
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
> Attachments: netbeans-deadlock-screenthos.png, netbeans-deadlock.txt
>
>
> IDE hangs when installing nb-javac.
> I'm attating a thread-dump. the AWT-EventQueue thread is hung because there's 
> a lock in a NbDocument.
> I think this is a synchronization bug in Swing's GTK Plaf, that should be 
> reported to the JDK team.
> Attaching a thread dump and a screenshot.



--
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-1587) incorporate apache netbeans mavenutilities to website

2018-11-02 Thread Eric Barboni (JIRA)


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

Eric Barboni commented on NETBEANS-1587:


Just technical point. 
https://github.com/apache/incubator-netbeans-mavenutils/blob/master/Jenkinsfile-site.groovy
 build is using samefolder as excpeted to be on docs. Changing the repo and it 
will be ok.
Commit message is : Automated site publishing by Jenkins build by 
mavenutils-{buildnumber} so it wil not retrigger build in docs. 

(in what jira ui is not good ?) 

> incorporate apache netbeans mavenutilities to website
> -
>
> Key: NETBEANS-1587
> URL: https://issues.apache.org/jira/browse/NETBEANS-1587
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Eric Barboni
>Priority: Major
> Attachments: lf.jpg
>
>
> Hi,
> [~neilcsmith],[~wadechandler],[~vieiro]
>  as per discussion to the ml, I setup a jobs to generate website from the 
> maven tooling.
> https://builds.apache.org/job/incubator-netbeans-mavenutils-website/ (not yet 
> synchronized with hooks)
>  
> The web site at the end is here:
> https://github.com/apache/incubator-netbeans-mavenutils/tree/asf-site
> one folder for each tools/lib. Folder are important as each tool link each 
> other.
> Skin is based on main site assets and skinned via maven site goal. 
> Notable Differences :
> Top navigation bar right is for tools ecosystem.
> Top navigation bar left is to go back to apache netbeans.
> Not visible on the screenshot black footer with the incubator logo + event. 
> (Section darkgray is not present)
> I hope we can find a place somewhere. It's  important for transitioning from 
> mojohaus so we can propoose a redirection to help user landing in the right 
> place.



--
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-1601) Implementation selector doesn't close after selecting an implementation

2018-11-02 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1601:
-

Tried to reproduce this, in 10-vc2, failed so far.

> Implementation selector doesn't close after selecting an implementation
> ---
>
> Key: NETBEANS-1601
> URL: https://issues.apache.org/jira/browse/NETBEANS-1601
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Hints  Annotations
>Affects Versions: 10.0
> Environment: macOS 10.13.6
> OpenJDK 11.0.1
>Reporter: Javier A. Ortiz
>Priority: Minor
> Attachments: Screen Shot 2018-11-02 at 11.13.43 AM.png
>
>
> While taking NetBeans 10 v2 for a spin noticed that although navigating to an 
> implementation from the hint in the Interface/Abstract class the pop up stays 
> there for ever. Only way I've been able to close it is by restarting the IDE.
> !Screen Shot 2018-11-02 at 11.13.43 AM.png!



--
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-1601) Implementation selector doesn't close after selecting an implementation

2018-11-02 Thread Javier A. Ortiz (JIRA)
Javier A. Ortiz created NETBEANS-1601:
-

 Summary: Implementation selector doesn't close after selecting an 
implementation
 Key: NETBEANS-1601
 URL: https://issues.apache.org/jira/browse/NETBEANS-1601
 Project: NetBeans
  Issue Type: Improvement
  Components: editor - Hints  Annotations
Affects Versions: 10.0
 Environment: macOS 10.13.6
OpenJDK 11.0.1
Reporter: Javier A. Ortiz
 Attachments: Screen Shot 2018-11-02 at 11.13.43 AM.png

While taking NetBeans 10 v2 for a spin noticed that although navigating to an 
implementation from the hint in the Interface/Abstract class the pop up stays 
there for ever. Only way I've been able to close it is by restarting the IDE.

!Screen Shot 2018-11-02 at 11.13.43 AM.png!



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



[incubator-netbeans-mavenutils] branch master updated: cleanup git folder to avoid old content

2018-11-02 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 6c92b51  cleanup git folder to avoid old content
6c92b51 is described below

commit 6c92b5177127e3ecf316c25163aa38d32a09247e
Author: Eric Barboni 
AuthorDate: Fri Nov 2 17:12:59 2018 +0100

cleanup git folder to avoid old content
---
 Jenkinsfile-site.groovy | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile-site.groovy b/Jenkinsfile-site.groovy
index 780bdca..6001430 100644
--- a/Jenkinsfile-site.groovy
+++ b/Jenkinsfile-site.groovy
@@ -44,7 +44,9 @@ pipeline {
 sh 'git checkout asf-site'
 sh 'git fetch origin asf-site'
 sh 'git pull origin asf-site'
-sh "rm -rf content/mavenutils/"
+// remove mavenutils git will see what change later
+sh 'rm -rf content/mavenutils/'
+sh 'mkdir -p content/mavenutils'
 } 
 }
 }


-
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-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-02 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1217:
-

The problem occurs regardless of the kind of JDK used, i.e., I can reproduce 
this with JDK 8, 10, 11, and 12 ea b18.

> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Priority: Major
> Attachments: IDE_Log.log, ide_log.txt, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitMethodDef(Flow.java:989)
>  at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitClassDef(Flow.java:952)
>  at 

[jira] [Commented] (NETBEANS-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-02 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1217:
-

I can reproduce this.

The project seems to be an Ant-based freeform project.

> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Priority: Major
> Attachments: IDE_Log.log, ide_log.txt, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitMethodDef(Flow.java:989)
>  at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitClassDef(Flow.java:952)
>  at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:778)
>  at 

[incubator-netbeans-mavenutils] branch master updated: change build script to new folder

2018-11-02 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 482dbf9  change build script to new folder
482dbf9 is described below

commit 482dbf9a40050eee21bf2fd18422b51ad72cc397
Author: Eric Barboni 
AuthorDate: Fri Nov 2 16:58:39 2018 +0100

change build script to new folder

change folder in the script to prepare migration to docs
---
 Jenkinsfile-site.groovy | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile-site.groovy b/Jenkinsfile-site.groovy
index e2e2995..780bdca 100644
--- a/Jenkinsfile-site.groovy
+++ b/Jenkinsfile-site.groovy
@@ -44,6 +44,7 @@ pipeline {
 sh 'git checkout asf-site'
 sh 'git fetch origin asf-site'
 sh 'git pull origin asf-site'
+sh "rm -rf content/mavenutils/"
 } 
 }
 }
@@ -68,8 +69,7 @@ pipeline {
 for (String mvnproject in mvnfoldersforsite) {
 dir('master-branch/'+mvnproject) {
 sh "mvn clean install site 
-Dmaven.repo.local=${BASEDIR}/.repository"
-sh "rm -rf 
${BASEDIR}/asf-site-branch/${mvnproject}"
-sh "mv target/site 
${BASEDIR}/asf-site-branch/${mvnproject}/"
+sh "mv target/site 
${BASEDIR}/asf-site-branch/content/mavenutils/${mvnproject}/"
 }
 }
 }
@@ -84,7 +84,7 @@ pipeline {
 echo 'Adding content...'
 sshagent (credentials: 
['9b041bd0-aea9-4498-a576-9eeb771411dd']) {
 sh 'git add -v .'
-sh 'git commit -v -m "Automated site publishing by 
Jenkins build ${BUILD_NUMBER}"'
+sh 'git commit -v -m "Automated site publishing by 
Jenkins build by mavenutils-${BUILD_NUMBER}"'
 sh 'git push -v origin asf-site'
 } 
 }


-
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-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-02 Thread Eduardo Quintanilla (JIRA)


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

Eduardo Quintanilla updated NETBEANS-1217:
--
Affects Version/s: 10.0

> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Priority: Major
> Attachments: IDE_Log.log, ide_log.txt, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitMethodDef(Flow.java:989)
>  at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitClassDef(Flow.java:952)
>  at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:778)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at 

[jira] [Commented] (NETBEANS-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-02 Thread Eduardo Quintanilla (JIRA)


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

Eduardo Quintanilla commented on NETBEANS-1217:
---

The same exception is happening with Netbeans 10vc2 running with JDK 1.8.0_191.

It was a clean installation and the steps to reproduce it are:

1. Download Tomcat source: 
[https://www-eu.apache.org/dist/tomcat/tomcat-9/v9.0.12/src/apache-tomcat-9.0.12-src.zip]

2. Uncompress it and run the ant task:  ant ide-netbeans

3. Open Netbeans

4. Open project of Tomcat

5. Wait for Scanning Project to progress.

6. The error happens.

 

 

 

> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Alexander Bagiev
>Priority: Major
> Attachments: IDE_Log.log, ide_log.txt, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitMethodDef(Flow.java:989)
>  at 

[jira] [Updated] (NETBEANS-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-02 Thread Eduardo Quintanilla (JIRA)


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

Eduardo Quintanilla updated NETBEANS-1217:
--
Attachment: IDE_Log.log

> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Alexander Bagiev
>Priority: Major
> Attachments: IDE_Log.log, ide_log.txt, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitMethodDef(Flow.java:989)
>  at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitClassDef(Flow.java:952)
>  at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:778)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at 

[jira] [Commented] (NETBEANS-1597) Cursor highlighting missing

2018-11-02 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1597:
--

Hey, can you please try 10.0 VC2, whether this happens there too?

> Cursor highlighting missing
> ---
>
> Key: NETBEANS-1597
> URL: https://issues.apache.org/jira/browse/NETBEANS-1597
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 8.2
>Reporter: Arthur Schwarz
>Priority: Minor
> Fix For: 8.2
>
>
> Product Version = NetBeans IDE 8.2 (Build 201705191307)
> Operating System = Windows 10 version 10.0 running on amd64
>      = Windows  7
> Java; VM; Vendor = 1.8.0_102
> Runtime = Java HotSpot(TM) 64-Bit Server VM 25.102-b14
> STEPS:
>   * tools->options->fonts & colors -> Profile select either Norway Today or 
> Netbeans 
>   * Apply selection
>   * Place the mouse cursor anywhere
> ACTUAL:
>  Cursor position Highlighted (as in the other Profiles).
> This same behavior is seen in Netbeans 9.0 on both my Win7 and Win10 systems, 
> to wit, the cursor position is not highlighted. I suspect that the 
> 'highlighting is a vertical, black bar and black doesn't show up well on a 
> black background.
> I've tried to find the 'correct' color in tools->options-> Fonts & Colors in 
> both Highlighting and syntax and can't seem to locate it. If there exists a 
> way to change cursor highlighting please reveal the mystery. If not, is there 
> anyway to address this as an issue?



--
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-168) Background scanning process needs a rethink

2018-11-02 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-168:
-

I know that anti virus like my old one and now the windows defender smartscreen 
can be a problem in terms of performance (Starting time, background scanning, 
etc.) but that first means, that no one of our NetBeans windows users, uses any 
antivirus, or? And this part I can't understand at all. Of those X 1000 users 
of NetBeans I can't be the only one who has an anti virus. And the other part 
is that I don't have any problem with VS Code or IntelliJ and now I'm comparing 
a blank intelliJ and a blank VS Code (counting by hand those less plugins I 
installed at IntelliJ and VS Code) with a blank NetBeans.

> Background scanning process needs a rethink
> ---
>
> Key: NETBEANS-168
> URL: https://issues.apache.org/jira/browse/NETBEANS-168
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Platform, platform - Execution
>Affects Versions: 8.2, Next
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: messages 10.0 vc2.log, messages.log, ui.log, uigestures 
> 10.0 vc
>
>
> Often, while cloning, switching branch, merging, opening etc. etc. NetBeans 
> starts Background scanning for changes, but it is not real background, 
> because everything what you want to do then, like changing the branch, 
> commit, push, pull, open project, delete or whatever, is blocking by this 
> task and you can't cancel it, because it is essential.
> Either we need to rethink about this process like to make everything or most 
> of the stuff doing things in parallel or the task should really be 
> cancelable. It is a pain in the ass for big projects when they start to scan 
> for changes. 
> It is a real world case because you acan see it when you work on NetBeans 
> modules.
> Cheers
> Chris



--
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-1600) Navigate in search results and breakpoints tab using Page up/down keys

2018-11-02 Thread dennis lucero (JIRA)
dennis lucero created NETBEANS-1600:
---

 Summary: Navigate in search results and breakpoints tab using Page 
up/down keys
 Key: NETBEANS-1600
 URL: https://issues.apache.org/jira/browse/NETBEANS-1600
 Project: NetBeans
  Issue Type: Wish
Affects Versions: 9.0
 Environment: Windows 10
Reporter: dennis lucero


In search results and the breakpoints tab (Window → Debugging → Breakpoints) 
the Page up/Page down keys should select the first/last entry (as they do in 
the Usages tab opened by ‘Find Usages’ in the context menu of an identifier).



--
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-1599) Java projects with long classpath does not run (debug)

2018-11-02 Thread Nicolai Ehemann (JIRA)
Nicolai Ehemann created NETBEANS-1599:
-

 Summary: Java projects with long classpath does not run (debug)
 Key: NETBEANS-1599
 URL: https://issues.apache.org/jira/browse/NETBEANS-1599
 Project: NetBeans
  Issue Type: Bug
  Components: java - Project
Affects Versions: 9.0, 8.2
 Environment: Windows 10 x64
Java SDK 1.8.0_181
Maven 3.5.2
Reporter: Nicolai Ehemann


This is a re-report of [https://netbeans.org/bugzilla/show_bug.cgi?id=200790,] 
which is still valid for netbeans 9:

As soon as a (maven in my case, not sure about others) project has too many 
dependencies, it can no longer be run from netbeans. Error message is like

 
{noformat}
Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec 
(default-cli) on project [...]: Command execution failed.: Cannot run program 
"C:\Program Files\Java\jdk1.8.0_181\bin\java.exe" (in directory "C:\[...]\"): 
CreateProcess error=206, Der Dateiname oder die Erweiterung ist zu lang -> 
[Help 1]{noformat}
(Meaning of the german Message "Der Dateiname oder die Erweiterung ist zu lang" 
is "Filename or extension is too long")

 

For this test, the project directory was located directly on the C: drive. The 
issue seems to be that every dependency is given separately to the command, 
where windows (Windows 10 in this case) has a command line limit of 2^15 
characters.



--
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-1525) Applying patch

2018-11-02 Thread ARUNAVA SINHA (JIRA)


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

ARUNAVA SINHA commented on NETBEANS-1525:
-

 as not able to simulate the issue in NetBeans 10.0 vc2 in below env

Windows-10+ OpenJDK Runtime Environment 10.0.2+13

Steps followed are.
 # changed a existing .java file in hg repository
 # Teams-->patches->export uncommitted changes.
 # Revert back changes in the file
 # Team->patches->Apply patch diff

Import of patch happened properly.

Can you please re-verify issue is still there?

> Applying patch
> --
>
> Key: NETBEANS-1525
> URL: https://issues.apache.org/jira/browse/NETBEANS-1525
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Mercurial
>Affects Versions: 10.0
> Environment: Mac Os 10.13.3
> Core i7
> 8 Gb Ram
>Reporter: Leo
>Priority: Critical
>  Labels: test
> Attachments: image-2018-10-22-21-50-29-096.png
>
>
> h3. When I Try to Apply diff patch, shows Message that Attached!  
> h3. Steps
>  # Switch to original project - revert changes.
>  # Invoke *Team | Patches | Apply Diff Patch...* from main menu.
>  # Select patch file created in previous step and press *Patch*.
>  # Answer "Yes" in question dialog to confirm watching differences.
> !image-2018-10-22-21-50-29-096.png!
>  



--
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-1525) Applying patch

2018-11-02 Thread ARUNAVA SINHA (JIRA)


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

ARUNAVA SINHA edited comment on NETBEANS-1525 at 11/2/18 11:20 AM:
---

 as not able to simulate the issue in NetBeans 10.0 vc2 in below env

Windows-10+ OpenJDK Runtime Environment 10.0.2+13

Steps followed are.
 # changed a existing .java file in hg repository
 # Teams-> patches->export uncommitted changes.
 # Revert back changes in the file
 # Team->patches->Apply patch diff

Import of patch happened properly.

Can you please re-verify issue is still there?


was (Author: arunava.sinha):
 as not able to simulate the issue in NetBeans 10.0 vc2 in below env

Windows-10+ OpenJDK Runtime Environment 10.0.2+13

Steps followed are.
 # changed a existing .java file in hg repository
 # Teams-->patches->export uncommitted changes.
 # Revert back changes in the file
 # Team->patches->Apply patch diff

Import of patch happened properly.

Can you please re-verify issue is still there?

> Applying patch
> --
>
> Key: NETBEANS-1525
> URL: https://issues.apache.org/jira/browse/NETBEANS-1525
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Mercurial
>Affects Versions: 10.0
> Environment: Mac Os 10.13.3
> Core i7
> 8 Gb Ram
>Reporter: Leo
>Priority: Critical
>  Labels: test
> Attachments: image-2018-10-22-21-50-29-096.png
>
>
> h3. When I Try to Apply diff patch, shows Message that Attached!  
> h3. Steps
>  # Switch to original project - revert changes.
>  # Invoke *Team | Patches | Apply Diff Patch...* from main menu.
>  # Select patch file created in previous step and press *Patch*.
>  # Answer "Yes" in question dialog to confirm watching differences.
> !image-2018-10-22-21-50-29-096.png!
>  



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



[incubator-netbeans] branch master updated: Using Plugin Portal for NetBeans 10.0 in master.

2018-11-02 Thread sdedic
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new d6a13cf  Using Plugin Portal for NetBeans 10.0 in master.
d6a13cf is described below

commit d6a13cfea1bfbec1a47d3a542957e51173a7
Author: Jan Lahoda 
AuthorDate: Thu Nov 1 08:35:44 2018 +0100

Using Plugin Portal for NetBeans 10.0 in master.
---
 .../src/org/netbeans/modules/updatecenters/resources/Bundle.properties  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/Bundle.properties
 
b/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/Bundle.properties
index c3e26b6..7393d1b 100644
--- 
a/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/Bundle.properties
+++ 
b/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/Bundle.properties
@@ -32,6 +32,6 @@ 
URL_LatestBuild=http://bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuil
 #NOI18N
 
URL_Default_N=http://updates.netbeans.org/netbeans/updates/dev/uc/final/main/catalog.xml.gz?{$netbeans.hash.code}
 #NOI18N
-URL_PluginPortal=http://plugins.netbeans.org/nbpluginportal/updates/9.0/catalog.xml.gz
+URL_PluginPortal=http://plugins.netbeans.org/nbpluginportal/updates/10.0/catalog.xml.gz
 #NOI18N
 
URL_82PluginPortal=http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz


-
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-1576) PHP autocompletion partially broken

2018-11-02 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto resolved NETBEANS-1576.

   Resolution: Fixed
Fix Version/s: Next

[~Nameless] Fixed. Could you please verify it if possible? 
https://builds.apache.org/job/incubator-netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/
 

Thanks.

> PHP autocompletion partially broken
> ---
>
> Key: NETBEANS-1576
> URL: https://issues.apache.org/jira/browse/NETBEANS-1576
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 9.0, 10.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-890-on-20181029)
> Java: 11.0.1; Java HotSpot(TM) 64-Bit Server VM 11.0.1+13-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.1+13-LTS
> System: Linux version 4.18.15-1-default running on amd64; UTF-8; ru_RU (nb)
>Reporter: Nameless
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: autocompletion, php, pull-request-available
> Fix For: Next
>
> Attachments: PhpAutocompletionProblems.zip, 
> autocompletion_problem_screencast.mp4
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> It seems that autocompletion partially broken for PHP project.
> In project's properties PHP version 7.2 selected for my example.
> Here is [screencast|https://streamable.com/auldi] (attached also). 
> Screencast was made with NB v10#890, but I'm getting the same troubles with 
> Netbeans 9 (with installed PHP plugin from 8.2 dev) too, so both versions are 
> specified.
> Textual description (in comments):
> {code:php}
>  namespace Repo;
> 
> use Entity\EntityClass;
> 
> /**
>  * @method EntityClass[] getAll() 
>  */
> class RepoClass
> {
> /**
>  * 
>  * @param array $params
>  * @return EntityClass
>  */
> public function findOrCreate(array $params): EntityClass
> {
> return new EntityClass();
> }
> }
> {code}
> {code:php}
>  
> namespace App;
> 
> class App
> {
> public function exec()
> {
> $repo = $magick->getRepo();
> /* @var $repo \Repo\RepoClass */
> $obj = $repo->findOrCreate($params);
> // for now all goes fine, ctrl+space after `->` shows methods 
> // `getAll()` and  `findOrCreate(array $params)`
> $obj-> // but no autocompletion here :(
> }
> 
> }
> {code}
> {panel:title=Versions}
> Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-890-on-20181029)
> Java: 11.0.1; Java HotSpot(TM) 64-Bit Server VM 11.0.1+13-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.1+13-LTS
> System: Linux version 4.18.15-1-default running on amd64; UTF-8; ru_RU (nb)
> {panel}



--
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-1596) Starting NetBeans runs two windows - one the netbeans itself. Other is Command console.

2018-11-02 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1596:
--

I thought there is/was a ticket before but I can't remember.

> Starting NetBeans runs  two windows - one the netbeans itself. Other is 
> Command console.
> 
>
> Key: NETBEANS-1596
> URL: https://issues.apache.org/jira/browse/NETBEANS-1596
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-360-on-20181029)
> Java: 10.0.1; Java HotSpot(TM) 64-Bit Server VM 10.0.1+10
> Runtime: Java(TM) SE Runtime Environment 10.0.1+10
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
>Reporter: Georgi
>Priority: Major
> Attachments: netbeans_2_windows.png
>
>
> Hi.
> I am on WINDOWS 7.
> Dowloaded the latest version of netbeans:
> incubator-netbeans-release-360-on-20181029
> When started, netbeans launches two windows: one blank command prompt and 
> other - the netbeans itself.
> Never seen this before. I also have netbeans 8.2 and 9. The command windows 
> appears only in the latest version.
> I am using Netbeans for PHP, if it matters...



--
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-1596) Starting NetBeans runs two windows - one the netbeans itself. Other is Command console.

2018-11-02 Thread Christian Lenz (JIRA)


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

Christian Lenz edited comment on NETBEANS-1596 at 11/2/18 9:31 AM:
---

The second command line window is a bug and it appears first with NetBeans 10.0 
VC1. It is still there for NB 10.0 VC2. I think it will removed for the stable 
release.

So NB 8.2 and NB 9.0 didn't have this window [~gogobogo]


was (Author: chrizzly):
The second command line window is a bug and it appears first with NetBeans 10.0 
VC1. It is still there for NB 10.0 VC2. I think it will removed for the stable 
release.

> Starting NetBeans runs  two windows - one the netbeans itself. Other is 
> Command console.
> 
>
> Key: NETBEANS-1596
> URL: https://issues.apache.org/jira/browse/NETBEANS-1596
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-360-on-20181029)
> Java: 10.0.1; Java HotSpot(TM) 64-Bit Server VM 10.0.1+10
> Runtime: Java(TM) SE Runtime Environment 10.0.1+10
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
>Reporter: Georgi
>Priority: Major
> Attachments: netbeans_2_windows.png
>
>
> Hi.
> I am on WINDOWS 7.
> Dowloaded the latest version of netbeans:
> incubator-netbeans-release-360-on-20181029
> When started, netbeans launches two windows: one blank command prompt and 
> other - the netbeans itself.
> Never seen this before. I also have netbeans 8.2 and 9. The command windows 
> appears only in the latest version.
> I am using Netbeans for PHP, if it matters...



--
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-1596) Starting NetBeans runs two windows - one the netbeans itself. Other is Command console.

2018-11-02 Thread Christian Lenz (JIRA)


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

Christian Lenz edited comment on NETBEANS-1596 at 11/2/18 9:30 AM:
---

The second command line window is a bug and it appears first with NetBeans 10.0 
VC1. It is still there for NB 10.0 VC2. I think it will removed for the stable 
release.


was (Author: chrizzly):
The second command line window is IMHO a bug and it appears first with NetBeans 
10.0 VC1. It is still there for NB 10.0 VC2. I think it will removed for the 
stable release.

> Starting NetBeans runs  two windows - one the netbeans itself. Other is 
> Command console.
> 
>
> Key: NETBEANS-1596
> URL: https://issues.apache.org/jira/browse/NETBEANS-1596
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-360-on-20181029)
> Java: 10.0.1; Java HotSpot(TM) 64-Bit Server VM 10.0.1+10
> Runtime: Java(TM) SE Runtime Environment 10.0.1+10
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
>Reporter: Georgi
>Priority: Major
> Attachments: netbeans_2_windows.png
>
>
> Hi.
> I am on WINDOWS 7.
> Dowloaded the latest version of netbeans:
> incubator-netbeans-release-360-on-20181029
> When started, netbeans launches two windows: one blank command prompt and 
> other - the netbeans itself.
> Never seen this before. I also have netbeans 8.2 and 9. The command windows 
> appears only in the latest version.
> I am using Netbeans for PHP, if it matters...



--
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-1596) Starting NetBeans runs two windows - one the netbeans itself. Other is Command console.

2018-11-02 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1596:
--

The second command line window is IMHO a bug and it appears first with NetBeans 
10.0 VC1. It is still there for NB 10.0 VC2. I think it will removed for the 
stable release.

> Starting NetBeans runs  two windows - one the netbeans itself. Other is 
> Command console.
> 
>
> Key: NETBEANS-1596
> URL: https://issues.apache.org/jira/browse/NETBEANS-1596
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-360-on-20181029)
> Java: 10.0.1; Java HotSpot(TM) 64-Bit Server VM 10.0.1+10
> Runtime: Java(TM) SE Runtime Environment 10.0.1+10
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
>Reporter: Georgi
>Priority: Major
> Attachments: netbeans_2_windows.png
>
>
> Hi.
> I am on WINDOWS 7.
> Dowloaded the latest version of netbeans:
> incubator-netbeans-release-360-on-20181029
> When started, netbeans launches two windows: one blank command prompt and 
> other - the netbeans itself.
> Never seen this before. I also have netbeans 8.2 and 9. The command windows 
> appears only in the latest version.
> I am using Netbeans for PHP, if it matters...



--
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-168) Background scanning process needs a rethink

2018-11-02 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-168:
-

[~cowwoc] I think so, yes.

> Background scanning process needs a rethink
> ---
>
> Key: NETBEANS-168
> URL: https://issues.apache.org/jira/browse/NETBEANS-168
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Platform, platform - Execution
>Affects Versions: 8.2, Next
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: messages 10.0 vc2.log, messages.log, ui.log, uigestures 
> 10.0 vc
>
>
> Often, while cloning, switching branch, merging, opening etc. etc. NetBeans 
> starts Background scanning for changes, but it is not real background, 
> because everything what you want to do then, like changing the branch, 
> commit, push, pull, open project, delete or whatever, is blocking by this 
> task and you can't cancel it, because it is essential.
> Either we need to rethink about this process like to make everything or most 
> of the stuff doing things in parallel or the task should really be 
> cancelable. It is a pain in the ass for big projects when they start to scan 
> for changes. 
> It is a real world case because you acan see it when you work on NetBeans 
> modules.
> Cheers
> Chris



--
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-1299) Cannot create Java Applications

2018-11-02 Thread Teh Kok How (JIRA)


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

Teh Kok How commented on NETBEANS-1299:
---

*Product Version:* Apache NetBeans IDE 9.0 (Build 
incubator-netbeans-release-334-on-20180708)

*Java:* 1.8.0_161; Java HotSpot(TM) Server VM 25.161-b12

*Runtime:* Java(TM) SE Runtime Environment 1.8.0_161-b12

*System:* Windows 10 version 10.0 running on x86; Cp1252; en_US (nb)

Happen to both 32 and 64-bit :(

> Cannot create Java Applications
> ---
>
> Key: NETBEANS-1299
> URL: https://issues.apache.org/jira/browse/NETBEANS-1299
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Affects Versions: 9.0
> Environment: Windows 10
>Reporter: Robin Van de Walle
>Priority: Major
>
> When trying to create a Java application project, it returns the message 
> :"Project Folder already exists and is not empty." Even though the project 
> did not exist previously. It created an empty project and then gave the error.



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



[incubator-netbeans] 01/01: Merge pull request #1002 from junichi11/netbeans-1576-vardoc-cc

2018-11-02 Thread tmysik
This is an automated email from the ASF dual-hosted git repository.

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

commit 15a5c2c5cf7bf252ede36b9d2cff85650f4e357c
Merge: c24241d c133a55
Author: Tomáš Myšík 
AuthorDate: Fri Nov 2 08:57:56 2018 +0100

Merge pull request #1002 from junichi11/netbeans-1576-vardoc-cc

[NETBEANS-1576] PHP autocompletion partially broken

 .../php/editor/model/impl/ModelVisitor.java| 49 ++---
 ...ent.php.testVarTypeCommentVariable02.completion |  2 +-
 .../testfiles/completion/lib/nb1576/nb1576.php | 82 ++
 .../lib/nb1576/nb1576.php.testNb1576_01.completion |  6 ++
 .../lib/nb1576/nb1576.php.testNb1576_02.completion |  5 ++
 .../lib/nb1576/nb1576.php.testNb1576_03.completion |  6 ++
 .../lib/nb1576/nb1576.php.testNb1576_04.completion |  5 ++
 .../completion/PHPCodeCompletionNb1576Test.java| 62 
 8 files changed, 208 insertions(+), 9 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



[incubator-netbeans] branch master updated (c24241d -> 15a5c2c)

2018-11-02 Thread tmysik
This is an automated email from the ASF dual-hosted git repository.

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


from c24241d  [NETBEANS-1438] : stackoverflowerror opening .js files (#994)
 add c133a55  [NETBEANS-1576] PHP autocompletion partially broken
 new 15a5c2c  Merge pull request #1002 from 
junichi11/netbeans-1576-vardoc-cc

The 1 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:
 .../php/editor/model/impl/ModelVisitor.java| 49 ++---
 ...ent.php.testVarTypeCommentVariable02.completion |  2 +-
 .../testfiles/completion/lib/nb1576/nb1576.php | 82 ++
 .../lib/nb1576/nb1576.php.testNb1576_01.completion |  6 ++
 .../lib/nb1576/nb1576.php.testNb1576_02.completion |  5 ++
 .../lib/nb1576/nb1576.php.testNb1576_03.completion |  6 ++
 .../lib/nb1576/nb1576.php.testNb1576_04.completion |  5 ++
 .../completion/PHPCodeCompletionNb1576Test.java| 62 
 8 files changed, 208 insertions(+), 9 deletions(-)
 create mode 100644 
php/php.editor/test/unit/data/testfiles/completion/lib/nb1576/nb1576.php
 create mode 100644 
php/php.editor/test/unit/data/testfiles/completion/lib/nb1576/nb1576.php.testNb1576_01.completion
 create mode 100644 
php/php.editor/test/unit/data/testfiles/completion/lib/nb1576/nb1576.php.testNb1576_02.completion
 create mode 100644 
php/php.editor/test/unit/data/testfiles/completion/lib/nb1576/nb1576.php.testNb1576_03.completion
 create mode 100644 
php/php.editor/test/unit/data/testfiles/completion/lib/nb1576/nb1576.php.testNb1576_04.completion
 create mode 100644 
php/php.editor/test/unit/src/org/netbeans/modules/php/editor/completion/PHPCodeCompletionNb1576Test.java


-
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