[netbeans] branch master updated (3db00e6 -> 7cfbb58)

2021-05-21 Thread ebakke
This is an automated email from the ASF dual-hosted git repository.

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


from 3db00e6  Merge pull request #2904 from 
jlahoda/fix-missing-run-in-cpplite
 add 7cfbb58  [NETBEANS-5658] Add remaining icons in editor toolbar, and a 
few other icons. Copy the icons to all locations which used the same PNG file 
as well.

No new revisions were added by this update.

Summary of changes:
 .../modules/web/monitor/client/icons/delete.svg| 49 +---
 .../modules/bugtracking/ui/resources/find_next.svg | 69 +
 .../bugtracking/ui/resources/find_previous.svg | 69 +
 .../editor/bookmarks/resources/toggle_bookmark.svg | 85 ++---
 .../editor/macros/start_macro_recording.svg| 41 --
 .../macros/storage/ui/start_macro_recording.svg| 41 --
 .../modules/editor/search/resources/find_next.svg  | 69 +
 .../editor/search/resources/find_previous.svg  | 69 +
 .../editor/search/resources/find_selection.svg | 77 +++
 .../editor/search/resources/toggle_highlight.svg   | 79 
 .../netbeans/modules/editor/resources/comment.svg  | 79 
 .../editor/resources/last_edit_location_16.svg | 75 +++
 .../modules/editor/resources/navigate_back_16.svg  | 76 +++
 .../editor/resources/navigate_forward_16.svg   | 76 +++
 .../modules/editor/resources/rect_select_16x16.svg | 87 ++
 .../modules/editor/resources/shift_line_left.svg   | 72 ++
 .../modules/editor/resources/shift_line_right.svg  | 72 ++
 .../editor/resources/start_macro_recording.svg | 41 --
 .../modules/editor/resources/uncomment.svg | 67 +
 .../lib/terminalemulator/support/find_next.svg | 69 +
 .../lib/terminalemulator/support/find_previous.svg | 69 +
 .../project/ui/resources/broken-reference.svg  |  0
 .../netbeans/modules/server/ui/resources/cloud.svg | 72 ++
 .../java/project/ui/resources/broken-reference.svg |  0
 .../org/netbeans/actions/examples/icons/delete.svg | 49 +---
 .../modules/war-admin/web/img/default-icon.svg |  0
 .../modules/war-client/web/img/default-icon.svg|  0
 .../org/netbeans/core/windows/resources/delete.svg | 49 +---
 .../src/org/openide/resources/actions/delete.svg   | 49 +---
 .../web/webkit/tooling/networkmonitor/delete.svg   | 49 +---
 30 files changed, 1587 insertions(+), 112 deletions(-)
 copy 
ide/editor.macros/src/org/netbeans/modules/editor/macros/start_macro_recording.svg
 => 
enterprise/web.monitor/src/org/netbeans/modules/web/monitor/client/icons/delete.svg
 (50%)
 create mode 100644 
ide/bugtracking/src/org/netbeans/modules/bugtracking/ui/resources/find_next.svg
 create mode 100644 
ide/bugtracking/src/org/netbeans/modules/bugtracking/ui/resources/find_previous.svg
 create mode 100644 
ide/editor.search/src/org/netbeans/modules/editor/search/resources/find_next.svg
 create mode 100644 
ide/editor.search/src/org/netbeans/modules/editor/search/resources/find_previous.svg
 create mode 100644 
ide/editor.search/src/org/netbeans/modules/editor/search/resources/find_selection.svg
 create mode 100644 
ide/editor.search/src/org/netbeans/modules/editor/search/resources/toggle_highlight.svg
 create mode 100644 
ide/editor/src/org/netbeans/modules/editor/resources/comment.svg
 create mode 100644 
ide/editor/src/org/netbeans/modules/editor/resources/last_edit_location_16.svg
 create mode 100644 
ide/editor/src/org/netbeans/modules/editor/resources/navigate_back_16.svg
 create mode 100644 
ide/editor/src/org/netbeans/modules/editor/resources/navigate_forward_16.svg
 create mode 100644 
ide/editor/src/org/netbeans/modules/editor/resources/rect_select_16x16.svg
 create mode 100644 
ide/editor/src/org/netbeans/modules/editor/resources/shift_line_left.svg
 create mode 100644 
ide/editor/src/org/netbeans/modules/editor/resources/shift_line_right.svg
 create mode 100644 
ide/editor/src/org/netbeans/modules/editor/resources/uncomment.svg
 create mode 100644 
ide/lib.terminalemulator/src/org/netbeans/lib/terminalemulator/support/find_next.svg
 create mode 100644 
ide/lib.terminalemulator/src/org/netbeans/lib/terminalemulator/support/find_previous.svg
 copy 
websvccommon/websvc.saas.ui/src/org/netbeans/modules/websvc/saas/ui/resources/warning.svg
 => 
ide/projectui/src/org/netbeans/modules/project/ui/resources/broken-reference.svg
 (100%)
 create mode 100644 
ide/server/src/org/netbeans/modules/server/ui/resources/cloud.svg
 copy 
websvccommon/websvc.saas.ui/src/org/netbeans/modules/websvc/saas/ui/resources/warning.svg
 => 
java/java.project.ui/src/org/netbeans/modules/java/project/ui/resources/broken-reference.svg
 (100%)
 copy 
ide/editor.macros/sr

[jira] [Updated] (NETBEANS-1615) Code hint "Add @throws tag" for generic exception in Java shows up even if already present

2021-05-21 Thread ASF GitHub Bot (Jira)


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

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

> Code hint "Add @throws tag" for generic exception in Java shows up even if 
> already present
> --
>
> Key: NETBEANS-1615
> URL: https://issues.apache.org/jira/browse/NETBEANS-1615
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Hints & Annotations, java - Hints, java - 
> Javadoc
> Environment: Windows 10 version 10.0 running on amd64; Cp1252; nl_NL 
> (nb)
>Reporter: Maurits de Jong
>Priority: Minor
>  Labels: pull-request-available, usability
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The code hint "Add @throws tag" for a generic exception shows up, even if I 
> already added the tag.
>  The following code reproduces the problem:
> {code:java}
> /**
>  * Some method.
>  *
>  * @param 
>  * @throws X Some throwable.
>  */
> public static  void someMethod() throws X { }{code}
> The hint appears at the line with the method declaration. The JavaDoc 
> `throws` tag is already defined, and yet the hint appears or doesn't go away. 
> If I click on the hint entry in order to apply it, another `throws` tag is 
> inserted, leaving the following code:
> {code:java}
> /**
>  * Some method.
>  *
>  * @param 
>  * @throws X
>  * @throws X Some throwable.
>  */
> public static  void someMethod() throws X { }{code}
> Still, the hint is visible.
> Obviously, the expected behaviour is that the hint is not visible if the 
> `throws` tag exists for this particular generic exception type.



