[jira] [Updated] (NETBEANS-2478) SQL DAL Maker plugin does not recognize its own data nodes after reactivation

2020-01-14 Thread Jira


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

Jiří Kovalský updated NETBEANS-2478:

Priority: Minor  (was: Major)

> SQL DAL Maker plugin does not recognize its own data nodes after reactivation
> -
>
> Key: NETBEANS-2478
> URL: https://issues.apache.org/jira/browse/NETBEANS-2478
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
>Affects Versions: 11.0
>Reporter: Jiří Kovalský
>Assignee: Andrey M
>Priority: Minor
>
> SQL DAL Maker plugin ([http://plugins.netbeans.org/plugin/73614]) for some 
> reason does recognize *.dal files when activated after being deactive and 
> perhaps same issue occurs when re-installed.
> *Steps to reproduce:*
>  # Download 1556400791_com-sqldalmaker-netbeans.nbm file [1]
>  # Go to *Tools > Plugins > Download*, click *Add Plugins...* button and 
> instal it.
>  # Create new Java sample project and then new empty _java.dal_ file via 
> *Ctrl+N*.
>  # It is opened in Editor with DTO, DAO and Admin tabs.
>  # Go to *Tools > Plugins > Installed*, uncheck Show details option, select 
> SQL DAL Maker plugin and deactivate it.
>  # After restart reactivate the plugin in a similar way.
> [1] [http://plugins.netbeans.org/download/plugin/10010]
> *Expected result:* The _java.dal_ file is recognized and DTO, DAO and Admin 
> tabs in Editor are displayed when opening java.dal file.
> *Actual result:* NetBeans treats _java.dal_ file as a plain text file and 
> shows only empty editor without any additional tabs. Workaround is to restart 
> the IDE.



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

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

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



[jira] [Assigned] (NETBEANS-2478) SQL DAL Maker plugin does not recognize its own data nodes after reactivation

2020-01-14 Thread Jira


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

Jiří Kovalský reassigned NETBEANS-2478:
---

Assignee: Andrey M

> SQL DAL Maker plugin does not recognize its own data nodes after reactivation
> -
>
> Key: NETBEANS-2478
> URL: https://issues.apache.org/jira/browse/NETBEANS-2478
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
>Affects Versions: 11.0
>Reporter: Jiří Kovalský
>Assignee: Andrey M
>Priority: Major
>
> SQL DAL Maker plugin ([http://plugins.netbeans.org/plugin/73614]) for some 
> reason does recognize *.dal files when activated after being deactive and 
> perhaps same issue occurs when re-installed.
> *Steps to reproduce:*
>  # Download 1556400791_com-sqldalmaker-netbeans.nbm file [1]
>  # Go to *Tools > Plugins > Download*, click *Add Plugins...* button and 
> instal it.
>  # Create new Java sample project and then new empty _java.dal_ file via 
> *Ctrl+N*.
>  # It is opened in Editor with DTO, DAO and Admin tabs.
>  # Go to *Tools > Plugins > Installed*, uncheck Show details option, select 
> SQL DAL Maker plugin and deactivate it.
>  # After restart reactivate the plugin in a similar way.
> [1] [http://plugins.netbeans.org/download/plugin/10010]
> *Expected result:* The _java.dal_ file is recognized and DTO, DAO and Admin 
> tabs in Editor are displayed when opening java.dal file.
> *Actual result:* NetBeans treats _java.dal_ file as a plain text file and 
> shows only empty editor without any additional tabs. Workaround is to restart 
> the IDE.



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

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

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



[jira] [Resolved] (NETBEANS-3204) Default formater behavior on switch expression

2020-01-14 Thread Benjamin Graf (Jira)


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

Benjamin Graf resolved NETBEANS-3204.
-
Resolution: Fixed

> Default formater behavior on switch expression 
> ---
>
> Key: NETBEANS-3204
> URL: https://issues.apache.org/jira/browse/NETBEANS-3204
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Formatting & Indentation
>Affects Versions: 11.2
>Reporter: Benjamin Graf
>Assignee: Benjamin Graf
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> Using JDK 13 latest switch expression preview feature works very well but 
> using default formatter option seems not works as I would expect by deleting 
> all spaces between case value and expression arrow. One space would look 
> nicer IMHO.
> Expected:
> {code:java}
> switch (i) {
> case 1 ->
> System.out.println("");
> }
> {code}
> As is:
> {code:java}
> switch (i) {
> case 1->
> System.out.println("");
> }
> {code}



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

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

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



[jira] [Resolved] (NETBEANS-3268) Extend inline hints support to variables and method return

2020-01-14 Thread Benjamin Graf (Jira)


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

Benjamin Graf resolved NETBEANS-3268.
-
Resolution: Fixed

> Extend inline hints support to variables and method return
> --
>
> Key: NETBEANS-3268
> URL: https://issues.apache.org/jira/browse/NETBEANS-3268
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Hints & Annotations
>Reporter: Benjamin Graf
>Assignee: Benjamin Graf
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 11.3
>
> Attachments: example.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Inline hints actually supports only literals for method and constructor 
> calls. (NETBEANS-3218)
> The support should be extended to also support the usage of variables and 
> method returns. It is intended to skip variables that has the same name as 
> the name of the corresponding method parameter to avoid occurrences like:
> {code:java}
> public String doSomething(param1:param1, param2:param2)
> {code}
> Example:
>  !example.png! 



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

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

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



[jira] [Created] (NETBEANS-3696) Deploy on MACBOOK 13 with payara takes over 5 minute

2020-01-14 Thread eddie harari (Jira)
eddie harari created NETBEANS-3696:
--

 Summary: Deploy on MACBOOK 13 with payara takes over 5 minute
 Key: NETBEANS-3696
 URL: https://issues.apache.org/jira/browse/NETBEANS-3696
 Project: NetBeans
  Issue Type: Bug
Reporter: eddie harari


Hi , 

 

     I am new to netbeans and i dont really know how to debug this issue , when 
i hit the run button to deploy (even the simplest servlet) the netbeans writes 
deploying and it takes around 5 minutes until it ends . 

 

    I am trying to debut this issue and i dont know where i can see the logs 
and how i can go about debuging such issue...



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

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

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



[jira] [Updated] (NETBEANS-3647) FTP upload stops when uploading to IIS FTP service "550 "

2020-01-14 Thread Oli4 (Jira)


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

Oli4 updated NETBEANS-3647:
---
Component/s: cnd - Remote

> FTP upload stops when uploading to IIS FTP service "550 "
> -
>
> Key: NETBEANS-3647
> URL: https://issues.apache.org/jira/browse/NETBEANS-3647
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Remote, php - FTP Support
>Affects Versions: 11.0, 11.1, 11.2
>Reporter: Oli4
>Priority: Major
>
> Hi
> when uploading to a Microsoft IIS FTP server there are some cases, when IIS 
> FTP server does not conform strictly to RFC 959. For example when uploading 
> to a non-existing subfolder Microsoft IIS responds with "550 ", giving the 
> return code but omitting the reason.
> This throws a MalformedServerReplyException in Netbeans. (Please see the 
> complete error log underneath).
> I believe, that this behaviour can be optimized by using the function 
> [https://commons.apache.org/proper/commons-net/apidocs/org/apache/commons/net/ftp/FTP.html#setStrictReplyParsing(boolean)]
>  .
> I understand, that this is strictly a Microsoft bug, but hopefully this can 
> be updated in Netbeans since I do not see any chance of Microsoft changing 
> this bug any time soon.
> I would really apreciate it, if this can be "fixed" in the next version.
> Thanks and Greetings from Germany
> Oli4
>  
> Full error log:
> FINE [org.netbeans.modules.php.project.connections.ftp.FtpClient]: Command 
> listener: CWD /test/test
> FINE [org.netbeans.modules.php.project.connections.ftp.FtpClient]: Error 
> while changing directory /test/test
> org.apache.commons.net.MalformedServerReplyException: Truncated server reply: 
> '550 '
>  at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:374)
>  at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:300)
>  at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:523)
>  at org.apache.commons.net.ftp.FTPSClient.sendCommand(FTPSClient.java:568)
>  at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:648)
>  at org.apache.commons.net.ftp.FTP.cwd(FTP.java:868)
>  at 
> org.apache.commons.net.ftp.FTPClient.changeWorkingDirectory(FTPClient.java:1167)
> [catch] at 
> org.netbeans.modules.php.project.connections.ftp.FtpClient.changeWorkingDirectory(FtpClient.java:468)
>  at 
> org.netbeans.modules.php.project.connections.RemoteClient.cdRemoteDirectory(RemoteClient.java:1200)
>  at 
> org.netbeans.modules.php.project.connections.RemoteClient.cdBaseRemoteDirectory(RemoteClient.java:1195)
>  at 
> org.netbeans.modules.php.project.connections.RemoteClient.uploadFileInternal(RemoteClient.java:382)
>  at 
> org.netbeans.modules.php.project.connections.RemoteClient.uploadFile(RemoteClient.java:347)
>  at 
> org.netbeans.modules.php.project.connections.RemoteClient.upload(RemoteClient.java:328)
>  at 
> org.netbeans.modules.php.project.ui.actions.UploadCommand.upload(UploadCommand.java:150)
>  at 
> org.netbeans.modules.php.project.ui.actions.UploadCommand.uploadFiles(UploadCommand.java:98)
>  at 
> org.netbeans.modules.php.project.ui.actions.UploadCommand.invokeActionImpl(UploadCommand.java:82)
>  at 
> org.netbeans.modules.php.project.ui.actions.UploadCommand$1.run(UploadCommand.java:69)
>  at 
> org.netbeans.modules.php.project.ui.actions.RemoteCommand$1.run(RemoteCommand.java:84)
>  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)
> INFO [org.netbeans.modules.php.project.connections.RemoteClient]
> org.apache.commons.net.MalformedServerReplyException: Truncated server reply: 
> '550 '
>  at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:374)
>  at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:300)
>  at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:523)
>  at org.apache.commons.net.ftp.FTPSClient.sendCommand(FTPSClient.java:568)
>  at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:648)
>  at org.apache.commons.net.ftp.FTP.cwd(FTP.java:868)
>  at 
> org.apache.commons.net.ftp.FTPClient.changeWorkingDirectory(FTPClient.java:1167)
> [catch] at 
> org.netbeans.modules.php.project.connections.ftp.FtpClient.changeWorkingDirectory(FtpClient.java:468)
> Caused: org.netbeans.modules.php.project.connections.RemoteException: Cannot 
> change directory to /test/test.
>  at 
> org.netbeans.modules.php.project.connections.ftp.FtpClient.changeWorkingDirectory(FtpClient.java:472)
>  at 
> org.netbeans.modules.php.project.connections.RemoteClient.cdRemoteDirectory(RemoteClient.java:1200)
>  at 
> org.netbeans.modules.php.project.connections.RemoteClient.cdBaseRemoteDirectory(Remo

[netbeans] branch master updated: Various fixes for the LSP client.

2020-01-14 Thread jlahoda
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 14b801d  Various fixes for the LSP client.
14b801d is described below

commit 14b801dbc92579d84f97548a2aa553138dbf2b8e
Author: Jan Lahoda 
AuthorDate: Wed Jan 15 05:21:13 2020 +0100

Various fixes for the LSP client.
---
 ide/c.google.gson/external/binaries-list   |   2 +-
 ...on-2.8.4-license.txt => gson-2.8.5-license.txt} |   2 +-
 ide/c.google.gson/nbproject/project.properties |   2 +-
 ide/c.google.gson/nbproject/project.xml|   2 +-
 ide/lsp.client/external/binaries-list  |  12 +--
 ide/lsp.client/external/lsp4j-0.7.0-license.txt|  73 
 ide/lsp.client/external/lsp4j-0.8.1-license.txt|  94 
 ide/lsp.client/external/lsp4j-0.8.1-p1-license.txt |  94 
 ...2.14.0-license.txt => xtend-2.18.0-license.txt} |   4 +-
 ide/lsp.client/nbproject/project.properties|  12 +--
 ide/lsp.client/nbproject/project.xml   |  24 ++---
 .../netbeans/modules/lsp/client/LSPBindings.java   |   3 +
 .../src/org/netbeans/modules/lsp/client/Utils.java |  27 ++
 .../lsp/client/bindings/HyperlinkProviderImpl.java |  21 +
 .../modules/lsp/client/bindings/Icons.java |   4 +
 .../lsp/client/bindings/MarkOccurrences.java   |   4 +
 .../lsp/client/bindings/NavigatorPanelImpl.java|  97 +++--
 .../modules/lsp/client/bindings/icons/empty.png| Bin 0 -> 157 bytes
 18 files changed, 326 insertions(+), 151 deletions(-)

