[jira] [Commented] (NETBEANS-5455) Implement ParentProjectProvider and RootProjectProvider for Maven projects

2021-03-15 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5455:
---

Containment. That can be "easily" (in most case) tracked down to filesystem 
level.

Semantic meaning might have issues how to map it down.

> Implement ParentProjectProvider and RootProjectProvider for Maven projects
> --
>
> Key: NETBEANS-5455
> URL: https://issues.apache.org/jira/browse/NETBEANS-5455
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Maven
>Reporter: Svatopluk Dedic
>Assignee: Svatopluk Dedic
>Priority: Major
> Fix For: 12.4
>
>
> New APIs were introduced by [https://github.com/apache/netbeans/pull/2629/ 
> |https://github.com/apache/netbeans/pull/2629/,]Maven project support should 
> implement the relevant queries.
> Unlike Gradle, it seems that Maven has a different concept of parent: in 
> Maven, parent project is the project that provides base configuration. But 
> the parent in Gradle is an owner.
> In Maven, parent project (in terms of settings inheritance) can be a 
> *sibling* or event a sub-project; yet the project is owned by another 
> aggregate project.
> [~lkishalmi] – what was the intended semantics of {{ParentProjectProvider}} ? 
> Semantic/settings inheritance, or containment ?
>  



--
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 (d54d02d -> c4e6302)

2021-03-15 Thread dbalek
This is an automated email from the ASF dual-hosted git repository.

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


from d54d02d  Merge pull request #2810 from sdedic/lsp/invalid_branding
 add c4e6302  [GR-28352] Java: Compile Workspace compiles more than 
workspace. (#2734)

No new revisions were added by this update.

Summary of changes:
 .../modules/gsf/testrunner/ui/api/TestMethodController.java| 4 
 .../src/org/netbeans/modules/java/lsp/server/protocol/Server.java  | 7 ++-
 .../modules/java/lsp/server/protocol/WorkspaceServiceImpl.java | 2 +-
 3 files changed, 11 insertions(+), 2 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] [Updated] (NETBEANS-5456) Open files with enter, throws error

2021-03-15 Thread Victor Pineda (Jira)


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

Victor Pineda updated NETBEANS-5456:

 Attachment: image-2021-03-15-22-00-20-420.png
Description: 
I'm getting the following error, when I try to open multiple files with 
"Enter". 

This has not happened  before.

!image-2021-03-15-21-16-25-275.png!

 

java.lang.NullPointerException: Cannot invoke 
"javax.swing.text.AttributeSet.getAttribute(Object)" because "as" is 
nulljava.lang.NullPointerException: Cannot invoke 
"javax.swing.text.AttributeSet.getAttribute(Object)" because "as" is null at 
org.netbeans.editor.Coloring.toFont(Coloring.java:795) at 
org.netbeans.editor.Coloring.fromAttributeSet(Coloring.java:758) at 
com.junichi11.netbeans.modules.color.codes.preview.ui.DrawingPanel.updateColors(DrawingPanel.java:307)
 at 
com.junichi11.netbeans.modules.color.codes.preview.ui.DrawingPanel.(DrawingPanel.java:108)
 at 
com.junichi11.netbeans.modules.color.codes.preview.ui.DrawingPanel.create(DrawingPanel.java:97)
 at 
com.junichi11.netbeans.modules.color.codes.preview.ui.ColorsSideBarPanel.(ColorsSideBarPanel.java:32)
 at 
com.junichi11.netbeans.modules.color.codes.preview.ui.ColorsSideBarFactory.createSideBar(ColorsSideBarFactory.java:37)
 at 
org.netbeans.modules.editor.impl.CustomizableSideBar.createSideBarsMap(CustomizableSideBar.java:402)
 at 
org.netbeans.modules.editor.impl.CustomizableSideBar.getSideBarsInternal(CustomizableSideBar.java:179)
 at 
org.netbeans.modules.editor.impl.CustomizableSideBar.getSideBars(CustomizableSideBar.java:143)
 at 
org.netbeans.modules.editor.NbEditorUI.createExtComponent(NbEditorUI.java:262) 
at org.netbeans.editor.EditorUI.getExtComponent(EditorUI.java:929) at 
org.netbeans.modules.editor.NbEditorDocument.createEditor(NbEditorDocument.java:176)
 at 
org.openide.text.CloneableEditorInitializer.initCustomEditor(CloneableEditorInitializer.java:511)
 at 
org.openide.text.CloneableEditorInitializer.initCustomEditorAndDecorationsInEDT(CloneableEditorInitializer.java:573)[catch]
 at 
org.openide.text.CloneableEditorInitializer.run(CloneableEditorInitializer.java:321)
 at 
org.openide.text.CloneableEditorInitializer.processPendingEDTRequests(CloneableEditorInitializer.java:135)
 at 
org.openide.text.CloneableEditorInitializer.waitForFinishedInitialization(CloneableEditorInitializer.java:103)
 at org.openide.text.CloneableEditor.getEditorPane(CloneableEditor.java:673) at 
org.netbeans.modules.properties.PropertiesEditorSupport$PropertiesEditor.getToolbarRepresentation(PropertiesEditorSupport.java:1355)
 at 
org.netbeans.core.multiview.MultiViewPeer.peerComponentShowing(MultiViewPeer.java:314)
 at 
org.netbeans.core.multiview.MultiViewCloneableTopComponent.componentShowing(MultiViewCloneableTopComponent.java:109)
 at org.openide.windows.WindowManager.componentShowing(WindowManager.java:314) 
at 
org.netbeans.core.windows.WindowManagerImpl.componentShowing(WindowManagerImpl.java:1240)
 at org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:143) 