--
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: In cpplite project, when reading configuration, an empty string should not be considered a valid configuration.

2021-05-21 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 72c23af  In cpplite project, when reading configuration, an empty 
string should not be considered a valid configuration.
 new 3db00e6  Merge pull request #2904 from 
jlahoda/fix-missing-run-in-cpplite
72c23af is described below

commit 72c23afb1ce18b36d4ba4f41f3ab5ac281e342f4
Author: Jan Lahoda 
AuthorDate: Sun Apr 18 08:35:35 2021 +0200

In cpplite project, when reading configuration, an empty string should not 
be considered a valid configuration.
---
 .../src/org/netbeans/modules/cpplite/project/BuildConfiguration.java| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/cpplite/cpplite.project/src/org/netbeans/modules/cpplite/project/BuildConfiguration.java
 
b/cpplite/cpplite.project/src/org/netbeans/modules/cpplite/project/BuildConfiguration.java
index f67e7e2..b77f74a 100644
--- 
a/cpplite/cpplite.project/src/org/netbeans/modules/cpplite/project/BuildConfiguration.java
+++ 
b/cpplite/cpplite.project/src/org/netbeans/modules/cpplite/project/BuildConfiguration.java
@@ -63,7 +63,7 @@ public class BuildConfiguration {
 Map>> commands = new HashMap<>();
 for (String command : new String[] {ActionProvider.COMMAND_BUILD, 
ActionProvider.COMMAND_CLEAN, ActionProvider.COMMAND_RUN}) {
 String cmd = prefs.get(command, null);
-if (cmd == null) {
+if (cmd == null || cmd.isEmpty()) {
 continue;
 }
 commands.put(command, Utils.decode(cmd));

-
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 (408a348 -> ef5b61b)

2021-05-21 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

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


from 408a348  [NETBEANS-2373] Better than nothing support for Gradle 
Distribution dirs.
 add ef5b61b  Sync timestamps in test. Detailed logging added.

No new revisions were added by this update.

Summary of changes:
 .../src/org/netbeans/modules/gradle/NbGradleProjectImpl.java   | 10 +-
 .../modules/gradle/loaders/DiskCacheProjectLoader.java |  6 +-
 .../modules/gradle/loaders/GradleProjectLoaderImpl.java|  4 
 .../org/netbeans/modules/gradle/NbGradleProjectImplTest.java   |  6 +-
 4 files changed, 23 insertions(+), 3 deletions(-)

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

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



[jira] [Resolved] (NETBEANS-2373) Support for Gradle distribution plugin

2021-05-21 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-2373.
---
Fix Version/s: 12.5
   Resolution: Implemented

> Support for Gradle distribution plugin
> --
>
> Key: NETBEANS-2373
> URL: https://issues.apache.org/jira/browse/NETBEANS-2373
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 11.0, 12.0, 11.1, 11.2, 11.3, 12.2, 12.3
> Environment: Netbeans 11
> Gradle 5, 6.4.1
> Java 11
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.5
>
> Attachments: image-2021-05-21-10-42-51-280.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Gradle plugin shall recognize the distribution plugin and add a Source root 
> for 'src/main/dist' and it also need to support the created distribution 
> packages in a way. Either in a separate node or just in the project 
> customizer.



--
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-2373) Support for Gradle distribution plugin

2021-05-21 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-2373:
---

!image-2021-05-21-10-42-51-280.png!

> Support for Gradle distribution plugin
> --
>
> Key: NETBEANS-2373
> URL: https://issues.apache.org/jira/browse/NETBEANS-2373
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 11.0, 12.0, 11.1, 11.2, 11.3, 12.2, 12.3
> Environment: Netbeans 11
> Gradle 5, 6.4.1
> Java 11
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Attachments: image-2021-05-21-10-42-51-280.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Gradle plugin shall recognize the distribution plugin and add a Source root 
> for 'src/main/dist' and it also need to support the created distribution 
> packages in a way. Either in a separate node or just in the project 
> customizer.



--
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-2373) Support for Gradle distribution plugin

2021-05-21 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-2373:
--
Attachment: image-2021-05-21-10-42-51-280.png

> Support for Gradle distribution plugin
> --
>
> Key: NETBEANS-2373
> URL: https://issues.apache.org/jira/browse/NETBEANS-2373
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 11.0, 12.0, 11.1, 11.2, 11.3, 12.2, 12.3
> Environment: Netbeans 11
> Gradle 5, 6.4.1
> Java 11
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Attachments: image-2021-05-21-10-42-51-280.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Gradle plugin shall recognize the distribution plugin and add a Source root 
> for 'src/main/dist' and it also need to support the created distribution 
> packages in a way. Either in a separate node or just in the project 
> customizer.



--
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-5705) Java editor uses obsolete lexer token sequence

2021-05-21 Thread Gregory Williams (Jira)
Gregory Williams created NETBEANS-5705:
--

 Summary: Java editor uses obsolete lexer token sequence
 Key: NETBEANS-5705
 URL: https://issues.apache.org/jira/browse/NETBEANS-5705
 Project: NetBeans
  Issue Type: Bug
  Components: java - Editor
Affects Versions: 12.3
 Environment: *Product Version:* Apache NetBeans IDE 12.3

*Java:* 1.8.0_272; OpenJDK 64-Bit Server VM 25.272-b10

*Runtime:* OpenJDK Runtime Environment 1.8.0_272-b10

*System:* Linux version 5.8.18-100.fc31.x86_64 running on amd64; UTF-8; en_GB 
(nb)

*User directory:* /home/redacted/snap/netbeans/common/data/12.3

*Cache directory:* /home/redacted/snap/netbeans/common/cache/12.3
Reporter: Gregory Williams


This has happened a few times whilst editing some Java 8 code, but I've not 
managed to pin down exactly which step/syntax it is that's causing it:
{code:java}
java.util.ConcurrentModificationException: Caller uses obsolete token sequence 
which is no longer valid. Underlying token hierarchy has been modified by 
insertion or removal or a custom language embedding was 
created.TS.modCount=600, tokenList.modCount()=613, rootModCount=613
Please report a bug against a module that calls lexer's code e.g. java, php 
etc. but not the lexer module itself.
at 
org.netbeans.api.lexer.TokenSequence.checkValid(TokenSequence.java:784)
at 
org.netbeans.api.lexer.TokenSequence.moveIndex(TokenSequence.java:568)
at 
org.netbeans.modules.java.editor.base.semantic.TokenList.resetToIndex(TokenList.java:372)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.java:762)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.java:280)
at 
com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1555)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1022)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:90)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
at com.sun.source.util.TreeScanner.visitBlock(TreeScanner.java:250)
at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1074)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1022)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:836)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:280)
at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:940)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1022)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:90)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitClass(SemanticHighlighterBase.java:944)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitClass(SemanticHighlighterBase.java:280)
at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:846)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
at 
org.netbeans.modules.java.editor.base.semantic.Sema

