(netbeans) branch master updated (88d95db5c9 -> 55587de29e)

2024-04-16 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 88d95db5c9 Merge pull request #7250 from 
sdedic/scripting/init-error-recovery
 add 211054bf92 added gototest ability in vscode extension
 new 55587de29e Merge pull request #6834 from Achal1607/javavscode-56

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


Summary of changes:
 ide/gototest/apichanges.xml|  97 
 ide/gototest/nbproject/project.xml |  21 +-
 .../api/gototest/TestOppositesLocator.java | 268 +
 .../modules/gototest/GotoOppositeAction.java   | 159 +++-
 .../modules/gototest/OppositeCandidateChooser.java |  17 +-
 java/java.lsp.server/nbproject/project.xml |   9 +
 .../commands/TestOppositesCommandProvider.java |  68 ++
 java/java.lsp.server/vscode/package.json   |  19 ++
 java/java.lsp.server/vscode/src/extension.ts   |  54 +
 9 files changed, 572 insertions(+), 140 deletions(-)
 create mode 100644 ide/gototest/apichanges.xml
 create mode 100644 
ide/gototest/src/org/netbeans/api/gototest/TestOppositesLocator.java
 create mode 100644 
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/commands/TestOppositesCommandProvider.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



(netbeans) 01/01: Merge pull request #6834 from Achal1607/javavscode-56

2024-04-16 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

commit 55587de29eb03829595cf959aae574e3872638be
Merge: 88d95db5c9 211054bf92
Author: Jan Lahoda <51319204+laho...@users.noreply.github.com>
AuthorDate: Wed Apr 17 08:54:33 2024 +0200

Merge pull request #6834 from Achal1607/javavscode-56

Added go to test ability for test/tested class in lsp server

 ide/gototest/apichanges.xml|  97 
 ide/gototest/nbproject/project.xml |  21 +-
 .../api/gototest/TestOppositesLocator.java | 268 +
 .../modules/gototest/GotoOppositeAction.java   | 159 +++-
 .../modules/gototest/OppositeCandidateChooser.java |  17 +-
 java/java.lsp.server/nbproject/project.xml |   9 +
 .../commands/TestOppositesCommandProvider.java |  68 ++
 java/java.lsp.server/vscode/package.json   |  19 ++
 java/java.lsp.server/vscode/src/extension.ts   |  54 +
 9 files changed, 572 insertions(+), 140 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 (7a099a6dc5 -> 88d95db5c9)

2024-04-16 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 7a099a6dc5 Merge pull request #7272 from 
neilcsmith-net/dashboard-api-docs
 add 0389c3497e First GraalSDK init may result in 
ServiceConfigurationError, should be caught
 add d60ea0cb89 Catch errors during script engine init, report once per 
registration.
 add 88d95db5c9 Merge pull request #7250 from 
sdedic/scripting/init-error-recovery

No new revisions were added by this update.

Summary of changes:
 .../libs/graalsdk/impl/GraalEnginesProvider.java   | 11 -
 .../src/org/netbeans/api/scripting/Scripting.java  | 26 +++---
 2 files changed, 33 insertions(+), 4 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 (e6f0f68c9b -> 7a099a6dc5)

2024-04-16 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

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


from e6f0f68c9b Merge pull request #7082 from 
Achal1607/vscode-warnings-integrate
 add 88eb53b482 Include api.dashboard in Javadoc.
 add 7a099a6dc5 Merge pull request #7272 from 
neilcsmith-net/dashboard-api-docs

No new revisions were added by this update.

Summary of changes:
 nbbuild/build.properties| 3 ++-
 nbbuild/javadoctools/links.xml  | 1 +
 nbbuild/javadoctools/properties.xml | 1 +
 nbbuild/javadoctools/replaces.xml   | 1 +
 4 files changed, 5 insertions(+), 1 deletion(-)


-
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 (8c75f2df42 -> e6f0f68c9b)

2024-04-16 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 8c75f2df42 HCL added Scoped Function name support (Terraform 1.8)
 add 89d8dbb2d5 added hints preferences option in the vscode extension
 new e6f0f68c9b Merge pull request #7082 from 
Achal1607/vscode-warnings-integrate

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


Summary of changes:
 .../modules/java/lsp/server/protocol/TextDocumentServiceImpl.java| 2 +-
 java/java.lsp.server/vscode/package.json | 5 +
 java/java.lsp.server/vscode/src/extension.ts | 1 +
 3 files changed, 7 insertions(+), 1 deletion(-)


-
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) 01/01: Merge pull request #7082 from Achal1607/vscode-warnings-integrate

2024-04-16 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

commit e6f0f68c9b111303c58019f6d8fe3921ee07e66b
Merge: 8c75f2df42 89d8dbb2d5
Author: Jan Lahoda <51319204+laho...@users.noreply.github.com>
AuthorDate: Tue Apr 16 10:21:20 2024 +0200

Merge pull request #7082 from Achal1607/vscode-warnings-integrate

Integrate hints preferences option in the vscode extension

 .../modules/java/lsp/server/protocol/TextDocumentServiceImpl.java| 2 +-
 java/java.lsp.server/vscode/package.json | 5 +
 java/java.lsp.server/vscode/src/extension.ts | 1 +
 3 files changed, 7 insertions(+), 1 deletion(-)


-
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