[jira] [Commented] (NETBEANS-6067) git over ssh: "Incorrect credentials for repository"

2021-12-07 Thread Ronald Feicht (Jira)


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

Ronald Feicht commented on NETBEANS-6067:
-

The issue is still there with Netbeans version 12.6.

> git over ssh: "Incorrect credentials for repository"
> 
>
> Key: NETBEANS-6067
> URL: https://issues.apache.org/jira/browse/NETBEANS-6067
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 12.5
> Environment: Debian 11 Bullseye
> NetBeans 12.5
> java version "1.8.0_172"
>  Java(TM) SE Runtime Environment (build 1.8.0_172-b11)
>  Java HotSpot(TM) 64-Bit Server VM (build 25.172-b11, mixed mode)
> git version 2.30.2
> ssh 1:8.4p1-5
>Reporter: Ronald Feicht
>Priority: Major
>
> When I try to "git fetch" from our git server I receive the following error: 
> "Incorrect credentials for repository at 
> ssh://git@srv06.scsynergy.local/var/scs-git/Java/Elementary" even though the 
> user name and password are correct.
> When I uncheck "Save Password" (edit: and provide the correct password) the 
> git fetch completes without error.
> When I use Netbeans 12.4 the git fetch also works with and without "Save 
> Password".
> tail ~/.netbeans/12.5/var/log/messages.log :
> INFO [org.netbeans.modules.git.ui.repository.remote.SelectUriStep]: Auth 
> failed when accessing 
> ssh://git@srv06.scsynergy.local/var/scs-git/Java/Elementary
> com.jcraft.jsch.JSchException: Auth fail
> at com.jcraft.jsch.Session.connect(Session.java:519)
> at 
> org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:112)
> Caused: org.eclipse.jgit.errors.TransportException: 
> ssh://git@srv06.scsynergy.local/var/scs-git/Java/Elementary: Auth fail
> at 
> org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:158)
> at 
> org.netbeans.libs.git.jgit.JGitSshSessionFactory.getSession(JGitSshSessionFactory.java:100)
> at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:107)
> at 
> org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:247)
> at 
> org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:137)
> at 
> org.netbeans.libs.git.jgit.commands.ListRemoteObjectsCommand.runTransportCommand(ListRemoteObjectsCommand.java:51)
> Caused: org.netbeans.libs.git.GitException$AuthorizationException: 
> ssh://git@srv06.scsynergy.local/var/scs-git/Java/Elementary: Auth fail
> at 
> org.netbeans.libs.git.jgit.commands.TransportCommand.handleException(TransportCommand.java:235)
> at 
> org.netbeans.libs.git.jgit.commands.ListRemoteObjectsCommand.runTransportCommand(ListRemoteObjectsCommand.java:64)
> at 
> org.netbeans.libs.git.jgit.commands.TransportCommand.run(TransportCommand.java:168)
> at org.netbeans.libs.git.jgit.commands.GitCommand$1.run(GitCommand.java:57)
> at org.netbeans.libs.git.jgit.commands.GitCommand$1.run(GitCommand.java:54)
> at java.security.AccessController.doPrivileged(Native Method)
> at org.netbeans.libs.git.jgit.commands.GitCommand.execute(GitCommand.java:54)
> at org.netbeans.libs.git.GitClient.listRemoteBranches(GitClient.java:893)
> at org.netbeans.modules.git.client.GitClient$36.call(GitClient.java:582)
> at org.netbeans.modules.git.client.GitClient$36.call(GitClient.java:578)
> at 
> org.openide.util.NetworkSettings.suppressAuthenticationDialog(NetworkSettings.java:138)
> at 
> org.netbeans.modules.git.client.GitClient$CommandInvoker$1$1.call(GitClient.java:931)
> at 
> org.netbeans.modules.git.client.GitClient$CommandInvoker$1$1.call(GitClient.java:937)
> at 
> org.netbeans.modules.git.client.GitClient$CommandInvoker$1.call(GitClient.java:956)
> at 
> org.netbeans.modules.git.client.GitClient$CommandInvoker.runMethodIntern(GitClient.java:968)
> at 
> org.netbeans.modules.git.client.GitClient$CommandInvoker.runMethod(GitClient.java:897)
> at 
> org.netbeans.modules.git.client.GitClient$CommandInvoker.runMethod(GitClient.java:875)
> at 
> org.netbeans.modules.git.client.GitClient$CommandInvoker.access$400(GitClient.java:869)
> at 
> org.netbeans.modules.git.client.GitClient.listRemoteBranches(GitClient.java:578)
> [catch] at 
> org.netbeans.modules.git.ui.repository.remote.SelectUriStep$2.perform(SelectUriStep.java:240)
> at 
> org.netbeans.modules.git.client.GitProgressSupport.performIntern(GitProgressSupport.java:92)
> at 
> org.netbeans.modules.git.client.GitProgressSupport.run(GitProgressSupport.java:85)
> 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(Request

[jira] [Updated] (NETBEANS-6269) assertion failure parsing JavaFX sources in jdk.compiler Check.validateTypeAnnotation

2021-12-07 Thread notzed (Jira)


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

notzed updated NETBEANS-6269:
-
Attachment: ImageView_14.dump

> assertion failure parsing JavaFX sources in jdk.compiler 
> Check.validateTypeAnnotation
> -
>
> Key: NETBEANS-6269
> URL: https://issues.apache.org/jira/browse/NETBEANS-6269
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 12.6
>Reporter: notzed
>Priority: Minor
> Attachments: ImageView_14.dump, messages.log
>
>
> While parsing the sources for javafx 17.0.1 an exception is thrown.  One is 
> still able to navigate to the sources and view the javadoc so it doesn't seem 
> critical.
> An error occurred during parsing of 'javafx/scene/image/ImageView.java in 
> /usr/local/javafx-sdk/sources/javafx-graphics-17.0.1-sources.jar'. Please 
> report a bug against java/source and attach dump file 
> '/home/notzed/.netbeans/12.6/var/log/ImageView_10.dump'.
> Seems the same as NETBEANS-5999 NETBEANS-6000 but those aren't well reported.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6269) assertion failure parsing JavaFX sources in jdk.compiler Check.validateTypeAnnotation

2021-12-07 Thread notzed (Jira)


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

notzed updated NETBEANS-6269:
-
Attachment: messages.log

> assertion failure parsing JavaFX sources in jdk.compiler 
> Check.validateTypeAnnotation
> -
>
> Key: NETBEANS-6269
> URL: https://issues.apache.org/jira/browse/NETBEANS-6269
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 12.6
>Reporter: notzed
>Priority: Minor
> Attachments: messages.log
>
>
> While parsing the sources for javafx 17.0.1 an exception is thrown.  One is 
> still able to navigate to the sources and view the javadoc so it doesn't seem 
> critical.
> An error occurred during parsing of 'javafx/scene/image/ImageView.java in 
> /usr/local/javafx-sdk/sources/javafx-graphics-17.0.1-sources.jar'. Please 
> report a bug against java/source and attach dump file 
> '/home/notzed/.netbeans/12.6/var/log/ImageView_10.dump'.
> Seems the same as NETBEANS-5999 NETBEANS-6000 but those aren't well reported.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6269) assertion failure parsing JavaFX sources in jdk.compiler Check.validateTypeAnnotation

2021-12-07 Thread notzed (Jira)
notzed created NETBEANS-6269:


 Summary: assertion failure parsing JavaFX sources in jdk.compiler 
Check.validateTypeAnnotation
 Key: NETBEANS-6269
 URL: https://issues.apache.org/jira/browse/NETBEANS-6269
 Project: NetBeans
  Issue Type: Bug
  Components: java - Source
Affects Versions: 12.6
Reporter: notzed


While parsing the sources for javafx 17.0.1 an exception is thrown.  One is 
still able to navigate to the sources and view the javadoc so it doesn't seem 
critical.

An error occurred during parsing of 'javafx/scene/image/ImageView.java in 
/usr/local/javafx-sdk/sources/javafx-graphics-17.0.1-sources.jar'. Please 
report a bug against java/source and attach dump file 
'/home/notzed/.netbeans/12.6/var/log/ImageView_10.dump'.

Seems the same as NETBEANS-5999 NETBEANS-6000 but those aren't well reported.

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-5449) Failed parsing of SCSS files with namespaced variables through @use "import"