[jira] [Updated] (NETBEANS-5685) Netbeans crashed when closing SQL Editor Tab

2021-05-21 Thread Marco Robiati (Jira)


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

Marco Robiati updated NETBEANS-5685:

Attachment: IDE log.txt

> Netbeans crashed when closing SQL Editor Tab
> 
>
> Key: NETBEANS-5685
> URL: https://issues.apache.org/jira/browse/NETBEANS-5685
> Project: NetBeans
>  Issue Type: Bug
>  Components: db - SQL Editor
>Affects Versions: 12.0
>Reporter: Quim Moncanut
>Priority: Major
>  Labels: editor, sql
> Fix For: 12.3
>
> Attachments: IDE log.txt
>
>
> I'm using Netbeans 12.0 on Debian GNU/Linux 9.
>  
> I've been worked for hours with SQLEditor. After finished work, I closed the 
> mysql connection on Services, and after that I tried to close the SQL Editor 
> tab. Then netbeans become stuck.
>  



--
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] [Comment Edited] (NETBEANS-5692) Error NullPointerException al agregar un proyecto nuevo

2021-05-21 Thread Marco Robiati (Jira)


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

Marco Robiati edited comment on NETBEANS-5692 at 5/21/21, 3:07 PM:
---

Hi, you should use english, to be understood by everyone :)


was (Author: marcorobiati):
Hi, you should use english, to be understoor by everyone :)

> Error NullPointerException al agregar un proyecto nuevo
> ---
>
> Key: NETBEANS-5692
> URL: https://issues.apache.org/jira/browse/NETBEANS-5692
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.2
> Environment: OS: WIndows 7 Ultimate
> Procesador/RAM: Core i5-3230M 2.60GHz / 8.00 GB
> NetBeans 12.2, / JDK 1.8 (instalada también el JDK 11)
>  
>Reporter: Luis Alfonso Muro
>Assignee: Luis Alfonso Muro
>Priority: Major
>  Labels: NB12.2
> Attachments: IDE_Log.txt, UI_Log.txt
>
>
> Cuando creo un proyecto nuevo, me lanza una notificación de error 
> java.lang.NullPointerException; aparece cuando el proyecto nuevo se está 
> generando.



--
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-5695) Fails to create a new project with the exception: "java.lang.IllegalAccessError"

2021-05-21 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5695:
-

I move IDE log from description to a file for readability.
You're using Java 16 which is not supported by NB 12.3 and below.
Anyway this issue seems related to 
https://issues.apache.org/jira/browse/NETBEANS-5427
There's a workaround there too
If the same it should be fixed in 12.4


> Fails to create a new project with the exception: 
> "java.lang.IllegalAccessError"
> 
>
> Key: NETBEANS-5695
> URL: https://issues.apache.org/jira/browse/NETBEANS-5695
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Project, platform - JDK Problems
>Affects Versions: 12.2
>Reporter: Abhimanyu Yadav
>Priority: Critical
> Attachments: IDE log.txt, messages.log, messages.log.1, messages.log.2
>
>
> Original Error Message: 
> java.lang.IllegalAccessError: superclass access check failed: class 
> org.netbeans.lib.nbjavac.services.CancelAbort (in unnamed module @0x35e4cab2) 
> cannot access class com.sun.tools.javac.util.Abort (in module jdk.compiler) 
> because module jdk.compiler does not export com.sun.tools.javac.util to 
> unnamed module @0x35e4cab2java.lang.IllegalAccessError: superclass access 
> check failed: class org.netbeans.lib.nbjavac.services.CancelAbort (in unnamed 
> module @0x35e4cab2) cannot access class com.sun.tools.javac.util.Abort (in 
> module jdk.compiler) because module jdk.compiler does not export 
> com.sun.tools.javac.util to unnamed module @0x35e4cab2 at 
> java.base/java.lang.ClassLoader.defineClass1(Native Method) at 
> java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1010) at 
> org.netbeans.JarClassLoader.doLoadClass(JarClassLoader.java:287) at 
> org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:246) at 
> org.netbeans.ProxyClassLoader.doFindClass(ProxyClassLoader.java:174) at 
> org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:125) at 
> java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519) at 
> org.netbeans.modules.java.source.parsing.JavacParserFactory.createPrivateParser(JavacParserFactory.java:79)
>  at 
> org.netbeans.api.java.source.JavaSource$JavaSourceAccessorImpl.createCompilationController(JavaSource.java:739)
>  at 
> org.netbeans.modules.java.source.JavaSourceUtilImpl.getModuleInfoHandle(JavaSourceUtilImpl.java:271)
>  at 
> org.netbeans.modules.java.preprocessorbridge.spi.JavaSourceUtilImpl$MyAccessor.getModuleInfoHandle(JavaSourceUtilImpl.java:119)
>  at 
> org.netbeans.modules.java.preprocessorbridge.api.ModuleUtilities.init(ModuleUtilities.java:122)
>  at 
> org.netbeans.modules.java.preprocessorbridge.api.ModuleUtilities.resolveModule(ModuleUtilities.java:104)
>  at 
> org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.getResources(ModuleClassPaths.java:882)
>  at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:363) at 
> org.netbeans.spi.java.classpath.support.MuxClassPathImplementation.getResources(MuxClassPathImplementation.java:90)
>  at 
> org.netbeans.api.java.classpath.ClassPath$SPIListener.propertyChange(ClassPath.java:1343)
>  at 
> org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:190)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:342)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:334)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:267)
>  at 
> org.netbeans.spi.java.classpath.support.MuxClassPathImplementation.propertyChange(MuxClassPathImplementation.java:127)
>  at 
> org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:190)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:342)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:334)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:267)
>  at 
> org.netbeans.modules.java.api.common.classpath.ClassPathProviderImpl$SourceLevelSelector.propertyChange(ClassPathProviderImpl.java:1575)
>  at 
> org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:190)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:342)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:334)
>  at 
> org.netbeans.spi.project.support.ant.SequentialPropertyEvaluator.stateChanged(SequentialPropertyEvaluator.java:

[jira] [Commented] (NETBEANS-5692) Error NullPointerException al agregar un proyecto nuevo

2021-05-21 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5692:
-

Hi, you should use english, to be understoor by everyone :)

> Error NullPointerException al agregar un proyecto nuevo
> ---
>
> Key: NETBEANS-5692
> URL: https://issues.apache.org/jira/browse/NETBEANS-5692
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.2
> Environment: OS: WIndows 7 Ultimate
> Procesador/RAM: Core i5-3230M 2.60GHz / 8.00 GB
> NetBeans 12.2, / JDK 1.8 (instalada también el JDK 11)
>  
>Reporter: Luis Alfonso Muro
>Assignee: Luis Alfonso Muro
>Priority: Major
>  Labels: NB12.2
> Attachments: IDE_Log.txt, UI_Log.txt
>
>
> Cuando creo un proyecto nuevo, me lanza una notificación de error 
> java.lang.NullPointerException; aparece cuando el proyecto nuevo se está 
> generando.