at 
org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:250) 
at 
org.netbeans.core.windows.ViewRequestor.processRequest(ViewRequestor.java:226) 
at org.netbeans.core.windows.ViewRequestor.postRequest(ViewRequestor.java:164) 
at 
org.netbeans.core.windows.ViewRequestor.scheduleRequest(ViewRequestor.java:102) 
at 
org.netbeans.core.windows.Central.activateModeTopComponent(Central.java:1772) 
at 
org.netbeans.core.windows.WindowManagerImpl.topComponentRequestActive(WindowManagerImpl.java:1382)
 at org.openide.windows.TopComponent.requestActive(TopComponent.java:836) at 
org.openide.windows.CloneableOpenSupport$1.run(CloneableOpenSupport.java:83) at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:97)
 at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.writeAccess(NbMutexEventProvider.java:62)
 at 
org.netbeans.modules.openide.util.LazyMutexImplementation.writeAccess(LazyMutexImplementation.java:56)
 at org.openide.util.Mutex.writeAccess(Mutex.java:291) at 
org.openide.windows.CloneableOpenSupport.open(CloneableOpenSupport.java:79) at 
org.openide.text.CloneableEditorSupport.open(CloneableEditorSupport.java:416) 
at 
org.netbeans.modules.properties.PropertiesEditorSupport.open(PropertiesEditorSupport.java:396)
 at 
org.openide.windows.CloneableOpenSupport.edit(CloneableOpenSupport.java:102) at 
org.openide.awt.ActionDefaultPerfomer.actionPerformed(ActionDefaultPerfomer.java:53)
 at 
org.openide.awt.ContextAction$Performer.actionPerformed(ContextAction.java:442) 
at org.openide.awt.ContextManager.actionPerformed(ContextManager.java:263) at 
org.openide.awt.ContextAction.actionPerformed(ContextAction.java:106) at 
org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:68) at 
org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:91) 
at 

[netbeans] branch master updated: Fixed invalid branding directory name.

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

sdedic 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 c26d0f4  Fixed invalid branding directory name.
 new d54d02d  Merge pull request #2810 from sdedic/lsp/invalid_branding
c26d0f4 is described below

commit c26d0f4937b14f9edcc6b1feefbb824a332a7e9d
Author: Svata Dedic 
AuthorDate: Mon Mar 15 14:23:37 2021 +0100

Fixed invalid branding directory name.
---
 .../org/netbeans/modules/java/j2seplatform/api/Bundle.properties  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/java/java.lsp.server/nbcode/branding/modules/org.netbeans.modules.java.j2seplatform.jar/org/netbeans/modules/java/j2seplatform/api/Bundle.properties
 
b/java/java.lsp.server/nbcode/branding/modules/org-netbeans-modules-java-j2seplatform.jar/org/netbeans/modules/java/j2seplatform/api/Bundle.properties
similarity index 100%
rename from 
java/java.lsp.server/nbcode/branding/modules/org.netbeans.modules.java.j2seplatform.jar/org/netbeans/modules/java/j2seplatform/api/Bundle.properties
rename to 
java/java.lsp.server/nbcode/branding/modules/org-netbeans-modules-java-j2seplatform.jar/org/netbeans/modules/java/j2seplatform/api/Bundle.properties


-
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-5456) Open files with enter, throws error