2021-12-07 Thread Jeroen (Jira)


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

Jeroen edited comment on NETBEANS-5449 at 12/7/21, 3:30 PM:


[~junichi11] I described a minimal case in my comment.

/* _vars.scss */
$someColor: #282828;

/* test.scss */
@use "vars";
#test {     
    color: vars.$someColor;     
    font-size: 12px; 
}

/* output in test.css (correct) */
#test\{color:#282828;font-size:12px}

I have now also attached these files to this comment.[^_vars.scss]


was (Author: jeroennx):
[~junichi11] I described a minimal case in my comment.

/* _vars.scss */
$someColor: #282828;

/* test.scss */
@use "vars";
#test {
    color: vars.$someColor;
    font-size: 12px;
}

/* output in test.css (correct) */
#test\{color:#282828;font-size:12px}

I have now also attached these files to this comment.[^_vars.scss]

> Failed parsing of SCSS files with namespaced variables through @use "import"
> 
>
> Key: NETBEANS-5449
> URL: https://issues.apache.org/jira/browse/NETBEANS-5449
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 12.1, 12.2, 12.3
> Environment: Windows 10 20H2 Build 19042.867 (same issue present with 
> previous versions)
> OpenJDK 15.0.2 (same issue with previous versions)
> Dart Sass 1.32.8 (same issue with previous versions)
>Reporter: Jeroen
>Assignee: Matthias Bläsing
>Priority: Major
> Fix For: 12.6
>
> Attachments: Capture.PNG, NetBeans.PNG, _vars.scss, test.scss
>
>
> When parsing an .scss file, after the first line with a namespaced variable 
> has been encountered ("imported" through @use, see: 
> [https://sass-lang.com/documentation/at-rules/use)] syntax highlighting, code 
> completion, etc stop working after that.
> Regarding the attached screenshot.
>  # Tooltip when hovering red dotted line says: "Unexpected token SEMI found"
>  # Tooltip says: "Unexpected token DOT found"
>  # All text black, no green/blue, no more syntax highlighting, code 
> completion, etc
> When re-saving the main scss file, the file does get compiled by dart sass to 
> a valid CSS file without any issues/errors.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-5449) Failed parsing of SCSS files with namespaced variables through @use "import"

2021-12-07 Thread Jeroen (Jira)


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

Jeroen commented on NETBEANS-5449:
--

[~junichi11] I described a minimal case in my comment.

/* _vars.scss */
$someColor: #282828;

/* test.scss */
@use "vars";
#test {
    color: vars.$someColor;
    font-size: 12px;
}