--
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-5695) Fails to create a new project with the exception: "java.lang.IllegalAccessError"

2021-05-21 Thread Marco Robiati (Jira)


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

Marco Robiati updated NETBEANS-5695:

Attachment: IDE log.txt

> Fails to create a new project with the exception: 
> "java.lang.IllegalAccessError"
> 
>
> Key: NETBEANS-5695
> URL: https://issues.apache.org/jira/browse/NETBEANS-5695
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Project, platform - JDK Problems
>Affects Versions: 12.2
>Reporter: Abhimanyu Yadav
>Priority: Critical
> Attachments: IDE log.txt, messages.log, messages.log.1, messages.log.2
>
>
> Original Error Message: 
> java.lang.IllegalAccessError: superclass access check failed: class 
> org.netbeans.lib.nbjavac.services.CancelAbort (in unnamed module @0x35e4cab2) 
> cannot access class com.sun.tools.javac.util.Abort (in module jdk.compiler) 
> because module jdk.compiler does not export com.sun.tools.javac.util to 
> unnamed module @0x35e4cab2java.lang.IllegalAccessError: superclass access 
> check failed: class org.netbeans.lib.nbjavac.services.CancelAbort (in unnamed 
> module @0x35e4cab2) cannot access class com.sun.tools.javac.util.Abort (in 
> module jdk.compiler) because module jdk.compiler does not export 
> com.sun.tools.javac.util to unnamed module @0x35e4cab2 at 
> java.base/java.lang.ClassLoader.defineClass1(Native Method) at 
> java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1010) at 
> org.netbeans.JarClassLoader.doLoadClass(JarClassLoader.java:287) at 
> org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:246) at 
> org.netbeans.ProxyClassLoader.doFindClass(ProxyClassLoader.java:174) at 
> org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:125) at 
> java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519) at 
> org.netbeans.modules.java.source.parsing.JavacParserFactory.createPrivateParser(JavacParserFactory.java:79)
>  at 
> org.netbeans.api.java.source.JavaSource$JavaSourceAccessorImpl.createCompilationController(JavaSource.java:739)
>  at 
> org.netbeans.modules.java.source.JavaSourceUtilImpl.getModuleInfoHandle(JavaSourceUtilImpl.java:271)
>  at 
> org.netbeans.modules.java.preprocessorbridge.spi.JavaSourceUtilImpl$MyAccessor.getModuleInfoHandle(JavaSourceUtilImpl.java:119)
>  at 
> org.netbeans.modules.java.preprocessorbridge.api.ModuleUtilities.init(ModuleUtilities.java:122)
>  at 
> org.netbeans.modules.java.preprocessorbridge.api.ModuleUtilities.resolveModule(ModuleUtilities.java:104)
>  at 
> org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.getResources(ModuleClassPaths.java:882)
>  at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:363) at 
> org.netbeans.spi.java.classpath.support.MuxClassPathImplementation.getResources(MuxClassPathImplementation.java:90)
>  at 
> org.netbeans.api.java.classpath.ClassPath$SPIListener.propertyChange(ClassPath.java:1343)
>  at 
> org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:190)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:342)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:334)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:267)
>  at 
> org.netbeans.spi.java.classpath.support.MuxClassPathImplementation.propertyChange(MuxClassPathImplementation.java:127)
>  at 
> org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:190)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:342)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:334)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:267)
>  at 
> org.netbeans.modules.java.api.common.classpath.ClassPathProviderImpl$SourceLevelSelector.propertyChange(ClassPathProviderImpl.java:1575)
>  at 
> org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:190)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:342)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:334)
>  at 
> org.netbeans.spi.project.support.ant.SequentialPropertyEvaluator.stateChanged(SequentialPropertyEvaluator.java:185)
>  at 
> org.openide.util.WeakListenerImpl$Change.stateChanged(WeakListenerImpl.java:331)
>  at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:108) at 
> org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:94) at 
> org.netbeans.spi.project.support.ant.ProjectProperties$PP$2.run(Projec

[jira] [Updated] (NETBEANS-5695) Fails to create a new project with the exception: "java.lang.IllegalAccessError"

2021-05-21 Thread Marco Robiati (Jira)


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

Marco Robiati updated NETBEANS-5695:

Description: 
Original Error Message: 

java.lang.IllegalAccessError: superclass access check failed: class 
org.netbeans.lib.nbjavac.services.CancelAbort (in unnamed module @0x35e4cab2) 
cannot access class com.sun.tools.javac.util.Abort (in module jdk.compiler) 
because module jdk.compiler does not export com.sun.tools.javac.util to unnamed 
module @0x35e4cab2java.lang.IllegalAccessError: superclass access check failed: 
class org.netbeans.lib.nbjavac.services.CancelAbort (in unnamed module 
@0x35e4cab2) cannot access class com.sun.tools.javac.util.Abort (in module 
jdk.compiler) because module jdk.compiler does not export 
com.sun.tools.javac.util to unnamed module @0x35e4cab2 at 
java.base/java.lang.ClassLoader.defineClass1(Native Method) at 
java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1010) at 
org.netbeans.JarClassLoader.doLoadClass(JarClassLoader.java:287) at 
org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:246) at 
org.netbeans.ProxyClassLoader.doFindClass(ProxyClassLoader.java:174) at 
org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:125) at 
java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519) at 
org.netbeans.modules.java.source.parsing.JavacParserFactory.createPrivateParser(JavacParserFactory.java:79)
 at 
org.netbeans.api.java.source.JavaSource$JavaSourceAccessorImpl.createCompilationController(JavaSource.java:739)
 at 
org.netbeans.modules.java.source.JavaSourceUtilImpl.getModuleInfoHandle(JavaSourceUtilImpl.java:271)
 at 
org.netbeans.modules.java.preprocessorbridge.spi.JavaSourceUtilImpl$MyAccessor.getModuleInfoHandle(JavaSourceUtilImpl.java:119)
 at 
org.netbeans.modules.java.preprocessorbridge.api.ModuleUtilities.init(ModuleUtilities.java:122)
 at 
org.netbeans.modules.java.preprocessorbridge.api.ModuleUtilities.resolveModule(ModuleUtilities.java:104)
 at 
org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.getResources(ModuleClassPaths.java:882)
 at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:363) at 
org.netbeans.spi.java.classpath.support.MuxClassPathImplementation.getResources(MuxClassPathImplementation.java:90)
 at 
org.netbeans.api.java.classpath.ClassPath$SPIListener.propertyChange(ClassPath.java:1343)
 at 
org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:190)
 at 
java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:342)
 at 
java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:334)
 at 
java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:267)
 at 
org.netbeans.spi.java.classpath.support.MuxClassPathImplementation.propertyChange(MuxClassPathImplementation.java:127)
 at 
org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:190)
 at 
java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:342)
 at 