diff --git a/ide/c.google.gson/external/binaries-list 
b/ide/c.google.gson/external/binaries-list
index 06974da..3aef65d 100644
--- a/ide/c.google.gson/external/binaries-list
+++ b/ide/c.google.gson/external/binaries-list
@@ -14,4 +14,4 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-D0DE1CA9B69E69D1D497EE3C6009D015F64DAD57 com.google.code.gson:gson:2.8.4
+F645ED69D595B24D4CF8B3FBB64CC505BEDE8829 com.google.code.gson:gson:2.8.5
diff --git a/ide/c.google.gson/external/gson-2.8.4-license.txt 
b/ide/c.google.gson/external/gson-2.8.5-license.txt
similarity index 99%
rename from ide/c.google.gson/external/gson-2.8.4-license.txt
rename to ide/c.google.gson/external/gson-2.8.5-license.txt
index ac9e002..4485fea 100644
--- a/ide/c.google.gson/external/gson-2.8.4-license.txt
+++ b/ide/c.google.gson/external/gson-2.8.5-license.txt
@@ -1,7 +1,7 @@
 Name: GSon
 Description: JSon serialization/deserialization library
 Origin: GitHub
-Version: 2.8.4
+Version: 2.8.5
 License: Apache-2.0
 
  Apache License