2021-03-15 Thread Victor Pineda (Jira)
Victor Pineda created NETBEANS-5456:
---

 Summary: Open files with enter, throws error
 Key: NETBEANS-5456
 URL: https://issues.apache.org/jira/browse/NETBEANS-5456
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.3
Reporter: Victor Pineda
 Attachments: image-2021-03-15-21-16-25-275.png

I'm getting the following error, when I try to open multiple files with 
"Enter". 

This has not happened  before.

!image-2021-03-15-21-16-25-275.png!

 

java.lang.NullPointerException: Cannot invoke 
"javax.swing.text.AttributeSet.getAttribute(Object)" because "as" is 
nulljava.lang.NullPointerException: Cannot invoke 
"javax.swing.text.AttributeSet.getAttribute(Object)" because "as" is null at 
org.netbeans.editor.Coloring.toFont(Coloring.java:795) at 
org.netbeans.editor.Coloring.fromAttributeSet(Coloring.java:758) at 
com.junichi11.netbeans.modules.color.codes.preview.ui.DrawingPanel.updateColors(DrawingPanel.java:307)
 at 
com.junichi11.netbeans.modules.color.codes.preview.ui.DrawingPanel.(DrawingPanel.java:108)
 at 
com.junichi11.netbeans.modules.color.codes.preview.ui.DrawingPanel.create(DrawingPanel.java:97)
 at 
com.junichi11.netbeans.modules.color.codes.preview.ui.ColorsSideBarPanel.(ColorsSideBarPanel.java:32)
 at 
com.junichi11.netbeans.modules.color.codes.preview.ui.ColorsSideBarFactory.createSideBar(ColorsSideBarFactory.java:37)
 at 
org.netbeans.modules.editor.impl.CustomizableSideBar.createSideBarsMap(CustomizableSideBar.java:402)
 at 
org.netbeans.modules.editor.impl.CustomizableSideBar.getSideBarsInternal(CustomizableSideBar.java:179)
 at 
org.netbeans.modules.editor.impl.CustomizableSideBar.getSideBars(CustomizableSideBar.java:143)
 at 
org.netbeans.modules.editor.NbEditorUI.createExtComponent(NbEditorUI.java:262) 
at org.netbeans.editor.EditorUI.getExtComponent(EditorUI.java:929) at 
org.netbeans.modules.editor.NbEditorDocument.createEditor(NbEditorDocument.java:176)
 at 
org.openide.text.CloneableEditorInitializer.initCustomEditor(CloneableEditorInitializer.java:511)
 at 
org.openide.text.CloneableEditorInitializer.initCustomEditorAndDecorationsInEDT(CloneableEditorInitializer.java:573)[catch]
 at 
org.openide.text.CloneableEditorInitializer.run(CloneableEditorInitializer.java:321)
 at 
org.openide.text.CloneableEditorInitializer.processPendingEDTRequests(CloneableEditorInitializer.java:135)
 at 
org.openide.text.CloneableEditorInitializer.waitForFinishedInitialization(CloneableEditorInitializer.java:103)
 at org.openide.text.CloneableEditor.getEditorPane(CloneableEditor.java:673) at 
org.netbeans.modules.properties.PropertiesEditorSupport$PropertiesEditor.getToolbarRepresentation(PropertiesEditorSupport.java:1355)
 at 
org.netbeans.core.multiview.MultiViewPeer.peerComponentShowing(MultiViewPeer.java:314)
 at 
org.netbeans.core.multiview.MultiViewCloneableTopComponent.componentShowing(MultiViewCloneableTopComponent.java:109)
 at org.openide.windows.WindowManager.componentShowing(WindowManager.java:314) 
at 
org.netbeans.core.windows.WindowManagerImpl.componentShowing(WindowManagerImpl.java:1240)
 at org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:143) 
at 
org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:250) 
at 
org.netbeans.core.windows.ViewRequestor.processRequest(ViewRequestor.java:226) 
at org.netbeans.core.windows.ViewRequestor.postRequest(ViewRequestor.java:164) 
at 
org.netbeans.core.windows.ViewRequestor.scheduleRequest(ViewRequestor.java:102) 
at 
org.netbeans.core.windows.Central.activateModeTopComponent(Central.java:1772) 
at 
org.netbeans.core.windows.WindowManagerImpl.topComponentRequestActive(WindowManagerImpl.java:1382)
 at org.openide.windows.TopComponent.requestActive(TopComponent.java:836) at 
org.openide.windows.CloneableOpenSupport$1.run(CloneableOpenSupport.java:83) at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:97)
 at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.writeAccess(NbMutexEventProvider.java:62)
 at 