java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:334)
 at 
java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:267)
 at 
org.netbeans.modules.java.api.common.classpath.ClassPathProviderImpl$SourceLevelSelector.propertyChange(ClassPathProviderImpl.java:1575)
 at 
org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:190)
 at 
java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:342)
 at 
java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:334)
 at 
org.netbeans.spi.project.support.ant.SequentialPropertyEvaluator.stateChanged(SequentialPropertyEvaluator.java:185)
 at 
org.openide.util.WeakListenerImpl$Change.stateChanged(WeakListenerImpl.java:331)
 at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:108) at 
org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:94) at 
org.netbeans.spi.project.support.ant.ProjectProperties$PP$2.run(ProjectProperties.java:365)
 at 
org.netbeans.spi.project.support.ant.ProjectProperties$PP$2.run(ProjectProperties.java:363)
 at 
org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
 at org.openide.util.Mutex.readAccess(Mutex.java:193) at 
org.netbeans.spi.project.support.ant.ProjectProperties$PP.fireChange(ProjectProperties.java:371)
 at 
org.netbeans.spi.project.support.ant.ProjectProperties$PP.put(ProjectProperties.java:225)
 at 
org.netbeans.spi.project.support.ant.ProjectProperties.putProperties(ProjectProperties.java:107)
 at 
org.netbeans.spi.project.support.ant.AntProjectHelper$6.run(AntProjectHelper.java:740)
 at 
org.netbeans.spi.project.support.ant.AntProjectHelper$6.run(AntProje

[netbeans] branch master updated: [NETBEANS-2373] Better than nothing support for Gradle Distribution dirs.

2021-05-21 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

lkishalmi 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 408a348  [NETBEANS-2373] Better than nothing support for Gradle 
Distribution dirs.
408a348 is described below

commit 408a348701536e057e9f0329180aff34ffd1a52b
Author: Laszlo Kishalmi 
AuthorDate: Wed Apr 28 08:05:05 2021 -0700

[NETBEANS-2373] Better than nothing support for Gradle Distribution dirs.
---
 extide/gradle.dists/build.xml  |  26 
 extide/gradle.dists/manifest.mf|   5 +
 extide/gradle.dists/nbproject/project.properties   |  25 
 extide/gradle.dists/nbproject/project.xml  | 108 
 .../modules/gradle/dists/Bundle.properties |  21 +++
 .../gradle/dists/DistribitionSourceWatchList.java  |  55 
 .../gradle/dists/DistributionNodeFactory.java  | 113 
 .../gradle/dists/DistributionSourcesImpl.java  | 142 +
 .../modules/gradle/dists/LookupProviders.java  |  46 +++
 .../gradle/dists/api/GradleDistProject.java|  60 +
 .../gradle/dists/api/GradleDistProjectBuilder.java |  63 +
 extide/gradle/manifest.mf  |   2 +-
 .../gradle/tooling/NbProjectInfoBuilder.groovy |   7 +
 .../modules/gradle/cache/ProjectInfoDiskCache.java |   2 +-
 nbbuild/cluster.properties |   1 +
 15 files changed, 674 insertions(+), 2 deletions(-)

diff --git a/extide/gradle.dists/build.xml b/extide/gradle.dists/build.xml
new file mode 100644
index 000..a2607e5
--- /dev/null
+++ b/extide/gradle.dists/build.xml
@@ -0,0 +1,26 @@
+
+
+
+Builds, tests, and runs the project 
org.netbeans.modules.gradle.dists
+
+
+
diff --git a/extide/gradle.dists/manifest.mf b/extide/gradle.dists/manifest.mf
new file mode 100644
index 000..7992844
--- /dev/null
+++ b/extide/gradle.dists/manifest.mf
@@ -0,0 +1,5 @@
+Manifest-Version: 1.0
+AutoUpdate-Show-In-Client: true
+OpenIDE-Module: org.netbeans.modules.gradle.dists
+OpenIDE-Module-Localizing-Bundle: 
org/netbeans/modules/gradle/dists/Bundle.properties
+OpenIDE-Module-Specification-Version: 1.0
diff --git a/extide/gradle.dists/nbproject/project.properties 
b/extide/gradle.dists/nbproject/project.properties
new file mode 100644
index 000..0c0bc24
--- /dev/null
+++ b/extide/gradle.dists/nbproject/project.properties
@@ -0,0 +1,25 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+is.eager=true
+javac.source=1.8
+javac.compilerargs=-Xlint -Xlint:-serial
+
+nbm.module.author=Laszlo Kishalmi
+
+test-unit-sys-prop.test.netbeans.dest.dir=${netbeans.dest.dir}
+test-unit-sys-prop.java.awt.headless=true
diff --git a/extide/gradle.dists/nbproject/project.xml 
b/extide/gradle.dists/nbproject/project.xml
new file mode 100644
index 000..b4ed22b
--- /dev/null
+++ b/extide/gradle.dists/nbproject/project.xml
@@ -0,0 +1,108 @@
+
+
+http://www.netbeans.org/ns/project/1";>
+org.netbeans.modules.apisupport.project
+
+http://www.netbeans.org/ns/nb-module-project/3";>
+org.netbeans.modules.gradle.dists
+
+
+
org.netbeans.modules.gradle
+
+
+
+2
+2.12
+
+
+
+
org.netbeans.modules.projectapi
+
+
+
+1
+1.80
+
+
+
+
org.netbeans.modules.projectuiapi
+
+
+
+1
+1.100
+
+
+
+org.openide.filesystems
+
+
+
+9.23
+
+
+
+org.openide.loaders
+   

[jira] [Comment Edited] (NETBEANS-5701) Netbeans dos not import projected

2021-05-21 Thread Marco Robiati (Jira)


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

Marco Robiati edited comment on NETBEANS-5701 at 5/21/21, 2:54 PM:
---

I moved the log form the description to a file, for readability and page 
loading.
You should improve the description of your issue, the more info you provide, 
the more chance it has to be resolved, like steps on how to reproduce, O.S. and 
Java versions, detailed descrption of the issue


was (Author: marcorobiati):
I moved the log form the description to a file, for readability and page loading

> Netbeans dos not import projected
> -
>
> Key: NETBEANS-5701
> URL: https://issues.apache.org/jira/browse/NETBEANS-5701
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Generic Infrastructure
>Affects Versions: 12.3
>Reporter: Derrick Logan
>Priority: Major
> Attachments: log.txt
>
>




--
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-5701) Netbeans dos not import projected

2021-05-21 Thread Marco Robiati (Jira)


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

Marco Robiati updated NETBEANS-5701:

Attachment: log.txt

> Netbeans dos not import projected
> -
>
> Key: NETBEANS-5701
> URL: https://issues.apache.org/jira/browse/NETBEANS-5701
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Generic Infrastructure
>Affects Versions: 12.3
>Reporter: Derrick Logan
>Priority: Major
> Attachments: log.txt
>
>