/* output in test.css (correct) */
#test\{color:#282828;font-size:12px}

I have now also attached these files to this comment.[^_vars.scss]

> Failed parsing of SCSS files with namespaced variables through @use "import"
> 
>
> Key: NETBEANS-5449
> URL: https://issues.apache.org/jira/browse/NETBEANS-5449
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 12.1, 12.2, 12.3
> Environment: Windows 10 20H2 Build 19042.867 (same issue present with 
> previous versions)
> OpenJDK 15.0.2 (same issue with previous versions)
> Dart Sass 1.32.8 (same issue with previous versions)
>Reporter: Jeroen
>Assignee: Matthias Bläsing
>Priority: Major
> Fix For: 12.6
>
> Attachments: Capture.PNG, NetBeans.PNG, _vars.scss, test.scss
>
>
> When parsing an .scss file, after the first line with a namespaced variable 
> has been encountered ("imported" through @use, see: 
> [https://sass-lang.com/documentation/at-rules/use)] syntax highlighting, code 
> completion, etc stop working after that.
> Regarding the attached screenshot.
>  # Tooltip when hovering red dotted line says: "Unexpected token SEMI found"
>  # Tooltip says: "Unexpected token DOT found"
>  # All text black, no green/blue, no more syntax highlighting, code 
> completion, etc
> When re-saving the main scss file, the file does get compiled by dart sass to 
> a valid CSS file without any issues/errors.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-5449) Failed parsing of SCSS files with namespaced variables through @use "import"

2021-12-07 Thread Jeroen (Jira)


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

Jeroen updated NETBEANS-5449:
-
Attachment: _vars.scss
test.scss

> Failed parsing of SCSS files with namespaced variables through @use "import"
> 
>
> Key: NETBEANS-5449
> URL: https://issues.apache.org/jira/browse/NETBEANS-5449
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 12.1, 12.2, 12.3
> Environment: Windows 10 20H2 Build 19042.867 (same issue present with 
> previous versions)
> OpenJDK 15.0.2 (same issue with previous versions)
> Dart Sass 1.32.8 (same issue with previous versions)
>Reporter: Jeroen
>Assignee: Matthias Bläsing
>Priority: Major
> Fix For: 12.6
>
> Attachments: Capture.PNG, NetBeans.PNG, _vars.scss, test.scss
>
>
> When parsing an .scss file, after the first line with a namespaced variable 
> has been encountered ("imported" through @use, see: 
> [https://sass-lang.com/documentation/at-rules/use)] syntax highlighting, code 
> completion, etc stop working after that.
> Regarding the attached screenshot.
>  # Tooltip when hovering red dotted line says: "Unexpected token SEMI found"
>  # Tooltip says: "Unexpected token DOT found"
>  # All text black, no green/blue, no more syntax highlighting, code 
> completion, etc
> When re-saving the main scss file, the file does get compiled by dart sass to 
> a valid CSS file without any issues/errors.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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 (440af8e -> 40383a9)

2021-12-07 Thread sdedic
This is an automated email from the ASF dual-hosted git repository.

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


from 440af8e  Merge pull request #3351 from sdedic/lsp/db-explorer
 new 08efdc4  [NETBEANS-6253] Posibility to run single Groovy Script 
Initial commit
 new 1c673ab  Improving code of single run groovy file.
 new b475945  Compiling on JDK 11
 new a72dacb  Improving code.
 new 40383a9  Merge pull request #3350 from ppisl/NETBEANS-6253

The 6261 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:
 groovy/groovy.support/nbproject/project.properties |   1 +
 groovy/groovy.support/nbproject/project.xml|  26 
 .../support/actions/singlefilerun/JPDAStart.java   | 144 +
 .../SingleGroovySourceRunActionProvider.java   | 173 +
 4 files changed, 344 insertions(+)
 create mode 100644 
groovy/groovy.support/src/org/netbeans/modules/groovy/support/actions/singlefilerun/JPDAStart.java
 create mode 100644 
groovy/groovy.support/src/org/netbeans/modules/groovy/support/actions/singlefilerun/SingleGroovySourceRunActionProvider.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



[jira] [Updated] (NETBEANS-2005) Grid CSS support

2021-12-07 Thread PetitBoeuf (Jira)


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

PetitBoeuf updated NETBEANS-2005:
-
Attachment: screen.jpg

> Grid CSS support
> 
>
> Key: NETBEANS-2005
> URL: https://issues.apache.org/jira/browse/NETBEANS-2005
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Arnaud BERNARD
>Assignee: Matthias Bläsing
>Priority: Major
> Fix For: 12.2
>
> Attachments: screen.jpg
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Need support of Grid as soon as possible. This feature is supported by all 
> browsers now. Thx!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-2005) Grid CSS support

2021-12-07 Thread PetitBoeuf (Jira)


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

PetitBoeuf reopened NETBEANS-2005:
--

Hello,

I'm afraid the grid layout is not yet perfectly supported by NetBeans. The css 
property "justify-self" is an unknown property (yet in my browser it works 
perfectly).

Thanks

Here is my environment :
*Product Version:* Apache NetBeans IDE 12.6

*Java:* 11.0.11; OpenJDK 64-Bit Server VM 11.0.11+9-Ubuntu-0ubuntu2

*Runtime:* OpenJDK Runtime Environment 11.0.11+9-Ubuntu-0ubuntu2

*System:* Linux version 5.15.5-76051505-generic running on amd64; UTF-8; fr_FR 
(nb)

*User directory:* /home/francois/snap/netbeans/52

> Grid CSS support
> 
>
> Key: NETBEANS-2005
> URL: https://issues.apache.org/jira/browse/NETBEANS-2005
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Arnaud BERNARD
>Assignee: Matthias Bläsing
>Priority: Major
> Fix For: 12.2
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Need support of Grid as soon as possible. This feature is supported by all 
> browsers now. Thx!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6268) NPE in TestClassInfoTask.java:104

2021-12-07 Thread Vlasta Ramik (Jira)
Vlasta Ramik created NETBEANS-6268:
--

 Summary: NPE in TestClassInfoTask.java:104
 Key: NETBEANS-6268
 URL: https://issues.apache.org/jira/browse/NETBEANS-6268
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.5
Reporter: Vlasta Ramik


{noformat}
SEVERE [org.openide.util.Exceptions]
java.lang.NullPointerException
at 
org.netbeans.modules.junit.ui.actions.TestClassInfoTask.computeTestMethods(TestClassInfoTask.java:104)
at 
org.netbeans.modules.junit.ui.actions.TestClassInfoTask$ComputeTestMethodsImpl$TaskImpl.computeTestMethods(TestClassInfoTask.java:202)
at 
org.netbeans.modules.java.testrunner.ui.ComputeTestMethodsImpl$TaskImpl.run(ComputeTestMethodsImpl.java:96)
at 
org.netbeans.modules.java.testrunner.ui.ComputeTestMethodsImpl$TaskImpl.run(ComputeTestMethodsImpl.java:60)
[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
(v8.20.1#820001)

-
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 (fa4b0f7 -> 440af8e)

2021-12-07 Thread sdedic
This is an automated email from the ASF dual-hosted git repository.

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


from fa4b0f7  LSP: attempt to speed up open type action. (#3354)
 new 64c490b  Fixed errors parsing of cookie specs.
 new 360f4ea  Fixed refreshes after an existing node changes.
 new 7d97992  Actions declared using annotation, ConnectAction supports 
headless mode.
 new 71b6017  Exported UI for connections list.
 new 53d0e3e  Have TreeNodeRegistry in session lookup.Have TreeNodeRegistry 
in session lookup.
 new 889c8f9  LSP support commands for node actions.
 new 5c984a7  Added tree view for DB connection inspection and management.
 new 93b61ec  Fixed typo, added missing javadoc + @since.
 new 0ef9fac  Moved AbstractGlobalActionContext, need to be accessed from 
vsnetbeans.
 new 440af8e  Merge pull request #3351 from sdedic/lsp/db-explorer

The 6256 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:
 ide/db/apichanges.xml  |  12 ++
 ide/db/nbproject/project.properties|   2 +-
 .../db/explorer/support/DatabaseExplorerUIs.java   |  31 +++-
 .../modules/db/explorer/action/ConnectAction.java  | 122 ++-
 .../db/explorer/action/DisconnectAction.java   |  11 ++
 .../org/netbeans/modules/db/resources/mf-layer.xml |   6 -
 .../nbcode/integration/nbproject/project.xml   |  26 ++--
 .../nbcode/integration/LspGlobalActionContext.java |  32 
 .../integration/database-cookies.contextValues |  19 +++
 .../netbeans/modules/nbcode/integration/layer.xml  |  16 ++
 .../nbcode/nbproject/platform.properties   |   3 -
 java/java.lsp.server/nbproject/project.properties  |   2 +-
 java/java.lsp.server/nbproject/project.xml |   9 ++
 .../java/lsp/server/db/DBConnectionExplorer.java   |  46 ++
 .../server/explorer/DefaultDecorationsImpl.java|   2 -
 .../server/explorer/LspTreeViewServiceImpl.java|   5 +-
 .../lsp/server/explorer/NodeActionsProvider.java   | 164 +
 .../server/explorer/NodeLookupContextValues.java   |  39 +++--
 .../lsp/server/explorer/TreeNodeRegistryImpl.java  |  15 +-
 .../java/lsp/server/explorer/TreeViewProvider.java |   8 +
 .../modules/java/lsp/server/protocol/Server.java   |   1 +
 .../lsp/server/ui/AbstractGlobalActionContext.java | 102 +
 java/java.lsp.server/vscode/package.json   |  31 +++-
 java/java.lsp.server/vscode/src/explorer.ts|  13 +-
 java/java.lsp.server/vscode/src/extension.ts   |   1 +
 25 files changed, 640 insertions(+), 78 deletions(-)
 create mode 100644 
java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/LspGlobalActionContext.java
 create mode 100644 
java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/database-cookies.contextValues
 create mode 100644 
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/db/DBConnectionExplorer.java
 create mode 100644 
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/explorer/NodeActionsProvider.java
 create mode 100644 
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/ui/AbstractGlobalActionContext.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



[jira] [Created] (NETBEANS-6267) Dart-Sass 1.44, Apache-NetBeans 12.5, MacOS Monterey - does not recognise @use or @forward

2021-12-07 Thread Cliff Wallace (Jira)
Cliff Wallace created NETBEANS-6267:
---

 Summary: Dart-Sass 1.44, Apache-NetBeans 12.5, MacOS Monterey - 
does not recognise @use or @forward
 Key: NETBEANS-6267
 URL: https://issues.apache.org/jira/browse/NETBEANS-6267
 Project: NetBeans
  Issue Type: Bug
  Components: web - CSS Preprocessors (SASS, LESS, ...)
Affects Versions: 12.5
 Environment: MacOS Monterey

Apache-NetBeans 12.5

Dart-Sass 1.44
Reporter: Cliff Wallace
 Attachments: 144512285-c2d760fd-5b01-4ca5-b812-75d2d96cf2dc.png

I had NetBeans working fine and compiling on save with Dart-Sass using 
[@include|https://github.com/include]s.

However, @include is deprecated in favour of [@use|https://github.com/use] and 
[@forward|https://github.com/forward].

I installed Dart-Sass (per Dart site) by simply loading it down and adding to 
my MacOS Path then using terminal command "{*}which sass{*}" to get that path: 
*/Applications/dart-sass/sass*
and add it to NetBeans css preprocessor.


I get the issue (see attachment) every time I try [@use|https://github.com/use] 
or [@forward|https://github.com/forward].
I tried removing NetBeans to start over, and re-installed it (no difference).
To demonstrate the issue, I created the very simple project shown in the image.
Inside the _fonts.scss is the simplest definition ...

$font-size: 1.25rem;

So, even at this simplest of levels, NetBeans doesn't seem to like 
[@use|https://github.com/use] (or [@forward|https://github.com/forward] for 
that matter).

I raised an issue on GitHub (#1566) and Dart-Sass folks say it isn't a Sass 
issue.

Trouble is, as it stands, when using @use or @forward, the sass just won't 
compile.

It may be the case that the NetBeans syntax checking has not caught up yet in 
which case, I'll gladly raise an enhancement request.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6266) Stabilize commit-validation / VerifySimpleTemplatesTest in travis build

2021-12-07 Thread Svatopluk Dedic (Jira)
Svatopluk Dedic created NETBEANS-6266:
-

 Summary: Stabilize commit-validation / VerifySimpleTemplatesTest 
in travis build
 Key: NETBEANS-6266
 URL: https://issues.apache.org/jira/browse/NETBEANS-6266
 Project: NetBeans
  Issue Type: Bug
  Components: ide - Code
Reporter: Svatopluk Dedic


The *VerifySimpleTemplatesTest* is failing on CI, but typically succeeds when 
running locally. Should be fixed soon as Travis *commit-validation* job fails.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6265) StackOverflowError in JsIndexer.java:221

2021-12-07 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-6265:


It would be nice if you can provide an example code to reproduce it.

> StackOverflowError in JsIndexer.java:221
> 
>
> Key: NETBEANS-6265
> URL: https://issues.apache.org/jira/browse/NETBEANS-6265
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
>Reporter: Vlasta Ramik
>Priority: Major
>
> Hello I got following error:
> {noformat}
> WARNING [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]
> java.lang.StackOverflowError
>   at java.base/java.util.WeakHashMap.getTable(WeakHashMap.java:350)
>   at java.base/java.util.WeakHashMap.get(WeakHashMap.java:398)
>   at 
> org.openide.util.lookup.MetaInfServicesLookup.beforeLookup(MetaInfServicesLookup.java:121)
>   at 
> org.openide.util.lookup.AbstractLookup.lookupItem(AbstractLookup.java:402)
>   at 
> org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:396)
>   at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:281)
>   at 
> org.netbeans.modules.javascript2.model.JsElementImpl.isInternalFile(JsElementImpl.java:194)
>   at 
> org.netbeans.modules.javascript2.model.JsElementImpl.isPlatform(JsElementImpl.java:188)
>   at 
> org.netbeans.modules.javascript2.model.api.IndexedElement$Flag.getFlag(IndexedElement.java:387)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.createDocument(JsIndexer.java:121)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:221)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.stor

[jira] [Created] (NETBEANS-6265) StackOverflowError in JsIndexer.java:221

2021-12-07 Thread Vlasta Ramik (Jira)
Vlasta Ramik created NETBEANS-6265:
--

 Summary: StackOverflowError in JsIndexer.java:221
 Key: NETBEANS-6265
 URL: https://issues.apache.org/jira/browse/NETBEANS-6265
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.5
Reporter: Vlasta Ramik


Hello I got following error:
{noformat}
WARNING [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]
java.lang.StackOverflowError
at java.base/java.util.WeakHashMap.getTable(WeakHashMap.java:350)
at java.base/java.util.WeakHashMap.get(WeakHashMap.java:398)
at 
org.openide.util.lookup.MetaInfServicesLookup.beforeLookup(MetaInfServicesLookup.java:121)
at 
org.openide.util.lookup.AbstractLookup.lookupItem(AbstractLookup.java:402)
at 
org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:396)
at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:281)
at 
org.netbeans.modules.javascript2.model.JsElementImpl.isInternalFile(JsElementImpl.java:194)
at 
org.netbeans.modules.javascript2.model.JsElementImpl.isPlatform(JsElementImpl.java:188)
at 
org.netbeans.modules.javascript2.model.api.IndexedElement$Flag.getFlag(IndexedElement.java:387)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.createDocument(JsIndexer.java:121)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:221)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(Js