diff --git a/ide/c.google.gson/nbproject/project.properties 
b/ide/c.google.gson/nbproject/project.properties
index d2e8d54..3d88bdf 100644
--- a/ide/c.google.gson/nbproject/project.properties
+++ b/ide/c.google.gson/nbproject/project.properties
@@ -14,7 +14,7 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-release.external/gson-2.8.4.jar=modules/com-google-gson.jar
+release.external/gson-2.8.5.jar=modules/com-google-gson.jar
 is.autoload=true
 javac.compilerargs=-Xlint -Xlint:-serial
 javac.source=1.8
diff --git a/ide/c.google.gson/nbproject/project.xml 
b/ide/c.google.gson/nbproject/project.xml
index 919c9fe..ba0c2f7 100644
--- a/ide/c.google.gson/nbproject/project.xml
+++ b/ide/c.google.gson/nbproject/project.xml
@@ -28,7 +28,7 @@



com-google-gson.jar
-   external/gson-2.8.4.jar
+   external/gson-2.8.5.jar
 
 
 
diff --git a/ide/lsp.client/external/binaries-list 
b/ide/lsp.client/external/binaries-list
index 1779fd7..dae32bf 100644
--- a/ide/lsp.client/external/binaries-list
+++ b/ide/lsp.client/external/binaries-list
@@ -15,9 +15,9 @@
 # specific language governing permissions and limitations
 # under the License.
 
-22FA797D3E83E92ABBA55D1020DECFB6FC7454BA 
org.eclipse.lsp4j:org.eclipse.lsp4j:0.7.0
-D5DA405216BFF241A78DDA7F44F35362E09BBDC2 
org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.7.0
-4017EAB62A0845A1D166A1B902AE4EEFCA6594EB 
org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.7.0
-56459301B64C926E13988B91CDBE1FC6264E 
org.eclipse.xtend:org.eclipse.xtend.lib:2.14.0
-F2FCA7A70C8A29374E79487417CEFB5F51A84867 
org.eclipse.xtend:org.eclipse.xtend.lib.macro:2.14.0
-C40FFE7E5E6244DD094AE95009AA45072C629254 
org.eclipse.xtext:org.eclipse.xtext.xbase.lib:2.14.0
+7C6F663CCE381A3498D676F080B79E33F4D4761C org.eclipse.lsp4j-0.8.1-p1.jar
+A9BC24A06267C6495439A4D998FCD49899399384 
org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.8.1
+4535BD0485FC3E6867B7D5CE0C74E7E7274A3CA4 
org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.8.

[netbeans] branch master updated (2c314d2 -> 9cd5f9b)

2020-01-14 Thread jlahoda
This is an automated email from the ASF dual-hosted git repository.

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


from 2c314d2  [NETBEANS-3204] Add space before arrow in switch case
 add 9cd5f9b  [NETBEANS-3268] Add hints for variables and method return 
parameters

No new revisions were added by this update.

Summary of changes:
 .../base/semantic/SemanticHighlighterBase.java |  60 ++
 .../java/editor/base/semantic/DetectorTest.java| 128 +++--
 2 files changed, 128 insertions(+), 60 deletions(-)


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

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



[netbeans] branch master updated (381df1f -> 2c314d2)

2020-01-14 Thread jlahoda
This is an automated email from the ASF dual-hosted git repository.

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


from 381df1f  Adding LICENSE/NOTICE for the VisualStudio Code extension for 
Java
 add 2c314d2  [NETBEANS-3204] Add space before arrow in switch case

No new revisions were added by this update.

Summary of changes:
 .../modules/java/source/save/Reformatter.java  |  2 ++
 .../modules/java/source/save/FormatingTest.java| 36 +++---
 2 files changed, 20 insertions(+), 18 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



[jira] [Commented] (NETBEANS-2478) SQL DAL Maker plugin does not recognize its own data nodes after reactivation

2020-01-14 Thread Andrey M (Jira)


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

Andrey M commented on NETBEANS-2478:


I managed to reproduce this issue on NB 11.2.
 
What is strange for me is that deactivation asks restarting IDE, but 
reactivation doesn't.
 
If you restart IDE manually, *.dal files are opened as expected.
 
Reopening the file after reactivation without restart shows all tabs as expected
 
Seems like I did not do something special in plugin code regarding 
deactivation-reactivation.