--
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-5701) Netbeans dos not import projected

2021-05-21 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5701:
-

I moved the log form the description to a file, for readability and page loading

> Netbeans dos not import projected
> -
>
> Key: NETBEANS-5701
> URL: https://issues.apache.org/jira/browse/NETBEANS-5701
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Generic Infrastructure
>Affects Versions: 12.3
>Reporter: Derrick Logan
>Priority: Major
> Attachments: log.txt
>
>




--
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 (7235059 -> 1ea9a57)

2021-05-21 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 7235059  Merge pull request #2924 from sdedic/gradle/load-lookup
 new 96192ff  [NETBEANS-5672] Plugin Lookup API implemented
 new 0114633  [NETBEANS-5670] [NETBEANS-5394] Support for plugin-implied 
Project Configurations.
 new c7d1e3d  Support for declarative action providers.
 new 5af4e2b  [NETBEANS-5394] Added Micronaut 'dev mode' Project 
Configuration.
 new c34c576  Export ProjectConfigurations over LSP. Show as 
launchConfigurations in vscode ext.
 new 7293724  Sentece reworded
 new c474296  ASF license.
 new 1ea9a57  Merge pull request #2948 from sdedic/micronaut/maven-dev-mode2

The 5450 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:
 enterprise/micronaut/nbproject/project.xml |   8 +
 .../netbeans/modules/micronaut/resources/layer.xml |  13 +
 .../micronaut/resources/micronaut-actions.xml  |  58 +
 .../org/netbeans/spi/project/ActionProvider.java   |   4 +-
 java/api.maven/apichanges.xml  |  17 +-
 java/api.maven/manifest.mf |   2 +-
 java/api.maven/nbproject/project.xml   |  27 +-
 .../src/org/netbeans/api/maven/MavenActions.java   |  82 +++
 .../test/unit/src/META-INF/generated-layer.xml |  18 +-
 .../org/netbeans/api/maven/MavenActionsTest.java   |  97 
 .../org/netbeans/api/maven/test-maven-actions.xml  |  56 +
 .../modules/maven/configurations/Bundle.properties |  18 ++
 .../nbcode/nbproject/platform.properties   |   1 -
 .../server/debugging/launch/NbLaunchDelegate.java  |  33 ++-
 .../modules/java/lsp/server/protocol/Server.java   |   8 +-
 .../lsp/server/protocol/WorkspaceServiceImpl.java  |  30 +++
 java/java.lsp.server/vscode/package.json   |   7 +
 java/java.lsp.server/vscode/src/extension.ts   |  43 
 java/maven/apichanges.xml  |  14 ++
 java/maven/arch.xml|  17 ++
 java/maven/manifest.mf |   2 +-
 .../netbeans/modules/maven/ActionProviderImpl.java |  38 ++-
 .../netbeans/modules/maven/NbMavenProjectImpl.java |  71 +-
 .../netbeans/modules/maven/api/NbMavenProject.java |  19 ++
 .../modules/maven/api/customizer/ModelHandle.java  |   9 +-
 .../modules/maven/api/customizer/ModelHandle2.java |  42 +++-
 .../modules/maven/configurations/Bundle.properties |   6 +
 .../maven/configurations/M2ConfigProvider.java | 203 +--
 .../maven/configurations/M2Configuration.java  |  77 --
 .../maven/customizer/CustomizerProviderImpl.java   |  17 ++
 .../modules/maven/execute/ActionToGoalUtils.java   |  52 ++--
 .../maven/execute/model/NetbeansActionProfile.java |  26 +-
 .../io/xpp3/NetbeansBuildActionXpp3Reader.java |   2 +
 .../io/xpp3/NetbeansBuildActionXpp3Writer.java |   3 +
 .../spi/actions/AbstractMavenActionsProvider.java  | 122 +
 .../modules/maven/NbMavenProjectImplTest.java  |  39 +++
 .../modules/maven/execute/MockMavenExec.java   |  60 +
 .../modules/maven/problems/PrimingActionTest.java  |  30 +--
 .../spi/actions/ProvidedConfigurationsTest.java| 272 +
 .../modules/maven/spi/actions/providedActions.xml  |  95 +++
 40 files changed, 1608 insertions(+), 130 deletions(-)
 create mode 100644 
enterprise/micronaut/src/org/netbeans/modules/micronaut/resources/micronaut-actions.xml
 create mode 100644 java/api.maven/src/org/netbeans/api/maven/MavenActions.java
 copy 
enterprise/micronaut/src/org/netbeans/modules/micronaut/resources/layer.xml => 
java/api.maven/test/unit/src/META-INF/generated-layer.xml (60%)
 create mode 100644 
java/api.maven/test/unit/src/org/netbeans/api/maven/MavenActionsTest.java
 create mode 100644 
java/api.maven/test/unit/src/org/netbeans/api/maven/test-maven-actions.xml
 create mode 100644 
java/java.lsp.server/nbcode/branding/modules/org-netbeans-modules-maven.jar/org/netbeans/modules/maven/configurations/Bundle.properties
 create mode 100644 
java/maven/test/unit/src/org/netbeans/modules/maven/execute/MockMavenExec.java
 create mode 100644 
java/maven/test/unit/src/org/netbeans/modules/maven/spi/actions/ProvidedConfigurationsTest.java
 create mode 100644 
java/maven/test/unit/src/org/netbeans/modules/maven/spi/actions/providedActions.xml

-
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



svn commit: r47852 - /dev/netbeans/netbeans-platform/12.4/vc1/ /dev/netbeans/netbeans/12.4/vc1/ /release/netbeans/netbeans-platform/12.4-beta2/ /release/netbeans/netbeans-platform/12.4/ /release/netbe

2021-05-21 Thread geertjan
Author: geertjan
Date: Fri May 21 10:55:39 2021
New Revision: 47852

Log:
Apache NetBeans 12.4 Release

Added:
release/netbeans/netbeans-platform/12.4/
  - copied from r47851, dev/netbeans/netbeans-platform/12.4/vc1/
release/netbeans/netbeans-platform/12.4-beta2/

release/netbeans/netbeans-platform/12.4-beta2/netbeans-platform-12.4-beta2-bin.zip
   (with props)

release/netbeans/netbeans-platform/12.4-beta2/netbeans-platform-12.4-beta2-bin.zip.asc

release/netbeans/netbeans-platform/12.4-beta2/netbeans-platform-12.4-beta2-bin.zip.sha512

release/netbeans/netbeans-platform/12.4-beta2/netbeans-platform-12.4-beta2-source.zip
   (with props)

release/netbeans/netbeans-platform/12.4-beta2/netbeans-platform-12.4-beta2-source.zip.asc

release/netbeans/netbeans-platform/12.4-beta2/netbeans-platform-12.4-beta2-source.zip.sha512
release/netbeans/netbeans/12.4/
  - copied from r47851, dev/netbeans/netbeans/12.4/vc1/