org.netbeans.modules.openide.util.LazyMutexImplementation.writeAccess(LazyMutexImplementation.java:56)
 at org.openide.util.Mutex.writeAccess(Mutex.java:291) at 
org.openide.windows.CloneableOpenSupport.open(CloneableOpenSupport.java:79) at 
org.openide.text.CloneableEditorSupport.open(CloneableEditorSupport.java:416) 
at 
org.netbeans.modules.properties.PropertiesEditorSupport.open(PropertiesEditorSupport.java:396)
 at 
org.openide.windows.CloneableOpenSupport.edit(CloneableOpenSupport.java:102) at 
org.openide.awt.ActionDefaultPerfomer.actionPerformed(ActionDefaultPerfomer.java:53)
 at 
org.openide.awt.ContextAction$Performer.actionPerformed(ContextAction.java:442) 
at org.openide.awt.ContextManager.actionPerformed(ContextManager.java:263) at 
org.openide.awt.ContextAction.actionPerformed(ContextAction.java:106) at 

[jira] [Created] (NETBEANS-5455) Implement ParentProjectProvider and RootProjectProvider for Maven projects

2021-03-15 Thread Svatopluk Dedic (Jira)
Svatopluk Dedic created NETBEANS-5455:
-

 Summary: Implement ParentProjectProvider and RootProjectProvider 
for Maven projects
 Key: NETBEANS-5455
 URL: https://issues.apache.org/jira/browse/NETBEANS-5455
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Maven
Reporter: Svatopluk Dedic
Assignee: Svatopluk Dedic
 Fix For: 12.4


New APIs were introduced by [https://github.com/apache/netbeans/pull/2629/ 
|https://github.com/apache/netbeans/pull/2629/,]Maven project support should 
implement the relevant queries.

Unlike Gradle, it seems that Maven has a different concept of parent: in Maven, 
parent project is the project that provides base configuration. But the parent 
in Gradle is an owner.

In Maven, parent project (in terms of settings inheritance) can be a *sibling* 
or event a sub-project; yet the project is owned by another aggregate project.

[~lkishalmi] – what was the intended semantics of {{ParentProjectProvider}} ? 
Semantic/settings inheritance, or containment ?

 



--
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



svn commit: r46626 - /release/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.5/

2021-03-15 Thread skygo
Author: skygo
Date: Mon Mar 15 12:23:24 2021
New Revision: 46626

Log:
remove previous release

Removed:

release/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.5/


-
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: r46625 - /dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.6/ /release/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.6/

2021-03-15 Thread skygo
Author: skygo
Date: Mon Mar 15 12:22:28 2021
New Revision: 46625

Log:
release nbm-maven-plugin 4.6

Added:

release/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.6/
  - copied from r46624, 
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.6/
Removed:
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.6/


-
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-5394) Support technology-specific default action mapping (e.g. Micronaut 3.0)

2021-03-15 Thread Svatopluk Dedic (Jira)


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

Svatopluk Dedic updated NETBEANS-5394:
--
Labels: VSNetBeans  (was: )

> Support technology-specific default action mapping (e.g. Micronaut 3.0)
> ---
>
> Key: NETBEANS-5394
> URL: https://issues.apache.org/jira/browse/NETBEANS-5394
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Maven
>Affects Versions: 12.2
>Reporter: Svatopluk Dedic
>Priority: Major
>  Labels: VSNetBeans
>
> Micronaut 3.0 is going to *deprecate* maven exec:exec, which is now used by 
> the IDE to issue these actions
>  * Run, Run-single
>  * Debug, Debug-single
>  * Profile
> The new supported way to invoke maven Micronaut projects will be *mn:run* 
> using Micronaut's {{io.micronaut.build:micronaut-maven-plugin}}.
> Maven support however has pluggable support just for different packaging 
> type. Here, we would want to inject or redefine actions based on POM's or 
> *effective POM*'s contents. 
> The idea is to allow to plug "something like" 
> {{org.netbeans.modules.maven.spi.actions.MavenActionsProvider}} for a 
> specific inherited group:artifactId\{:version}, or in a generic way so that a 
> provider can inspect the model and decide dynamically. Packaging could be 
> also specified, as that defines the 'base' processing in most cases.
> Both approaches has to be prepared for the case that the inherited POMs can 
> be resolved later in the project's life, e.g. during the priming build.
> This way, we can inject / override the actions with *mn:run* goal for 
> specifically Micronaut projects, and keep the maven's core generic/clean.
>  



--
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-5218) Implement progress for DAP