> SQL DAL Maker plugin does not recognize its own data nodes after reactivation
> -
>
> Key: NETBEANS-2478
> URL: https://issues.apache.org/jira/browse/NETBEANS-2478
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
>Affects Versions: 11.0
>Reporter: Jiří Kovalský
>Priority: Major
>
> SQL DAL Maker plugin ([http://plugins.netbeans.org/plugin/73614]) for some 
> reason does recognize *.dal files when activated after being deactive and 
> perhaps same issue occurs when re-installed.
> *Steps to reproduce:*
>  # Download 1556400791_com-sqldalmaker-netbeans.nbm file [1]
>  # Go to *Tools > Plugins > Download*, click *Add Plugins...* button and 
> instal it.
>  # Create new Java sample project and then new empty _java.dal_ file via 
> *Ctrl+N*.
>  # It is opened in Editor with DTO, DAO and Admin tabs.
>  # Go to *Tools > Plugins > Installed*, uncheck Show details option, select 
> SQL DAL Maker plugin and deactivate it.
>  # After restart reactivate the plugin in a similar way.
> [1] [http://plugins.netbeans.org/download/plugin/10010]
> *Expected result:* The _java.dal_ file is recognized and DTO, DAO and Admin 
> tabs in Editor are displayed when opening java.dal file.
> *Actual result:* NetBeans treats _java.dal_ file as a plain text file and 
> shows only empty editor without any additional tabs. Workaround is to restart 
> the IDE.



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

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

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



[jira] [Updated] (NETBEANS-3695) not proper to use a static variable through a reference

2020-01-14 Thread ASF GitHub Bot (Jira)


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

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

> not proper to use a static variable through a reference
> ---
>
> Key: NETBEANS-3695
> URL: https://issues.apache.org/jira/browse/NETBEANS-3695
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Priority: Major
>  Labels: pull-request-available
>
> It's really not proper to use a static variable through a reference because 
> they can't be derived. The proper thing to do is use them with a Class name..
> {code:java}
>[repeat] 
> /home/bwalker/src/netbeans/java/java.hints.ui/src/org/netbeans/modules/java/hints/spiimpl/refactoring/ConfigurationsComboModel.java:175:
>  warning: [static] static variable should be qualified by type name, 
> KeyEvent, instead of by an expression
>[repeat] if (ke.getKeyCode() == ke.VK_ENTER || ke.getKeyCode() 
> == ke.VK_ESCAPE) {
>[repeat]  ^
>[repeat] 
> /home/bwalker/src/netbeans/java/java.hints.ui/src/org/netbeans/modules/java/hints/spiimpl/refactoring/ConfigurationsComboModel.java:175:
>  warning: [static] static variable should be qualified by type name, 
> KeyEvent, instead of by an expression
>[repeat] if (ke.getKeyCode() == ke.VK_ENTER || ke.getKeyCode() 
> == ke.VK_ESCAPE) {
>[repeat] 
> {code}
>^
> This change fixes that..



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

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

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



[jira] [Created] (NETBEANS-3695) not proper to use a static variable through a reference

2020-01-14 Thread Brad Walker (Jira)
Brad Walker created NETBEANS-3695:
-

 Summary: not proper to use a static variable through a reference
 Key: NETBEANS-3695
 URL: https://issues.apache.org/jira/browse/NETBEANS-3695
 Project: NetBeans
  Issue Type: Improvement
Reporter: Brad Walker


It's really not proper to use a static variable through a reference because 
they can't be derived. The proper thing to do is use them with a Class name..

{code:java}
   [repeat] 
/home/bwalker/src/netbeans/java/java.hints.ui/src/org/netbeans/modules/java/hints/spiimpl/refactoring/ConfigurationsComboModel.java:175:
 warning: [static] static variable should be qualified by type name, KeyEvent, 
instead of by an expression
   [repeat] if (ke.getKeyCode() == ke.VK_ENTER || ke.getKeyCode() 
== ke.VK_ESCAPE) {
   [repeat]  ^
   [repeat] 
/home/bwalker/src/netbeans/java/java.hints.ui/src/org/netbeans/modules/java/hints/spiimpl/refactoring/ConfigurationsComboModel.java:175:
 warning: [static] static variable should be qualified by type name, KeyEvent, 
instead of by an expression
   [repeat] if (ke.getKeyCode() == ke.VK_ENTER || ke.getKeyCode() 
== ke.VK_ESCAPE) {
   [repeat] 
{code}
   ^
This change fixes that..



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

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

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



[jira] [Resolved] (NETBEANS-3673) Java>Imports UI spinnerNumbers too narrow, can't see all the data

2020-01-14 Thread Laszlo Kishalmi (Jira)


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

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

PR got merged

> Java>Imports UI spinnerNumbers too narrow, can't see all the data
> -
>
> Key: NETBEANS-3673
> URL: https://issues.apache.org/jira/browse/NETBEANS-3673
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 11.2
>Reporter: Ernie Rael
>Assignee: Ernie Rael
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 11.3
>
> Attachments: FixedOptionsImports.png, OptionsFormatImports.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Options>Editor>Formatting>Java>Imports. The two spinners aren't wide enough 
> to show reasonable input (I think my values are reasonable :) ) and their 
> sizes don't match; see attachment. Compare to ...>Java>TabsAndIndents.



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

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

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



[jira] [Updated] (NETBEANS-3676) Memory Leak in the Oracle JS Parser (most probably)

2020-01-14 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-3676:
--
Summary: Memory Leak in the Oracle JS Parser (most probably)  (was: 
Netbeans: java.lang.OutOfMemoryError: Java heap space)

> Memory Leak in the Oracle JS Parser (most probably)
> ---
>
> Key: NETBEANS-3676
> URL: https://issues.apache.org/jira/browse/NETBEANS-3676
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Urvashi Ahuja
>Priority: Major
>
> java.lang.OutOfMemoryError: Java heap spacejava.lang.OutOfMemoryError: Java 
> heap space at com.oracle.js.parser.TokenStream.grow(Unknown Source) at 
> com.oracle.js.parser.AbstractParser.getToken(Unknown Source) at 
> com.oracle.js.parser.AbstractParser.nextToken(Unknown Source) at 
> com.oracle.js.parser.AbstractParser.nextOrEOL(Unknown Source) at 
> com.oracle.js.parser.Parser.recover(Unknown Source) at 
> com.oracle.js.parser.Parser.sourceElements(Unknown Source) at 
> com.oracle.js.parser.Parser.program(Unknown Source) at 
> com.oracle.js.parser.Parser.parse(Unknown Source) at 
> com.oracle.js.parser.Parser.parse(Unknown Source) at 
> org.netbeans.modules.javascript2.editor.parser.JsParser.parseSource(JsParser.java:106)
>  at 
> org.netbeans.modules.javascript2.editor.parser.JsParser.parseSource(JsParser.java:33)
>  at 
> org.netbeans.modules.javascript2.editor.parser.SanitizingParser.parseContext(SanitizingParser.java:225)
>  at 
> org.netbeans.modules.javascript2.editor.parser.SanitizingParser.parseContext(SanitizingParser.java:205)
>  at 
> org.netbeans.modules.javascript2.editor.parser.SanitizingParser.parseSource(SanitizingParser.java:118)
>  at 
> org.netbeans.modules.javascript2.editor.parser.SanitizingParser.parse(SanitizingParser.java:78)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callParse(TaskProcessor.java:598)
>  at 
> org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:228) 
> at 
> org.netbeans.modules.parsing.api.ResultIterator.getParserResult(ResultIterator.java:115)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:3171)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>  at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>  at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>  at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67) 
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81) 
> at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.indexEmbedding(RepositoryUpdater.java:3143)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2862)
>  
>  
> ---
> 
>  2020-01-09T14:23:16
>  1578559996012
>  818
>  org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater
>  900
>  43
>  /Users/urvashi.ahuja/Library/Application 
> Support/NetBeans/11.2/var/log/heapdump.hprof
>  
>  java.lang.OutOfMemoryError: Java heap space
>  
>  com.oracle.js.parser.TokenStream
>  grow
>  
>  
>  
>  com.oracle.js.parser.AbstractParser
>  getToken
>  
>  
>  
>  com.oracle.js.parser.AbstractParser
>  nextToken
>  
>  
>  
>  com.oracle.js.parser.AbstractParser
>  nextOrEOL
>  
>  
>  
>  com.oracle.js.parser.Parser
>  recover
>  
>  
>  
>  com.oracle.js.parser.Parser
>  sourceElements
>  
>  
>  
>  com.oracle.js.parser.Parser
>  program
>  
>  
>  
>  com.oracle.js.parser.Parser
>  parse
>  
>  
>  
>  com.oracle.js.parser.Parser
>  parse
>  
>  
>  
>  org.netbeans.modules.javascript2.editor.parser.JsParser
>  parseSource
>  106
>  
> ${netBeansDir}modules/org-netbeans-modules-javascript2-editor.jar
>  
>  
>  org.netbeans.modules.javascript2.editor.parser.JsParser
>  parseSource
>  33
>  
> ${netBeansDir}modules/org-netbeans-modules-javascript2-editor.jar
>  
>  
>  
> org.netbeans.modules.javascript2.editor.parser.SanitizingParser
>  parseContext
>  225
>  
> ${netBeansDir}modules/org-netbeans-modules-javascript2-editor.jar
>  
>  
>  
> org.netbean

[jira] [Updated] (NETBEANS-3115) Netbeans (gradle) opens sources from source-jar files instead of (opened) projects

2020-01-14 Thread ASF GitHub Bot (Jira)


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

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

> Netbeans (gradle) opens sources from source-jar files instead of (opened) 
> projects
> --
>
> Key: NETBEANS-3115
> URL: https://issues.apache.org/jira/browse/NETBEANS-3115
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1
>Reporter: Björn Schmidt
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available, usability
> Attachments: nbtest2.tbz2
>
>
> I'm using many independent gradle (java-library style) projects opened in NB. 
> They are not part of a big multi module project!
> Whenever I want to navigate to a source file from another project relative to 
> the current one, Netbeans opens the source from 
> ~/.m2/repository.../project.jar and not from the local file of the referenced 
>  project which is of course also opened in NB.
> The same goes for debugging, I have to set breakpoints in .m2 sources (opened 
> from projects configurations navigator items). Debugging libraries from local 
> sources is not possible.
> I already tried to disable all ~/.m2 Sources under Window->Debugging->Sources.
> This doesn't change the behavior though (also not after restarting).
> Even if it would change the behavior I then would have to disable all those 
> automatically added ~/.m2 (which are somehow preferred) references for every 
> project.
> Maybe I'm just to stupid to find the right (global) option but ATM I think 
> this behavior is a bug.
> —
> Attached Test Case:
>  - open both projects in Netbeans
>  - deploy both project to local maven repo via custom rungradle action (clean 
> build publishToMavenLocal)
>  - go to NewClass in justalib
>  - ctrl click on the new Lib2Class statement
> Expectation: Lib2Class gets opened from local filesystem, one can directly 
> edit the referenced file.
> Actual: Lib2Class gets opened from local maven repo, read only.
>  
>  
>  



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

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

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



[netbeans] branch master updated (9043161 -> 381df1f)

2020-01-14 Thread jlahoda
This is an automated email from the ASF dual-hosted git repository.

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


from 9043161  Merge pull request #1765 from 
blackleg/improve_core_network_tests
 add 381df1f  Adding LICENSE/NOTICE for the VisualStudio Code extension for 
Java

No new revisions were added by this update.

Summary of changes:
 .gitignore |   1 +
 .travis.yml|  14 +-
 NOTICE |   2 +-
 java/java.lsp.server/build.xml |  61 +
 java/java.lsp.server/vscode/README.md  |  15 +-
 java/java.lsp.server/vscode/package-lock.json  |   2 +-
 java/java.lsp.server/vscode/package.json   |  12 +-
 .../nbbuild/extlibs/CreateLicenseSummary.java  | 111 +---
 nbbuild/misc/prepare-bundles/README|  13 +
 nbbuild/misc/prepare-bundles/pom.xml   |  40 +++
 .../netbeans/prepare/bundles/PrepareBundles.java   | 288 +
 .../prepare/bundles/agent-base-4.3.0-license   |  22 ++
 .../prepare/bundles/assert-plus-1.0.0-license  |  20 ++
 .../prepare/bundles/es6-promisify-5.0.0-license|  19 ++
 .../netbeans/prepare/bundles/growl-1.10.5-license  |  23 ++
 .../prepare/bundles/http-proxy-agent-2.1.0-license |  22 ++
 .../bundles/https-proxy-agent-2.2.4-license|  22 ++
 .../prepare/bundles/json-schema-0.2.3-license  |  28 ++
 .../netbeans/prepare/bundles/uri-js-4.2.2-license  |  11 +
 nbbuild/notice-stub.txt|   2 +-
 nbbuild/rat-exclusions.txt |   1 +
 21 files changed, 672 insertions(+), 57 deletions(-)
 create mode 100644 nbbuild/misc/prepare-bundles/README
 create mode 100644 nbbuild/misc/prepare-bundles/pom.xml
 create mode 100644 
nbbuild/misc/prepare-bundles/src/main/java/org/netbeans/prepare/bundles/PrepareBundles.java
 create mode 100644 
nbbuild/misc/prepare-bundles/src/main/resources/org/netbeans/prepare/bundles/agent-base-4.3.0-license
 create mode 100644 
nbbuild/misc/prepare-bundles/src/main/resources/org/netbeans/prepare/bundles/assert-plus-1.0.0-license
 create mode 100644 
nbbuild/misc/prepare-bundles/src/main/resources/org/netbeans/prepare/bundles/es6-promisify-5.0.0-license
 create mode 100644 
nbbuild/misc/prepare-bundles/src/main/resources/org/netbeans/prepare/bundles/growl-1.10.5-license
 create mode 100644 
nbbuild/misc/prepare-bundles/src/main/resources/org/netbeans/prepare/bundles/http-proxy-agent-2.1.0-license
 create mode 100644 
nbbuild/misc/prepare-bundles/src/main/resources/org/netbeans/prepare/bundles/https-proxy-agent-2.2.4-license
 create mode 100644 
nbbuild/misc/prepare-bundles/src/main/resources/org/netbeans/prepare/bundles/json-schema-0.2.3-license
 create mode 100644 
nbbuild/misc/prepare-bundles/src/main/resources/org/netbeans/prepare/bundles/uri-js-4.2.2-license


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

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



[jira] [Comment Edited] (NETBEANS-3481) After install Netbeans 11.2

2020-01-14 Thread Jeff Vincent (Jira)


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

Jeff Vincent edited comment on NETBEANS-3481 at 1/14/20 8:50 PM:
-

Same experience here.  Very annoying for sure. 

Windows 10 x64, Oracle Java 1.8.0_221, NB 11.2, Maven 3.6.1

Log attached.  Exception below.  Seems the required libraries just disappear.

java.lang.ClassNotFoundException: com.sun.tools.javac.api.JavacTaskImpl 
starting from ModuleCL@b3f5789[org.netbeans.modules.java.source.base] with 
possible defining loaders null and declared parents 
[ModuleCL@3d8ae7ce[org.netbeans.modules.editor.document], 
org.netbeans.MainImpl$BootClassLoader@548c4f57, 
ModuleCL@6db4d67f[org.netbeans.modules.java.preprocessorbridge], 
org.netbeans.JarClassLoader@fb2b6d, 
ModuleCL@7277853c[org.netbeans.modules.editor.util], 
ModuleCL@250c2e7f[org.netbeans.modules.editor.guards], 
ModuleCL@1cb9c8ef[org.netbeans.modules.classfile], 
ModuleCL@4928b232[org.netbeans.lib.nbjavac], 
ModuleCL@17da2139[org.netbeans.api.scripting], 
ModuleCL@747ba45a[org.netbeans.libs.javacimpl], ...20 
more]java.lang.ClassNotFoundException: com.sun.tools.javac.api.JavacTaskImpl 
starting from ModuleCL@b3f5789[org.netbeans.modules.java.source.base] with 
possible defining loaders null and declared parents 
[ModuleCL@3d8ae7ce[org.netbeans.modules.editor.document], 
org.netbeans.MainImpl$BootClassLoader@548c4f57, 
ModuleCL@6db4d67f[org.netbeans.modules.java.preprocessorbridge], 
org.netbeans.JarClassLoader@fb2b6d, 
ModuleCL@7277853c[org.netbeans.modules.editor.util], 
ModuleCL@250c2e7f[org.netbeans.modules.editor.guards], 
ModuleCL@1cb9c8ef[org.netbeans.modules.classfile], 
ModuleCL@4928b232[org.netbeans.lib.nbjavac], 
ModuleCL@17da2139[org.netbeans.api.scripting], 
ModuleCL@747ba45a[org.netbeans.libs.javacimpl], ...20 more] at 
org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:203) at 
java.lang.ClassLoader.loadClass(ClassLoader.java:351)Caused: 
java.lang.NoClassDefFoundError: com/sun/tools/javac/api/JavacTaskImpl at 
java.lang.Class.forName0(Native Method) at 
java.lang.Class.forName(Class.java:348) at 
org.netbeans.modules.java.source.ElementHandleAccessor.getInstance(ElementHandleAccessor.java:44)
 at 