Removed:
dev/netbeans/netbeans-platform/12.4/vc1/
dev/netbeans/netbeans/12.4/vc1/
release/netbeans/netbeans/12.4-beta2/

Added: 
release/netbeans/netbeans-platform/12.4-beta2/netbeans-platform-12.4-beta2-bin.zip
==
Binary file - no diff available.

Propchange: 
release/netbeans/netbeans-platform/12.4-beta2/netbeans-platform-12.4-beta2-bin.zip
--
svn:mime-type = application/octet-stream

Added: 
release/netbeans/netbeans-platform/12.4-beta2/netbeans-platform-12.4-beta2-bin.zip.asc
==
--- 
release/netbeans/netbeans-platform/12.4-beta2/netbeans-platform-12.4-beta2-bin.zip.asc
 (added)
+++ 
release/netbeans/netbeans-platform/12.4-beta2/netbeans-platform-12.4-beta2-bin.zip.asc
 Fri May 21 10:55:39 2021
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+
+iQJIBAABCAAyFiEEDu+ta5VU/Uhf8RVHcCI5egv6UukFAmBtoUwUHGdlZXJ0amFu
+QGFwYWNoZS5vcmcACgkQcCI5egv6Uumpng/8CVUvmTXY38Fb/XknPAtLyp6yTqkG
+XTkNsVN5xVEpHK0Ds6XBkMl32R3dhSi6pVr5AobSrfx4go2RQgOaqJGK+Mwi2zyM
+zuB5k8boFEBCDBDXQewGWSA8j1CrHX4ax72DC6j+3IqmATiVSLCewooQlb8y8rbB
+jqsfb5fjcBhzbAFkvo22z/MO3o4aijnrbC+/tNEPEYIcAjvysUkWpGzX/tsvz0d2
+zVn2Dz7yJNS/PuXmWrt3+IMZzjT7dFOjlTNBsU+L8Fi+jdhBA7Gg2WGua0aw8ukT
+q2UL1fi9q6rKa6n3eR4AamHv8+kFEqlX6SKHuIVPb/6g27Sxiju9wZv6TmrUVzCX
+I6RWxB8TkPGc5NZQoT/wqDsalJWDB8sPlD5Ybdb3jH1urWvYadYQzbmdNiU2atbM
+muIcbJhdKCuBDkV1TUdTe2a+138igoVOOHIfEGewKW6SFXRgMr4faVRQA0tpmiIW
+mRmiQv7+N57v1yldysy6T/VgAoMYOehBzRPVnG+Do952H1Vf9Pfx6C7U1wlMpcE4
++7NmG7Xwn+AeaH26yCm9YhQ3SPqugfzfR9c3c6b1pbbU4OKZixNu/JELRimLJz5N
+qwjY34RUnktLT+Yahktm0cUrPUQaYuOvwoej935f8HLln4tRIbN8d1YWynex7Ojm
+nSnwhJ4bFud8iyU=
+=Z/97
+-END PGP SIGNATURE-

Added: 
release/netbeans/netbeans-platform/12.4-beta2/netbeans-platform-12.4-beta2-bin.zip.sha512
==
--- 
release/netbeans/netbeans-platform/12.4-beta2/netbeans-platform-12.4-beta2-bin.zip.sha512
 (added)
+++ 
release/netbeans/netbeans-platform/12.4-beta2/netbeans-platform-12.4-beta2-bin.zip.sha512
 Fri May 21 10:55:39 2021
@@ -0,0 +1 @@
+6cd5d72fad189af6086e87e77059ff851c8a41d52cf7b6a8a2e5d0695417db6af8e876582931072cbebf5b30e082e756501386fc74162cebc35a1bbab8814b69
  ./netbeans-platform-12.4-beta2-bin.zip

Added: 
release/netbeans/netbeans-platform/12.4-beta2/netbeans-platform-12.4-beta2-source.zip
==
Binary file - no diff available.

Propchange: 
release/netbeans/netbeans-platform/12.4-beta2/netbeans-platform-12.4-beta2-source.zip
--
svn:mime-type = application/octet-stream

Added: 
release/netbeans/netbeans-platform/12.4-beta2/netbeans-platform-12.4-beta2-source.zip.asc
==
--- 
release/netbeans/netbeans-platform/12.4-beta2/netbeans-platform-12.4-beta2-source.zip.asc
 (added)
+++ 
release/netbeans/netbeans-platform/12.4-beta2/netbeans-platform-12.4-beta2-source.zip.asc
 Fri May 21 10:55:39 2021
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+
+iQJIBAABCAAyFiEEDu+ta5VU/Uhf8RVHcCI5egv6UukFAmBtoUwUHGdlZXJ0amFu
+QGFwYWNoZS5vcmcACgkQcCI5egv6UumrOg//XwcBjnzc7CxgMaUAix0ydrCey0oz
+8NJaYjOaC/C7upeLvD56RtpiMH5mI1hCSEmZ+0rLNniqfJ9bqDB0ge/q808XhsP8
+ah8Rkd7D09N6zVsBFsx3xnOEL5mV59VnBhANh7+aCCOkArYIxSsH60qnd+8Xx45O
+Y4PbMB8ma6itKapQN7varFEQKrzqI9izUUI1iLScb9KrI3FV6h0GbyKxPUfkriV2
+V1H69cxL+h6cn3/Tw+Stzm7c8xbzoooxWjpCVXbSuUZDl7fGT12ptc94sLODx/Sp
+C+zI29RH0NlBfnSHxWP35zfzRxAb2NRyxvoGxVlhLfyq06Vk7dm1JMu57suWeIHb
+lN3psPqnbkKENtSjuBY4Ol2HOJi6cSjhhTva1qL/OEbAMd3E2Wtem8ifHErAz+IY
+akKUrBbzRYmRwEaQYJNkd25rqTsucG/ic0LLnhTP0vHmK0hlNF2AR/OrAHe43sii
+suydcS2b6hPbuCTM3IWD+V5VBygvpZ8zTqR98u25u+pwxuzn9S/Ky+SBa7xAdnWa
+QU4AlqqpA7UrXZRnoROX1Wk3h6EqKHXpidD0vynzXrOoe5rNkqIOZlmn

[jira] [Updated] (NETBEANS-5346) Implement debugger attach in VSCode extension

2021-05-21 Thread Martin Entlicher (Jira)


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

Martin Entlicher updated NETBEANS-5346:
---
Priority: Critical  (was: Major)

> Implement debugger attach in VSCode extension
> -
>
> Key: NETBEANS-5346
> URL: https://issues.apache.org/jira/browse/NETBEANS-5346
> Project: NetBeans
>  Issue Type: Improvement
>  Components: vscode
>Affects Versions: 12.2
>Reporter: Martin Entlicher
>Assignee: Martin Entlicher
>Priority: Critical
> Fix For: 12.5
>
>
> Debugger attach to a remote process is missing in VSCode extension.



