[jira] [Commented] (NETBEANS-2951) There is no way to create glassfish-web.xml

2019-08-14 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2951:
-

Many thanks for your investigation of this.

> There is no way to create glassfish-web.xml
> ---
>
> Key: NETBEANS-2951
> URL: https://issues.apache.org/jira/browse/NETBEANS-2951
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: JDK 64-Bit Server VM 8 or 11 (MS Windows 10 64 bit)
>Reporter: SergeyT
>Priority: Critical
> Attachments: glassfish-web.png, ide_log.png, nb_about.png, 
> no_file.png, payara_is_ok.png
>
>
> There is no way to create glassfish-web.xml file in Maven Web Application 
> project (attach)
>  After creation, this file does not appear in the project tree
>  
> Environment: JDK 64-Bit Server VM 8 or 11



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2951) There is no way to create glassfish-web.xml

2019-08-14 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2951:
-

They weren’t donated because at the time GlassFish belonged to Oracle but now 
that it is part of the Eclipse Foundation there’s no problem with copying them 
from 8.2 and committing them to Apache NetBeans GitHub and registering them in 
the layer.

> There is no way to create glassfish-web.xml
> ---
>
> Key: NETBEANS-2951
> URL: https://issues.apache.org/jira/browse/NETBEANS-2951
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: JDK 64-Bit Server VM 8 or 11 (MS Windows 10 64 bit)
>Reporter: SergeyT
>Priority: Critical
> Attachments: glassfish-web.png, ide_log.png, nb_about.png, 
> no_file.png, payara_is_ok.png
>
>
> There is no way to create glassfish-web.xml file in Maven Web Application 
> project (attach)
>  After creation, this file does not appear in the project tree
>  
> Environment: JDK 64-Bit Server VM 8 or 11



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2987) Indirect gradle classpath change not recognized

2019-08-14 Thread Shevek (JIRA)


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

Shevek updated NETBEANS-2987:
-
Description: 
Have four projects, A, B, C, D.
A depends on B, B depends on C.
A depends on D.

1. Delete A -> D.
1a. A auto-reloads the gradle path.
1b. Now A fails to compile because it's missing the class from D.
2. Add C depends on D.
2a. Now we have A>B>C>D.
2b. C autoreloads the gradle path.

Result:
1. A should now compile again, since it now has access to D again, but in fact, 
it does not.
2. command-line gradle invocation compiles everything fine.
3. fix-imports in A cannot see any classes in C.
4. A netbeans restart does NOT fix this.
5. Removing .gradle/nb-cache and restarting DOES fix this.

A bit fishy, this one, but I'm fairly sure this is what's going on. I think the 
intermediate project B is a required element of this bug.

  was:
Have four projects, A, B, C, D.
A depends on B, B depends on C.
A depends on D.

1. Delete A -> D.
1a. A auto-reloads the gradle path.
1b. Now A fails to compile because it's missing the class from D.
2. Add C depends on D.
2a. Now we have A>B>C>D.
2b. C autoreloads the gradle path.

Result:
1. A should now compile again, since it now has access to D again, but in fact, 
it does not.
2. fix-imports in A cannot see any classes in C.
3. A netbeans restart does NOT fix this.
4. Removing .gradle/nb-cache and restarting DOES fix this.

A bit fishy, this one, but I'm fairly sure this is what's going on. I think the 
intermediate project B is a required element of this bug.


> Indirect gradle classpath change not recognized
> ---
>
> Key: NETBEANS-2987
> URL: https://issues.apache.org/jira/browse/NETBEANS-2987
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Shevek
>Priority: Major
>
> Have four projects, A, B, C, D.
> A depends on B, B depends on C.
> A depends on D.
> 1. Delete A -> D.
> 1a. A auto-reloads the gradle path.
> 1b. Now A fails to compile because it's missing the class from D.
> 2. Add C depends on D.
> 2a. Now we have A>B>C>D.
> 2b. C autoreloads the gradle path.
> Result:
> 1. A should now compile again, since it now has access to D again, but in 
> fact, it does not.
> 2. command-line gradle invocation compiles everything fine.
> 3. fix-imports in A cannot see any classes in C.
> 4. A netbeans restart does NOT fix this.
> 5. Removing .gradle/nb-cache and restarting DOES fix this.
> A bit fishy, this one, but I'm fairly sure this is what's going on. I think 
> the intermediate project B is a required element of this bug.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2987) Indirect gradle classpath change not recognized

2019-08-14 Thread Shevek (JIRA)


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

Shevek updated NETBEANS-2987:
-
Description: 
Have four projects, A, B, C, D.
A depends on B, B depends on C.
A depends on D.

1. Delete A -> D.
1a. A auto-reloads the gradle path.
1b. Now A fails to compile because it's missing the class from D.
2. Add C depends on D.
2a. Now we have A>B>C>D.
2b. C autoreloads the gradle path.

Result:
1. A should now compile again, since it now has access to D again, but in fact, 
it does not.
2. fix-imports in A cannot see any classes in C.
3. A netbeans restart does NOT fix this.
4. Removing .gradle/nb-cache and restarting DOES fix this.

A bit fishy, this one, but I'm fairly sure this is what's going on. I think the 
intermediate project B is a required element of this bug.

  was:
Have four projects, A, B, C, D.
A depends on B, B depends on C.
A depends on D.

1. Delete A -> D.
1a. A auto-reloads the gradle path.
1b. Now A fails to compile because it's missing the class from D.
2. Add C depends on D.
2a. Now we have A>B>C>D.
2b. C autoreloads the gradle path.

Result:
1. A should compile, since it now has access to D again, but does not.
2. fix-imports in A cannot see any classes in C.
3. A netbeans restart does NOT fix this.
4. Removing .gradle/nb-cache and restarting DOES fix this.

A bit fishy, this one, but I'm fairly sure this is what's going on. I think the 
intermediate project B is a required element of this bug.


> Indirect gradle classpath change not recognized
> ---
>
> Key: NETBEANS-2987
> URL: https://issues.apache.org/jira/browse/NETBEANS-2987
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Shevek
>Priority: Major
>
> Have four projects, A, B, C, D.
> A depends on B, B depends on C.
> A depends on D.
> 1. Delete A -> D.
> 1a. A auto-reloads the gradle path.
> 1b. Now A fails to compile because it's missing the class from D.
> 2. Add C depends on D.
> 2a. Now we have A>B>C>D.
> 2b. C autoreloads the gradle path.
> Result:
> 1. A should now compile again, since it now has access to D again, but in 
> fact, it does not.
> 2. fix-imports in A cannot see any classes in C.
> 3. A netbeans restart does NOT fix this.
> 4. Removing .gradle/nb-cache and restarting DOES fix this.
> A bit fishy, this one, but I'm fairly sure this is what's going on. I think 
> the intermediate project B is a required element of this bug.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2987) Indirect gradle classpath change not recognized

2019-08-14 Thread Shevek (JIRA)


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

Shevek updated NETBEANS-2987:
-
Description: 
Have four projects, A, B, C, D.
A depends on B, B depends on C.
A depends on D.

1. Delete A -> D.
1a. A auto-reloads the gradle path.
1b. Now A fails to compile because it's missing the class from D.
2. Add C depends on D.
2a. C autoreloads the gradle path.

Result:
1. A should compile, since it now has access to D again, but does not.
2. fix-imports in A cannot see any classes in C.
3. A netbeans restart does NOT fix this.
4. Removing .gradle/nb-cache and restarting DOES fix this.

A bit fishy, this one, but I'm fairly sure this is what's going on. I think the 
intermediate project B is a required element of this bug.

  was:
Have four projects, A, B, C, D.
A depends on B, depends on C.
A depends on D.

1. Delete A -> D.
1a. A auto-reloads the gradle path.
1b. Now A fails to compile because it's missing the class from D.
2. Add C depends on D.
2a. C autoreloads the gradle path.

Result:
1. A should compile, since it now has access to D again, but does not.
2. fix-imports in A cannot see any classes in C.
3. A netbeans restart does NOT fix this.
4. Removing .gradle/nb-cache and restarting DOES fix this.

A bit fishy, this one, but I'm fairly sure this is what's going on. I think the 
intermediate project B is a required element of this bug.


> Indirect gradle classpath change not recognized
> ---
>
> Key: NETBEANS-2987
> URL: https://issues.apache.org/jira/browse/NETBEANS-2987
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Shevek
>Priority: Major
>
> Have four projects, A, B, C, D.
> A depends on B, B depends on C.
> A depends on D.
> 1. Delete A -> D.
> 1a. A auto-reloads the gradle path.
> 1b. Now A fails to compile because it's missing the class from D.
> 2. Add C depends on D.
> 2a. C autoreloads the gradle path.
> Result:
> 1. A should compile, since it now has access to D again, but does not.
> 2. fix-imports in A cannot see any classes in C.
> 3. A netbeans restart does NOT fix this.
> 4. Removing .gradle/nb-cache and restarting DOES fix this.
> A bit fishy, this one, but I'm fairly sure this is what's going on. I think 
> the intermediate project B is a required element of this bug.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2987) Indirect gradle classpath change not recognized

2019-08-14 Thread Shevek (JIRA)


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

Shevek updated NETBEANS-2987:
-
Description: 
Have four projects, A, B, C, D.
A depends on B, B depends on C.
A depends on D.

1. Delete A -> D.
1a. A auto-reloads the gradle path.
1b. Now A fails to compile because it's missing the class from D.
2. Add C depends on D.
2a. Now we have A>B>C>D.
2b. C autoreloads the gradle path.

Result:
1. A should compile, since it now has access to D again, but does not.
2. fix-imports in A cannot see any classes in C.
3. A netbeans restart does NOT fix this.
4. Removing .gradle/nb-cache and restarting DOES fix this.

A bit fishy, this one, but I'm fairly sure this is what's going on. I think the 
intermediate project B is a required element of this bug.

  was:
Have four projects, A, B, C, D.
A depends on B, B depends on C.
A depends on D.

1. Delete A -> D.
1a. A auto-reloads the gradle path.
1b. Now A fails to compile because it's missing the class from D.
2. Add C depends on D.
2a. C autoreloads the gradle path.

Result:
1. A should compile, since it now has access to D again, but does not.
2. fix-imports in A cannot see any classes in C.
3. A netbeans restart does NOT fix this.
4. Removing .gradle/nb-cache and restarting DOES fix this.

A bit fishy, this one, but I'm fairly sure this is what's going on. I think the 
intermediate project B is a required element of this bug.


> Indirect gradle classpath change not recognized
> ---
>
> Key: NETBEANS-2987
> URL: https://issues.apache.org/jira/browse/NETBEANS-2987
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Shevek
>Priority: Major
>
> Have four projects, A, B, C, D.
> A depends on B, B depends on C.
> A depends on D.
> 1. Delete A -> D.
> 1a. A auto-reloads the gradle path.
> 1b. Now A fails to compile because it's missing the class from D.
> 2. Add C depends on D.
> 2a. Now we have A>B>C>D.
> 2b. C autoreloads the gradle path.
> Result:
> 1. A should compile, since it now has access to D again, but does not.
> 2. fix-imports in A cannot see any classes in C.
> 3. A netbeans restart does NOT fix this.
> 4. Removing .gradle/nb-cache and restarting DOES fix this.
> A bit fishy, this one, but I'm fairly sure this is what's going on. I think 
> the intermediate project B is a required element of this bug.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2987) Indirect gradle classpath change not recognized

2019-08-14 Thread Shevek (JIRA)
Shevek created NETBEANS-2987:


 Summary: Indirect gradle classpath change not recognized
 Key: NETBEANS-2987
 URL: https://issues.apache.org/jira/browse/NETBEANS-2987
 Project: NetBeans
  Issue Type: Bug
Reporter: Shevek


Have four projects, A, B, C, D.
A depends on B, depends on C.
A depends on D.

1. Delete A -> D.
1a. A auto-reloads the gradle path.
1b. Now A fails to compile because it's missing the class from D.
2. Add C depends on D.
2a. C autoreloads the gradle path.

Result:
1. A should compile, since it now has access to D again, but does not.
2. fix-imports in A cannot see any classes in C.
3. A netbeans restart does NOT fix this.
4. Removing .gradle/nb-cache and restarting DOES fix this.

A bit fishy, this one, but I'm fairly sure this is what's going on. I think the 
intermediate project B is a required element of this bug.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2661) find-usages takes a LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO

2019-08-14 Thread Shevek (JIRA)


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

Shevek commented on NETBEANS-2661:
--

Additional note: I did that last test immediately after a clean restart of 
netbeans and waiting for quiescence, so there's no other noise in the system.

> find-usages takes a 
> LO
> --
>
> Key: NETBEANS-2661
> URL: https://issues.apache.org/jira/browse/NETBEANS-2661
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Linux, JDK 1.8, etc
>Reporter: Shevek
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: PERFORMANCE, Performance, perf, perfomance, performance, 
> performence
> Attachments: find-usages-is-totally-unusable-11.1.npss, 
> netbeans-find-usages.npss
>
>
> OOOng time, like 5 minutes. Please see attached profile.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2661) find-usages takes a LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO

2019-08-14 Thread Eric Bresie (JIRA)


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

Eric Bresie commented on NETBEANS-2661:
---

Is this another one of those cases where it generates a lot of FileObjects and 
transverse then using one of the older File list methods that has to read all 
files being traversed before doing anything else?

> find-usages takes a 
> LO
> --
>
> Key: NETBEANS-2661
> URL: https://issues.apache.org/jira/browse/NETBEANS-2661
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Linux, JDK 1.8, etc
>Reporter: Shevek
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: PERFORMANCE, Performance, perf, perfomance, performance, 
> performence
> Attachments: find-usages-is-totally-unusable-11.1.npss, 
> netbeans-find-usages.npss
>
>
> OOOng time, like 5 minutes. Please see attached profile.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2986) Relative URL not saved in Project Properties

2019-08-14 Thread Dave Hutira (JIRA)
Dave Hutira created NETBEANS-2986:
-

 Summary: Relative URL not saved in Project Properties
 Key: NETBEANS-2986
 URL: https://issues.apache.org/jira/browse/NETBEANS-2986
 Project: NetBeans
  Issue Type: Bug
  Components: java - Project
Affects Versions: 11.1
 Environment:   Netbeans 11.1
  Operating System: Debian GNU/Linux 9 (stretch)
  Kernel: Linux 4.9.0-9-amd64
  Architecture: x86-64

Reporter: Dave Hutira
 Attachments: Screenshot at 2019-08-14 19-53-53.png

Right click on a project in the Projects list, and select Properties. From the 
Categories list, select Run and enter a Relative URL. Select OK; go back, and 
the Relative URL is blank.

A similar or identical issue appears in the 'old' Netbeans Bugzilla system as 
Bug 146672 and 178650.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2525) Background Scanning Process for first NetBeans start took more than 15min

2019-08-14 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2525:
---

The PR created for NETBEANS-2940 might improve the situation here.

> Background Scanning Process for first NetBeans start took more than 15min
> -
>
> Key: NETBEANS-2525
> URL: https://issues.apache.org/jira/browse/NETBEANS-2525
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.0
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.0
>Reporter: Christian Lenz
>Priority: Critical
>  Labels: performance
> Attachments: 11.0 - messages.log, 11.0 - uigestures, Screenshot from 
> 2019-05-15 09-10-54.png, nb-11.0-selfsampler.npss, 
> nb-11.0-threaddump-1557855250946.tdump, windows security options.png
>
>
> Steps to reproduce:
> * Open NetBeans 11.0 for the very first time
> * Choose yes to import settings from NetBeans 10.0 (No plugins, just settings)
> * After NetBeans opens, It imported 33 projects from my old NetBeans instance.
> * Install nb-javac.
> * It opens the projects.
> * Background scanning comes ups, need couple of minutes
> * Because of some HTML5 projects, Oracle JS Parser implementation installer 
> comes up
> * Install Oracle JS Parser Implementation.
> * After first background scanning is finished the next one is coming up and 
> takes even longer.
> * Waiting until everything is finish. Round about 15-17 min.
> I added a heap dump, created via Visual VM (In case of sensitive data, I 
> removed the link, please give me a private link where I can upload it.
> No I don't want to not use importing settings. First it is possible and 
> needed and second because it is not a real world case. I want my settings 
> from my old IDE and all my opened projects. I don't want to import/open them 
> one after one again, this is not a use case. And I don't want to make the 
> settings again and again, switching to a new version. Of course it will not 
> running as long as I open NetBeans w/o importing settings and opening all 
> projects but again this doesn't make sense.
> My projects are:
> * 5 Maven
> * 1 PHP
> * 4 HTML5
> * 14 Ant based NetBeans modules (Some 3rd-party, some from the Core)
> * 8 Maven based NetBeans modules (all 3rd-party)
> * 1 NetBeans Module suite project
> What information do you need more? I will add the messages.log too, but I 
> need to clean up my user dir again, because I opened NetBeans after the 
> profiling again.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) Excessive CPU Usage during HTML/PHP project parsing.

2019-08-14 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi reassigned NETBEANS-2940:
-

Assignee: Laszlo Kishalmi

> Excessive CPU Usage during HTML/PHP project parsing.
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: performance, pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) Excessive CPU Usage during HTML/PHP project parsing.

2019-08-14 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2940:
--
Summary: Excessive CPU Usage during HTML/PHP project parsing.  (was: 
StackOverflow on JavaScript Indexing)

> Excessive CPU Usage during HTML/PHP project parsing.
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) Excessive CPU Usage during HTML/PHP project parsing.

2019-08-14 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2940:
--
Labels: performance pull-request-available  (was: pull-request-available)

> Excessive CPU Usage during HTML/PHP project parsing.
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: performance, pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2951) There is no way to create glassfish-web.xml

2019-08-14 Thread Pete Whelpton (JIRA)


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

Pete Whelpton commented on NETBEANS-2951:
-

Was able to to get NB to generate a glassfish-web.xml in a quick-and-dirty fix 
by:

1) Copying the 
/glassfish.eecommon/src/org/netbeans/modules/glassfish/eecommon/api/ddetemplates
 folder from the NB8.2 sources to my local dev branch sources

 

2) Uncommenting the lines that register the files in the 
/glassfish.eecommon/src/org/netbeans/modules/glassfish/eecommon/layer.xml

 

So to move this forwards, we need to know the licensing status of those files...

 

Also, after creating the glassfish-web.xml file, NB will show an error dialog 
"Deployment Configuration for this project not found. Deployment descriptor 
version could not be set properly."  This is thrown due to the call to 
GlassfishConfiguration.getConfiguration() in SunDDWizardIterator.java (122) 
returning null - so this needs further investigation as it doesn't happen in 
NB8.2

> There is no way to create glassfish-web.xml
> ---
>
> Key: NETBEANS-2951
> URL: https://issues.apache.org/jira/browse/NETBEANS-2951
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: JDK 64-Bit Server VM 8 or 11 (MS Windows 10 64 bit)
>Reporter: SergeyT
>Priority: Critical
> Attachments: glassfish-web.png, ide_log.png, nb_about.png, 
> no_file.png, payara_is_ok.png
>
>
> There is no way to create glassfish-web.xml file in Maven Web Application 
> project (attach)
>  After creation, this file does not appear in the project tree
>  
> Environment: JDK 64-Bit Server VM 8 or 11



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-53) PHP7.1 Setter/Getter code generation static types

2019-08-14 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-53:
--

[~Kacer] OK will do it later. Could you please submit it as a new issue?

> PHP7.1 Setter/Getter code generation static types
> -
>
> Key: NETBEANS-53
> URL: https://issues.apache.org/jira/browse/NETBEANS-53
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Reporter: Ádám Turcsán
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.2
>
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> The Insert code... / Setters/getters... functionality works great and uses 
> the docblock typehints as well but with static types (int, string) it 
> generates the setters and getter without argument types or return types.
> It would be great if it could work with static types as well.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/14/19 9:59 PM:
--

checked the latest build from https://github.com/lkishalmi/netbeans.git 
--branch NETBEANS-2940 on my Home PC
Also no problems detected


was (Author: uran1980):
checked the latest build from 
https://issues.apache.org/jira/browse/NETBEANS-2984 on my Home PC
Also no problems detected

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/14/19 9:46 PM:
--

checked the latest build from 
https://issues.apache.org/jira/browse/NETBEANS-2984 on my Home PC
Also no problems detected


was (Author: uran1980):
check latest build from https://issues.apache.org/jira/browse/NETBEANS-2984 on 
my Home PC
Also no problems detected

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev commented on NETBEANS-2940:
-

check latest build from https://issues.apache.org/jira/browse/NETBEANS-2984 on 
my Home PC
Also no problems detected

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2984) Restore droped functionality of SQL-explorer ("Pack All Collumns" and "Pack Selected Collumns")

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev updated NETBEANS-2984:

Affects Version/s: 10.0
   11.0
   11.1

> Restore droped functionality of SQL-explorer ("Pack All Collumns" and  "Pack 
> Selected Collumns")
> 
>
> Key: NETBEANS-2984
> URL: https://issues.apache.org/jira/browse/NETBEANS-2984
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 10.0, 11.0, 11.1
>Reporter: Ivan Yakovlev
>Priority: Major
>  Labels: SQL-explorer, features, usability
> Attachments: 2019-08-14-12-00-SQL-11.1-screen.png, 
> 2019-08-14-12-00-SQL-8.2-screen.png
>
>
> On NetBeans 8.2 in SQL-explorer I could "Pack All Collumns" and  "Pack 
> Selected Collumns".
> Also if on Netbeans 8.2 i doble-click on columns divider, than it change 
> column width to fit the content. 
> Screen: [^2019-08-14-12-00-SQL-8.2-screen.png]
> On Netbeans 11 I can't do the same. I can only "Fit column width"
> Screen: [^2019-08-14-12-00-SQL-11.1-screen.png]



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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: Fix NPE if PAC cannot be resolved, e.g. UnknownHostException if the proxy url is configured but not reachable.

2019-08-14 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 0bcf9fe  Fix NPE if PAC cannot be resolved, e.g. UnknownHostException 
if the proxy url is configured but not reachable.
 new eff347e  Merge pull request #1382 from akuhtz/fix-pac-npe
0bcf9fe is described below

commit 0bcf9fefe1012f1456446038f1645b3610e66b36
Author: Andreas Kuhtz 
AuthorDate: Mon Jul 15 21:27:48 2019 +0200

Fix NPE if PAC cannot be resolved, e.g. UnknownHostException if the proxy 
url is configured but not reachable.
---
 .../src/org/netbeans/core/network/proxy/ProxyAutoConfig.java   | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/platform/core.network/src/org/netbeans/core/network/proxy/ProxyAutoConfig.java
 
b/platform/core.network/src/org/netbeans/core/network/proxy/ProxyAutoConfig.java
index 504a270..992e9c1 100644
--- 
a/platform/core.network/src/org/netbeans/core/network/proxy/ProxyAutoConfig.java
+++ 
b/platform/core.network/src/org/netbeans/core/network/proxy/ProxyAutoConfig.java
@@ -138,6 +138,9 @@ public class ProxyAutoConfig {
 }
 }
 }
+if (evaluator == null) {
+return Collections.singletonList(Proxy.NO_PROXY);
+}
 try {
 return evaluator.findProxyForURL(u);
 } catch (PacValidationException ex) {


-
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-2956) NullPointerException during Import Classes operation after pasting Java code into Editor

2019-08-14 Thread Travis (JIRA)


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

Travis edited comment on NETBEANS-2956 at 8/14/19 4:35 PM:
---

I am also going to try to reproduce this after doing a fresh clean installation 
of Netbeans 11.1 again, just in case that makes a difference.  And I will use 
the default Gradle plugin this time, since in other cases I believe the older 
Gradle plugin is perhaps indirectly related to some of the exceptions I was 
getting.  I had tried both Gradle plugins before, but this time I will avoid 
uninstalling or installing anything other than the default plugins that come 
with the installation, to rule out any question that the problem is related 
only to my own set of installed plugins.


was (Author: furrer):
I am also going to try to reproduce this after doing a fresh clean installation 
of Netbeans 11.1 again, just in case that makes a difference.  And I will use 
the default Gradle plugin this time, since in other cases I believe the older 
Gradle plugin is perhaps indirectly related to some of the exceptions I was 
getting.

> NullPointerException during Import Classes operation after pasting Java code 
> into Editor
> 
>
> Key: NETBEANS-2956
> URL: https://issues.apache.org/jira/browse/NETBEANS-2956
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 11.0, 11.1
> Environment: Project is being built using OpenJDK 12
> Same on Windows 10 and Linux
> Same when Netbeans is running on either JDK 8 or OpenJDK 12
> Same on Netbeans 11.0 and Netbeans 11.1 (both with nb-javac 1.6 installed)
> Same with new built-in Gradle plugin, or old Gradle Support plugin 2.0.0
> Gradle 5.5
>Reporter: Travis
>Assignee: ARUNAVA SINHA
>Priority: Major
>
> I'm building my Java project using OpenJDK 12 and Netbeans 11.1.  Everything 
> was working fine with the same project when it was built on JDK 8.  We 
> recently updated to JDK 12 and this problem appeared immediately at that time.
>  
> The problem happens reliably whenever I copy-paste code from one file to 
> another, and the code requires several imports to be added to the destination 
> file.  This causes the "Import Classes" dialog to appear.  When I hit "OK" 
> button there, I immediately get the NullPointerException shown below.  After 
> the exception, the code is still pasted, but the necessary import lines do 
> not get added.  Furthermore, manually running "Source:Fix Imports..." 
> afterward also fails to add the necessary imports.
> This bug makes the IDE pretty unusable for ongoing development work.  This is 
> forcing me and others on my team, sadly, to use a different IDE for now, as 
> we have found no workaround yet.
>  
> java.lang.NullPointerException
>  at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:334)
>  at 
> org.netbeans.lib.nbjavac.services.NBResolve.isAccessible(NBResolve.java:72)
>  at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:379)
>  at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:441)
>  at 
> org.netbeans.lib.nbjavac.services.NBResolve.isAccessible(NBResolve.java:66)
>  at com.sun.tools.javac.api.JavacTrees.isAccessible(JavacTrees.java:913)
>  at 
> org.netbeans.api.java.source.GeneratorUtilities.getImportedElement(GeneratorUtilities.java:1826)
>  at 
> org.netbeans.api.java.source.GeneratorUtilities.addImports(GeneratorUtilities.java:1173)
>  at 
> org.netbeans.modules.java.editor.imports.ClipboardHandler$1.run(ClipboardHandler.java:159)
>  at 
> org.netbeans.modules.java.editor.imports.ClipboardHandler$1.run(ClipboardHandler.java:126)
>  at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:673)
>  at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:663)
>  at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>  at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>  at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>  at 
> org.netbeans.modules.parsing