2021-03-15 Thread Svatopluk Dedic (Jira)


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

Svatopluk Dedic updated NETBEANS-5218:
--
Labels: VSNetBeans  (was: )

> Implement progress for DAP
> --
>
> Key: NETBEANS-5218
> URL: https://issues.apache.org/jira/browse/NETBEANS-5218
> Project: NetBeans
>  Issue Type: Improvement
>  Components: lsp
>Affects Versions: 12.3
>Reporter: Svatopluk Dedic
>Assignee: Svatopluk Dedic
>Priority: Major
>  Labels: VSNetBeans
>
> Progress indication is now reported through LSP even for actions initiated on 
> DAP. But DAP has its own mechanism for reporting progress. The DAP server 
> should be able to instruct ProgressEnvironment to create a variant Controller 
> that will report the progress for DAP actions through the DAP protocol.
> The implementation must be prepared for the DAP client to disconnect, so 
> eventual post-run actions (or other implied actions) may need still to be 
> reported through LSP.



--
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-5430) Support Priming build in Gradle

2021-03-15 Thread Svatopluk Dedic (Jira)


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

Svatopluk Dedic updated NETBEANS-5430:
--
Labels: VSNetBeans  (was: )

> Support Priming build in Gradle
> ---
>
> Key: NETBEANS-5430
> URL: https://issues.apache.org/jira/browse/NETBEANS-5430
> Project: NetBeans
>  Issue Type: New Feature
>  Components: projects - Gradle
>Reporter: Svatopluk Dedic
>Assignee: Svatopluk Dedic
>Priority: Major
>  Labels: VSNetBeans
>
> Following [https://github.com/apache/netbeans/pull/2795] the Priming Build 
> action should be supported for Gradle projects.
>  



--
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-5454) Suggest to open the parent project for opened file.

2021-03-15 Thread Svatopluk Dedic (Jira)
Svatopluk Dedic created NETBEANS-5454:
-

 Summary: Suggest to open the parent project for opened file.
 Key: NETBEANS-5454
 URL: https://issues.apache.org/jira/browse/NETBEANS-5454
 Project: NetBeans
  Issue Type: New Feature
  Components: projects - Generic Projects UI
Reporter: Svatopluk Dedic


If  a file is opened, the project infrastructure could suggest to open the 
owning project, if there's one that is not yet opened. 

There may be some either transient or persistent setting that suppresses these 
suggestions (either at all, or per-project), as users sometimes CTRL-click into 
various dependent sources without intention to pollute their Project explorer.

 



--
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-5453) AssertionError in MultiPassCompileWorker

2021-03-15 Thread Alessandro Moscatelli (Jira)
Alessandro Moscatelli created NETBEANS-5453:
---

 Summary: AssertionError in MultiPassCompileWorker
 Key: NETBEANS-5453
 URL: https://issues.apache.org/jira/browse/NETBEANS-5453
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.3
Reporter: Alessandro Moscatelli


Netbeans keeps on throwing this exception

java.lang.AssertionError: 
 at 
com.sun.tools.javac.jvm.ClassWriter$AttributeWriter.visitError(ClassWriter.java:659)
 at com.sun.tools.javac.code.Attribute$Error.accept(Attribute.java:388)
 at 
com.sun.tools.javac.jvm.ClassWriter.writeCompoundAttribute(ClassWriter.java:682)
 at 
com.sun.tools.javac.jvm.ClassWriter.writeJavaAnnotations(ClassWriter.java:516)
 at com.sun.tools.javac.jvm.ClassWriter.writeClassFile(ClassWriter.java:1672)
 at com.sun.tools.javac.jvm.ClassWriter.writeClass(ClassWriter.java:1552)
 at com.sun.tools.javac.main.JavaCompiler.genCode(JavaCompiler.java:787)
 at com.sun.tools.javac.main.JavaCompiler.generate(JavaCompiler.java:1752)
 at com.sun.tools.javac.api.JavacTaskImpl$2.process(JavacTaskImpl.java:574)
 at com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:651)
 at com.sun.tools.javac.api.JavacTaskImpl.generate(JavacTaskImpl.java:577)
[catch] at 
org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:303)
 at 
org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
 at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
 at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
 at 
org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2104)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1500(RepositoryUpdater.java:136)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSource(RepositoryUpdater.java:5749)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSources(RepositoryUpdater.java:5419)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:5038)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6099)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
 at 
org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport.performScan(RunWhenScanFinishedSupport.java:83)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6095)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6091)
 at 
org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
 at 
org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
 at 
org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
 at org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:6091)
 at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)