org.netbeans.modules.java.source.indexing.JavaCustomIndexer.clear(JavaCustomIndexer.java:710)
 at 
org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:338)
 at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
 at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)[catch]
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
 at 
org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279) at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2104)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1500(RepositoryUpdater.java:136)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSource(RepositoryUpdater.java:5749)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSources(RepositoryUpdater.java:5419)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:5038)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$InitialRootsWork.getDone(RepositoryUpdater.java:5821)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$43

[jira] [Commented] (NETBEANS-3481) After install Netbeans 11.2

2020-01-14 Thread Jeff Vincent (Jira)


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

Jeff Vincent commented on NETBEANS-3481:


Same experience here.  Very annoying for sure.  Log attached.  Exception below. 
 Seems the required libraries just disappear.

java.lang.ClassNotFoundException: com.sun.tools.javac.api.JavacTaskImpl 
starting from ModuleCL@b3f5789[org.netbeans.modules.java.source.base] with 
possible defining loaders null and declared parents 
[ModuleCL@3d8ae7ce[org.netbeans.modules.editor.document], 
org.netbeans.MainImpl$BootClassLoader@548c4f57, 
ModuleCL@6db4d67f[org.netbeans.modules.java.preprocessorbridge], 
org.netbeans.JarClassLoader@fb2b6d, 
ModuleCL@7277853c[org.netbeans.modules.editor.util], 
ModuleCL@250c2e7f[org.netbeans.modules.editor.guards], 
ModuleCL@1cb9c8ef[org.netbeans.modules.classfile], 
ModuleCL@4928b232[org.netbeans.lib.nbjavac], 
ModuleCL@17da2139[org.netbeans.api.scripting], 
ModuleCL@747ba45a[org.netbeans.libs.javacimpl], ...20 
more]java.lang.ClassNotFoundException: com.sun.tools.javac.api.JavacTaskImpl 
starting from ModuleCL@b3f5789[org.netbeans.modules.java.source.base] with 
possible defining loaders null and declared parents 
[ModuleCL@3d8ae7ce[org.netbeans.modules.editor.document], 
org.netbeans.MainImpl$BootClassLoader@548c4f57, 
ModuleCL@6db4d67f[org.netbeans.modules.java.preprocessorbridge], 
org.netbeans.JarClassLoader@fb2b6d, 
ModuleCL@7277853c[org.netbeans.modules.editor.util], 
ModuleCL@250c2e7f[org.netbeans.modules.editor.guards], 
ModuleCL@1cb9c8ef[org.netbeans.modules.classfile], 
ModuleCL@4928b232[org.netbeans.lib.nbjavac], 
ModuleCL@17da2139[org.netbeans.api.scripting], 
ModuleCL@747ba45a[org.netbeans.libs.javacimpl], ...20 more] at 
org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:203) at 
java.lang.ClassLoader.loadClass(ClassLoader.java:351)Caused: 
java.lang.NoClassDefFoundError: com/sun/tools/javac/api/JavacTaskImpl at 
java.lang.Class.forName0(Native Method) at 
java.lang.Class.forName(Class.java:348) at 
org.netbeans.modules.java.source.ElementHandleAccessor.getInstance(ElementHandleAccessor.java:44)
 at 