[jira] [Commented] (NETBEANS-2956) NullPointerException during Import Classes operation after pasting Java code into Editor

2019-08-14 Thread Travis (JIRA)


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

Travis commented on NETBEANS-2956:
--

I am also going to try to reproduce this after doing a fresh clean installation 
of Netbeans 11.1 again, just in case that makes a difference.  And I will use 
the default Gradle plugin this time, since in other cases I believe the older 
Gradle plugin is perhaps indirectly related to some of the exceptions I was 
getting.

> NullPointerException during Import Classes operation after pasting Java code 
> into Editor
> 
>
> Key: NETBEANS-2956
> URL: https://issues.apache.org/jira/browse/NETBEANS-2956
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 11.0, 11.1
> Environment: Project is being built using OpenJDK 12
> Same on Windows 10 and Linux
> Same when Netbeans is running on either JDK 8 or OpenJDK 12
> Same on Netbeans 11.0 and Netbeans 11.1 (both with nb-javac 1.6 installed)
> Same with new built-in Gradle plugin, or old Gradle Support plugin 2.0.0
> Gradle 5.5
>Reporter: Travis
>Assignee: ARUNAVA SINHA
>Priority: Major
>
> I'm building my Java project using OpenJDK 12 and Netbeans 11.1.  Everything 
> was working fine with the same project when it was built on JDK 8.  We 
> recently updated to JDK 12 and this problem appeared immediately at that time.
>  
> The problem happens reliably whenever I copy-paste code from one file to 
> another, and the code requires several imports to be added to the destination 
> file.  This causes the "Import Classes" dialog to appear.  When I hit "OK" 
> button there, I immediately get the NullPointerException shown below.  After 
> the exception, the code is still pasted, but the necessary import lines do 
> not get added.  Furthermore, manually running "Source:Fix Imports..." 
> afterward also fails to add the necessary imports.
> This bug makes the IDE pretty unusable for ongoing development work.  This is 
> forcing me and others on my team, sadly, to use a different IDE for now, as 
> we have found no workaround yet.
>  
> java.lang.NullPointerException
>  at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:334)
>  at 
> org.netbeans.lib.nbjavac.services.NBResolve.isAccessible(NBResolve.java:72)
>  at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:379)
>  at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:441)
>  at 
> org.netbeans.lib.nbjavac.services.NBResolve.isAccessible(NBResolve.java:66)
>  at com.sun.tools.javac.api.JavacTrees.isAccessible(JavacTrees.java:913)
>  at 
> org.netbeans.api.java.source.GeneratorUtilities.getImportedElement(GeneratorUtilities.java:1826)
>  at 
> org.netbeans.api.java.source.GeneratorUtilities.addImports(GeneratorUtilities.java:1173)
>  at 
> org.netbeans.modules.java.editor.imports.ClipboardHandler$1.run(ClipboardHandler.java:159)
>  at 
> org.netbeans.modules.java.editor.imports.ClipboardHandler$1.run(ClipboardHandler.java:126)
>  at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:673)
>  at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:663)
>  at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>  at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>  at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>  at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:452)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)
>  at 
> org.netbeans.api.java.source.JavaSource.runModificationTask(JavaSource.java:684)
>  at 
> org.netbeans.modules.java.editor.imports.ClipboardHandler.doImport(ClipboardHandler.java:126)
>  at 
> org.netbeans.modules.java.editor.imports.ClipboardHand

[jira] [Commented] (NETBEANS-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev commented on NETBEANS-2940:
-

So far so good

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2956) NullPointerException during Import Classes operation after pasting Java code into Editor

2019-08-14 Thread Travis (JIRA)


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

Travis commented on NETBEANS-2956:
--

Yes this happened with nb-javac 1.6 installed, in all cases.  I will try to 
create and attach a sample project whenever I can get some time for this.  But 
that might not be soon, just due to time limitations.

> NullPointerException during Import Classes operation after pasting Java code 
> into Editor
> 
>
> Key: NETBEANS-2956
> URL: https://issues.apache.org/jira/browse/NETBEANS-2956
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 11.0, 11.1
> Environment: Project is being built using OpenJDK 12
> Same on Windows 10 and Linux
> Same when Netbeans is running on either JDK 8 or OpenJDK 12
> Same on Netbeans 11.0 and Netbeans 11.1 (both with nb-javac 1.6 installed)
> Same with new built-in Gradle plugin, or old Gradle Support plugin 2.0.0
> Gradle 5.5
>Reporter: Travis
>Assignee: ARUNAVA SINHA
>Priority: Major
>
> I'm building my Java project using OpenJDK 12 and Netbeans 11.1.  Everything 
> was working fine with the same project when it was built on JDK 8.  We 
> recently updated to JDK 12 and this problem appeared immediately at that time.
>  
> The problem happens reliably whenever I copy-paste code from one file to 
> another, and the code requires several imports to be added to the destination 
> file.  This causes the "Import Classes" dialog to appear.  When I hit "OK" 
> button there, I immediately get the NullPointerException shown below.  After 
> the exception, the code is still pasted, but the necessary import lines do 
> not get added.  Furthermore, manually running "Source:Fix Imports..." 
> afterward also fails to add the necessary imports.
> This bug makes the IDE pretty unusable for ongoing development work.  This is 
> forcing me and others on my team, sadly, to use a different IDE for now, as 
> we have found no workaround yet.
>  
> java.lang.NullPointerException
>  at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:334)
>  at 
> org.netbeans.lib.nbjavac.services.NBResolve.isAccessible(NBResolve.java:72)
>  at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:379)
>  at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:441)
>  at 
> org.netbeans.lib.nbjavac.services.NBResolve.isAccessible(NBResolve.java:66)
>  at com.sun.tools.javac.api.JavacTrees.isAccessible(JavacTrees.java:913)
>  at 
> org.netbeans.api.java.source.GeneratorUtilities.getImportedElement(GeneratorUtilities.java:1826)
>  at 
> org.netbeans.api.java.source.GeneratorUtilities.addImports(GeneratorUtilities.java:1173)
>  at 
> org.netbeans.modules.java.editor.imports.ClipboardHandler$1.run(ClipboardHandler.java:159)
>  at 
> org.netbeans.modules.java.editor.imports.ClipboardHandler$1.run(ClipboardHandler.java:126)
>  at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:673)
>  at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:663)
>  at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>  at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>  at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>  at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:452)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)
>  at 
> org.netbeans.api.java.source.JavaSource.runModificationTask(JavaSource.java:684)
>  at 
> org.netbeans.modules.java.editor.imports.ClipboardHandler.doImport(ClipboardHandler.java:126)
>  at 
> org.netbeans.modules.java.editor.imports.ClipboardHandler.access$100(ClipboardHandler.java:113)
>  at 
> org.netbeans.modules.java.editor.imports.ClipboardHandler$4$1.r

[jira] [Commented] (NETBEANS-2661) find-usages takes a LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO

2019-08-14 Thread Shevek (JIRA)


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

Shevek commented on NETBEANS-2661:
--

Also, the thing is, whatever data it spent 8 minutes initializing, the next 
time I do a find-usages, it initializes it again, so in combination with the 
IDE needing frequent restarts, this find-usages time is EVERY SINGLE TIME. So I 
just never use it any more.

Seems to be related to the number of open projects, and netbeans seems 
currently to be confused about which dependencies are unique vs shared - 
there's a bunch of issues around that which I havent' reported yet - could it 
be scanning JDK, Guava, etc multiple times, once per open project? This does 
seem to be related to the number of open projects.

> find-usages takes a 
> LO
> --
>
> Key: NETBEANS-2661
> URL: https://issues.apache.org/jira/browse/NETBEANS-2661
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Linux, JDK 1.8, etc
>Reporter: Shevek
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: PERFORMANCE, Performance, perf, perfomance, performance, 
> performence
> Attachments: find-usages-is-totally-unusable-11.1.npss, 
> netbeans-find-usages.npss
>
>
> OOOng time, like 5 minutes. Please see attached profile.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2661) find-usages takes a LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO

2019-08-14 Thread Shevek (JIRA)


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

Shevek commented on NETBEANS-2661:
--

Wasn't there once a thing which limited the scope of a search to e.g. open 
projects? Did that go away? I've no idea why it might be searching JDK for a 
method that JDK can't possibly call.

> find-usages takes a 
> LO
> --
>
> Key: NETBEANS-2661
> URL: https://issues.apache.org/jira/browse/NETBEANS-2661
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Linux, JDK 1.8, etc
>Reporter: Shevek
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: PERFORMANCE, Performance, perf, perfomance, performance, 
> performence
> Attachments: find-usages-is-totally-unusable-11.1.npss, 
> netbeans-find-usages.npss
>
>
> OOOng time, like 5 minutes. Please see attached profile.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2956) NullPointerException during Import Classes operation after pasting Java code into Editor

2019-08-14 Thread Travis (JIRA)


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

Travis updated NETBEANS-2956:
-
Environment: 
Project is being built using OpenJDK 12

Same on Windows 10 and Linux
Same when Netbeans is running on either JDK 8 or OpenJDK 12
Same on Netbeans 11.0 and Netbeans 11.1 (both with nb-javac 1.6 installed)
Same with new built-in Gradle plugin, or old Gradle Support plugin 2.0.0
Gradle 5.5

  was:
Project is being built using OpenJDK 12

Same on Windows 10 and Linux
Same when Netbeans is running on either JDK 8 or OpenJDK 12
Same on Netbeans 11.0 and Netbeans 11.1
Same with new built-in Gradle plugin, or old Gradle Support plugin 2.0.0
Gradle 5.5


> NullPointerException during Import Classes operation after pasting Java code 
> into Editor
> 
>
> Key: NETBEANS-2956
> URL: https://issues.apache.org/jira/browse/NETBEANS-2956
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 11.0, 11.1
> Environment: Project is being built using OpenJDK 12
> Same on Windows 10 and Linux
> Same when Netbeans is running on either JDK 8 or OpenJDK 12
> Same on Netbeans 11.0 and Netbeans 11.1 (both with nb-javac 1.6 installed)
> Same with new built-in Gradle plugin, or old Gradle Support plugin 2.0.0
> Gradle 5.5
>Reporter: Travis
>Assignee: ARUNAVA SINHA
>Priority: Major
>
> I'm building my Java project using OpenJDK 12 and Netbeans 11.1.  Everything 
> was working fine with the same project when it was built on JDK 8.  We 
> recently updated to JDK 12 and this problem appeared immediately at that time.
>  
> The problem happens reliably whenever I copy-paste code from one file to 
> another, and the code requires several imports to be added to the destination 
> file.  This causes the "Import Classes" dialog to appear.  When I hit "OK" 
> button there, I immediately get the NullPointerException shown below.  After 
> the exception, the code is still pasted, but the necessary import lines do 
> not get added.  Furthermore, manually running "Source:Fix Imports..." 
> afterward also fails to add the necessary imports.
> This bug makes the IDE pretty unusable for ongoing development work.  This is 
> forcing me and others on my team, sadly, to use a different IDE for now, as 
> we have found no workaround yet.
>  
> java.lang.NullPointerException
>  at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:334)
>  at 
> org.netbeans.lib.nbjavac.services.NBResolve.isAccessible(NBResolve.java:72)
>  at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:379)
>  at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:441)
>  at 
> org.netbeans.lib.nbjavac.services.NBResolve.isAccessible(NBResolve.java:66)
>  at com.sun.tools.javac.api.JavacTrees.isAccessible(JavacTrees.java:913)
>  at 
> org.netbeans.api.java.source.GeneratorUtilities.getImportedElement(GeneratorUtilities.java:1826)
>  at 
> org.netbeans.api.java.source.GeneratorUtilities.addImports(GeneratorUtilities.java:1173)
>  at 
> org.netbeans.modules.java.editor.imports.ClipboardHandler$1.run(ClipboardHandler.java:159)
>  at 
> org.netbeans.modules.java.editor.imports.ClipboardHandler$1.run(ClipboardHandler.java:126)
>  at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:673)
>  at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:663)
>  at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>  at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>  at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>  at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:452)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)
>  at 
> org.netbeans.api.java.source.JavaSource.runModificationTask(

[jira] [Commented] (NETBEANS-2661) find-usages takes a LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO

2019-08-14 Thread Shevek (JIRA)


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

Shevek commented on NETBEANS-2661:
--

ok, it finally completed, took about 8 minutes, and it found one usage only.

> find-usages takes a 
> LO
> --
>
> Key: NETBEANS-2661
> URL: https://issues.apache.org/jira/browse/NETBEANS-2661
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Linux, JDK 1.8, etc
>Reporter: Shevek
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: PERFORMANCE, Performance, perf, perfomance, performance, 
> performence
> Attachments: find-usages-is-totally-unusable-11.1.npss, 
> netbeans-find-usages.npss
>
>
> OOOng time, like 5 minutes. Please see attached profile.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2661) find-usages takes a LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO

2019-08-14 Thread Shevek (JIRA)


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

Shevek updated NETBEANS-2661:
-
Attachment: find-usages-is-totally-unusable-11.1.npss

> find-usages takes a 
> LO
> --
>
> Key: NETBEANS-2661
> URL: https://issues.apache.org/jira/browse/NETBEANS-2661
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Linux, JDK 1.8, etc
>Reporter: Shevek
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: PERFORMANCE, Performance, perf, perfomance, performance, 
> performence
> Attachments: find-usages-is-totally-unusable-11.1.npss, 
> netbeans-find-usages.npss
>
>
> OOOng time, like 5 minutes. Please see attached profile.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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] [Reopened] (NETBEANS-2661) find-usages takes a LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO

2019-08-14 Thread Shevek (JIRA)


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

Shevek reopened NETBEANS-2661:
--

oh my god definitely still an issue. I'm just capturing a trace of nb 11.1 
doing a find-usages on the simplest possible case, a non-override, 
non-overridden public method in a public class, but it's taken so long that ... 
I'm just going to stop the profile and give you what I've got. I've given up 
entirely on ever using find-usages, I just use git grep these days.

The only copy of the JDK I have is the one Ubuntu installs when I apt-get 
install openjdk-source. I did add the sources jar to the JDK platform, or did 
that happen automatically... but I definitely didn't put it in a nbinst dir, 
whatever that is.the only thing I've done in netbeans is to remove 
masterfs-linux.

> find-usages takes a 
> LO
> --
>
> Key: NETBEANS-2661
> URL: https://issues.apache.org/jira/browse/NETBEANS-2661
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Linux, JDK 1.8, etc
>Reporter: Shevek
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: PERFORMANCE, Performance, perf, perfomance, performance, 
> performence
> Attachments: netbeans-find-usages.npss
>
>
> OOOng time, like 5 minutes. Please see attached profile.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2985) AssertionError when autocompleting method call

2019-08-14 Thread Will Shackleford (JIRA)
Will Shackleford created NETBEANS-2985:
--

 Summary: AssertionError when autocompleting method call
 Key: NETBEANS-2985
 URL: https://issues.apache.org/jira/browse/NETBEANS-2985
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Completion & Templates
Affects Versions: 11.1
Reporter: Will Shackleford


When autocompleting a method call in the code below after the "listB." to any 
method that has atleast one parameter  an AssertError will occur and no 
completion will be generated. Methods with no parameter like size() and clear() 
will not throw the error and will complete as expected.  Removing any of the 
otherwise unnecessary variables  in the code or the nested for loops also seems 
to eliminate the problem and the code will complete as expected.

 

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package com.mycompany.mavenproject2;

import java.util.ArrayList;

/**
 *
 * @author Will Shackleford \{@literal }
 */
public class NewClass {
    
   
    
    
    private Object[][] createArray(Object param) {
    Object[][] array = new Object[10][];
    for (int i = 0; i < array.length; i++) {
    Object someObject = new Object();
    ArrayList listA = new ArrayList<>();
    ArrayList listB = new ArrayList<>();
    for (int j = 0; j < listA.size(); j++) {
    // autocomplete to any ArrayList method with atleast one 
parameter
    // such as get or add, size() or clear will not cause exception
    Object listMethodReturn = listB.
   
    }
    }
    return array;
    }
    
}

 

Log shows:

 

 

 

---
>Log Session: Wednesday, August 14, 2019 at 10:06:16 AM Eastern Daylight Time
>System Info: 
  Product Version = Apache NetBeans IDE 11.1
  Operating System    = Linux version 4.15.0-54-generic running on amd64
  Java; VM; Vendor    = 12; OpenJDK 64-Bit Server VM 12+33; AdoptOpenJDK
  Runtime = OpenJDK Runtime Environment 12+33
  Java Home   = /home/shackle/adoptopenjdk/jdk-12+33
  System Locale; Encoding = en_US (nb); UTF-8
  Home Directory  = /home/shackle
  Current Directory   = /home/shackle
  User Directory  = /home/shackle/.netbeans/11.1
  Cache Directory = /home/shackle/.cache/netbeans/11.1
  Installation    = /home/shackle/netbeans-11.1/nb
    /home/shackle/netbeans-11.1/ergonomics
    /home/shackle/netbeans-11.1/ide
    /home/shackle/netbeans-11.1/extide
    /home/shackle/netbeans-11.1/java
    /home/shackle/netbeans-11.1/apisupport
    /home/shackle/netbeans-11.1/webcommon
    /home/shackle/netbeans-11.1/websvccommon
    /home/shackle/netbeans-11.1/enterprise
    /home/shackle/netbeans-11.1/profiler
    /home/shackle/netbeans-11.1/php
    /home/shackle/netbeans-11.1/harness
    /home/shackle/netbeans-11.1/groovy
    /home/shackle/netbeans-11.1/javafx
    /home/shackle/netbeans-11.1/platform
  Boot & Ext. Classpath   = 
  Application Classpath   = 
/home/shackle/netbeans-11.1/platform/lib/boot.jar:/home/shackle/netbeans-11.1/platform/lib/org-openide-modules.jar:/home/shackle/netbeans-11.1/platform/lib/org-openide-util.jar:/home/shackle/netbeans-11.1/platform/lib/org-openide-util-lookup.jar:/home/shackle/netbeans-11.1/platform/lib/org-openide-util-ui.jar
  Startup Classpath   = 
/home/shackle/netbeans-11.1/platform/core/asm-all-5.0.1.jar:/home/shackle/netbeans-11.1/platform/core/org-openide-filesystems-compat8.jar:/home/shackle/netbeans-11.1/platform/core/org-openide-filesystems.jar:/home/shackle/netbeans-11.1/platform/core/org-netbeans-libs-asm.jar:/home/shackle/netbeans-11.1/platform/core/core.jar:/home/shackle/netbeans-11.1/platform/core/core-base.jar:/home/shackle/netbeans-11.1/nb/core/org-netbeans-upgrader.jar:/home/shackle/netbeans-11.1/nb/core/locale/core_nb.jar
---
INFO [org.netbeans.modules.netbinox]: Install area set to 
file:/home/shackle/netbeans-11.1/
WARNING [org.netbeans.core.modules]: the modules 
[org.netbeans.modules.java.editor.lib, org.netbeans.modules.xml.text] use 
org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.ide.kit, 
org.netbeans.modules.xml.

[jira] [Commented] (NETBEANS-53) PHP7.1 Setter/Getter code generation static types

2019-08-14 Thread JIRA


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

Tomáš Procházka commented on NETBEANS-53:
-

[~junichi11] Thank you. I'm switching to NetBeans from master for daily work ;)

One small nitpick - could you, please, add "void" return type for generated 
setter in PHP >7.1 when setter is not fluent?

Example:
{code:java}
 public function setFoo(?string $foo): void {
$this->foo = $foo;
}{code}


> PHP7.1 Setter/Getter code generation static types
> -
>
> Key: NETBEANS-53
> URL: https://issues.apache.org/jira/browse/NETBEANS-53
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Reporter: Ádám Turcsán
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.2
>
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> The Insert code... / Setters/getters... functionality works great and uses 
> the docblock typehints as well but with static types (int, string) it 
> generates the setters and getter without argument types or return types.
> It would be great if it could work with static types as well.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/14/19 1:31 PM:
--

I checked the heavy scenario with this build:
* remove *node_modules* from root of the project and than run ```npm install```
* remove *vendor* folder from root of the project and run ```composer update```

All project deps was successfully updated. "Check for external changes 
Suspended" does not arised.

So I think issue is fixed.

*PS*
Here is snapshot of this check:  [^selfsampler9035236510445031912.npss] 

And I also found such usability problem: 
https://issues.apache.org/jira/browse/NETBEANS-2984




was (Author: uran1980):
I checked the heavy scenario with this build:
* remove *node_modules* from root of the project and than run ```npm install```
* remove *vendor* folder from root of the project and run ```composer update```

All project deps was successfully updated. "Check for external changes 
Suspended" does not arised.

So I think issue is fixed.

*PS*
Here is snapshot of this check:  [^selfsampler9035236510445031912.npss] 

And I also found such usability a problem: 
https://issues.apache.org/jira/browse/NETBEANS-2984



> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/14/19 1:31 PM:
--

I checked the heavy scenario with this build:
* remove *node_modules* from root of the project and than run ```npm install```
* remove *vendor* folder from root of the project and run ```composer update```

All project deps was successfully updated. "Check for external changes 
Suspended" does not arised.

So I think issue is fixed.

*PS*
Here is snapshot of this check:  [^selfsampler9035236510445031912.npss] 

Also I found such usability problem: 
https://issues.apache.org/jira/browse/NETBEANS-2984




was (Author: uran1980):
I checked the heavy scenario with this build:
* remove *node_modules* from root of the project and than run ```npm install```
* remove *vendor* folder from root of the project and run ```composer update```

All project deps was successfully updated. "Check for external changes 
Suspended" does not arised.

So I think issue is fixed.

*PS*
Here is snapshot of this check:  [^selfsampler9035236510445031912.npss] 

And I also found such usability problem: 
https://issues.apache.org/jira/browse/NETBEANS-2984



> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/14/19 1:30 PM:
--

I checked the heavy scenario with this build:
* remove *node_modules* from root of the project and than run ```npm install```
* remove *vendor* folder from root of the project and run ```composer update```

All project deps was successfully updated. "Check for external changes 
Suspended" does not arised.

So I think issue is fixed.

*PS*
Here is snapshot of this check:  [^selfsampler9035236510445031912.npss] 

And I also found such usability a problem: 
https://issues.apache.org/jira/browse/NETBEANS-2984




was (Author: uran1980):
I checked the heavy scenario with this build:
* remove *node_modules* from root of the project and than run ```npm install```
* remove *vendor* folder from root of the project and run ```composer update```

All project deps was successfully update. "Check for external changes 
Suspended" does not arised.

So I think issue is fixed.

*PS*
Here is snapshot of this check:  [^selfsampler9035236510445031912.npss] 

And I also found such usability a problem: 
https://issues.apache.org/jira/browse/NETBEANS-2984



> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/14/19 1:27 PM:
--

I checked the heavy scenario with this build:
* remove *node_modules* from root of the project and than run ```npm install```
* remove *vendor* folder from root of the project and run ```composer update```

All project deps was successfully update. "Check for external changes 
Suspended" does not arised.

So I think issue is fixed.

*PS*
Here is snapshot of this check:  [^selfsampler9035236510445031912.npss] 

And I also found such usability a problem: 
https://issues.apache.org/jira/browse/NETBEANS-2984




was (Author: uran1980):
I checked the heavy scenario with this build:
* remove *node_modules* from root of the project and than run ```npm install```
* remove *vendor* folder from root of the project and run ```composer update```

All project deps was successfully update. "Check for external changes 
Suspended" does not arised.

So I think issue is fixed.

*PS*
Here is snapshot of this check:  [^selfsampler9035236510445031912.npss] 


> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2971) Missing spaces in anonymous function declaration

2019-08-14 Thread JIRA


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

Tomáš Procházka commented on NETBEANS-2971:
---

Thanks for the fix.

Tested it, works as expected, excellent.

> Missing spaces in anonymous function declaration
> 
>
> Key: NETBEANS-2971
> URL: https://issues.apache.org/jira/browse/NETBEANS-2971
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Formatting & Indentation
>Affects Versions: 11.1
>Reporter: Tomáš Procházka
>Assignee: Junichi Yamamoto
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 11.2
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Formatting arguments of anonymous function is not consistent with formatting 
> of regular functions.
> # In PHP project properties set Formatting - Use project specific options.
> # Language: PHP, Category: Spaces
> # Check mark Within Parentheses - Method / Function Declaration
> # Format code
> Actual result:
> {code:php}
> function fn( $a ) {
> return $a;
> }
> $func = function ($a) use ($x) {
> return $a + $x;
> };
> {code}
> Expeceted result:
> {code:php}
> function fn( $a ) {
> return $a;
> }
> $func = function ( $a ) use ( $x ) {
> return $a + $x;
> };
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/14/19 1:25 PM:
--

