[jira] [Comment Edited] (NETBEANS-1453) Cannot connect to MySQL

2018-11-08 Thread vikas kumar prabhakar (JIRA)


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

vikas kumar prabhakar edited comment on NETBEANS-1453 at 11/9/18 6:35 AM:
--

The issue is not reproducible in master/vc1 branch.

I followed the following steps to check the issue:

System details: Windows 10

JDK versoin: 8 & 11
h4. [. MySQL Driver 
Support|http://netbeans-vm.apache.org/synergy/client/app/#/suite/2241]  Test 
Suite   
h5. Setup

Start IDE with fresh userdir. Have some DB connection to sample database.
 # *[Check MySQL DB is 
present|http://netbeans-vm.apache.org/synergy/client/app/#/case/898/suite/2241/v/1]*
 Test Case   [Report issue 
↗|https://issues.apache.org/jira/secure/CreateIssue!default.jspa?pid=12320634=1=Check%20MySQL%20DB%20is%20present]
 ** *Steps:* 
 ### Open Windows | Services
 ** *Result:* 
 Under Databases, MySQL is present.
 ** *Labels:* 
[sanity|http://netbeans-vm.apache.org/synergy/client/app/#/label/sanity] 
 # *[MySQL 
properties|http://netbeans-vm.apache.org/synergy/client/app/#/case/899/suite/2241/v/1]*
 Test Case   [Report issue 
↗|https://issues.apache.org/jira/secure/CreateIssue!default.jspa?pid=12320634=1=MySQL%20properties]
 ** *Steps:* 
 ### Invoke popup on MySQL node
 ### Open properties dialog
 ### Check properties, if everything was recognized by IDE, fill in password if 
necessary, close dialog.
 ** *Result:* 
 Settings are now correct, connection succeeds. Databases nodes can be 
displayed if you expand MySQL node.
 ** *Issues:* 1453
 Note: added the connector jar(mysql-connector-java-xyz.jar) in property. 

Please let me know if I missed any steps while checking the issue.


was (Author: vikas.prabhakar):
The issue is not reproducible in master/vc1 branch.

I followed the following steps to check the issue:
h4. [. MySQL Driver 
Support|http://netbeans-vm.apache.org/synergy/client/app/#/suite/2241]  Test 
Suite   
h5. Setup
Start IDE with fresh userdir. Have some DB connection to sample database.
 # *[Check MySQL DB is 
present|http://netbeans-vm.apache.org/synergy/client/app/#/case/898/suite/2241/v/1]*
 Test Case   [Report issue 
↗|https://issues.apache.org/jira/secure/CreateIssue!default.jspa?pid=12320634=1=Check%20MySQL%20DB%20is%20present]
 ** *Steps:* 
 ### Open Windows | Services
 ** *Result:* 
Under Databases, MySQL is present.
 ** *Labels:* 
[sanity|http://netbeans-vm.apache.org/synergy/client/app/#/label/sanity] 
 # *[MySQL 
properties|http://netbeans-vm.apache.org/synergy/client/app/#/case/899/suite/2241/v/1]*
 Test Case   [Report issue 
↗|https://issues.apache.org/jira/secure/CreateIssue!default.jspa?pid=12320634=1=MySQL%20properties]
 ** *Steps:* 
 ### Invoke popup on MySQL node
 ### Open properties dialog
 ### Check properties, if everything was recognized by IDE, fill in password if 
necessary, close dialog.
 ** *Result:* 
Settings are now correct, connection succeeds. Databases nodes can be displayed 
if you expand MySQL node.
 ** *Issues:* 1453
Note: added the connector jar(mysql-connector-java-xyz.jar) in property. 

Please let me know if I missed any steps while checking the issue.

> Cannot connect to MySQL
> ---
>
> Key: NETBEANS-1453
> URL: https://issues.apache.org/jira/browse/NETBEANS-1453
> Project: NetBeans
>  Issue Type: Bug
>  Components: db - MySQL
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Critical
> Attachments: image-2018-10-18-12-07-56-560.png, 
> image-2018-10-18-12-08-10-462.png
>
>
> Running test 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/391/v/2]
> step 4:
> !image-2018-10-18-12-08-10-462.png!



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

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

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



[jira] [Assigned] (NETBEANS-1561) Reproducible NullPointerException at Refactor-Move in Java Modular Project breaks refactoring

2018-11-08 Thread ARUNAVA SINHA (JIRA)


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

ARUNAVA SINHA reassigned NETBEANS-1561:
---

Assignee: ARUNAVA SINHA

> Reproducible NullPointerException at Refactor-Move in Java Modular Project 
> breaks refactoring
> -
>
> Key: NETBEANS-1561
> URL: https://issues.apache.org/jira/browse/NETBEANS-1561
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 9.0, 10.0
>Reporter: Andreas Eckstein
>Assignee: ARUNAVA SINHA
>Priority: Major
>  Labels: ca_survey
> Attachments: testProject1.zip
>
>
> _(Edit: When reporting this first, I neglected to mention that in certain 
> situations when this NullPointerException is triggered, refactoring is 
> actually broken.)_
>  
> I found a reproducible case of NullPointerException when trying to 
> refactor-move a class. In the attached testProject1, each module contains two 
> classes. In mod1a, class Test1A2.java can be moved to package mod1a.pkg 
> without issue. Trying the same thing in mod1b with Test1B2.java results in an 
> exception.
> *Importantly, I can still select 'Refactor' afterwards, but the classes just 
> are moved without refactoring.*
> Not sure what triggers this, but simpler projects with less class/module 
> relations seem to work fine.
> Platform:
> Linux x86_64
> openjdk version "11.0.1" 2018-10-16
> NetBeans-dev-incubator-netbeans-linux-882-on-20181025-release.zip
> (I've seen this error since Netbeans 9.0/JDK9)



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

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

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



[jira] [Commented] (NETBEANS-1453) Cannot connect to MySQL

2018-11-08 Thread vikas kumar prabhakar (JIRA)


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

vikas kumar prabhakar commented on NETBEANS-1453:
-

The issue is not reproducible in master/vc1 branch.

I followed the following steps to check the issue:
h4. [. MySQL Driver 
Support|http://netbeans-vm.apache.org/synergy/client/app/#/suite/2241]  Test 
Suite   
h5. Setup
Start IDE with fresh userdir. Have some DB connection to sample database.
 # *[Check MySQL DB is 
present|http://netbeans-vm.apache.org/synergy/client/app/#/case/898/suite/2241/v/1]*
 Test Case   [Report issue 
↗|https://issues.apache.org/jira/secure/CreateIssue!default.jspa?pid=12320634=1=Check%20MySQL%20DB%20is%20present]
 ** *Steps:* 
 ### Open Windows | Services
 ** *Result:* 
Under Databases, MySQL is present.
 ** *Labels:* 
[sanity|http://netbeans-vm.apache.org/synergy/client/app/#/label/sanity] 
 # *[MySQL 
properties|http://netbeans-vm.apache.org/synergy/client/app/#/case/899/suite/2241/v/1]*
 Test Case   [Report issue 
↗|https://issues.apache.org/jira/secure/CreateIssue!default.jspa?pid=12320634=1=MySQL%20properties]
 ** *Steps:* 
 ### Invoke popup on MySQL node
 ### Open properties dialog
 ### Check properties, if everything was recognized by IDE, fill in password if 
necessary, close dialog.
 ** *Result:* 
Settings are now correct, connection succeeds. Databases nodes can be displayed 
if you expand MySQL node.
 ** *Issues:* 1453
Note: added the connector jar(mysql-connector-java-xyz.jar) in property. 

Please let me know if I missed any steps while checking the issue.

> Cannot connect to MySQL
> ---
>
> Key: NETBEANS-1453
> URL: https://issues.apache.org/jira/browse/NETBEANS-1453
> Project: NetBeans
>  Issue Type: Bug
>  Components: db - MySQL
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Critical
> Attachments: image-2018-10-18-12-07-56-560.png, 
> image-2018-10-18-12-08-10-462.png
>
>
> Running test 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/391/v/2]
> step 4:
> !image-2018-10-18-12-08-10-462.png!



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

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

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



[jira] [Created] (NETBEANS-1637) org.netbeans.nbbuild.AutoUpdateCatalogParser does not recognise catalog.xml.gz as a gzip file

2018-11-08 Thread Jeremy Ardley (JIRA)
Jeremy Ardley created NETBEANS-1637:
---

 Summary: org.netbeans.nbbuild.AutoUpdateCatalogParser does not 
recognise catalog.xml.gz as a gzip file
 Key: NETBEANS-1637
 URL: https://issues.apache.org/jira/browse/NETBEANS-1637
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Ant
Affects Versions: 9.0, 8.2
 Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
incubator-netbeans-release-334-on-20180708)
Java: 11.0.1; Java HotSpot(TM) 64-Bit Server VM 11.0.1+13-LTS
Runtime: Java(TM) SE Runtime Environment 11.0.1+13-LTS
System: Linux version 3.16.0-5-amd64 running on amd64; UTF-8; en_AU (nb)
User directory: /home/jeremy/.netbeans/9.0
Cache directory: /home/jeremy/.cache/netbeans/9.0

Apache Ant(TM) version 1.9.9 compiled on July 22 2018

Reporter: Jeremy Ardley


INFO [org.netbeans.nbbuild.AutoUpdateCatalogParser]: The file at 
http://updates.netbeans.org/netbeans/updates/9.0/uc/final/distribution/catalog.xml.gz,
 corresponding to the catalog at 
http://updates.netbeans.org/netbeans/updates/9.0/uc/final/distribution/catalog.xml.gz,
 does not look like the gzip file, trying to parse it as the pure xml
java.io.EOFException

Occurs using the 9.0 IDE build as well as using ant when configured for 8.2 and 
9.0

catalog.xml.gz downloads using web browser and is a gzip file.

There is no proxy in use.



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

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

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



[jira] [Updated] (NETBEANS-1636) Can't debug dynamically loaded Groovy

2018-11-08 Thread Blake McBride (JIRA)


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

Blake McBride updated NETBEANS-1636:

Description: 
I have a program that can load (Java or Groovy) source code and compile it into 
JVM bytecode to execute in a Tomcat environment.  (microservices).   I can put 
breakpoints in either under IntelliJ and it breaks as expected.  NetBeans works 
fine for Java but ignores breakpoints set in Groovy.  I am sure it is executing 
correctly because if I change the source code, the REST service immediately 
reflects the change.  It just ignores breakpoints in Groovy.

I do have the Groovy feature activated.

All of the code is at [https://github.com/kiss-web/Kiss]

 

  was:
I have a program that can load (Java or Groovy) source code and compile it into 
JVM bytecode to execute in a Tomcat environment.  (microservices).   I can put 
breakpoints in either under intelliJ and it breaks as expected.  NetBeans works 
fine for Java but ignores breakpoints set in Groovy.  I am sure it is executing 
correctly because if I change the source code, the REST service immediatly 
reflects the change.  It just ignores breakpoints in Groovy.

All of the code is at [https://github.com/kiss-web/Kiss]

 


> Can't debug dynamically loaded Groovy
> -
>
> Key: NETBEANS-1636
> URL: https://issues.apache.org/jira/browse/NETBEANS-1636
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Debugger
>Affects Versions: 8.2
> Environment: 64 bit Linux, Java 8, Tomcat 8.0.27
>Reporter: Blake McBride
>Priority: Major
>
> I have a program that can load (Java or Groovy) source code and compile it 
> into JVM bytecode to execute in a Tomcat environment.  (microservices).   I 
> can put breakpoints in either under IntelliJ and it breaks as expected.  
> NetBeans works fine for Java but ignores breakpoints set in Groovy.  I am 
> sure it is executing correctly because if I change the source code, the REST 
> service immediately reflects the change.  It just ignores breakpoints in 
> Groovy.
> I do have the Groovy feature activated.
> All of the code is at [https://github.com/kiss-web/Kiss]
>  



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

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

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



[jira] [Created] (NETBEANS-1636) Can't debug dynamically loaded Groovy

2018-11-08 Thread Blake McBride (JIRA)
Blake McBride created NETBEANS-1636:
---

 Summary: Can't debug dynamically loaded Groovy
 Key: NETBEANS-1636
 URL: https://issues.apache.org/jira/browse/NETBEANS-1636
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Debugger
Affects Versions: 8.2
 Environment: 64 bit Linux, Java 8, Tomcat 8.0.27
Reporter: Blake McBride


I have a program that can load (Java or Groovy) source code and compile it into 
JVM bytecode to execute in a Tomcat environment.  (microservices).   I can put 
breakpoints in either under intelliJ and it breaks as expected.  NetBeans works 
fine for Java but ignores breakpoints set in Groovy.  I am sure it is executing 
correctly because if I change the source code, the REST service immediatly 
reflects the change.  It just ignores breakpoints in Groovy.

All of the code is at [https://github.com/kiss-web/Kiss]

 



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

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

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



[jira] [Updated] (NETBEANS-1629) there is a memory overflow error when background scanning is going on, mainly for large projects/projects within projects or when there are many projects open

2018-11-08 Thread Aaron E-J (JIRA)


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

Aaron E-J updated NETBEANS-1629:

Labels: background-scanning  (was: )

> there is a memory overflow error when background scanning is going on, mainly 
> for large projects/projects within projects or when there are many projects 
> open
> --
>
> Key: NETBEANS-1629
> URL: https://issues.apache.org/jira/browse/NETBEANS-1629
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 8.2, 9.0, 10.0
> Environment: 
>   2018-11-07T18:23:28
>   1541633008935
>   67
>   300
>   16
>   SCREEN SIZE
>   1920
>   1080
>   2
> 
> 
>   2018-11-07T18:23:28
>   1541633008935
>   68
>   700
>   16
>   IDE_STARTUP
> 
> 
>   2018-11-07T18:23:31
>   1541633011680
>   90
>   800
>   16
>   USG_LOOK_AND_FEEL
>   Windows
>   Windows
> 
> 
>   2018-11-07T18:23:35
>   1541633015474
>   91
>   800
>   30
>   USG_VCS_CLIENT
>   GIT
>   JAVALIB
> 
> 
>   2018-11-07T18:23:40
>   1541633020618
>   1011
>   800
>   46
>   MEMORY
>   34280136704
> 
> 
>   2018-11-07T18:27:04
>   1541633224479
>   1013
>   400
>   22
>   UI_ACTION_BUTTON_PRESS
>   UI_ACTION_BUTTON_PRESS
>   org.openide.awt.Bundle
>   javax.swing.JMenuItem[Close ]
>   javax.swing.JMenuItem
>   org.netbeans.modules.project.ui.actions.CloseProject[Close 
> Project]
>   org.netbeans.modules.project.ui.actions.CloseProject
>   Close Project
> 
> 
>   2018-11-07T18:27:04
>   1541633224480
>   1014
>   500
>   22
>   UI_ACTION_BUTTON_PRESS
>   javax.swing.JMenuItem[Close ]
>   javax.swing.JMenuItem
>   org.netbeans.modules.project.ui.actions.CloseProject[Close 
> Project]
>   org.netbeans.modules.project.ui.actions.CloseProject
>   Close Project
> 
> 
>   2018-11-07T18:27:04
>   1541633224550
>   1015
>   700
>   64
>   UI_CLOSED_PROJECTS
>   UI_CLOSED_PROJECTS
>   org.netbeans.modules.project.ui.Bundle
>   org.netbeans.modules.project.ui.LazyProject
>   LazyProject
>   1
> 
> 
>   2018-11-07T18:27:04
>   1541633224550
>   1016
>   800
>   64
>   USG_PROJECT_CLOSE
>   org.netbeans.modules.project.ui.LazyProject
> 
> 
>   2018-11-07T18:27:14
>   1541633234996
>   1018
>   800
>   65
>   INDEXING_STARTED
>   INDEXING_STARTED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   0
> 
> 
>   2018-11-07T18:27:15
>   1541633235007
>   1019
>   800
>   65
>   INDEXING_FINISHED
>   INDEXING_FINISHED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   9
> 
> 
>   2018-11-07T18:37:13
>   1541633833107
>   66
>   300
>   18
>   CPU INFO
>   8
> 
> 
>   2018-11-07T18:37:13
>   1541633833135
>   67
>   300
>   18
>   SCREEN SIZE
>   1920
>   1080
>   2
> 
> 
>   2018-11-07T18:37:13
>   1541633833138
>   68
>   700
>   18
>   IDE_STARTUP
> 
> 
>   2018-11-07T18:37:19
>   1541633839962
>   90
>   800
>   18
>   USG_LOOK_AND_FEEL
>   Windows
>   Windows
> 
> 
>   2018-11-07T18:37:22
>   1541633842703
>   91
>   800
>   32
>   USG_VCS_CLIENT
>   GIT
>   JAVALIB
> 
> 
>   2018-11-07T18:37:26
>   1541633846175
>   112
>   800
>   47
>   MEMORY
>   34280136704
> 
> 
>   2018-11-07T18:41:12
>   1541634072049
>   113
>   500
>   24
>   LOG_WINDOW_DEACTIVATED
>   LOG_WINDOW_DEACTIVATED
>   org.netbeans.core.ui.warmup.Bundle
> 
> 
>   2018-11-07T18:55:33
>   1541634933388
>   114
>   800
>   33
>   USG_PROJECT_OPEN_PHP
>   USG_PROJECT_OPEN_PHP
>   org.netbeans.modules.php.project.Bundle
>   Smarty PHP Web Framework
> 
> 
>   2018-11-07T18:55:33
>   1541634933742
>   115
>   700
>   33
>   UI_INIT_PROJECTS
>   UI_INIT_PROJECTS
>   org.netbeans.modules.project.ui.Bundle
>   org.netbeans.modules.php.project.PhpProject
>   PhpProject
>   1
> 
> 
>   2018-11-07T18:55:33
>   1541634933742
>   116
>   800
>   33
>   USG_PROJECT_OPEN
>   org.netbeans.modules.php.project.PhpProject
> 
> 
>   2018-11-07T18:55:33
>   1541634933891
>   117
>   800
>   47
>   INDEXING_STARTED
>   INDEXING_STARTED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   0
> 
> 
>   2018-11-07T19:03:21
>   1541635401588
>   6051
>   500
>   24
>   LOG_WINDOW_DEACTIVATED
>   LOG_WINDOW_DEACTIVATED
>   org.netbeans.core.ui.warmup.Bundle
> 
> 
>   2018-11-07T19:03:51
>   1541635431486
>   6052
>   500
>   24
>   LOG_WINDOW_DEACTIVATED
>   LOG_WINDOW_DEACTIVATED
>   org.netbeans.core.ui.warmup.Bundle
> 
> 
>   2018-11-07T19:06:58
>   1541635618288
>   6054
>   500
>   24
>   LOG_WINDOW_DEACTIVATED
>   LOG_WINDOW_DEACTIVATED
>   org.netbeans.core.ui.warmup.Bundle
> 
> 
>   2018-11-07T19:07:04
>   1541635624873
>   6055
>   500
>   24
>   LOG_WINDOW_DEACTIVATED
>   LOG_WINDOW_DEACTIVATED
>   org.netbeans.core.ui.warmup.Bundle
> 
> 
>   2018-11-07T19:10:18
>   1541635818128
>   6056
>   800
>   24

[jira] [Updated] (NETBEANS-1441) Release a flatpak package

2018-11-08 Thread Patrizio Bruno (JIRA)


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

Patrizio Bruno updated NETBEANS-1441:
-
Description: 
Flatpak [1] is a new package format that handles in a distro-agnostic way 
dependencies, updates and sandboxing. It is available in (almost) all distros, 
allowing a developer to create their own release channel (including updates) 
without the procedural requirements of getting into a particular distro. 
(Although that is still a great goal.)

Would you consider releasing Apache Netbeans via Flatpak?

[1] [https://flatpak.org|http://flatpak.org/] 
[https://flathub.org|https://flathub.org/]

 

I took the liberty to create manifest and metadata files for a flatpak: 
[https://github.com/patriziobruno/org.apache.netbeans]

I also submitted a pull-request to Flathub to get the package published: 
[https://github.com/flathub/flathub/pull/677]

The pull request has been accepted and a repository for Apache Netbeans on 
Flathub has been created: [https://github.com/flathub/org.apache.netbeans]

 

The package is based on the official ZIP release for Netbeans 9.0

 

  was:
Flatpak [1] is a new package format that handles in a distro-agnostic way 
dependencies, updates and sandboxing. It is available in (almost) all distros, 
allowing a developer to create their own release channel (including updates) 
without the procedural requirements of getting into a particular distro. 
(Although that is still a great goal.)

Would you consider releasing Apache Netbeans via Flatpak?

[1] [https://flatpak.org|http://flatpak.org/] 
[https://flathub.org|https://flathub.org/]

 

I took the liberty to create manifest and metadata files for a flatpak: 
[https://github.com/patriziobruno/org.apache.netbeans]

I also submitted a pull-request to Flathub to get the package published: 
[https://github.com/flathub/flathub/pull/677]

 

The package is based on the official ZIP release for Netbeans 9.0

 


> Release a flatpak package
> -
>
> Key: NETBEANS-1441
> URL: https://issues.apache.org/jira/browse/NETBEANS-1441
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 9.0
>Reporter: Patrizio Bruno
>Priority: Major
>
> Flatpak [1] is a new package format that handles in a distro-agnostic way 
> dependencies, updates and sandboxing. It is available in (almost) all 
> distros, allowing a developer to create their own release channel (including 
> updates) without the procedural requirements of getting into a particular 
> distro. (Although that is still a great goal.)
> Would you consider releasing Apache Netbeans via Flatpak?
> [1] [https://flatpak.org|http://flatpak.org/] 
> [https://flathub.org|https://flathub.org/]
>  
> I took the liberty to create manifest and metadata files for a flatpak: 
> [https://github.com/patriziobruno/org.apache.netbeans]
> I also submitted a pull-request to Flathub to get the package published: 
> [https://github.com/flathub/flathub/pull/677]
> The pull request has been accepted and a repository for Apache Netbeans on 
> Flathub has been created: [https://github.com/flathub/org.apache.netbeans]
>  
> The package is based on the official ZIP release for Netbeans 9.0
>  



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

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

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



[jira] [Commented] (NETBEANS-1428) Fatal error when profiling

2018-11-08 Thread Eduardo Quintanilla (JIRA)


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

Eduardo Quintanilla commented on NETBEANS-1428:
---

I think that this incident should be a Blocker.

> Fatal error when profiling
> --
>
> Key: NETBEANS-1428
> URL: https://issues.apache.org/jira/browse/NETBEANS-1428
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 10.0
> Environment: Windows 10, JDK11 (OpenJDK 11.0+28)
>Reporter: Peter Hull
>Priority: Major
>  Labels: netcat
> Attachments: hs_err_pid38528.log
>
>
> Attempting to profile a Java freeform project (Netcat 10, Profiling FreeForm, 
> Step 2)
> I get the following error
> {{#}}
> {{# A fatal error has been detected by the Java Runtime Environment:}}
> {{#}}
> {{#  EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x7ff8e831c775, 
> pid=38528, tid=38596}}
> {{#}}
> {{# JRE version: OpenJDK Runtime Environment (11.0+28) (build 11+28)}}
> {{# Java VM: OpenJDK 64-Bit Server VM (11+28, mixed mode, tiered, compressed 
> oops, g1 gc, windows-amd64)}}
> {{# Problematic frame:}}
> {{# V  [jvm.dll+0x5ec775]}}
> {{#}}
> {{# No core dump will be written. Minidumps are not enabled by default on 
> client versions of Windows}}
> {{#}}
> {{# An error report file with more information is saved as:}}
> {{# D:\Libraries\Downloads\TS_Profiler_freeform\freeform\hs_err_pid38528.log}}
> {{#}}
> {{# If you would like to submit a bug report, please visit:}}
> {{#   http://bugreport.java.com/bugreport/crash.jsp}}
> {{#}}
> Seems reproducible, I have attached the crash log.



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

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

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



[jira] [Commented] (NETBEANS-1428) Fatal error when profiling

2018-11-08 Thread Eduardo Quintanilla (JIRA)


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

Eduardo Quintanilla commented on NETBEANS-1428:
---

I was able to reproduce with Netbeans 10 vc3 running in Windows 10.

JDK Tested:

Oracle JDK 11.0.1 - Fails

OpenJDK  11.0.1 - Fails

Oracle JDK 9.0.1 - Fails

Oracle JDK 10 - Fails

Oracle JDK 1.8.0_191 - Works

 

 

*Log:*

 
{code:java}
profile:
*** Profiler message (Thu Nov 08 11:53:53 CST 2018): Starting target 
application...
C:\equintanilla\Software\jdk-11.0.1\bin\java.exe 
-agentpath:C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.dll
 
-Xbootclasspath/a:C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib\jfluid-server.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib\jfluid-server-15.jar
 org.netbeans.lib.profiler.server.ProfilerServer 
C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/profiler/lib/deployed/jdk16/windows-amd64
 5141 10 Profiler+Calibration+Run
Profiler Agent: Waiting for connection on port 5140, timeout 10 seconds 
(Protocol version: 18)
Profiler Agent: Established connection with the tool
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.netbeans.lib.profiler.server.ClassLoaderManager to method 
java.lang.ClassLoader.findLoadedClass(java.lang.String)
WARNING: Please consider reporting this to the maintainers of 
org.netbeans.lib.profiler.server.ClassLoaderManager
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release
Profiler Agent: Local accelerated session
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x7ff874f1c765, pid=21972, 
tid=19680
#
# JRE version: OpenJDK Runtime Environment (11.0.1+13) (build 11.0.1+13)
# Java VM: OpenJDK 64-Bit Server VM (11.0.1+13, mixed mode, tiered, compressed 
oops, g1 gc, windows-amd64)
# Problematic frame:
# V  [jvm.dll+0x5ec765]
#
# No core dump will be written. Minidumps are not enabled by default on client 
versions of Windows
#
# An error report file with more information is saved as:
# C:\Users\block\Documents\NetBeansProjects\AnagramGame\hs_err_pid21972.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
Profiler Agent: Initializing...
Profiler Agent: Options: 
>C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib,5140,10<
Profiler Agent: Initialized successfully
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
C:\Users\block\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
 The following error occurred while executing this line:
C:\Users\block\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
 Java returned: 1
BUILD FAILED (total time: 14 seconds)
{code}
 

 

*IDE Log:*

 
{code:java}
---
>Log Session: Thursday, November 8, 2018 at 11:52:23 AM Central Standard Time
>System Info:
  Product Version = Apache NetBeans IDE Dev (Build 
incubator-netbeans-release-365-on-20181105)
  Operating System    = Windows 10 version 10.0 running on amd64
  Java; VM; Vendor    = 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13; Oracle 
Corporation
  Runtime = OpenJDK Runtime Environment 11.0.1+13
  Java Home   = C:\equintanilla\Software\jdk-11.0.1
  System Locale; Encoding = en_US (nb); Cp1252
  Home Directory  = C:\Users\block
  Current Directory   = 
C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\bin
  User Directory  = C:\Users\block\AppData\Roaming\NetBeans\10.0
  Cache Directory = C:\Users\block\AppData\Local\NetBeans\Cache\10.0
  Installation    = 
C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb
    
C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ergonomics
    
C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ide
    
C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extide
    
C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\java
    
C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\apisupport
    

[jira] [Commented] (NETBEANS-1593) Debugging slows down JavaScript execution 20x times

2018-11-08 Thread Martin Entlicher (JIRA)


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

Martin Entlicher commented on NETBEANS-1593:


I've reproduced a debugger-induced performance regression on standard JDK (JDK 
8 as well as JDK 11) in memory-intensive applications. Such a performance 
regression is not observable on GraalVM.

When running with Graal compiler, pure debug, or suspend in Java code and 
resume, run almost as fast as a pure run.
Step into eval, which ends in a script causes a dramatic performance regression 
after the suspended execution in the script is resumed.
As a workaround, the new action with G-like icon called "Toggle Pause in 
GraalVM Script" can be used as a faster version of step into user script and 
this action does not have the ugly side-effect of the dramatic performance 
regression.
 

> Debugging slows down JavaScript execution 20x times
> ---
>
> Key: NETBEANS-1593
> URL: https://issues.apache.org/jira/browse/NETBEANS-1593
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 10.0
>Reporter: Jaroslav Tulach
>Assignee: Martin Entlicher
>Priority: Major
>
> While working on 
> [PR-4|https://github.com/graalvm/graal-js-jdk11-maven-demo/pull/4] I realized 
> that Truffle debugger support in NetBeans slows down execution 20x times. 
> Without debugger the benchmark can execute in 150ms. With debugger it takes 
> more than 3s. At current state the great Truffle debugging feature is not 
> suitable for a demo.
> To reproduce, you need:
>  * NetBeans 10 VC2
>  * JDK11
>  * 
> [graal-js-jdk11-maven-demo|https://github.com/graalvm/graal-js-jdk11-maven-demo]
>  at revision 2f851ca6d922
> Then you can debug the {{AppTest}} unit test and put a breakpoint to calls to 
> {{eval}}, etc. Once the breakpoint is hit, remove it and continue. The rest 
> of the execution will be slow - e.g. take more than 3s for each round.



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

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

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



[jira] [Commented] (NETBEANS-1593) Debugging slows down JavaScript execution 20x times

2018-11-08 Thread Martin Entlicher (JIRA)


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

Martin Entlicher commented on NETBEANS-1593:


Further examination revealed that the dramatic performance regression is caused 
by inactive compilation.

1. When the "Toggle Pause in GraalVM Script" is used to enter eval, then:
 * two compiler threads are started, "TruffleCompilerThread-20" and 
"TruffleCompilerThread-21",
 * 6 compilation jobs are performed

2. When the "Step into" is used to enter eval, then:
 * one compiler thread is started only, "TruffleCompilerThread-20",
 * 1 compilation job is performed

These are symptoms of something that was apparently broken by stepping through 
the initial language execution, but it's not clear yet what's that.

These are indication that this is a bug in the platform (JDK/GraalVM), not in 
NetBeans, IMHO. Further investigation is necessary.

> Debugging slows down JavaScript execution 20x times
> ---
>
> Key: NETBEANS-1593
> URL: https://issues.apache.org/jira/browse/NETBEANS-1593
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 10.0
>Reporter: Jaroslav Tulach
>Assignee: Martin Entlicher
>Priority: Major
>
> While working on 
> [PR-4|https://github.com/graalvm/graal-js-jdk11-maven-demo/pull/4] I realized 
> that Truffle debugger support in NetBeans slows down execution 20x times. 
> Without debugger the benchmark can execute in 150ms. With debugger it takes 
> more than 3s. At current state the great Truffle debugging feature is not 
> suitable for a demo.
> To reproduce, you need:
>  * NetBeans 10 VC2
>  * JDK11
>  * 
> [graal-js-jdk11-maven-demo|https://github.com/graalvm/graal-js-jdk11-maven-demo]
>  at revision 2f851ca6d922
> Then you can debug the {{AppTest}} unit test and put a breakpoint to calls to 
> {{eval}}, etc. Once the breakpoint is hit, remove it and continue. The rest 
> of the execution will be slow - e.g. take more than 3s for each round.



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

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

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



[jira] [Created] (NETBEANS-1631) NetBeans 9 Refuses to find my SVN

2018-11-08 Thread Ralph LeVan (JIRA)
Ralph LeVan created NETBEANS-1631:
-

 Summary: NetBeans 9 Refuses to find my SVN
 Key: NETBEANS-1631
 URL: https://issues.apache.org/jira/browse/NETBEANS-1631
 Project: NetBeans
  Issue Type: Bug
  Components: versioncontrol - Subversion
Affects Versions: 9.0
Reporter: Ralph LeVan


With NetBeans 9 I am unable to get svn to work.  Whenever I try to commit, I 
get the dialog for installing svn.  It is already installed, the Windows 10 
Path environment variable is set and bringing up the Windows 10 Command Prompt, 
"svn --version" generates an appropriate response.  Specifying the path 
manually does not help.

I see that I'm not the only one having this problem: 
https://stackoverflow.com/questions/53163895/netbeans-9-svn-support-broken-on-macos



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

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

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



[jira] [Created] (NETBEANS-1634) Opening the options on the wizard twice will ends up in the background

2018-11-08 Thread Christian Lenz (JIRA)
Christian Lenz created NETBEANS-1634:


 Summary: Opening the options on the wizard twice will ends up in 
the background
 Key: NETBEANS-1634
 URL: https://issues.apache.org/jira/browse/NETBEANS-1634
 Project: NetBeans
  Issue Type: Bug
  Components: platform - OptionsSettings, platform - Window System
Affects Versions: 8.2, 10.0
Reporter: Christian Lenz
 Attachments: options-behind-wizard.gif

When you create a new HTML5 project with NodeJS sources and you go to the step 
where you can enable express, you can set the express executable when you click 
on the link Options. The options opens in the front, which is correct and you 
can close it. After you click again o options, it opens behind the project 
wizard and you can't close it, because the wizard is a fixed modal.

What I expect is that the options window will open in the front again.

Steps to reproduce:
* Create a new HTML5/JS Application with NodeJS
* Let the default
* Go to next
* See the wizard page for express
* Click on tjhe link options
* Options dialog opens
* Close the options
* Click on the options link again
* Options window will appear behind the project wizard window and can't be 
closed

Cheers

Chris



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

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

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



[jira] [Updated] (NETBEANS-1634) Opening the options on the wizard twice will ends up in the background

2018-11-08 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1634:
-
Attachment: options-behind-wizard.gif

> Opening the options on the wizard twice will ends up in the background
> --
>
> Key: NETBEANS-1634
> URL: https://issues.apache.org/jira/browse/NETBEANS-1634
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - OptionsSettings, platform - Window System
>Affects Versions: 8.2, 10.0
>Reporter: Christian Lenz
>Priority: Major
> Attachments: options-behind-wizard.gif
>
>
> When you create a new HTML5 project with NodeJS sources and you go to the 
> step where you can enable express, you can set the express executable when 
> you click on the link Options. The options opens in the front, which is 
> correct and you can close it. After you click again o options, it opens 
> behind the project wizard and you can't close it, because the wizard is a 
> fixed modal.
> What I expect is that the options window will open in the front again.
> Steps to reproduce:
> * Create a new HTML5/JS Application with NodeJS
> * Let the default
> * Go to next
> * See the wizard page for express
> * Click on tjhe link options
> * Options dialog opens
> * Close the options
> * Click on the options link again
> * Options window will appear behind the project wizard window and can't be 
> closed
> Cheers
> Chris



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

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

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



[jira] [Created] (NETBEANS-1635) Update README.html file

2018-11-08 Thread Los Vitaly (JIRA)
Los Vitaly created NETBEANS-1635:


 Summary: Update README.html file
 Key: NETBEANS-1635
 URL: https://issues.apache.org/jira/browse/NETBEANS-1635
 Project: NetBeans
  Issue Type: Improvement
Affects Versions: 10.0
Reporter: Los Vitaly


Incorrect info in README.html, that contains links to old version Netbeans

 
 * Release information on NetBeans IDE can be found at 
[http://netbeans.org/community/releases/index.html].
 * The index of IDE documentation can be found at 
[http://www.netbeans.org/kb/index.html]. This document also provides links to 
further documentation.



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

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

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



[jira] [Commented] (NETBEANS-1634) Opening the options on the wizard twice will ends up in the background

2018-11-08 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1634:
--

See my little screen capture. Happens since NetBeans 8.2. Didn't test in 9, but 
in 10.

> Opening the options on the wizard twice will ends up in the background
> --
>
> Key: NETBEANS-1634
> URL: https://issues.apache.org/jira/browse/NETBEANS-1634
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - OptionsSettings, platform - Window System
>Affects Versions: 8.2, 10.0
>Reporter: Christian Lenz
>Priority: Major
> Attachments: options-behind-wizard.gif
>
>
> When you create a new HTML5 project with NodeJS sources and you go to the 
> step where you can enable express, you can set the express executable when 
> you click on the link Options. The options opens in the front, which is 
> correct and you can close it. After you click again o options, it opens 
> behind the project wizard and you can't close it, because the wizard is a 
> fixed modal.
> What I expect is that the options window will open in the front again.
> Steps to reproduce:
> * Create a new HTML5/JS Application with NodeJS
> * Let the default
> * Go to next
> * See the wizard page for express
> * Click on tjhe link options
> * Options dialog opens
> * Close the options
> * Click on the options link again
> * Options window will appear behind the project wizard window and can't be 
> closed
> Cheers
> Chris



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

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

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



[jira] [Commented] (NETBEANS-1633) Installing nb-javac library leads to an exception

2018-11-08 Thread Baerbel Lindner (JIRA)


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

Baerbel Lindner commented on NETBEANS-1633:
---

Done. Sorry for spamming.

> Installing nb-javac library leads to an exception
> -
>
> Key: NETBEANS-1633
> URL: https://issues.apache.org/jira/browse/NETBEANS-1633
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
>Affects Versions: 10.0
> Environment: windows 7
>Reporter: Baerbel Lindner
>Priority: Minor
> Attachments: messages.log
>
>
> I have downloaded and installed
>  Apache NetBeans IDE Dev (Build incubator-netbeans-release-365-on-20181105) 
> (10-vc3).
>  
> I got a notification to install the nb-javac library. This leads to an 
> exception (added at the end of the text).
> Maybe there was a little java version confusion:
> I started NetBeans with configuring jdk1.8.0_191 in netbeans.conf. Some 
> functions like "navigate -> go to declaration did not work" and code 
> completation did not work. Therefore I decided to switch to java 10 and 
> restarted NetBeans. Code complemtation and navigate worked. The notifaction 
> appeared after working with the IDE for some time.
> Additionally I have configured a 8.2 update center.
>  
>  
>  



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

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

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



[jira] [Updated] (NETBEANS-1440) BadLocationException on triple click to select text at EOF

2018-11-08 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1440:
-
Priority: Critical  (was: Blocker)

> BadLocationException on triple click to select text at EOF 
> ---
>
> Key: NETBEANS-1440
> URL: https://issues.apache.org/jira/browse/NETBEANS-1440
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - CSL (API  infrastructure), editor - Other
>Affects Versions: 10.0
>Reporter: Christian Lenz
>Assignee: ARUNAVA SINHA
>Priority: Critical
>  Labels: pull-request-available
> Attachments: badLocationException.gif
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> I got a BadLocationException, when I'm at the end of the file, doing triple 
> click and try to select the text from the bottom:
> {code}
> javax.swing.text.BadLocationException: Invalid offset=1228 not within <0, 
> 1227>
>   at 
> org.netbeans.modules.editor.lib2.DocUtils.checkOffsetValid(DocUtils.java:214)
>   at 
> org.netbeans.modules.editor.lib2.DocUtils.checkOffsetValid(DocUtils.java:209)
>   at 
> org.netbeans.modules.editor.lib2.DocUtils.getRowStart(DocUtils.java:45)
> [catch] at 
> org.netbeans.modules.editor.lib2.highlighting.CaretBasedBlockHighlighting$CaretRowHighlighting.getCurrentBlockPositions(CaretBasedBlockHighlighting.java:278)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.CaretBasedBlockHighlighting.updateLineInfo(CaretBasedBlockHighlighting.java:191)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.CaretBasedBlockHighlighting.stateChanged(CaretBasedBlockHighlighting.java:179)
>   at 
> org.openide.util.WeakListenerImpl$Change.stateChanged(WeakListenerImpl.java:331)
>   at 
> org.netbeans.api.editor.caret.EditorCaret$6.run(EditorCaret.java:1733)
>   at 
> org.netbeans.modules.editor.lib2.view.ViewUtils.runInEDT(ViewUtils.java:411)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.fireStateChanged(EditorCaret.java:1742)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.runTransaction(EditorCaret.java:1664)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.moveDot(EditorCaret.java:634)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.moveDot(EditorCaret.java:604)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.selectEnsureMinSelection(EditorCaret.java:2458)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.access$4200(EditorCaret.java:143)
>   at 
> org.netbeans.api.editor.caret.EditorCaret$ListenerImpl.mouseDragged(EditorCaret.java:3145)
>   at 
> java.desktop/java.awt.AWTEventMulticaster.mouseDragged(AWTEventMulticaster.java:328)
>   at 
> java.desktop/java.awt.AWTEventMulticaster.mouseDragged(AWTEventMulticaster.java:327)
>   at 
> java.desktop/java.awt.Component.processMouseMotionEvent(Component.java:6637)
>   at 
> java.desktop/javax.swing.JComponent.processMouseMotionEvent(JComponent.java:3360)
>   at java.desktop/java.awt.Component.processEvent(Component.java:6358)
>   at java.desktop/java.awt.Container.processEvent(Container.java:2261)
>   at 
> java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4966)
>   at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2319)
>   at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
>   at 
> java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4914)
>   at 
> java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4560)
>   at 
> java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4484)
>   at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2305)
>   at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
>   at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
>   at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
>   at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97)
>   at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
>   at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> 

[jira] [Commented] (NETBEANS-1621) OSGi dependencies not loaded/installed together with (maven-based) module

2018-11-08 Thread Peter Nabbefeld (JIRA)


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

Peter Nabbefeld commented on NETBEANS-1621:
---

+From nbm-maven-plugin issues:+

AFAIK the felix version currently intgerated with netbeans doesn't work with 
Java9 or later. I did update it in my application to 5.6.10 and now it works.

> OSGi dependencies not loaded/installed together with (maven-based) module
> -
>
> Key: NETBEANS-1621
> URL: https://issues.apache.org/jira/browse/NETBEANS-1621
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 10.0
> Environment: Arch Linux
> JDK 11
> NetBeans 10.0vc3 
>Reporter: Peter Nabbefeld
>Priority: Major
> Attachments: Bildschirmfoto_2018-11-07_10-09-14.png
>
>
> Loading a module with OSGi dependencies does not work, the dependent modules 
> are missing.
> For an example, build and try to install this module:
> https://github.com/pnabbefeld/NbProjectManagement



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

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

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



[jira] [Closed] (NETBEANS-1448) NPE opening a java source file

2018-11-08 Thread Aldo Brucale (JIRA)


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

Aldo Brucale closed NETBEANS-1448.
--
Resolution: Fixed

It didn't happen again, so the issue is probably fixed in nb 10vc2 or 10vc3

> NPE opening a java source file
> --
>
> Key: NETBEANS-1448
> URL: https://issues.apache.org/jira/browse/NETBEANS-1448
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 10.0
>Reporter: Aldo Brucale
>Priority: Major
> Attachments: messages.log
>
>
> I got this exception:
> {noformat}
> java.lang.NullPointerException
>   at 
> jdk.compiler/com.sun.tools.javac.comp.Check.checkClassOverrideEqualsAndHash(Check.java:2095)
>   at 
> jdk.compiler/com.sun.tools.javac.comp.Check.checkClassOverrideEqualsAndHashIfNeeded(Check.java:2085)
>   at 
> jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4577)
>   at 
> jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4503)
>   at 
> jdk.compiler/com.sun.tools.javac.comp.Attr.visitClassDef(Attr.java:951)
>   at 
> org.netbeans.lib.nbjavac.services.NBAttr.visitClassDef(NBAttr.java:61)
>   at 
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:774)
>   at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:655)
>   at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:724)
>   at 
> jdk.compiler/com.sun.tools.javac.comp.Attr.visitAnonymousClassDefinition(Attr.java:2397)
>   at 
> jdk.compiler/com.sun.tools.javac.comp.Attr.visitNewClass(Attr.java:2288)
>   at 
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1689)
>   at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:655)
>   at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:695)
>   at 
> org.netbeans.modules.java.hints.spiimpl.Utilities.attributeTree(Utilities.java:650)
>   at 
> org.netbeans.modules.java.hints.spiimpl.Utilities.parseAndAttribute(Utilities.java:430)
>   at 
> org.netbeans.modules.java.hints.spiimpl.Utilities.parseAndAttribute(Utilities.java:344)
>   at 
> org.netbeans.modules.java.hints.spiimpl.Utilities.parseAndAttribute(Utilities.java:324)
>   at 
> org.netbeans.modules.java.hints.spiimpl.Utilities.parseAndAttribute(Utilities.java:320)
>   at 
> org.netbeans.modules.java.hints.spiimpl.pm.PatternCompiler.compile(PatternCompiler.java:44)
>   at 
> org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.doComputeHints(HintsInvoker.java:535)
>   at 
> org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHintsImpl(HintsInvoker.java:283)
>   at 
> org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:228)
>   at 
> org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:193)
>   at 
> org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:166)
>   at 
> org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:128)
>   at 
> org.netbeans.modules.java.hints.spiimpl.hints.HintsTask.run(HintsTask.java:114)
>   at 
> org.netbeans.modules.java.hints.spiimpl.hints.HintsTask.run(HintsTask.java:65)
> [catch] at 
> org.netbeans.modules.java.source.JavaSourceAccessor$CancelableTaskWrapper.run(JavaSourceAccessor.java:273)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:561)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:786)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
>   at 
> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
>   at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>   at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> {noformat}



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

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

For further information about the NetBeans mailing lists, visit:

[jira] [Created] (NETBEANS-1632) java.lang.IllegalStateException: Lexer

2018-11-08 Thread Andrew (JIRA)
Andrew created NETBEANS-1632:


 Summary: java.lang.IllegalStateException: Lexer 
 Key: NETBEANS-1632
 URL: https://issues.apache.org/jira/browse/NETBEANS-1632
 Project: NetBeans
  Issue Type: Bug
Reporter: Andrew


I worked with JSF and Glassfish. The exception thrown is not the first time.
{noformat}
SEVERE [global]
java.lang.IllegalStateException: Lexer 
org.netbeans.modules.el.lexer.ELLexer@5c9cd2
 returned null token but lexerInput.readLength()=1
 lexer-state: org.netbeans.modules.el.lexer.ELState@35a
 tokenStartOffset=3818, readOffset=3819, lookaheadOffset=3820
 Chars: "\\" - these characters need to be tokenized.
Fix the lexer to not return null token in this state.
 at 
org.netbeans.lib.lexer.LexerInputOperation.checkLexerInputFinished(LexerInputOperation.java:435)
 at 
org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:193)
 at org.netbeans.lib.lexer.inc.TokenListUpdater.relex(TokenListUpdater.java:602)
 at 
org.netbeans.lib.lexer.inc.TokenListUpdater.updateRegular(TokenListUpdater.java:255)
 at 
org.netbeans.lib.lexer.inc.TokenHierarchyUpdate$UpdateItem.update(TokenHierarchyUpdate.java:325)
 at 
org.netbeans.lib.lexer.inc.TokenHierarchyUpdate.processLevelInfos(TokenHierarchyUpdate.java:200)
 at 
org.netbeans.lib.lexer.inc.TokenHierarchyUpdate.updateImpl(TokenHierarchyUpdate.java:171)
 at 
org.netbeans.lib.lexer.inc.TokenHierarchyUpdate.update(TokenHierarchyUpdate.java:109)
 at 
org.netbeans.lib.lexer.TokenHierarchyOperation.textModified(TokenHierarchyOperation.java:585)
 at 
org.netbeans.spi.lexer.TokenHierarchyControl.textModified(TokenHierarchyControl.java:71)
 at 
org.netbeans.lib.lexer.inc.DocumentInput.textModified(DocumentInput.java:128)
 at 
org.netbeans.lib.lexer.inc.DocumentInput.insertUpdate(DocumentInput.java:117)
 at 
org.netbeans.lib.editor.util.swing.PriorityDocumentListenerList.insertUpdate(PriorityDocumentListenerList.java:60)
 at 
javax.swing.text.AbstractDocument.fireInsertUpdate(AbstractDocument.java:201)
 at org.netbeans.editor.BaseDocument.fireInsertUpdate(BaseDocument.java:1647)
 at org.netbeans.editor.BaseDocument.handleInsertString(BaseDocument.java:822)
 at 
org.netbeans.editor.BaseDocument$FilterBypassImpl.insertString(BaseDocument.java:2643)
 at javax.swing.text.DocumentFilter.insertString(DocumentFilter.java:100)
 at 
org.openide.text.CloneableEditorSupport$DocFilter.insertString(CloneableEditorSupport.java:2344)
 at org.netbeans.editor.BaseDocument.insertString(BaseDocument.java:741)
 at 
org.netbeans.editor.BaseKit$DefaultKeyTypedAction.insertString(BaseKit.java:1323)
 at 
org.netbeans.editor.BaseKit$DefaultKeyTypedAction.performTextInsertion(BaseKit.java:1389)
 at 
org.netbeans.editor.BaseKit$DefaultKeyTypedAction.access$100(BaseKit.java:1052)
 at org.netbeans.editor.BaseKit$DefaultKeyTypedAction$3.run(BaseKit.java:1255)
 at 
org.netbeans.editor.GuardedDocument.runAtomicAsUser(GuardedDocument.java:333)
 at 
org.netbeans.editor.BaseKit$DefaultKeyTypedAction.actionPerformed(BaseKit.java:1231)
 at 
org.netbeans.editor.ext.ExtKit$ExtDefaultKeyTypedAction.actionPerformed(ExtKit.java:1055)
 at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:322)
 at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1663)
 at javax.swing.JComponent.processKeyBinding(JComponent.java:2882)
 at javax.swing.JComponent.processKeyBindings(JComponent.java:2929)
 at javax.swing.JComponent.processKeyEvent(JComponent.java:2845)
 at java.awt.Component.processEvent(Component.java:6310)
 at java.awt.Container.processEvent(Container.java:2236)
 at java.awt.Component.dispatchEventImpl(Component.java:4889)
 at java.awt.Container.dispatchEventImpl(Container.java:2294)
 at java.awt.Component.dispatchEvent(Component.java:4711)
 at 
java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1954)
 at 
java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:806)
 at 
java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1074)
 at 
java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:945)
 at 
java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:771)
 at java.awt.Component.dispatchEventImpl(Component.java:4760)
 at java.awt.Container.dispatchEventImpl(Container.java:2294)
 at java.awt.Window.dispatchEventImpl(Window.java:2746)
 at java.awt.Component.dispatchEvent(Component.java:4711)
 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
 at java.awt.EventQueue.access$500(EventQueue.java:97)
 at java.awt.EventQueue$3.run(EventQueue.java:709)
 at java.awt.EventQueue$3.run(EventQueue.java:703)
 at java.security.AccessController.doPrivileged(Native Method)
 at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
 at 

[jira] [Commented] (NETBEANS-1401) Run into jdk method not working

2018-11-08 Thread Aldo Brucale (JIRA)


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

Aldo Brucale commented on NETBEANS-1401:


I think it depends on modularization: when I invoke the "attach sources" action 
for a decompiled jdk source (reached from the editor via ctrl-click) and I add 
the same src.zip which I had set in Java Platform Manager, multiple entries are 
created, (e.g. "jdk.security.auth/ in /usr/lib/jvm/openjdk-11/lib/src.zip").

In subsequent debug sessions, the "Sources" tab is populated whith the 
corresponding entries, e.g. 
"/usr/lib/jvm/openjdk-11/lib/src.zip!/jdk.security.auth". The correct entries 
are now also listed in "Java Platform Manager".

> Run into jdk method not working
> ---
>
> Key: NETBEANS-1401
> URL: https://issues.apache.org/jira/browse/NETBEANS-1401
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 10.0
> Environment: Ubuntu 18.04
>Reporter: Aldo Brucale
>Priority: Major
>
> I'm running [this test 
> case|http://netbeans-vm.apache.org/synergy/client/app/#/case/980/suite/1635/v/1]
>  on Ubuntu 18.04 with openjdk 11 and the debugger does not enter the jdk 
> sources.
> I have installed the jdk and sources from this ppa 
> [https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa] because the official 
> openjdk-11-jdk package still installs Java 10.



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

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

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



[jira] [Created] (NETBEANS-1628) can not get exclusive access [...] probably opened for reading error...

2018-11-08 Thread tralala (JIRA)
tralala created NETBEANS-1628:
-

 Summary: can not get exclusive access [...] probably opened for 
reading error...
 Key: NETBEANS-1628
 URL: https://issues.apache.org/jira/browse/NETBEANS-1628
 Project: NetBeans
  Issue Type: Bug
  Components: java - Project, java - Source
Affects Versions: 9.0
Reporter: tralala
 Fix For: 9.0
 Attachments: java error.jpg

NetBeans is giving me a bloody headache. First I cannot see clearly all the 
widgets as I have a 4k screen, now this. Can someone please help me?

Thanks



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

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

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



[jira] [Created] (NETBEANS-1629) there is a memory overflow error when background scanning is going on, mainly for large projects/projects within projects or when there are many projects open

2018-11-08 Thread Aaron E-J (JIRA)
Aaron E-J created NETBEANS-1629:
---

 Summary: there is a memory overflow error when background scanning 
is going on, mainly for large projects/projects within projects or when there 
are many projects open
 Key: NETBEANS-1629
 URL: https://issues.apache.org/jira/browse/NETBEANS-1629
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Parsing  Indexing
Affects Versions: 9.0, 8.2, 10.0
 Environment: 
  2018-11-07T18:23:28
  1541633008935
  67
  300
  16
  SCREEN SIZE
  1920
  1080
  2


  2018-11-07T18:23:28
  1541633008935
  68
  700
  16
  IDE_STARTUP


  2018-11-07T18:23:31
  1541633011680
  90
  800
  16
  USG_LOOK_AND_FEEL
  Windows
  Windows


  2018-11-07T18:23:35
  1541633015474
  91
  800
  30
  USG_VCS_CLIENT
  GIT
  JAVALIB


  2018-11-07T18:23:40
  1541633020618
  1011
  800
  46
  MEMORY
  34280136704


  2018-11-07T18:27:04
  1541633224479
  1013
  400
  22
  UI_ACTION_BUTTON_PRESS
  UI_ACTION_BUTTON_PRESS
  org.openide.awt.Bundle
  javax.swing.JMenuItem[Close ]
  javax.swing.JMenuItem
  org.netbeans.modules.project.ui.actions.CloseProject[Close 
Project]
  org.netbeans.modules.project.ui.actions.CloseProject
  Close Project


  2018-11-07T18:27:04
  1541633224480
  1014
  500
  22
  UI_ACTION_BUTTON_PRESS
  javax.swing.JMenuItem[Close ]
  javax.swing.JMenuItem
  org.netbeans.modules.project.ui.actions.CloseProject[Close 
Project]
  org.netbeans.modules.project.ui.actions.CloseProject
  Close Project


  2018-11-07T18:27:04
  1541633224550
  1015
  700
  64
  UI_CLOSED_PROJECTS
  UI_CLOSED_PROJECTS
  org.netbeans.modules.project.ui.Bundle
  org.netbeans.modules.project.ui.LazyProject
  LazyProject
  1


  2018-11-07T18:27:04
  1541633224550
  1016
  800
  64
  USG_PROJECT_CLOSE
  org.netbeans.modules.project.ui.LazyProject


  2018-11-07T18:27:14
  1541633234996
  1018
  800
  65
  INDEXING_STARTED
  INDEXING_STARTED
  org.netbeans.modules.parsing.impl.indexing.Bundle
  0


  2018-11-07T18:27:15
  1541633235007
  1019
  800
  65
  INDEXING_FINISHED
  INDEXING_FINISHED
  org.netbeans.modules.parsing.impl.indexing.Bundle
  9


  2018-11-07T18:37:13
  1541633833107
  66
  300
  18
  CPU INFO
  8


  2018-11-07T18:37:13
  1541633833135
  67
  300
  18
  SCREEN SIZE
  1920
  1080
  2


  2018-11-07T18:37:13
  1541633833138
  68
  700
  18
  IDE_STARTUP


  2018-11-07T18:37:19
  1541633839962
  90
  800
  18
  USG_LOOK_AND_FEEL
  Windows
  Windows


  2018-11-07T18:37:22
  1541633842703
  91
  800
  32
  USG_VCS_CLIENT
  GIT
  JAVALIB


  2018-11-07T18:37:26
  1541633846175
  112
  800
  47
  MEMORY
  34280136704


  2018-11-07T18:41:12
  1541634072049
  113
  500
  24
  LOG_WINDOW_DEACTIVATED
  LOG_WINDOW_DEACTIVATED
  org.netbeans.core.ui.warmup.Bundle


  2018-11-07T18:55:33
  1541634933388
  114
  800
  33
  USG_PROJECT_OPEN_PHP
  USG_PROJECT_OPEN_PHP
  org.netbeans.modules.php.project.Bundle
  Smarty PHP Web Framework


  2018-11-07T18:55:33
  1541634933742
  115
  700
  33
  UI_INIT_PROJECTS
  UI_INIT_PROJECTS
  org.netbeans.modules.project.ui.Bundle
  org.netbeans.modules.php.project.PhpProject
  PhpProject
  1


  2018-11-07T18:55:33
  1541634933742
  116
  800
  33
  USG_PROJECT_OPEN
  org.netbeans.modules.php.project.PhpProject


  2018-11-07T18:55:33
  1541634933891
  117
  800
  47
  INDEXING_STARTED
  INDEXING_STARTED
  org.netbeans.modules.parsing.impl.indexing.Bundle
  0


  2018-11-07T19:03:21
  1541635401588
  6051
  500
  24
  LOG_WINDOW_DEACTIVATED
  LOG_WINDOW_DEACTIVATED
  org.netbeans.core.ui.warmup.Bundle


  2018-11-07T19:03:51
  1541635431486
  6052
  500
  24
  LOG_WINDOW_DEACTIVATED
  LOG_WINDOW_DEACTIVATED
  org.netbeans.core.ui.warmup.Bundle


  2018-11-07T19:06:58
  1541635618288
  6054
  500
  24
  LOG_WINDOW_DEACTIVATED
  LOG_WINDOW_DEACTIVATED
  org.netbeans.core.ui.warmup.Bundle


  2018-11-07T19:07:04
  1541635624873
  6055
  500
  24
  LOG_WINDOW_DEACTIVATED
  LOG_WINDOW_DEACTIVATED
  org.netbeans.core.ui.warmup.Bundle


  2018-11-07T19:10:18
  1541635818128
  6056
  800
  24
  SCAN_CANCELLED
  SCAN_CANCELLED
  org.netbeans.modules.parsing.impl.indexing.Bundle
  ID: 0, Type:PATH
Time scheduled: Wed Nov 07 18:37:28 EST 2018
Time executed: Wed Nov 07 18:55:33 EST 2018
Scanned roots: [ root = 
nbfs://nbhost/SystemFileSystem/PHP/RuntimeLibraries/; spent = 501; crawler = 7; 
res = 0; allRes = 0
  root = 
jar:file:/E:/Programs/netbeans/php/docs/phpsigfiles.zip!/phpstubs/phpruntime/; 
spent = 239; crawler = 12; res = 0; allRes = 247]
, total time: 740
Current root(s): [ root = file:/E:/xampp/htdocs/; spent = 882255; crawler = 
131919; res = 401130; allRes = 401133]
Current indexer(s): 
file:/E:/xampp/htdocs/
TLIndexer: 2100
TLIndexer:html.HtmlErrorFilter: 14
TaskListIndexer: 9
angular: 0
css: 1
html: 0
js: 0
 

[jira] [Created] (NETBEANS-1630) Label missing in contextual menu

2018-11-08 Thread Eduardo Quintanilla (JIRA)
Eduardo Quintanilla created NETBEANS-1630:
-

 Summary: Label missing in contextual menu
 Key: NETBEANS-1630
 URL: https://issues.apache.org/jira/browse/NETBEANS-1630
 Project: NetBeans
  Issue Type: Bug
  Components: java - JShell
Affects Versions: 10.0
 Environment: Windows 10, Open JDK 11
Reporter: Eduardo Quintanilla
 Attachments: image-2018-11-08-08-05-50-994.png

Label missing in contextual menu.

The items are:
*text => x-repl* => Save To Class
*text => x-rep*l => Interrupt Execution 

 

*Steps to reproduce:*
 * 1. Open Netbeans IDE 10 vc3 with JDK 11.
2. Create New Project
3. Select Samples => Anagram Game
4. Open class com.toy.anagrams.lib.WordLibrary
5. Inside the editor open right context menu.
6. The last element is:
 *text => x-repl* => Save To Class
 *text => x-rep*l => Interrupt Execution 

 

 

*Environment*
*Product Version:* Apache NetBeans IDE Dev (Build 
incubator-netbeans-release-365-on-20181105)

*Java:* 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13

*Runtime:* OpenJDK Runtime Environment 11.0.1+13

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

*User directory:* C:\Users\block\AppData\Roaming\NetBeans\10.0

*Cache directory:* C:\Users\block\AppData\Local\NetBeans\Cache\10.0



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

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

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



[jira] [Closed] (NETBEANS-1578) CompletionFailure during autocompletion

2018-11-08 Thread Aldo Brucale (JIRA)


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

Aldo Brucale closed NETBEANS-1578.
--
Resolution: Fixed

This is not happening any more with nb 10vc3

> CompletionFailure during autocompletion
> ---
>
> Key: NETBEANS-1578
> URL: https://issues.apache.org/jira/browse/NETBEANS-1578
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 10.0
>Reporter: Aldo Brucale
>Priority: Major
>
> With NB 10-vc1:
> {noformat}com.sun.tools.javac.code.Symbol$CompletionFailure: class file for 
> org.checkerframework.checker.nullness.compatqual.NullableDecl not found
>   at 
> jdk.compiler/com.sun.tools.javac.code.ClassFinder.newCompletionFailure(ClassFinder.java:400)
>   at 
> jdk.compiler/com.sun.tools.javac.code.ClassFinder.classFileNotFound(ClassFinder.java:388)
>   at 
> jdk.compiler/com.sun.tools.javac.code.ClassFinder.fillIn(ClassFinder.java:381)
>   at 
> jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:284)
>   at 
> jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:633)
>   at 
> jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1308)
>   at 
> jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getRawAttributes(Symbol.java:1253)
>   at 
> jdk.compiler/com.sun.tools.javac.code.Symbol.getAnnotationMirrors(Symbol.java:674)
>   at 
> jdk.compiler/com.sun.tools.javac.code.Symbol$TypeSymbol.getAnnotationMirrors(Symbol.java:738)
>   at 
> org.netbeans.api.java.source.ui.ElementJavadoc.isDocumented(ElementJavadoc.java:685)
>   at 
> org.netbeans.api.java.source.ui.ElementJavadoc.appendAnnotation(ElementJavadoc.java:664)
>   at 
> org.netbeans.api.java.source.ui.ElementJavadoc.lambda$getMethodHeader$5(ElementJavadoc.java:521)
>   at java.base/java.lang.Iterable.forEach(Iterable.java:75)
>   at 
> org.netbeans.api.java.source.ui.ElementJavadoc.getMethodHeader(ElementJavadoc.java:520)
>   at 
> org.netbeans.api.java.source.ui.ElementJavadoc.getElementHeader(ElementJavadoc.java:426)
>   at 
> org.netbeans.api.java.source.ui.ElementJavadoc.(ElementJavadoc.java:366)
>   at 
> org.netbeans.api.java.source.ui.ElementJavadoc.create(ElementJavadoc.java:172)
>   at 
> org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery$3.create(JavaCompletionProvider.java:235)
>   at 
> org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery$3.create(JavaCompletionProvider.java:231)
>   at 
> org.netbeans.modules.java.completion.JavaDocumentationTask.resolve(JavaDocumentationTask.java:90)
>   at org.netbeans.modules.java.completion.BaseTask.run(BaseTask.java:93)
>   at 
> org.netbeans.modules.java.completion.JavaDocumentationTask.run(JavaDocumentationTask.java:41)
>   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)
> Caused: org.netbeans.modules.parsing.spi.ParseException
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:186)
>   at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
> [catch] at 
> org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery.query(JavaCompletionProvider.java:243)
>   at 
> org.netbeans.spi.editor.completion.support.AsyncCompletionTask.run(AsyncCompletionTask.java:198)
>   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>   at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> {noformat}



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


[jira] [Updated] (NETBEANS-1537) File - Open... "Windows cannot find the target"

2018-11-08 Thread D Burbridge (JIRA)


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

D Burbridge updated NETBEANS-1537:
--
Description: 
When trying to access any file dialog, I get the message:

 

netbeans64.exe

Windows cannot find the target.

OK

 

Clicking OK repeats the message several times, until it finally clears.

Plus, in the log I have:

 

WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot switch to 
silent mode when not running at 
org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter$1HandleBridge.run(MenuWarmUpTask.java:244)

 

(repeated several times again)

It seems to be the file browsing dialog box that's the problem, as it arises on 
all those I've tested so far:

File - Open Project

File - Open File

File - Save As

File - Import Project - From Zip - Browse

Tools - Options - Java - Ant - Browse

 

I tried deactivating all plugins but the error still occurred, so it looks like 
it's a netbeans issue, not 3rd party. (In fact, all I achieved was the complete 
loss of my plugins as I don't seem to be able to reactivate them now!)

 

The other factor to be aware of is that there are a number of shortcuts on my 
desktop which are currently invalid. I wonder if there is some checking going 
on within the dialog to see where those shortcuts go, but it's creating the 
error I'm seeing? In which case, the checking needs to be done silently - after 
all, invalid shortcuts aren't unusual, especially when working offline. 
Besides, the error comes up (5-6 times) not just when the "Open file" dialog 
comes up, but 2-3 times every time I change directory within that dialog!
  

  was:
When trying to access any file dialog, I get the message:

 

netbeans64.exe

Windows cannot find the target.

OK

 

Clicking OK repeats the message several times, until it finally clears.

Plus, in the log I have:

 

WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot switch to 
silent mode when not running at 
org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter$1HandleBridge.run(MenuWarmUpTask.java:244)

 

(repeated several times again)

It seems to be the file browsing dialog box that's the problem, as it arises on 
all those I've tested so far:

File - Open Project

File - Open File

File - Save As

File - Import Project - From Zip - Browse

Tools - Options - Java - Ant - Browse

 

I tried deactivating all plugins but the error still occurred, so it looks like 
it's a netbeans issue, not 3rd party. (In fact, all I achieved was the complete 
loss of my plugins as I don't seem to be able to reactivate them now!)

 

The other factor to be aware of is that there are a number of shortcuts on my 
desktop which are currently invalid. I wonder if there is some checking going 
on within the dialog to see where those shortcuts go, but it's creating the 
error I'm seeing?
 


> File - Open... "Windows cannot find the target"
> ---
>
> Key: NETBEANS-1537
> URL: https://issues.apache.org/jira/browse/NETBEANS-1537
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - DialogsWizards
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb)
>Reporter: D Burbridge
>Priority: Critical
>  Labels: dialog, file, menu, open, save
>
> When trying to access any file dialog, I get the message:
>  
> netbeans64.exe
> Windows cannot find the target.
> OK
>  
> Clicking OK repeats the message several times, until it finally clears.
> Plus, in the log I have:
>  
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot switch to 
> silent mode when not running at 
> org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter$1HandleBridge.run(MenuWarmUpTask.java:244)
>  
> (repeated several times again)
> It seems to be the file browsing dialog box that's the problem, as it arises 
> on all those I've tested so far:
> File - Open Project
> File - Open File
> File - Save As
> File - Import Project - From Zip - Browse
> Tools - Options - Java - Ant - Browse
>  
> I tried deactivating all plugins but the error still occurred, so it looks 
> like it's a netbeans issue, not 3rd party. (In fact, all I achieved was the 
> complete loss of my plugins as I don't seem to be able to reactivate them 
> now!)
>  
> The other factor to be aware of is that there are a number of shortcuts on my 
> desktop which are currently invalid. I wonder if there is some checking going 
> on within the dialog to see where those 

[jira] [Commented] (NETBEANS-1440) BadLocationException on triple click to select text at EOF

2018-11-08 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1440:
--

Thx for adding a more specific case here, I added mine to the first sentence of 
the description. I appologize, that maybe it wasn't that specific enough to 
figure the problem out. Changed to critical.

> BadLocationException on triple click to select text at EOF 
> ---
>
> Key: NETBEANS-1440
> URL: https://issues.apache.org/jira/browse/NETBEANS-1440
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - CSL (API  infrastructure), editor - Other
>Affects Versions: 10.0
>Reporter: Christian Lenz
>Assignee: ARUNAVA SINHA
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: badLocationException.gif
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> I got a BadLocationException, when I'm at the end of the file, doing triple 
> click and try to select the text from the bottom:
> {code}
> javax.swing.text.BadLocationException: Invalid offset=1228 not within <0, 
> 1227>
>   at 
> org.netbeans.modules.editor.lib2.DocUtils.checkOffsetValid(DocUtils.java:214)
>   at 
> org.netbeans.modules.editor.lib2.DocUtils.checkOffsetValid(DocUtils.java:209)
>   at 
> org.netbeans.modules.editor.lib2.DocUtils.getRowStart(DocUtils.java:45)
> [catch] at 
> org.netbeans.modules.editor.lib2.highlighting.CaretBasedBlockHighlighting$CaretRowHighlighting.getCurrentBlockPositions(CaretBasedBlockHighlighting.java:278)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.CaretBasedBlockHighlighting.updateLineInfo(CaretBasedBlockHighlighting.java:191)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.CaretBasedBlockHighlighting.stateChanged(CaretBasedBlockHighlighting.java:179)
>   at 
> org.openide.util.WeakListenerImpl$Change.stateChanged(WeakListenerImpl.java:331)
>   at 
> org.netbeans.api.editor.caret.EditorCaret$6.run(EditorCaret.java:1733)
>   at 
> org.netbeans.modules.editor.lib2.view.ViewUtils.runInEDT(ViewUtils.java:411)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.fireStateChanged(EditorCaret.java:1742)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.runTransaction(EditorCaret.java:1664)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.moveDot(EditorCaret.java:634)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.moveDot(EditorCaret.java:604)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.selectEnsureMinSelection(EditorCaret.java:2458)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.access$4200(EditorCaret.java:143)
>   at 
> org.netbeans.api.editor.caret.EditorCaret$ListenerImpl.mouseDragged(EditorCaret.java:3145)
>   at 
> java.desktop/java.awt.AWTEventMulticaster.mouseDragged(AWTEventMulticaster.java:328)
>   at 
> java.desktop/java.awt.AWTEventMulticaster.mouseDragged(AWTEventMulticaster.java:327)
>   at 
> java.desktop/java.awt.Component.processMouseMotionEvent(Component.java:6637)
>   at 
> java.desktop/javax.swing.JComponent.processMouseMotionEvent(JComponent.java:3360)
>   at java.desktop/java.awt.Component.processEvent(Component.java:6358)
>   at java.desktop/java.awt.Container.processEvent(Container.java:2261)
>   at 
> java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4966)
>   at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2319)
>   at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
>   at 
> java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4914)
>   at 
> java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4560)
>   at 
> java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4484)
>   at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2305)
>   at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
>   at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
>   at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
>   at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97)
>   at 

[jira] [Commented] (NETBEANS-1624) Find and replace don't works

2018-11-08 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1624:
--

I would like to reproduce it, but maybe there was a special case, courser 
placement etc. where it doesn't work. So I can't reproduce it. Please  have a 
look and when it appears again, please reopen the ticket with more, specific 
steps. Thx :)

> Find and replace don't works
> 
>
> Key: NETBEANS-1624
> URL: https://issues.apache.org/jira/browse/NETBEANS-1624
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 10.0
> Environment: Windows 10
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Minor
>  Labels: find, replace
> Attachments: After Replace.jpg, PopupRepository.php
>
>
> Problem in searching and replacing of VC3, this problem did not occur in VC2.
> When I do replace, the editor replaces a blank value.
> As attachment.
>  
> There is also a problem with the appearance of text fields



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

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

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



[jira] [Updated] (NETBEANS-1440) BadLocationException on triple click to select text at EOF

2018-11-08 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1440:
-
Affects Version/s: 8.2

> BadLocationException on triple click to select text at EOF 
> ---
>
> Key: NETBEANS-1440
> URL: https://issues.apache.org/jira/browse/NETBEANS-1440
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - CSL (API  infrastructure), editor - Other
>Affects Versions: 8.2, 10.0
>Reporter: Christian Lenz
>Assignee: ARUNAVA SINHA
>Priority: Critical
>  Labels: pull-request-available
> Attachments: badLocationException.gif
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> I got a BadLocationException, when I'm at the end of the file, doing triple 
> click and try to select the text from the bottom:
> {code}
> javax.swing.text.BadLocationException: Invalid offset=1228 not within <0, 
> 1227>
>   at 
> org.netbeans.modules.editor.lib2.DocUtils.checkOffsetValid(DocUtils.java:214)
>   at 
> org.netbeans.modules.editor.lib2.DocUtils.checkOffsetValid(DocUtils.java:209)
>   at 
> org.netbeans.modules.editor.lib2.DocUtils.getRowStart(DocUtils.java:45)
> [catch] at 
> org.netbeans.modules.editor.lib2.highlighting.CaretBasedBlockHighlighting$CaretRowHighlighting.getCurrentBlockPositions(CaretBasedBlockHighlighting.java:278)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.CaretBasedBlockHighlighting.updateLineInfo(CaretBasedBlockHighlighting.java:191)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.CaretBasedBlockHighlighting.stateChanged(CaretBasedBlockHighlighting.java:179)
>   at 
> org.openide.util.WeakListenerImpl$Change.stateChanged(WeakListenerImpl.java:331)
>   at 
> org.netbeans.api.editor.caret.EditorCaret$6.run(EditorCaret.java:1733)
>   at 
> org.netbeans.modules.editor.lib2.view.ViewUtils.runInEDT(ViewUtils.java:411)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.fireStateChanged(EditorCaret.java:1742)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.runTransaction(EditorCaret.java:1664)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.moveDot(EditorCaret.java:634)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.moveDot(EditorCaret.java:604)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.selectEnsureMinSelection(EditorCaret.java:2458)
>   at 
> org.netbeans.api.editor.caret.EditorCaret.access$4200(EditorCaret.java:143)
>   at 
> org.netbeans.api.editor.caret.EditorCaret$ListenerImpl.mouseDragged(EditorCaret.java:3145)
>   at 
> java.desktop/java.awt.AWTEventMulticaster.mouseDragged(AWTEventMulticaster.java:328)
>   at 
> java.desktop/java.awt.AWTEventMulticaster.mouseDragged(AWTEventMulticaster.java:327)
>   at 
> java.desktop/java.awt.Component.processMouseMotionEvent(Component.java:6637)
>   at 
> java.desktop/javax.swing.JComponent.processMouseMotionEvent(JComponent.java:3360)
>   at java.desktop/java.awt.Component.processEvent(Component.java:6358)
>   at java.desktop/java.awt.Container.processEvent(Container.java:2261)
>   at 
> java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4966)
>   at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2319)
>   at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
>   at 
> java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4914)
>   at 
> java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4560)
>   at 
> java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4484)
>   at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2305)
>   at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
>   at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
>   at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
>   at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97)
>   at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
>   at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> 

[jira] [Closed] (NETBEANS-1403) ClassCastException while evaluating expression during debugging

2018-11-08 Thread Aldo Brucale (JIRA)


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

Aldo Brucale closed NETBEANS-1403.
--
   Resolution: Fixed
Fix Version/s: 10.0

Works in nb 10vc3

> ClassCastException while evaluating expression during debugging
> ---
>
> Key: NETBEANS-1403
> URL: https://issues.apache.org/jira/browse/NETBEANS-1403
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 10.0
>Reporter: Aldo Brucale
>Priority: Major
> Fix For: 10.0
>
> Attachments: messages.log
>
>
> The [Fix & Iterate through 
> collection|http://netbeans-vm.apache.org/synergy/client/app/#/case/995/suite/1638/v/1]
>  causes a ClassCastException, see attached log file



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

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

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



[jira] [Resolved] (NETBEANS-1624) Find and replace don't works

2018-11-08 Thread Christian Lenz (JIRA)


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

Christian Lenz resolved NETBEANS-1624.
--
Resolution: Cannot Reproduce

> Find and replace don't works
> 
>
> Key: NETBEANS-1624
> URL: https://issues.apache.org/jira/browse/NETBEANS-1624
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 10.0
> Environment: Windows 10
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Minor
>  Labels: find, replace
> Attachments: After Replace.jpg, PopupRepository.php
>
>
> Problem in searching and replacing of VC3, this problem did not occur in VC2.
> When I do replace, the editor replaces a blank value.
> As attachment.
>  
> There is also a problem with the appearance of text fields



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

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

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



[jira] [Updated] (NETBEANS-1622) Sort editor tabs when a document opens

2018-11-08 Thread ASF GitHub Bot (JIRA)


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

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

> Sort editor tabs when a document opens
> --
>
> Key: NETBEANS-1622
> URL: https://issues.apache.org/jira/browse/NETBEANS-1622
> Project: NetBeans
>  Issue Type: New Feature
>  Components: platform - Window System
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
>
> e.g. Sort tabs by full file path.



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

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

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



[jira] [Updated] (NETBEANS-1403) ClassCastException while evaluating expression during debugging

2018-11-08 Thread Aldo Brucale (JIRA)


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

Aldo Brucale updated NETBEANS-1403:
---
Description: The [Fix & Iterate through 
collection|http://netbeans-vm.apache.org/synergy/client/app/#/case/995/suite/1638/v/1]
 causes a ClassCastException, see attached log file  (was: The [Fix & 
Iterate through 
collection|http://netbeans-vm.apache.org/synergy/client/app/#/assignment/2217/v/1]
 causes a ClassCastException, see attached log file)

> ClassCastException while evaluating expression during debugging
> ---
>
> Key: NETBEANS-1403
> URL: https://issues.apache.org/jira/browse/NETBEANS-1403
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 10.0
>Reporter: Aldo Brucale
>Priority: Major
> Attachments: messages.log
>
>
> The [Fix & Iterate through 
> collection|http://netbeans-vm.apache.org/synergy/client/app/#/case/995/suite/1638/v/1]
>  causes a ClassCastException, see attached log file



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

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

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



[jira] [Updated] (NETBEANS-1627) Automatically set the main class if there is only one.

2018-11-08 Thread Michal Rama (JIRA)


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

Michal Rama updated NETBEANS-1627:
--
Labels: Main class project  (was: Main class)

> Automatically set the main class if there is only one.
> --
>
> Key: NETBEANS-1627
> URL: https://issues.apache.org/jira/browse/NETBEANS-1627
> Project: NetBeans
>  Issue Type: New Feature
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 899, Java 11.0.1
>Reporter: Michal Rama
>Priority: Minor
>  Labels: Main, class, project
> Attachments: obrázek30.png, obrázek46.png
>
>
> Hello,
> If I create a new Java / JavaFX project without Main Class.
> Then I create the package and create the Main Class in it.
> When I run the project, it will appear in both cases:
> !obrázek30.png!
> !obrázek46.png!
> I find it ridiculous to offer you a choice of only one option.
> When NetBeans detects that there is only one class with the main method in 
> the project, it automatically sets it up and runs the project.
> Of course he should inform you about it, but it is useless to have to choose 
> it.
> I would be grateful for this function.
> Thank you



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

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

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



[jira] [Closed] (NETBEANS-1353) Uncaught exceptions in "Evaluate Expression"

2018-11-08 Thread Aldo Brucale (JIRA)


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

Aldo Brucale closed NETBEANS-1353.
--
Resolution: Fixed

Tried with nb 10vc3, the exception is now handled and a dialog is shown.

> Uncaught exceptions in "Evaluate Expression"
> 
>
> Key: NETBEANS-1353
> URL: https://issues.apache.org/jira/browse/NETBEANS-1353
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 10.0
>Reporter: Aldo Brucale
>Priority: Major
> Attachments: messages.log
>
>
> Using nb 10.0-vc1, if the evaluated expression refers to a class which is not 
> imported in the source, an exception is thrown (see attached messages.log)



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

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

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



[jira] [Closed] (NETBEANS-1497) Platform module with OSGi bundle not working with source level=10

2018-11-08 Thread Aldo Brucale (JIRA)


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

Aldo Brucale closed NETBEANS-1497.
--
Resolution: Fixed

Works with NB 10vc3

> Platform module with OSGi bundle not working with source level=10
> -
>
> Key: NETBEANS-1497
> URL: https://issues.apache.org/jira/browse/NETBEANS-1497
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Netigso
>Affects Versions: 10.0
> Environment: Ubuntu 18.04, openjdk version "11" 2018-09-25
>Reporter: Aldo Brucale
>Priority: Major
> Attachments: messages.log
>
>
> NetCat 10.0 [Bundle 
> activator|http://netbeans-vm.apache.org/synergy/client/app/#/case/470/suite/1128/v/1]
>  test case: when I try to run the project I get a dialog with this message:
> {noformat}
> Warning - could not install some modules:
>   netcat1 - org.netbeans.InvalidException: Netigso: 
> /home/aldo/NetBeansProjects/netcat1/build/cluster/modules/netcat1.jar: Cannot 
> start netcat1 state remains INSTALLED after start(){noformat}
> "netcat1" is the name of my test project. For a previous test, I had set 
> "Source level = 10" in the project properties tab. 
> Additionally, when I click the "Exit" button the Gnome desktop freezes for a 
> few seconds, then it starts working again (logging me out sometimes)
> If I set source.level=1.8 the application starts normally.



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

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

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



[incubator-netbeans] branch master updated (ba2507b -> 9cd1817)

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

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


from ba2507b  Merge pull request #958 from 
arusinha/review-module-j2ee.sun.dd
 add 721fab0  When modifying .form files, ensure any existing initial 
comments (e.g. license headers) are kept.
 new 9cd1817  Merge pull request #981 from 
jlahoda/form-keep-leading-comments

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


Summary of changes:
 .../src/org/netbeans/modules/form/FormModel.java   |  10 ++
 .../modules/form/GandalfPersistenceManager.java|  31 -
 .../form/layoutdesign/KeepInitialComments.java | 151 +
 3 files changed, 189 insertions(+), 3 deletions(-)
 create mode 100644 
java/form/test/unit/src/org/netbeans/modules/form/layoutdesign/KeepInitialComments.java


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

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



[incubator-netbeans] 01/01: Merge pull request #981 from jlahoda/form-keep-leading-comments

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

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

commit 9cd18174e230b3363dea08e0ddd1d5a14d6ee1ea
Merge: ba2507b 721fab0
Author: Junichi Yamamoto 
AuthorDate: Thu Nov 8 19:01:09 2018 +0900

Merge pull request #981 from jlahoda/form-keep-leading-comments

When modifying .form files, ensure any existing initial comments (e.g 
license headers) are kept.

 .../src/org/netbeans/modules/form/FormModel.java   |  10 ++
 .../modules/form/GandalfPersistenceManager.java|  31 -
 .../form/layoutdesign/KeepInitialComments.java | 151 +
 3 files changed, 189 insertions(+), 3 deletions(-)


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

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