--
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-5704) Generated classes are not visible in test classes for jpms module testing

2021-05-21 Thread Pavel_K (Jira)
Pavel_K created NETBEANS-5704:
-

 Summary: Generated classes are not visible in test classes for 
jpms module testing
 Key: NETBEANS-5704
 URL: https://issues.apache.org/jira/browse/NETBEANS-5704
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.3, 12.4
Reporter: Pavel_K
 Attachments: Screenshot from 2021-05-21 11-54-21.png

JPMS module testing support when testing module name = main module appeared as 
a result of this issue https://issues.apache.org/jira/browse/NETBEANS-4550. 
Using this feature, we discovered that NB doesn't see in test files generated 
classes, for example JPA meta model.

A full test is [here|https://github.com/PashaTurok/nb-jpms-test1] . Test is 
executed but NB shows error. See attachment.



--
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-5704) Generated classes are not visible in test classes for jpms module testing

2021-05-21 Thread Pavel_K (Jira)


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

Pavel_K updated NETBEANS-5704:
--
Description: 
JPMS module testing support when testing module name = main module appeared as 
a result of this issue https://issues.apache.org/jira/browse/NETBEANS-4550. 
Using this feature, we discovered that NB doesn't see in test files generated 
classes, for example JPA meta model.

A full test is [here|https://github.com/PashaTurok/nb-jpms-test1] .

Test is executed but NB shows error:  !Screenshot from 2021-05-21 11-54-21.png!

  was:
JPMS module testing support when testing module name = main module appeared as 
a result of this issue https://issues.apache.org/jira/browse/NETBEANS-4550. 
Using this feature, we discovered that NB doesn't see in test files generated 
classes, for example JPA meta model.

A full test is [here|https://github.com/PashaTurok/nb-jpms-test1] . Test is 
executed but NB shows error: !Screenshot from 2021-05-21 11-54-21.png!


> Generated classes are not visible in test classes for jpms module testing
> -
>
> Key: NETBEANS-5704
> URL: https://issues.apache.org/jira/browse/NETBEANS-5704
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.3, 12.4
>Reporter: Pavel_K
>Priority: Major
> Attachments: Screenshot from 2021-05-21 11-54-21.png
>
>
> JPMS module testing support when testing module name = main module appeared 
> as a result of this issue 
> https://issues.apache.org/jira/browse/NETBEANS-4550. Using this feature, we 
> discovered that NB doesn't see in test files generated classes, for example 
> JPA meta model.
> A full test is [here|https://github.com/PashaTurok/nb-jpms-test1] .
> Test is executed but NB shows error:  !Screenshot from 2021-05-21 
> 11-54-21.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] [Updated] (NETBEANS-5704) Generated classes are not visible in test classes for jpms module testing

2021-05-21 Thread Pavel_K (Jira)


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

Pavel_K updated NETBEANS-5704:
--
Description: 
JPMS module testing support when testing module name = main module appeared as 
a result of this issue https://issues.apache.org/jira/browse/NETBEANS-4550. 
Using this feature, we discovered that NB doesn't see in test files generated 
classes, for example JPA meta model.

A full test is [here|https://github.com/PashaTurok/nb-jpms-test1] . Test is 
executed but NB shows error: !Screenshot from 2021-05-21 11-54-21.png!

  was:
JPMS module testing support when testing module name = main module appeared as 
a result of this issue https://issues.apache.org/jira/browse/NETBEANS-4550. 
Using this feature, we discovered that NB doesn't see in test files generated 
classes, for example JPA meta model.

A full test is [here|https://github.com/PashaTurok/nb-jpms-test1] . Test is 
executed but NB shows error. See attachment.


> Generated classes are not visible in test classes for jpms module testing
> -
>
> Key: NETBEANS-5704
> URL: https://issues.apache.org/jira/browse/NETBEANS-5704
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.3, 12.4
>Reporter: Pavel_K
>Priority: Major
> Attachments: Screenshot from 2021-05-21 11-54-21.png
>
>
> JPMS module testing support when testing module name = main module appeared 
> as a result of this issue 
> https://issues.apache.org/jira/browse/NETBEANS-4550. Using this feature, we 
> discovered that NB doesn't see in test files generated classes, for example 
> JPA meta model.
> A full test is [here|https://github.com/PashaTurok/nb-jpms-test1] . Test is 
> executed but NB shows error: !Screenshot from 2021-05-21 11-54-21.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



[netbeans] branch master updated (ebce17f -> 7235059)

2021-05-21 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 ebce17f  LSP: Provide hover information in Micronaut yaml files. 
(#2955)
 new 0af54c8  Removed unused leftover from 6da12ea7c
 new b182fef  NPE in testsuite: use NULL in case of null InputOutput.
 new 82be519  [NETBEANS-5623] Do not increase quality from FALLBACK to 
EVALUATED on invalidation.
 new 4018151  [NETBEANS-5627] Load from disk cache on Project creation.
 new 61e166b  [NETBEANS-5629] Defined Plugin Lookup order.
 new 06aeeb9  [NETBEANS-5627] ClassPath available immediately for Gradle 
project.
 new 663d166  apichanges updated, tests added. toQuality changed to 
CompletionStage.
 new 7235059  Merge pull request #2924 from sdedic/gradle/load-lookup

The 5442 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:
 extide/gradle/apichanges.xml   |  16 +
 extide/gradle/manifest.mf  |   2 +-
 .../modules/gradle/ActionProviderImpl.java |  31 +-
 .../org/netbeans/modules/gradle/GradleProject.java |   8 +-
 .../modules/gradle/NbGradleProjectFactory.java |   7 +-
 .../modules/gradle/NbGradleProjectImpl.java| 398 +
 .../org/netbeans/modules/gradle/ReloadAction.java  |  11 +-
 .../gradle/ReloadProjectDependenciesDecorator.java |   2 +-
 .../modules/gradle/api/NbGradleProject.java|  28 ++
 .../gradle/loaders/DiskCacheProjectLoader.java |   1 -
 .../gradle/loaders/GradleProjectLoaderImpl.java|   1 -
 .../gradle/loaders/LegacyProjectLoader.java|   4 +-
 .../gradle/AbstractGradleProjectTestCase.java  |   9 +-
 .../modules/gradle/NbGradleProjectImplTest.java| 310 
 .../netbeans/modules/gradle/ProjectTrustTest.java  |   2 +-
 .../java/classpath/ClassPathProviderImpl.java  | 128 +--
 .../modules/gradle/GradleCoreAccessor.java |  31 ++
 .../java/classpath/ClassPathProviderImplTest.java  | 262 ++
 18 files changed, 1101 insertions(+), 150 deletions(-)
 create mode 100644 
extide/gradle/test/unit/src/org/netbeans/modules/gradle/NbGradleProjectImplTest.java
 create mode 100644 
java/gradle.java/test/unit/src/org/netbeans/modules/gradle/GradleCoreAccessor.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