I checked the heavy scenario with this build:
* remove *node_modules* from root of the project and than run ```npm install```
* remove *vendor* folder from root of the project and run ```composer update```

All project deps was successfully update. "Check for external changes 
Suspended" does not arised.

So I think issue is fixed.

*PS*
Here is snapshot of this check:  [^selfsampler9035236510445031912.npss] 



was (Author: uran1980):
I checked the heavy scenario with this build:
* remove *node_modules* from root of the project and than run ```npm install```
* remove *vendor* folder from root of the project and run ```composer update```

All project deps was successfully update. "Check for external changes 
Suspended" does not arised.

So I think issue is fixed.

PS
Here is snapshot of this check:  [^selfsampler9035236510445031912.npss] 


> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/14/19 1:24 PM:
--

I checked the heavy scenario with this build:
* remove *node_modules* from root of the project and than run ```npm install```
* remove *vendor* folder from root of the project and run ```composer update```

All project deps was successfully update. "Check for external changes 
Suspended" does not arised.

So I think issue is fixed.

PS
Here is snapshot of this check:  [^selfsampler9035236510445031912.npss] 



was (Author: uran1980):
I checked the heavy scenario with this build:
* remove *node_modules* from root of the project and than run ```npm install```
* remove *vendor* folder from root of the project and run ```composer update```

All project deps was successfully update. "Check for external changes 
Suspended" does not araised.

So I think issue is fixed.

PS
Here is snapshot of this check:  [^selfsampler9035236510445031912.npss] 


> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev updated NETBEANS-2940:

Attachment: selfsampler9035236510445031912.npss

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev commented on NETBEANS-2940:
-

I checked the heavy scenario with this build:
* remove *node_modules* from root of the project and than run ```npm install```
* remove *vendor* folder from root of the project and run ```composer update```

All project deps was successfully update. "Check for external changes 
Suspended" does not araised.

So I think issue is fixed.

PS
Here is snapshot of this check:  [^selfsampler9035236510445031912.npss] 


> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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] [Closed] (NETBEANS-2874) app.conf + launcher does not work on OSX

2019-08-14 Thread Christian Oyarzun (JIRA)


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

Christian Oyarzun closed NETBEANS-2874.
---
   Resolution: Fixed
Fix Version/s: 11.1

This was fixed with [https://github.com/apache/netbeans/pull/1203]

> app.conf + launcher does not work on OSX
> 
>
> Key: NETBEANS-2874
> URL: https://issues.apache.org/jira/browse/NETBEANS-2874
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Harness
>Affects Versions: 11.0
> Environment: OSX
>Reporter: Steven Yi
>Priority: Major
> Fix For: 11.1
>
>
> Building an NB platform application using Ant with Netbeans 11.0, I found 
> that the generated .app when using build-mac does not run correctly. It 
> appears to me that the cause is that the application's executable script 
> (copied from harness) has this code:
> case "`uname`" in
>  Darwin*)
>  userdir="${default_mac_userdir}"
>  ;;
>  *)
>  userdir="${default_userdir}"
>  ;;
> esac
>  
> while the app.conf that is copied from the harness only has default_userdir 
> defined:
> default_userdir="${DEFAULT_USERDIR_ROOT}/dev"
>  
> The userdir gets set to the $PWD if launched from commandline, but I think 
> set to ""  when the .app is double-clicked. 
> I modified my build to append:
>  
> default_mac_userdir="${DEFAULT_USERDIR_ROOT}/dev"
>  
> to the copied app.conf and that seems to work, but I am unsure what the 
> intention of the default_mac_userdir is and if that conditional code 
> shouldn't be removed from the default executable shell script for platform 
> apps. 
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2984) Restore droped functionality of SQL-explorer ("Pack All Collumns" and "Pack Selected Collumns")

2019-08-14 Thread Ivan Yakovlev (JIRA)
Ivan Yakovlev created NETBEANS-2984:
---

 Summary: Restore droped functionality of SQL-explorer ("Pack All 
Collumns" and  "Pack Selected Collumns")
 Key: NETBEANS-2984
 URL: https://issues.apache.org/jira/browse/NETBEANS-2984
 Project: NetBeans
  Issue Type: Improvement
Reporter: Ivan Yakovlev
 Attachments: 2019-08-14-12-00-SQL-11.1-screen.png, 
2019-08-14-12-00-SQL-8.2-screen.png

On NetBeans 8.2 in SQL-explorer I could "Pack All Collumns" and  "Pack Selected 
Collumns".
Also if on Netbeans 8.2 i doble-click on columns divider, than it change column 
width to fit the content. 
Screen: [^2019-08-14-12-00-SQL-8.2-screen.png]

On Netbeans 11 I can't do the same. I can only "Fit column width"
Screen: [^2019-08-14-12-00-SQL-11.1-screen.png]







--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/14/19 12:02 PM:
---

> What you are seeing now is a normal operation.

Now everything is ok. If something appears I will inform you.


was (Author: uran1980):
> What you are seeing now is a normal operation.

Now everything is ok. If something appears I will inform

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/14/19 12:01 PM:
---

> What you are seeing now is a normal operation.

Now everything is ok. If something appears I will inform


was (Author: uran1980):
> What you are seeing now is a normal operation.

Now all is ok. Now everything is ok. If something appears I will inform you.

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev commented on NETBEANS-2940:
-

> What you are seeing now is a normal operation.

Now all is ok. Now everything is ok. If something appears I will inform you.

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2940:
---

Btw the check for external changes (suspended) happens, when the IDE starts 
indexing the sources, it is resumed after the i dexing finishes. Then it shall 
dissapear after a while. Theoretically it could trigger another indexing round. 
What you are seeing now is a normal operation.

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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: [NETBEANS-2975]: Schema2Beans shouldn't return 'null' for primitive types.

2019-08-14 Thread ehsavoie
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new ab7f385  [NETBEANS-2975]: Schema2Beans shouldn't return 'null' for 
primitive types.
 new 7337d1e  Merge pull request #1420 from ehsavoie/NETBEANS-2975
ab7f385 is described below

commit ab7f3852b711a9010f4fc91c2506590dc334f54d
Author: Emmanuel Hugonnet 
AuthorDate: Mon Aug 12 12:08:21 2019 +0200

[NETBEANS-2975]: Schema2Beans shouldn't return 'null' for primitive types.

* Fixing the returned value.

Jira: https://issues.apache.org/jira/browse/NETBEANS-2975
---
 .../src/org/netbeans/modules/schema2beansdev/BeanClass.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ide/schema2beans/src/org/netbeans/modules/schema2beansdev/BeanClass.java 
b/ide/schema2beans/src/org/netbeans/modules/schema2beansdev/BeanClass.java
index 0bc2e01..358e0ed 100644
--- a/ide/schema2beans/src/org/netbeans/modules/schema2beansdev/BeanClass.java
+++ b/ide/schema2beans/src/org/netbeans/modules/schema2beansdev/BeanClass.java
@@ -859,7 +859,7 @@ public class BeanClass extends AbstractCodeGeneratorClass 
implements CodeGenerat
 AttrProp attrProp = a.getAttrProp();
 jw.comment("If our element does not exist, then the attribute 
does not exist.");
 jw.beginIf("size("+attributeOwner.constName+") == 0");
-jw.writeEol("return null");
+jw.writeEol("return " + 
JavaUtil.nullValueForType(a.getType()));
 jw.endElseBegin();
 jw.write("return ");
 jw.writeEol(JavaUtil.genParseText(a.getType(), 
"getAttributeValue("+attributeOwner.constName+ ((attributeOwner.isIndexed()) ? 
", index" : "") +", \""+attrProp.getName()+"\")", config.isForME()));


-
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-2971) Missing spaces in anonymous function declaration

2019-08-14 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto resolved NETBEANS-2971.

   Resolution: Fixed
Fix Version/s: 11.2

> Missing spaces in anonymous function declaration
> 
>
> Key: NETBEANS-2971
> URL: https://issues.apache.org/jira/browse/NETBEANS-2971
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Formatting & Indentation
>Affects Versions: 11.1
>Reporter: Tomáš Procházka
>Assignee: Junichi Yamamoto
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 11.2
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Formatting arguments of anonymous function is not consistent with formatting 
> of regular functions.
> # In PHP project properties set Formatting - Use project specific options.
> # Language: PHP, Category: Spaces
> # Check mark Within Parentheses - Method / Function Declaration
> # Format code
> Actual result:
> {code:php}
> function fn( $a ) {
> return $a;
> }
> $func = function ($a) use ($x) {
> return $a + $x;
> };
> {code}
> Expeceted result:
> {code:php}
> function fn( $a ) {
> return $a;
> }
> $func = function ( $a ) use ( $x ) {
> return $a + $x;
> };
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-53) PHP7.1 Setter/Getter code generation static types

2019-08-14 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto resolved NETBEANS-53.
--
   Resolution: Fixed
Fix Version/s: 11.2

[~LWjuniOr] I'm sorry I'm late. Fixed.

> PHP7.1 Setter/Getter code generation static types
> -
>
> Key: NETBEANS-53
> URL: https://issues.apache.org/jira/browse/NETBEANS-53
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Reporter: Ádám Turcsán
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.2
>
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> The Insert code... / Setters/getters... functionality works great and uses 
> the docblock typehints as well but with static types (int, string) it 
> generates the setters and getter without argument types or return types.
> It would be great if it could work with static types as well.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/14/19 10:34 AM:
---

I rebuilt the Netbeans 11.1 from  "NETBEANS-2940" branch.
```
*Product Version: Apache NetBeans IDE Dev (Build 20190814-1661031122a8)*
Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
System: Linux version 4.15.0-55-generic running on amd64; UTF-8; ru_RU (nb)
User directory: /home/uran1980/.netbeans/dev
Cache directory: /home/uran1980/.cache/netbeans/dev
```
1) At first everything worked fine:  [^selfsampler5156665032004940801.npss]
2) Than "Checkin for external changes Suspended" arised again and in about 5 
minutes NB start "Refreshing indices" - 
[^2019-08-14-12-00-Refreshing-indices-03.png] snapshort:  
[^selfsampler15232135153799309662.npss] 
3) than when refreshing has been compleeted "Check for external changes" 
disappired

Now all work just fine, nothing is checking on current moment.
I will continue to check further...




was (Author: uran1980):
I rebuilt the Netbeans 11.1 from  "NETBEANS-2940" branch.
```
*Product Version: Apache NetBeans IDE Dev (Build 20190814-1661031122a8)*
Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
System: Linux version 4.15.0-55-generic running on amd64; UTF-8; ru_RU (nb)
User directory: /home/uran1980/.netbeans/dev
Cache directory: /home/uran1980/.cache/netbeans/dev
```
1) At first everything worked fine:  [^selfsampler5156665032004940801.npss]
2) Than "Checkin for external changes Suspended" arised again and in 5 minutes 
NB start "Refreshing indices" - [^2019-08-14-12-00-Refreshing-indices-03.png] 
snapshort:  [^selfsampler15232135153799309662.npss] 
3) than when refreshing has been compleeted "Check for external changes" 
disappired

Now all work just fine, nothing is checking on current moment.
I will continue to check further...



> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/14/19 10:34 AM:
---

I rebuilt the Netbeans 11.1 from  "NETBEANS-2940" branch.
```
*Product Version: Apache NetBeans IDE Dev (Build 20190814-1661031122a8)*
Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
System: Linux version 4.15.0-55-generic running on amd64; UTF-8; ru_RU (nb)
User directory: /home/uran1980/.netbeans/dev
Cache directory: /home/uran1980/.cache/netbeans/dev
```
1) At first everything worked fine:  [^selfsampler5156665032004940801.npss]
2) Than "Checkin for external changes Suspended" arised again and in about 5 
minutes NB started to "Refreshing indices" - 
[^2019-08-14-12-00-Refreshing-indices-03.png] snapshort:  
[^selfsampler15232135153799309662.npss] 
3) than when refreshing has been compleeted "Check for external changes" 
disappired

Now all work just fine, nothing is checking on current moment.
I will continue to check further...




was (Author: uran1980):
I rebuilt the Netbeans 11.1 from  "NETBEANS-2940" branch.
```
*Product Version: Apache NetBeans IDE Dev (Build 20190814-1661031122a8)*
Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
System: Linux version 4.15.0-55-generic running on amd64; UTF-8; ru_RU (nb)
User directory: /home/uran1980/.netbeans/dev
Cache directory: /home/uran1980/.cache/netbeans/dev
```
1) At first everything worked fine:  [^selfsampler5156665032004940801.npss]
2) Than "Checkin for external changes Suspended" arised again and in about 5 
minutes NB start "Refreshing indices" - 
[^2019-08-14-12-00-Refreshing-indices-03.png] snapshort:  
[^selfsampler15232135153799309662.npss] 
3) than when refreshing has been compleeted "Check for external changes" 
disappired