org.netbeans.modules.java.source.indexing.JavaCustomIndexer.clear(JavaCustomIndexer.java:710)
 at 
org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:338)
 at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
 at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)[catch]
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
 at 
org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279) at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2104)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1500(RepositoryUpdater.java:136)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSource(RepositoryUpdater.java:5749)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSources(RepositoryUpdater.java:5419)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:5038)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$InitialRootsWork.getDone(RepositoryUpdater.java:5821)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run

[jira] [Updated] (NETBEANS-3481) After install Netbeans 11.2

2020-01-14 Thread Jeff Vincent (Jira)


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

Jeff Vincent updated NETBEANS-3481:
---
Attachment: messages.log

> After install Netbeans 11.2 
> 
>
> Key: NETBEANS-3481
> URL: https://issues.apache.org/jira/browse/NETBEANS-3481
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 11.2
> Environment: Windows 7 Home Premium 64 bits, Sony Vaio, Intel Core2 
> Duo P7450, 6GB
>Reporter: Daniel Caril Kogevnikovs
>Priority: Major
>  Labels: beginner
> Attachments: messages.log, messages.log, messages.log.1, 
> messages.log.2, metrics, uigestures, updater.log.0
>
>
> Immediately after installation, I created a project, java with Maven / Java 
> Application. Netbeans started updating something and didn't finish, it froze. 
> I canceled the session and without booting Win 7 Home Premium, I opened 
> Netbeans again. The notification tab displays the message "Install nb-javac 
> Library" and then a new message "unexpected Exception", and requests to be 
> sent to Time Netbeans.



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

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

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