Now all work just fine, nothing is checking on current moment.
I will continue to check further...



> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/14/19 10:32 AM:
---

I rebuilt the Netbeans 11.1 from  "NETBEANS-2940" branch.
```
*Product Version: Apache NetBeans IDE Dev (Build 20190814-1661031122a8)*
Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
System: Linux version 4.15.0-55-generic running on amd64; UTF-8; ru_RU (nb)
User directory: /home/uran1980/.netbeans/dev
Cache directory: /home/uran1980/.cache/netbeans/dev
```
1) At first everything worked fine:  [^selfsampler5156665032004940801.npss]
2) Than "Checkin for external changes Suspended" arised again and in 5 minutes 
NB start "Refreshing indices" - [^2019-08-14-12-00-Refreshing-indices-03.png] 
snapshort:  [^selfsampler15232135153799309662.npss] 
3) than when refreshing has been compleeted "Check for external changes" 
disappired

Now all work just fine, nothing is checking on current moment.
I will continue to check further...




was (Author: uran1980):
I rebuilt the Netbeans 11.1 from  "NETBEANS-2940" branch.
```
*Product Version: Apache NetBeans IDE Dev (Build 20190814-1661031122a8)*
Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
System: Linux version 4.15.0-55-generic running on amd64; UTF-8; ru_RU (nb)
User directory: /home/uran1980/.netbeans/dev
Cache directory: /home/uran1980/.cache/netbeans/dev
```
1) At first everything worked fine:  [^selfsampler5156665032004940801.npss]
2) Than "Checkin for external changes Suspended" arised again and in 5 minutes 
NB start "Refreshing indices" - [^2019-08-14-12-00-Refreshing-indices-03.png] 
snapshort:  [^selfsampler15232135153799309662.npss] 
3) than when refreshing has been compleeted "Check for external changes" 
disappired

Now all work just fine, nothing is checking on current moment.
I will checking further...



> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/14/19 10:31 AM:
---

I rebuilt the Netbeans 11.1 from  "NETBEANS-2940" branch.
```
*Product Version: Apache NetBeans IDE Dev (Build 20190814-1661031122a8)*
Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
System: Linux version 4.15.0-55-generic running on amd64; UTF-8; ru_RU (nb)
User directory: /home/uran1980/.netbeans/dev
Cache directory: /home/uran1980/.cache/netbeans/dev
```
1) At first everything worked fine:  [^selfsampler5156665032004940801.npss]
2) Than "Checkin for external changes Suspended" arised again and in 5 minutes 
NB start "Refreshing indices" - [^2019-08-14-12-00-Refreshing-indices-03.png] 
snapshort:  [^selfsampler15232135153799309662.npss] 
3) than when refreshing has been compleeted "Check for external changes" 
disappired

Now all work just fine, nothing is checking on current moment.
I will checking further...




was (Author: uran1980):
I rebuilt the Netbeans 11.1 from  "NETBEANS-2940" branch.
```
*Product Version: Apache NetBeans IDE Dev (Build 20190814-1661031122a8)*
Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
System: Linux version 4.15.0-55-generic running on amd64; UTF-8; ru_RU (nb)
User directory: /home/uran1980/.netbeans/dev
Cache directory: /home/uran1980/.cache/netbeans/dev
```
1) At first everything worked fine:  [^selfsampler5156665032004940801.npss]
2) Than "Checkin for external changes Suspended" arised again and in 5 minutes 
NB start "Refreshing indices" - [^2019-08-14-12-00-Refreshing-indices-03.png] 
snapshort:  [^selfsampler15232135153799309662.npss] 
3) than when refreshing has been compleeted "Check for external changes" 
disappired

Now all work just fine, nothing is checking on current time
I will checking further...



> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/14/19 10:31 AM:
---

I rebuilt the Netbeans 11.1 from  "NETBEANS-2940" branch.
```
*Product Version: Apache NetBeans IDE Dev (Build 20190814-1661031122a8)*
Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
System: Linux version 4.15.0-55-generic running on amd64; UTF-8; ru_RU (nb)
User directory: /home/uran1980/.netbeans/dev
Cache directory: /home/uran1980/.cache/netbeans/dev
```
1) At first everything worked fine:  [^selfsampler5156665032004940801.npss]
2) Than "Checkin for external changes Suspended" arised again and in 5 minutes 
NB start "Refreshing indices" - [^2019-08-14-12-00-Refreshing-indices-03.png] 
snapshort:  [^selfsampler15232135153799309662.npss] 
3) than when refreshing has been compleeted "Check for external changes" 
disappired

Now all work just fine, nothing is checking on current time
I will checking further...




was (Author: uran1980):
I rebuilt the Netbeans 11.1 from  "NETBEANS-2940" branch.
```
*Product Version: Apache NetBeans IDE Dev (Build 20190814-1661031122a8)*
Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
System: Linux version 4.15.0-55-generic running on amd64; UTF-8; ru_RU (nb)
User directory: /home/uran1980/.netbeans/dev
Cache directory: /home/uran1980/.cache/netbeans/dev
```
1) At first everything worked fine:  [^selfsampler5156665032004940801.npss]
2) Than "Checkin for external changes Suspended" arised again and in 5 minutes 
NB start "Refreshing indices" - [^2019-08-14-12-00-Refreshing-indices-03.png] 
snapshort:  [^selfsampler15232135153799309662.npss] 
3) than when refreshing has been compleeted "Check for external changes" 
disappired

Now all clear, nothing is checking on current time
I will checking further...



> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/14/19 10:30 AM:
---

I rebuilt the Netbeans 11.1 from  "NETBEANS-2940" branch.
```
*Product Version: Apache NetBeans IDE Dev (Build 20190814-1661031122a8)*
Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
System: Linux version 4.15.0-55-generic running on amd64; UTF-8; ru_RU (nb)
User directory: /home/uran1980/.netbeans/dev
Cache directory: /home/uran1980/.cache/netbeans/dev
```
1) At first everything worked fine:  [^selfsampler5156665032004940801.npss]
2) Than "Checkin for external changes Suspended" arised again and in 5 minutes 
NB start "Refreshing indices" - [^2019-08-14-12-00-Refreshing-indices-03.png] 
snapshort:  [^selfsampler15232135153799309662.npss] 
3) than when refreshing has been compleeted "Check for external changes" 
disappired

Now all clear, nothing is checking on current time
I will checking further...




was (Author: uran1980):
I rebuilt the Netbeans 11.1 from  "NETBEANS-2940" branch.
```
*Product Version: Apache NetBeans IDE Dev (Build 20190814-1661031122a8)*
Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
System: Linux version 4.15.0-55-generic running on amd64; UTF-8; ru_RU (nb)
User directory: /home/uran1980/.netbeans/dev
Cache directory: /home/uran1980/.cache/netbeans/dev
```
1) At first everything worked fine:  [^selfsampler5156665032004940801.npss]
2) Than "Checkin for external changes Suspended" arised again and in 5 minutes 
NB start "Refreshing indices" - [^2019-08-14-12-00-Refreshing-indices-03.png] 
snapshort:  [^selfsampler15232135153799309662.npss] 
3) than when refreshing has been compleeted "Check for external changes" 
disappired

Now all clear, nothing is checking on current time
I will check further...



> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev updated NETBEANS-2940:

Attachment: 2019-08-14-12-00-Refreshing-indices-03.png

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev updated NETBEANS-2940:

Attachment: (was: 2019-08-14-12-00-Refreshing-indices-02.png)

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev updated NETBEANS-2940:

Attachment: (was: 2019-08-09-14-00-03.png)

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev updated NETBEANS-2940:

Attachment: 2019-08-09-14-00-03.png

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-02.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/14/19 10:26 AM:
---

I rebuilt the Netbeans 11.1 from  "NETBEANS-2940" branch.
```
*Product Version: Apache NetBeans IDE Dev (Build 20190814-1661031122a8)*
Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
System: Linux version 4.15.0-55-generic running on amd64; UTF-8; ru_RU (nb)
User directory: /home/uran1980/.netbeans/dev
Cache directory: /home/uran1980/.cache/netbeans/dev
```
1) At first everything worked fine:  [^selfsampler5156665032004940801.npss]
2) Than "Checkin for external changes Suspended" arised again and in 5 minutes 
NB start "Refreshing indices" - [^2019-08-14-12-00-Refreshing-indices-03.png] 
snapshort:  [^selfsampler15232135153799309662.npss] 
3) than when refreshing has been compleeted "Check for external changes" 
disappired

Now all clear, nothing is checking on current time
I will check further...




was (Author: uran1980):
I rebuilt the Netbeans 11.1 from  "NETBEANS-2940" branch.
```
*Product Version: Apache NetBeans IDE Dev (Build 20190814-1661031122a8)*
Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
System: Linux version 4.15.0-55-generic running on amd64; UTF-8; ru_RU (nb)
User directory: /home/uran1980/.netbeans/dev
Cache directory: /home/uran1980/.cache/netbeans/dev
```
1) At first everything worked fine:  [^selfsampler5156665032004940801.npss]
2) Than "Checkin for external changes Suspended" arised again and in 5 minutes 
NB start "Refreshing indices" - [^2019-08-14-12-00-Refreshing-indices-02.png] 
snapshort:  [^selfsampler15232135153799309662.npss] 
3) than when refreshing has been compleeted "Check for external changes" 
disappired

Now all clear, nothing is checking on current time
I will check further...



> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-02.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev updated NETBEANS-2940:

Attachment: (was: 2019-08-14-12-00-Refreshing-indices.png)

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-02.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/14/19 10:24 AM:
---

I rebuilt the Netbeans 11.1 from  "NETBEANS-2940" branch.
```
*Product Version: Apache NetBeans IDE Dev (Build 20190814-1661031122a8)*
Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
System: Linux version 4.15.0-55-generic running on amd64; UTF-8; ru_RU (nb)
User directory: /home/uran1980/.netbeans/dev
Cache directory: /home/uran1980/.cache/netbeans/dev
```
1) At first everything worked fine:  [^selfsampler5156665032004940801.npss]
2) Than "Checkin for external changes Suspended" arised again and in 5 minutes 
NB start "Refreshing indices" - [^2019-08-14-12-00-Refreshing-indices-02.png] 
snapshort:  [^selfsampler15232135153799309662.npss] 
3) than when refreshing has been compleeted "Check for external changes" 
disappired

Now all clear, nothing is checking on current time
I will check further...




was (Author: uran1980):
I rebuilt the Netbeans 11.1 from  "NETBEANS-2940" branch.
```
*Product Version: Apache NetBeans IDE Dev (Build 20190814-1661031122a8)*
Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
System: Linux version 4.15.0-55-generic running on amd64; UTF-8; ru_RU (nb)
User directory: /home/uran1980/.netbeans/dev
Cache directory: /home/uran1980/.cache/netbeans/dev
```
1) At first everything worked fine:  [^selfsampler5156665032004940801.npss]
2) Than "Checkin for external changes Suspended" arised again and in 5 minutes 
NB start "Refreshing indices" - [^2019-08-14-12-00-Refreshing-indices.png] 
snapshort:  [^selfsampler15232135153799309662.npss] 
3) than when refreshing has been compleeted "Check for external changes" 
disappired

Now all clear, nothing is checking on current time
I will check further...



> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-02.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev updated NETBEANS-2940:

Attachment: 2019-08-14-12-00-Refreshing-indices-02.png

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-02.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-1836) Out of heap space removing large number of nodes

2019-08-14 Thread ASF GitHub Bot (JIRA)


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

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

> Out of heap space removing large number of nodes
> 
>
> Key: NETBEANS-1836
> URL: https://issues.apache.org/jira/browse/NETBEANS-1836
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Explorer
>Affects Versions: 8.2
>Reporter: Rangi Keen
>Priority: Critical
>  Labels: pull-request-available
> Attachments: RemoveNodeOutOfHeapSpace.patch
>
>
> If you remove a large number of selected nodes (e.g. 10,000), you may run out 
> of heap space. Note that this does not occur when deleting nodes because the 
> nodes are first deselected, but it will happen if the nodes to be removed are 
> not first deselected.
> This seems to be related to [bug 
> #193852|https://netbeans.org/bugzilla/show_bug.cgi?id=193852] designed to 
> attempt to maintain cursor position when removing a node from the tree. Prior 
> to the change for this bug, the node parent was set to null when the node was 
> destroyed and therefore was not added to the list of nodes to be deselected 
> in {{org.openide.explorer.view.TreeView.removedNodes}}.
> One fix (in [^RemoveNodeOutOfHeapSpace.patch]) is to change the check in 
> {{org.openide.explorer.view.TreeView.removedNodes}} when adding to the 
> removed selection list ({{remSel}}) to avoid adding paths for the nodes that 
> will be deleted and only add the selected child nodes. This was put in place 
> to avoid leaking memory for child nodes (see 
> [JDK-6472844|https://bugs.openjdk.java.net/browse/JDK-6472844]), so I think 
> this will maintain the intent and not result in further memory leaks.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/14/19 10:20 AM:
---

I rebuilt the Netbeans 11.1 from  "NETBEANS-2940" branch.
```
*Product Version: Apache NetBeans IDE Dev (Build 20190814-1661031122a8)*
Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
System: Linux version 4.15.0-55-generic running on amd64; UTF-8; ru_RU (nb)
User directory: /home/uran1980/.netbeans/dev
Cache directory: /home/uran1980/.cache/netbeans/dev
```
1) At first everything worked fine:  [^selfsampler5156665032004940801.npss]
2) Than "Checkin for external changes Suspended" arised again and in 5 minutes 
NB start "Refreshing indices" - [^2019-08-14-12-00-Refreshing-indices.png] 
snapshort:  [^selfsampler15232135153799309662.npss] 
3) than when refreshing has been compleeted "Check for external changes" 
disappired

Now all clear, nothing is checking on current time
I will check further...




was (Author: uran1980):
I rebuilt the Netbeans 11.1 from  "NETBEANS-2940" branch.
```
*Product Version: Apache NetBeans IDE Dev (Build 20190814-1661031122a8)*
Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
System: Linux version 4.15.0-55-generic running on amd64; UTF-8; ru_RU (nb)
User directory: /home/uran1980/.netbeans/dev
Cache directory: /home/uran1980/.cache/netbeans/dev
```
1) At first everything worked fine:  [^selfsampler5156665032004940801.npss]
2) Than "Checkin for external changes Suspended" arised again and in 5 minutes 
NB start "Refreshing indices" - [^2019-08-14-12-00-Refreshing-indices.png] 
snapshort:  [^selfsampler5156665032004940801.npss] 
3) than when refreshing has been compleeted "Check for external changes" 
disappired: 
Snapshot:  [^selfsampler15232135153799309662.npss] 

Now all clear, nothing is checking on current time
I will check further...



> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices.png, image-2019-08-12-10-34-22-305.png, 
> netbeans-11.1.conf, netbeans-8.2.conf, selfsampler15073537369378979592.npss, 
> selfsampler15232135153799309662.npss, selfsampler15675620776487318185.npss, 
> selfsampler17323576831159964034.npss, selfsampler1962235903870517275.npss, 
> selfsampler231953002133054481.npss, selfsampler4257377310219144311.npss, 
> selfsampler4496583350478949316.npss, selfsampler5156665032004940801.npss, 
> selfsampler5156665032004940801.npss, selfsampler6409512410806567513.npss, 
> selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev commented on NETBEANS-2940:
-

I rebuilt the Netbeans 11.1 from  "NETBEANS-2940" branch.
```
*Product Version: Apache NetBeans IDE Dev (Build 20190814-1661031122a8)*
Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Ubuntu-1ubuntu218.04.3
System: Linux version 4.15.0-55-generic running on amd64; UTF-8; ru_RU (nb)
User directory: /home/uran1980/.netbeans/dev
Cache directory: /home/uran1980/.cache/netbeans/dev
```
1) At first everything worked fine:  [^selfsampler5156665032004940801.npss]
2) Than "Checkin for external changes Suspended" arised again and in 5 minutes 
NB start "Refreshing indices" - [^2019-08-14-12-00-Refreshing-indices.png] 
snapshort:  [^selfsampler5156665032004940801.npss] 
3) than when refreshing has been compleeted "Check for external changes" 
disappired: 
Snapshot:  [^selfsampler15232135153799309662.npss] 

Now all clear, nothing is checking on current time
I will check further...



> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices.png, image-2019-08-12-10-34-22-305.png, 
> netbeans-11.1.conf, netbeans-8.2.conf, selfsampler15073537369378979592.npss, 
> selfsampler15232135153799309662.npss, selfsampler15675620776487318185.npss, 
> selfsampler17323576831159964034.npss, selfsampler1962235903870517275.npss, 
> selfsampler231953002133054481.npss, selfsampler4257377310219144311.npss, 
> selfsampler4496583350478949316.npss, selfsampler5156665032004940801.npss, 
> selfsampler5156665032004940801.npss, selfsampler6409512410806567513.npss, 
> selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev updated NETBEANS-2940:

Attachment: selfsampler5156665032004940801.npss

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices.png, image-2019-08-12-10-34-22-305.png, 
> netbeans-11.1.conf, netbeans-8.2.conf, selfsampler15073537369378979592.npss, 
> selfsampler15232135153799309662.npss, selfsampler15675620776487318185.npss, 
> selfsampler17323576831159964034.npss, selfsampler1962235903870517275.npss, 
> selfsampler231953002133054481.npss, selfsampler4257377310219144311.npss, 
> selfsampler4496583350478949316.npss, selfsampler5156665032004940801.npss, 
> selfsampler5156665032004940801.npss, selfsampler6409512410806567513.npss, 
> selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev updated NETBEANS-2940:

Attachment: selfsampler15232135153799309662.npss

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices.png, image-2019-08-12-10-34-22-305.png, 
> netbeans-11.1.conf, netbeans-8.2.conf, selfsampler15073537369378979592.npss, 
> selfsampler15232135153799309662.npss, selfsampler15675620776487318185.npss, 
> selfsampler17323576831159964034.npss, selfsampler1962235903870517275.npss, 
> selfsampler231953002133054481.npss, selfsampler4257377310219144311.npss, 
> selfsampler4496583350478949316.npss, selfsampler5156665032004940801.npss, 
> selfsampler5156665032004940801.npss, selfsampler6409512410806567513.npss, 
> selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev updated NETBEANS-2940:

Attachment: 2019-08-14-12-00-Refreshing-indices.png

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices.png, image-2019-08-12-10-34-22-305.png, 
> netbeans-11.1.conf, netbeans-8.2.conf, selfsampler15073537369378979592.npss, 
> selfsampler15675620776487318185.npss, selfsampler17323576831159964034.npss, 
> selfsampler1962235903870517275.npss, selfsampler231953002133054481.npss, 
> selfsampler4257377310219144311.npss, selfsampler4496583350478949316.npss, 
> selfsampler5156665032004940801.npss, selfsampler6409512410806567513.npss, 
> selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev updated NETBEANS-2940:

Attachment: selfsampler5156665032004940801.npss

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15675620776487318185.npss, 
> selfsampler17323576831159964034.npss, selfsampler1962235903870517275.npss, 
> selfsampler231953002133054481.npss, selfsampler4257377310219144311.npss, 
> selfsampler4496583350478949316.npss, selfsampler5156665032004940801.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2983) Custom GUI Components Cannot be Added in Gradle Projects

2019-08-14 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2983:
---

The description of NETBEANS-2963 is full of bloat, that makes it even hard to 
remove, so I've created a new issue and going to close that one. Next time 
please attach files instead of copy + paste content.

> Custom GUI Components Cannot be Added in Gradle Projects
> 
>
> Key: NETBEANS-2983
> URL: https://issues.apache.org/jira/browse/NETBEANS-2983
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Horváth Péter
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2983) Custom GUI Components Cannot be Added in Gradle Projects

2019-08-14 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2983:
--
Component/s: projects - Gradle

> Custom GUI Components Cannot be Added in Gradle Projects
> 
>
> Key: NETBEANS-2983
> URL: https://issues.apache.org/jira/browse/NETBEANS-2983
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Horváth Péter
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2983) Custom GUI Components Cannot be Added in Gradle Projects

2019-08-14 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2983:
--
Summary: Custom GUI Components Cannot be Added in Gradle Projects  (was: 
https://issues.apache.org/jira/browse/NETBEANS-2963)

> Custom GUI Components Cannot be Added in Gradle Projects
> 
>
> Key: NETBEANS-2983
> URL: https://issues.apache.org/jira/browse/NETBEANS-2983
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Laszlo Kishalmi
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2983) Custom GUI Components Cannot be Added in Gradle Projects

2019-08-14 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2983:
--
Reporter: Horváth Péter  (was: Laszlo Kishalmi)

> Custom GUI Components Cannot be Added in Gradle Projects
> 
>
> Key: NETBEANS-2983
> URL: https://issues.apache.org/jira/browse/NETBEANS-2983
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Horváth Péter
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2983) https://issues.apache.org/jira/browse/NETBEANS-2963

2019-08-14 Thread Laszlo Kishalmi (JIRA)
Laszlo Kishalmi created NETBEANS-2983:
-

 Summary: https://issues.apache.org/jira/browse/NETBEANS-2963
 Key: NETBEANS-2983
 URL: https://issues.apache.org/jira/browse/NETBEANS-2983
 Project: NetBeans
  Issue Type: Improvement
Reporter: Laszlo Kishalmi






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2980) NPE when opening file

2019-08-14 Thread ASF GitHub Bot (JIRA)


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

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

> NPE when opening file
> -
>
> Key: NETBEANS-2980
> URL: https://issues.apache.org/jira/browse/NETBEANS-2980
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Shevek
>Priority: Major
>  Labels: pull-request-available
>
> Open a project.
> Don't have the dependent project(s) open.
> Press ^1, ^O, type a class name.
> Get this:
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.java.source.pretty.ImportAnalysis2.getPackageOf(ImportAnalysis2.java:393)
>   at 
> org.netbeans.modules.java.source.pretty.ImportAnalysis2.resolveImport(ImportAnalysis2.java:310)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitMemberSelect(ImmutableTreeTranslator.java:475)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitMemberSelect(ImmutableTreeTranslator.java:74)
>   at 
> com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2203)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.translate(ImmutableTreeTranslator.java:123)
>   at 
> org.netbeans.api.java.source.WorkingCopy$5.translate(WorkingCopy.java:871)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.translateClassRef(ImmutableTreeTranslator.java:135)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.translateClassRef(ImmutableTreeTranslator.java:144)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.rewriteChildren(ImmutableTreeTranslator.java:595)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitClass(ImmutableTreeTranslator.java:335)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitClass(ImmutableTreeTranslator.java:74)
>   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:818)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.translate(ImmutableTreeTranslator.java:123)
>   at 
> org.netbeans.api.java.source.WorkingCopy$5.translate(WorkingCopy.java:871)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.translate(ImmutableTreeTranslator.java:198)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.rewriteChildren(ImmutableTreeTranslator.java:545)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitCompilationUnit(ImmutableTreeTranslator.java:322)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitCompilationUnit(ImmutableTreeTranslator.java:74)
>   at 
> com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:599)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.translate(ImmutableTreeTranslator.java:123)
>   at 
> org.netbeans.api.java.source.WorkingCopy$5.translate(WorkingCopy.java:871)
>   at 
> org.netbeans.api.java.source.WorkingCopy$5.translate(WorkingCopy.java:867)
>   at 
> org.netbeans.api.java.source.WorkingCopy.processCurrentCompilationUnit(WorkingCopy.java:899)
>   at 
> org.netbeans.api.java.source.WorkingCopy.getChanges(WorkingCopy.java:1326)
>   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:676)
>   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:663)
>   at 
> org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>   at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>   at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>   at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>   at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>   at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
>   at 
> org.netbeans.api.java.source.Java

[jira] [Commented] (NETBEANS-2970) Lombok not working correctly in NetBeans 11.0 and 11.1

2019-08-14 Thread John McDonnell (JIRA)


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

John McDonnell commented on NETBEANS-2970:
--

[~psadowski]  Could I'll take another look, seems you're running Java 8, so I 
will also check that.

> Lombok not working correctly in NetBeans 11.0 and 11.1
> --
>
> Key: NETBEANS-2970
> URL: https://issues.apache.org/jira/browse/NETBEANS-2970
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
>Reporter: Przemysław Sadowski
>Priority: Major
> Attachments: LombokTest.zip, log.zip, log_v2.zip
>
>
> Many classes using Lombok in project I'm working on at work fail to be 
> correctly processed by NetBeans. I narrowed it down to cases in attached 
> exaple project.
> When  using Lombok 1.6.22, builder methods are not visible in editor making a 
> lot of error notes in editor.
> When using Lombok 1.8.8, builder method works but there are errors with 
> parsing some classes, example:
> {code:java}
> @Builder
> public class SomeValueClass {
> @Singular
> private Map values;
> }{code}
> NetBeans fails with exception when trying to parse this class, and this class 
> is not visible as class to NetBeans (can't open it using "Go To Type" for 
> example). if I change byte[] to any non-primitive type it works. Using 
> primitive types (byte, boolean, int) fails.
> I'm attaching content of log directory from NetBeans, with bug related dump 
> and exception in it.
> Attached example project seem to be working correctly in NetBeans 8.2.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-1748) JUnit 5 there is no posibilities how run Repeated test method