[jira] [Created] (NETBEANS-3694) When renaming files, Ctrl (Control) + Cursor should jump to uppercase letters and underscores

2020-01-14 Thread dennis lucero (Jira)
dennis lucero created NETBEANS-3694:
---

 Summary: When renaming files, Ctrl (Control) + Cursor should jump 
to uppercase letters and underscores
 Key: NETBEANS-3694
 URL: https://issues.apache.org/jira/browse/NETBEANS-3694
 Project: NetBeans
  Issue Type: Improvement
Affects Versions: 11.2
 Environment: Windows 10
Reporter: dennis lucero


Pressing Ctr+Cursor (left/right) while renaming files via the projects/files 
tree moves the cursor near a space. As code file names usually don’t contain 
spaces, but often are named in camel case or contain underscores, the cursor 
should jump to uppercase letters and underscores.



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

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

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



[jira] [Resolved] (NETBEANS-3265) Module catalog not updated after verification of plugin

2020-01-14 Thread Jan Pirek (Jira)


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

Jan Pirek resolved NETBEANS-3265.
-
Fix Version/s: 3.0
   Resolution: Fixed

Fixed by adding missing autoupdate-catalog-2_8.dtd file to the server

> Module catalog not updated after verification of plugin
> ---
>
> Key: NETBEANS-3265
> URL: https://issues.apache.org/jira/browse/NETBEANS-3265
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
>Affects Versions: 3.0
>Reporter: Jiří Kovalský
>Assignee: Jan Pirek
>Priority: Critical
> Fix For: 3.0
>
>
> For some reason automatic update of module catalogue when a plugin gets two 
> Go verification votes is broken. On 10/18 Geertjan verified SpringBoot plugin 
> [1] for all available NetBeans versions and when I added my second Go vote on 
> 10/21, none of the UCs like [2] didn't get updated.
> [1] [http://netbeans-vm.apache.org/pluginportal/catalogue/?id=58]
> [2] [http://netbeans-vm.apache.org/pluginportal/data/10.0/catalog.xml]



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

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

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



[jira] [Commented] (NETBEANS-3265) Module catalog not updated after verification of plugin

2020-01-14 Thread Jan Pirek (Jira)


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

Jan Pirek commented on NETBEANS-3265:
-

Looks like catalog validation does not pass the DTD check after recent upgrade 
of DTD.

This is from admin UI
{code:java}
Catalog for 11.0 is not valid:
Element module content does not follow the DTD, expecting (description? , 
module_notification? , external_package* , (manifest | l10n)), got (manifest 
message_digest)
No declaration for element message_digest
No declaration for attribute algorithm of element message_digest
No declaration for attribute value of element message_digest
{code}

> Module catalog not updated after verification of plugin
> ---
>
> Key: NETBEANS-3265
> URL: https://issues.apache.org/jira/browse/NETBEANS-3265
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
>Affects Versions: 3.0
>Reporter: Jiří Kovalský
>Assignee: Jan Pirek
>Priority: Critical
>
> For some reason automatic update of module catalogue when a plugin gets two 
> Go verification votes is broken. On 10/18 Geertjan verified SpringBoot plugin 
> [1] for all available NetBeans versions and when I added my second Go vote on 
> 10/21, none of the UCs like [2] didn't get updated.
> [1] [http://netbeans-vm.apache.org/pluginportal/catalogue/?id=58]
> [2] [http://netbeans-vm.apache.org/pluginportal/data/10.0/catalog.xml]



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

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

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



[jira] [Updated] (NETBEANS-3265) Module catalog not updated after verification of plugin

2020-01-14 Thread Jira


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

Jiří Kovalský updated NETBEANS-3265:

Fix Version/s: (was: 3.0)

> Module catalog not updated after verification of plugin
> ---
>
> Key: NETBEANS-3265
> URL: https://issues.apache.org/jira/browse/NETBEANS-3265
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
>Affects Versions: 3.0
>Reporter: Jiří Kovalský
>Assignee: Jan Pirek
>Priority: Critical
>
> For some reason automatic update of module catalogue when a plugin gets two 
> Go verification votes is broken. On 10/18 Geertjan verified SpringBoot plugin 
> [1] for all available NetBeans versions and when I added my second Go vote on 
> 10/21, none of the UCs like [2] didn't get updated.
> [1] [http://netbeans-vm.apache.org/pluginportal/catalogue/?id=58]
> [2] [http://netbeans-vm.apache.org/pluginportal/data/10.0/catalog.xml]



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

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

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



[jira] [Reopened] (NETBEANS-3265) Module catalog not updated after verification of plugin

2020-01-14 Thread Jira


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

Jiří Kovalský reopened NETBEANS-3265:
-

I am sorry but this manifests again. Although jVi plugin [1] has been 
successfully verified for Apache NetBeans IDE 11.0, the corresponding Update 
Center catalog [2] was not automatically updated.

[1] http://netbeans-vm.apache.org/pluginportal/catalogue/?id=6


[2] [http://netbeans-vm.apache.org/pluginportal/data/11.0/catalog.xml]


Can this be investigated once more?

> Module catalog not updated after verification of plugin
> ---
>
> Key: NETBEANS-3265
> URL: https://issues.apache.org/jira/browse/NETBEANS-3265
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
>Affects Versions: 3.0
>Reporter: Jiří Kovalský
>Assignee: Jan Pirek
>Priority: Critical
> Fix For: 3.0
>
>
> For some reason automatic update of module catalogue when a plugin gets two 
> Go verification votes is broken. On 10/18 Geertjan verified SpringBoot plugin 
> [1] for all available NetBeans versions and when I added my second Go vote on 
> 10/21, none of the UCs like [2] didn't get updated.
> [1] [http://netbeans-vm.apache.org/pluginportal/catalogue/?id=58]
> [2] [http://netbeans-vm.apache.org/pluginportal/data/10.0/catalog.xml]



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

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

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



[jira] [Commented] (NETBEANS-3227) Can't login to the Plugin Portal with https

2020-01-14 Thread Jira


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

Jiří Kovalský commented on NETBEANS-3227:
-

A kind of workaround is to login via HTTP and after obtaining login token 
navigate to HTTPS URL of Plugin Portal.

> Can't login to the Plugin Portal with https
> ---
>
> Key: NETBEANS-3227
> URL: https://issues.apache.org/jira/browse/NETBEANS-3227
> Project: NetBeans
>  Issue Type: Improvement
>  Components: updatecenters - Pluginportal
>Reporter: Junichi Yamamoto
>Assignee: Jan Pirek
>Priority: Major
> Attachments: nb-plugin-portal-https-login.png
>
>
> We can login with http://netbeans-vm.apache.org/pluginportal/ but can't login 
> with https://netbeans-vm.apache.org/pluginportal/
>  !nb-plugin-portal-https-login.png! 



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

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

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



[jira] [Closed] (NETBEANS-3569) unsuitable/failed-verification plugin not indicated as such by plugin portal

2020-01-14 Thread Jira


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

Jiří Kovalský closed NETBEANS-3569.
---

Works great. Thanks a bunch Honzo!

> unsuitable/failed-verification plugin not indicated as such by plugin portal
> 
>
> Key: NETBEANS-3569
> URL: https://issues.apache.org/jira/browse/NETBEANS-3569
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
> Environment: Apache NetBeans Plugin Portal, build #191001
>Reporter: Ernie Rael
>Assignee: Jan Pirek
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 3.0
>
> Attachments: verification.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> I submitted a plugin to the apache portal and requested verification, I built 
> the plugin (maven) against NB-11.2.
> The plugin correctly failed verification since it would not load on NB-11.0.
> There is no indication on the plugin portal that this plugin failed 
> verification, or even that verification was requested. No indication either 
> publicly or privately when I look at things through "My plugins".



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

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

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



[jira] [Commented] (NETBEANS-2666) NetBeans (git client) does not ignore files

2020-01-14 Thread Vano Beridze (Jira)


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

Vano Beridze commented on NETBEANS-2666:


The same problem occurs with 11.2 

I've added nb-configuration.xml file to .gitignore, but netbeans does not show 
it as ignored.

Strangely there is another project with the same structure but in that project 
nb-configuration.xml is greyed out.

> NetBeans (git client) does not ignore files
> ---
>
> Key: NETBEANS-2666
> URL: https://issues.apache.org/jira/browse/NETBEANS-2666
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11; Java HotSpot(TM) 64-Bit Server VM 11+28
> Runtime: Java(TM) SE Runtime Environment 11+28
> System: Mac OS X version 10.14.5 running on x86_64; UTF-8; ru_JP (nb)
>Reporter: Alekhin Maksim
>Priority: Major
>  Labels: git
> Attachments: Снимок экрана 2019-06-13 в 17.08.40.png
>
>
> NetBeans (git-client) does not ignore files if the .gitignore file is deep in 
> the project.
> I installed the Google API Client through composer 
> ([https://developers.google.com/sheets/api/quickstart/php]).
>  Composer create the file *.gitignore* in folder 
> */vendor/google/apiclient-services*
>  (the vendor folder is in the project root directory)
>  Inside this file it is written that the following files should be ignored:
> {code:java}
> src/Google/Service/Compute/HTTPHealthCheck.php
> src/Google/Service/Compute/HTTPSHealthCheck.php
> {code}
> But NetBeans does not ignore these files.
>  There is no problem with the official client.
>  



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

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

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