2019-08-14 Thread John McDonnell (JIRA)


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

John McDonnell commented on NETBEANS-1748:
--

Perfect, thanks [~Saljack] for checking

> JUnit 5 there is no posibilities how run Repeated test method 
> --
>
> Key: NETBEANS-1748
> URL: https://issues.apache.org/jira/browse/NETBEANS-1748
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - JUnit
>Affects Versions: 10.0
>Reporter: Tomáš Poledný
>Assignee: John McDonnell
>Priority: Trivial
> Fix For: 11.0
>
>
> JUnit 5 has 
> [RepeatedTest|https://junit.org/junit5/docs/current/user-guide/#writing-tests-repeated-tests].
>  There is no posibilities how run method with annotation RepeatedTest (Run 
> Focused Test Method). Error message is: No test method found.  RepeatedTest 
> methods are running after Test File only.
> Example:
> {code:java}
> class SomeRepeatedTest {
>   @RepeatedTest(10)
>   void repeatedTestTest() {
>   System.out.println("repeatedTest");
>   }
> }
> {code}
> I am not able to run test method repeatedTestTest.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2973) Code analysis tools settings in project

2019-08-14 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto edited comment on NETBEANS-2973 at 8/14/19 8:42 AM:
-

I don't think it is good that there are settings here and there.
 It would become hard to maintain the code. So I don't think we should add 
settings to a project.

Plus, please note that this feature is not only for a project. The scope is a 
directory, a file, a project, or opened projects(, more?).


was (Author: junichi11):
I don't think it is good that there are settings here and there.
 It would become hard to maintain the code. So I think we shouldn't add 
settings to a project.

Plus, please note that this feature is not only for a project. The scope is a 
directory, a file, a project, or opened projects(, more?).

> Code analysis tools settings in project
> ---
>
> Key: NETBEANS-2973
> URL: https://issues.apache.org/jira/browse/NETBEANS-2973
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code Analysis, php - Project
>Affects Versions: 11.1
>Reporter: Tomáš Procházka
>Priority: Minor
> Attachments: netbeans-php-code-analysis-configuration.png
>
>
> Currently settings of Code Sniffer/Coding Stnadards Fixer/Mess 
> Detector/PHPStan is only possible globaly in Tools - Options - PHP - Code 
> Analysis.
> Having ability to set Code Analysis in project in same way as it is possible 
> for testing tools (Codeception, PHPUnit) would be great help when working on 
> different projects with these tools installed in project directory using 
> composer.
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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: [NETBEANS-53] Improve constructor getter setter code generation

2019-08-14 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/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new 48c3e4f  [NETBEANS-53] Improve constructor getter setter code 
generation
 new 2a2eb51  Merge pull request #1423 from junichi11/netbeans-53
48c3e4f is described below

commit 48c3e4ffe0f8601d6898b5cef65712b057a604bd
Author: Junichi Yamamoto 
AuthorDate: Tue Aug 13 21:21:23 2019 +0900

[NETBEANS-53] Improve constructor getter setter code generation

- Add types of properties to parameter and return types of constructor, 
getter,or setter
- Add hasScalarAndReturnTypes(), hasNullableTypes(), and hasPropertyTypes() 
methods to PhpVersion
---
 php/php.api.phpmodule/manifest.mf  |   2 +-
 .../org/netbeans/modules/php/api/PhpVersion.java   |  33 ++
 php/php.editor/nbproject/project.properties|   2 +-
 php/php.editor/nbproject/project.xml   |   2 +-
 .../modules/php/editor/codegen/CGSInfo.java|  78 ++---
 .../modules/php/editor/model/impl/Type.java|  11 ++
 .../testTypedPropertiesConstructor.php |  73 
 ...hp.testTypedPropertiesConstructor_PHP56.codegen |  20 
 ...hp.testTypedPropertiesConstructor_PHP70.codegen |  20 
 ...hp.testTypedPropertiesConstructor_PHP71.codegen |  20 
 ...hp.testTypedPropertiesConstructor_PHP74.codegen |  20 
 .../testTypedPropertiesGetter.php  |  73 
 ...ter.php.testTypedPropertiesGetter_PHP56.codegen |  72 
 ...ter.php.testTypedPropertiesGetter_PHP70.codegen |  72 
 ...ter.php.testTypedPropertiesGetter_PHP71.codegen |  72 
 ...ter.php.testTypedPropertiesGetter_PHP74.codegen |  72 
 .../testTypedPropertiesSetter.php  |  73 
 ...ter.php.testTypedPropertiesSetter_PHP56.codegen |  72 
 ...ter.php.testTypedPropertiesSetter_PHP70.codegen |  72 
 ...ter.php.testTypedPropertiesSetter_PHP71.codegen |  72 
 ...ter.php.testTypedPropertiesSetter_PHP74.codegen |  72 
 .../SelectedPropertyMethodsCreatorTest.java| 124 -
 22 files changed, 1085 insertions(+), 42 deletions(-)

diff --git a/php/php.api.phpmodule/manifest.mf 
b/php/php.api.phpmodule/manifest.mf
index 629ff1d..cd7b570 100644
--- a/php/php.api.phpmodule/manifest.mf
+++ b/php/php.api.phpmodule/manifest.mf
@@ -1,4 +1,4 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.modules.php.api.phpmodule
 OpenIDE-Module-Localizing-Bundle: 
org/netbeans/modules/php/api/phpmodule/resources/Bundle.properties
-OpenIDE-Module-Specification-Version: 2.66
+OpenIDE-Module-Specification-Version: 2.67
diff --git 
a/php/php.api.phpmodule/src/org/netbeans/modules/php/api/PhpVersion.java 
b/php/php.api.phpmodule/src/org/netbeans/modules/php/api/PhpVersion.java
index d17ca32..ebcd426 100644
--- a/php/php.api.phpmodule/src/org/netbeans/modules/php/api/PhpVersion.java
+++ b/php/php.api.phpmodule/src/org/netbeans/modules/php/api/PhpVersion.java
@@ -136,6 +136,39 @@ public enum PhpVersion {
 return namespaces;
 }
 
+/**
+ * Check whether this version supports scalar and return type declarations.
+ *
+ * @return {@code true} if this version scalar and return type 
declarations,
+ * {@code false} otherwise
+ * @since 2.67
+ */
+public boolean hasScalarAndReturnTypes() {
+return this.compareTo(PhpVersion.PHP_70) >= 0;
+}
+
+/**
+ * Check whether this version supports nullable types.
+ *
+ * @return {@code true} if this version supports nullable types,
+ * {@code false} otherwise
+ * @since 2.67
+ */
+public boolean hasNullableTypes() {
+return this.compareTo(PhpVersion.PHP_71) >= 0;
+}
+
+/**
+ * Check whether this version supports typed properties.
+ *
+ * @return {@code true} if this version supports typed properties,
+ * {@code false} otherwise
+ * @since 2.67
+ */
+public boolean hasPropertyTypes() {
+return this.compareTo(PhpVersion.PHP_74) >= 0;
+}
+
 @Override
 public String toString() {
 return getDisplayName();
diff --git a/php/php.editor/nbproject/project.properties 
b/php/php.editor/nbproject/project.properties
index 67ad487..6beb2a9 100644
--- a/php/php.editor/nbproject/project.properties
+++ b/php/php.editor/nbproject/project.properties
@@ -20,7 +20,7 @@ build.compiler=extJavac
 nbjavac.ignore.missing.enclosing=**/CUP$ASTPHP5Parser$actions.class
 javac.compilerargs=-J-Xmx512m
 nbm.needs.restart=true
-spec.version.base=1.81.0
+spec.version.base=1.82.0
 release.external/predefined_vars-1.0.zip=docs/predefined_vars.zip
 sigtest.gen.fail.on.error=false
 
diff --git a/php/php.editor/nbproject/project.xml 
b/php/php.editor/nbproject/project.xml
index dd804e8.

[jira] [Comment Edited] (NETBEANS-2973) Code analysis tools settings in project

2019-08-14 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto edited comment on NETBEANS-2973 at 8/14/19 8:10 AM:
-

I don't think it is good that there are settings here and there.
 It would become hard to maintain the code. So I think we shouldn't add 
settings to a project.

Plus, please note that this feature is not only for a project. The scope is a 
directory, a file, a project, or opened projects(, more?).


was (Author: junichi11):
I don't think it is good that there are settings here and there.
It would become hard to maintain the code.

Plus, please note that this feature is not only for a project. The scope is a 
directory, a file, a project, or opened projects(, more?).

> Code analysis tools settings in project
> ---
>
> Key: NETBEANS-2973
> URL: https://issues.apache.org/jira/browse/NETBEANS-2973
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code Analysis, php - Project
>Affects Versions: 11.1
>Reporter: Tomáš Procházka
>Priority: Minor
> Attachments: netbeans-php-code-analysis-configuration.png
>
>
> Currently settings of Code Sniffer/Coding Stnadards Fixer/Mess 
> Detector/PHPStan is only possible globaly in Tools - Options - PHP - Code 
> Analysis.
> Having ability to set Code Analysis in project in same way as it is possible 
> for testing tools (Codeception, PHPUnit) would be great help when working on 
> different projects with these tools installed in project directory using 
> composer.
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2973) Code analysis tools settings in project

2019-08-14 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-2973:


I don't think it is good that there are settings here and there.
It would become hard to maintain the code.

Plus, please note that this feature is not only for a project. The scope is a 
directory, a file, a project, or opened projects(, more?).

> Code analysis tools settings in project
> ---
>
> Key: NETBEANS-2973
> URL: https://issues.apache.org/jira/browse/NETBEANS-2973
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code Analysis, php - Project
>Affects Versions: 11.1
>Reporter: Tomáš Procházka
>Priority: Minor
> Attachments: netbeans-php-code-analysis-configuration.png
>
>
> Currently settings of Code Sniffer/Coding Stnadards Fixer/Mess 
> Detector/PHPStan is only possible globaly in Tools - Options - PHP - Code 
> Analysis.
> Having ability to set Code Analysis in project in same way as it is possible 
> for testing tools (Codeception, PHPUnit) would be great help when working on 
> different projects with these tools installed in project directory using 
> composer.
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2940:
---

[~GeertjanWielenga]It must be the wrong branch, my master branch is very old, I 
do not keep that updated (probably shall remove that).

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15675620776487318185.npss, 
> selfsampler17323576831159964034.npss, selfsampler1962235903870517275.npss, 
> selfsampler231953002133054481.npss, selfsampler4257377310219144311.npss, 
> selfsampler4496583350478949316.npss, selfsampler6409512410806567513.npss, 
> selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev commented on NETBEANS-2940:
-

> Don't know what that means. But maybe Laszlo simply has an old splash screen 
> in his repo.

On NB 11.1 this elements was different [^2019-08-14-09-00-UI-NB10.png]

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15675620776487318185.npss, 
> selfsampler17323576831159964034.npss, selfsampler1962235903870517275.npss, 
> selfsampler231953002133054481.npss, selfsampler4257377310219144311.npss, 
> selfsampler4496583350478949316.npss, selfsampler6409512410806567513.npss, 
> selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2940) StackOverflow on JavaScript Indexing

2019-08-14 Thread Ivan Yakovlev (JIRA)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/14/19 7:11 AM:
--

> Don't know what that means. But maybe Laszlo simply has an old splash screen 
> in his repo.

On NB 11.1 these elements was different [^2019-08-14-09-00-UI-NB10.png]


was (Author: uran1980):
> Don't know what that means. But maybe Laszlo simply has an old splash screen 
> in his repo.

On NB 11.1 this elements was different [^2019-08-14-09-00-UI-NB10.png]

> StackOverflow on JavaScript Indexing
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Priority: Major
>  Labels: pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15675620776487318185.npss, 
> selfsampler17323576831159964034.npss, selfsampler1962235903870517275.npss, 
> selfsampler231953002133054481.npss, selfsampler4257377310219144311.npss, 
> selfsampler4496583350478949316.npss, selfsampler6409512410806567513.npss, 
> selfsampler7754563681117566493.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2661) find-usages takes a LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO

2019-08-14 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-2661.
---
Resolution: Cannot Reproduce

Just checked this again. Is this still an issue?

Upon the perf snapshot, I see that for some reason the Java SE parts was 
searched with the NetBeans installation. You may try to configure another Java 
Platform in the IDE.

BTW by any chance you placed the JDK in a folder nbinst?

Please feel free to reopen if this still happens.

> find-usages takes a 
> LO
> --
>
> Key: NETBEANS-2661
> URL: https://issues.apache.org/jira/browse/NETBEANS-2661
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Linux, JDK 1.8, etc
>Reporter: Shevek
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: PERFORMANCE, Performance, perf, perfomance, performance, 
> performence
> Attachments: netbeans-find-usages.npss
>
>
> OOOng time, like 5 minutes. Please see attached profile.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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