[jira] [Commented] (NETBEANS-6494) Gradle projects reload into memory on project close

2022-04-11 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6494:
---

What I'm thinking is, that on project close we shall not dump the GradleProject 
internally. It still contains viable information. In Maven the project info is 
retrieved almost as just parsing an xml.

> Gradle projects reload into memory on project close
> ---
>
> Key: NETBEANS-6494
> URL: https://issues.apache.org/jira/browse/NETBEANS-6494
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 13
>Reporter: Svatopluk Dedic
>Assignee: Svatopluk Dedic
>Priority: Critical
> Fix For: 14
>
>
> When / after a gradle project is closed (I used File | Close All Projects) 
> various UI-based refreshes cause the project(s) to be reloaded back into the 
> memory. 
> I've capture two stacktraces:
>  
> {code:java}
> java.lang.Exception
>     at 
> org.netbeans.modules.project.ui.problems.BrokenProjectAnnotator.propertyChange(BrokenProjectAnnotator.java:183)
>     at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:343)
>     at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:335)
>     at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:268)
>     at 
> org.netbeans.spi.project.ui.support.UILookupMergerSupport$ProjectProblemsProviderImpl.propertyChange(UILookupMergerSupport.java:283)
>     at 
> org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:190)
>     at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:343)
>     at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:335)
>     at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:268)
>     at 
> org.netbeans.modules.gradle.java.GradleJavaProjectProblemProvider.lambda$new$0(GradleJavaProjectProblemProvider.java:47)
>     at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:343)
>     at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:335)
>     at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:268)
>     at 
> org.netbeans.modules.gradle.api.NbGradleProject.doFireReload(NbGradleProject.java:256)
>     at 
> org.netbeans.modules.gradle.api.NbGradleProject.access$100(NbGradleProject.java:57)
>     at 
> org.netbeans.modules.gradle.api.NbGradleProject$AccessorImpl.doFireReload(NbGradleProject.java:166)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.loadOwnProject0(NbGradleProjectImpl.java:481)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.projectWithQuality(NbGradleProjectImpl.java:277)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.getGradleProject(NbGradleProjectImpl.java:193)
>     at 
> org.netbeans.modules.gradle.api.NbGradleProject.projectLookup(NbGradleProject.java:186)
>     at 
> org.netbeans.modules.gradle.java.api.GradleJavaProject.get(GradleJavaProject.java:125)
>     at 
> org.netbeans.modules.gradle.java.queries.GradleSourceForBinary$Res.getRoots(GradleSourceForBinary.java:146)
>     at 
> org.netbeans.api.java.queries.SourceForBinaryQuery$Result2.getRoots(SourceForBinaryQuery.java:173)
>     at 
> org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.lambda$collectProjectSourceRoots$25(ModuleClassPaths.java:1158)
>     at 
> java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
>     at 
> java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
>     at 
> java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
>     at 
> java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
>     at 
> java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
>     at 
> java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
>     at 
> java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
>     at 
> java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
>     at 
> java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
>     at 
> org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.collectProjectSourceRoots(ModuleClassPaths.java:1155)
>     at 
> 

[jira] [Commented] (NETBEANS-6494) Gradle projects reload into memory on project close

2022-04-06 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6494:
---

I have something in my mind, and yes this shall be fixed by 14.

 

> Gradle projects reload into memory on project close
> ---
>
> Key: NETBEANS-6494
> URL: https://issues.apache.org/jira/browse/NETBEANS-6494
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 13
>Reporter: Svatopluk Dedic
>Assignee: Svatopluk Dedic
>Priority: Critical
> Fix For: 14
>
>
> When / after a gradle project is closed (I used File | Close All Projects) 
> various UI-based refreshes cause the project(s) to be reloaded back into the 
> memory. 
> I've capture two stacktraces:
>  
> {code:java}
> java.lang.Exception
>     at 
> org.netbeans.modules.project.ui.problems.BrokenProjectAnnotator.propertyChange(BrokenProjectAnnotator.java:183)
>     at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:343)
>     at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:335)
>     at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:268)
>     at 
> org.netbeans.spi.project.ui.support.UILookupMergerSupport$ProjectProblemsProviderImpl.propertyChange(UILookupMergerSupport.java:283)
>     at 
> org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:190)
>     at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:343)
>     at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:335)
>     at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:268)
>     at 
> org.netbeans.modules.gradle.java.GradleJavaProjectProblemProvider.lambda$new$0(GradleJavaProjectProblemProvider.java:47)
>     at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:343)
>     at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:335)
>     at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:268)
>     at 
> org.netbeans.modules.gradle.api.NbGradleProject.doFireReload(NbGradleProject.java:256)
>     at 
> org.netbeans.modules.gradle.api.NbGradleProject.access$100(NbGradleProject.java:57)
>     at 
> org.netbeans.modules.gradle.api.NbGradleProject$AccessorImpl.doFireReload(NbGradleProject.java:166)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.loadOwnProject0(NbGradleProjectImpl.java:481)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.projectWithQuality(NbGradleProjectImpl.java:277)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.getGradleProject(NbGradleProjectImpl.java:193)
>     at 
> org.netbeans.modules.gradle.api.NbGradleProject.projectLookup(NbGradleProject.java:186)
>     at 
> org.netbeans.modules.gradle.java.api.GradleJavaProject.get(GradleJavaProject.java:125)
>     at 
> org.netbeans.modules.gradle.java.queries.GradleSourceForBinary$Res.getRoots(GradleSourceForBinary.java:146)
>     at 
> org.netbeans.api.java.queries.SourceForBinaryQuery$Result2.getRoots(SourceForBinaryQuery.java:173)
>     at 
> org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.lambda$collectProjectSourceRoots$25(ModuleClassPaths.java:1158)
>     at 
> java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
>     at 
> java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
>     at 
> java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
>     at 
> java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
>     at 
> java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
>     at 
> java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
>     at 
> java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
>     at 
> java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
>     at 
> java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
>     at 
> org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.collectProjectSourceRoots(ModuleClassPaths.java:1155)
>     at 
> org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.getResources(ModuleClassPaths.java:682)
>     at 
> 

[jira] [Resolved] (NETBEANS-4150) IDE not using Keyring on Debian Buster

2022-03-29 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-4150.
---
Fix Version/s: 12.5
   Resolution: Fixed

> IDE not using Keyring on Debian Buster
> --
>
> Key: NETBEANS-4150
> URL: https://issues.apache.org/jira/browse/NETBEANS-4150
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI, php - FTP Support, platform - Keyring
>Affects Versions: 12.0, 11.2, 11.3
> Environment: Debian Buster 64 bit, tested with:
> - XFCE
> - Mate
> - Gnome classic
> - Gnome Xorg
> - Gnome
>Reporter: Riksoft
>Assignee: Premek Vyhnal
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.5
>
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> Netbeans asks for a master password once per session, every time I have to 
> access something that uses a password.
> The reason is that *libgnome-keyring.so* has +been deprecated+.
>  
> It's time to implement the keyring using the new +libsecret+ because 
> *libgnome-keyring.so* it is OFFICIALLY DEAD and from now on any distro based 
> on Gnome will have this problem as well.
> See here
> ??This project is deprecated and has been superseded by libsecret 
> ([https://gitlab.gnome.org/GNOME/libsecret]).??
> [https://github.com/GNOME/libgnome-keyring]
>  
>  here
>  
> [https://bugs.debian.org/cgi-bin/pkgreport.cgi?users=pkg-gnome-maintain...@lists.alioth.debian.org;tag=libgnome-keyring-removal]
>  
> and here
>  [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941821]
>  



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

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

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



[jira] [Resolved] (NETBEANS-1002) Add a support for Gnome Keyring 3 API

2022-03-29 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-1002.
---
Fix Version/s: 12.5
   Resolution: Fixed

> Add a support for Gnome Keyring 3 API
> -
>
> Key: NETBEANS-1002
> URL: https://issues.apache.org/jira/browse/NETBEANS-1002
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Keyring
>Reporter: Laszlo Kishalmi
>Priority: Minor
> Fix For: 12.5
>
>
> Add a support to communicate with the new Keyring API part of Gnome 3.



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

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

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



[jira] [Resolved] (NETBEANS-4069) netbeans crashes after inspecting test result windows, taking down desktop on ubuntu 19.10

2022-01-29 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-4069.
---
Fix Version/s: 13
   Resolution: Cannot Reproduce

Tried to run the attached sample. All tests passed, no crashing in the IDE.

!image-2022-01-29-09-40-15-491.png!

> netbeans crashes after inspecting test result windows, taking down desktop on 
> ubuntu 19.10
> --
>
> Key: NETBEANS-4069
> URL: https://issues.apache.org/jira/browse/NETBEANS-4069
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Other
>Affects Versions: 12.0, 11.3
> Environment: Ubuntu 19.10,  AMD or intel, both x86_64
> openjdk version "11.0.6" 2020-01-14
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.6+10)
> OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.6+10, mixed mode)
> netbeans 12.0-beta2 (11.3 and beta1 show the same behaviour)
> Junit 5.6.0 assertj 3.15.0, 
> see attachedmaven  project persiahblesales.zip
>Reporter: Pieter van den Hombergh
>Assignee: Laszlo Kishalmi
>Priority: Critical
> Fix For: 13
>
> Attachments: Screenshot from 2020-12-18 12-35-11.png, messages.log, 
> metrics, nbcrash-20200326.png, perishablesales.zip, uigestures
>
>
> After running a unit test and trying to inspect (failing) test result in test 
> results window,
> netbeans crashes, taking down complete desktop. in the process.
> Since it kept crashing while typing this ticket, I will create it with 
> multiple saves in between.
> Affetced are 11.3,  12.0-beta1 and beta2, tested on two machines. One AMD, 
> one Intel both same distro and java versions
> The problem can be reproduced with the attached maven project 
> perishabelsales.zip. 
> 1. open project
> 2. set test results window to open always
> 3. run test
> 4. click in test results window to expand submitSold test details
> IDE then crashes, taking down desktop (wait a few seconds to see the full 
> effect).



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

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

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



[jira] [Resolved] (NETBEANS-6117) StackOverflowError when creating Gradle Java EE Web Application.

2022-01-29 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-6117.
---
Fix Version/s: 13
   Resolution: Fixed

> StackOverflowError when creating Gradle Java EE Web Application.
> 
>
> Key: NETBEANS-6117
> URL: https://issues.apache.org/jira/browse/NETBEANS-6117
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle, projects - Gradle Java EE
>Affects Versions: 12.5
> Environment: Microsoft Windows 10 Enterprise LTSC 2019 (1809)
> OpenJDK Runtime Environment 11.0.12+7
>Reporter: Fox MCCLOUD
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: ee, gradle, pull-request-available
> Fix For: 13
>
> Attachments: ide-log.log
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> When creating a new Gradle Web Application project with GlassFish 6.1.0, a 
> background error happens after clicking the 'Finish' button (after server 
> selection).
> Selected server is GlassFish 6.1.0 with Jakarta EE 9.
> The exception log is attached.
> Tested on both Eclipse Temurin (OpenJDK) 11 and IBM Semeru Runtime (OpenJ9) 
> 11.



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

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

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



[jira] [Commented] (NETBEANS-6366) Gradle subproject are not shown and cannot be processed

2022-01-24 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6366:
---

Actually that's the problem. Gradle only need to know which project is the 
parent when it is running a build. NetBeans needs to know the parent child 
relationship in a project structure, and it is certainly not valid to have two 
parents for a project (even if that project not loaded). The old plugin was 
more forgiving in these cases as the integration did not go as deep in the IDE.

I'd still suggest, that you make root projects from the shared ones and use 
includebuild in the main app settings.gradle referencing normal artifact 
dependency on those project. That would work even if you do not release/publish 
versions on the shared projects. It would not mean that big refactoring either. 
Just adding a couple of settings.gradle, change the include references to 
includebuild, and change some dependency declarations from project() -> 
':' style.

> Gradle subproject are not shown and cannot be processed
> ---
>
> Key: NETBEANS-6366
> URL: https://issues.apache.org/jira/browse/NETBEANS-6366
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.5, 12.6
> Environment: WINDOWS 10
> LINUX SUSE Leap 15.3
>Reporter: Karl Bönisch
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: NETBEANS-6366.7z, image-2022-01-06-17-47-13-994.png, 
> image-2022-01-06-17-48-29-503.png
>
>
> Open a gradle project with Netbeans 8.2 everything is fine and we can work 
> with.
> After Netbeans 12( may be also before ) the same gradle project cannot be 
> opened or better can be opened, but subprojects are not shown and sources( 
> here swing incl. swingx screens cannot be opened)
> When moving the subproject under the root project everything is working ( 
> also > NB 12 ) !(Before I thought it was the Nullpointer - NETBEANS-6055 
> error).
> The source folders are only seen in the "Files" Tab.
> We have the following project structure
> Settings.gradle
> includeFlat "UniAccessConfig", \
>             "GL/GL/GLGL031", \
>             "GL/GU/GLGU050", \
>             "GL/GU/GLGU055", \
>             "GL/GU/GLGU060", \
>             "../GLSCommon/GLSCommon", \
>             "../GLSCommon/GLSGUI", \
>             "../GLSCommon/GLSUtils", \
>             "../GLSCommon/GLSResourceLib", \
>             "../GLSCommon/GLSFonts", \
>             "../GLSConstants"
> project (":UniAccessConfig").name = 'UniAccessConfig'
> project (":GL/GL/GLGL031").name = 'GLGL031'
> project (":GL/GU/GLGU050").name = 'GLGU050'
> project (":GL/GU/GLGU055").name = 'GLGU055'
> project (":GL/GU/GLGU060").name = 'GLGU060'
> project (":../GLSCommon/GLSCommon").name = 'GLSCommon'
> project (":../GLSCommon/GLSGUI").name = 'GLSGUI'
> project (":../GLSCommon/GLSUtils").name = 'GLSUtils'
> project (":../GLSCommon/GLSResourceLib").name = 'GLSResourceLib'
> project (":../GLSCommon/GLSFonts").name = 'GLSFonts'
> project (":../GLSConstants").name = 'GLSConstants'
> also does not work  doing in settings.gradle
> include "UniAccessConfig"
> include "GLGL031"
> include "GLGU050"
> include "GLGU055"
> include "GLGU060"
> include "GLSCommon"
> include "GLSGUI"
> include "GLSUtils"
> include "GLSResourceLib"
> include "GLSFonts"
> include "GLSConstants"
> project(":UniAccessConfig").projectDir = new 
> File("$rootDir/../UniAccessConfig")
> project(":GLGL031").projectDir = new File("$rootDir/../GL/GL/GLGL031")
> project(":GLGU050").projectDir = new File("$rootDir/../GL/GU/GLGU050")
> project(":GLGU055").projectDir = new File("$rootDir/../GL/GU/GLGU055")
> project(":GLGU060").projectDir = new File("$rootDir/../GL/GU/GLGU060")
> project(":GLSCommon").projectDir = new 
> File("$rootDir/../../GLSCommon/GLSCommon")
> project(":GLSGUI").projectDir = new File("$rootDir/../../GLSCommon/GLSGUI")
> project(":GLSUtils").projectDir = new 
> File("$rootDir/../../GLSCommon/GLSUtils")
> project(":GLSResourceLib").projectDir = new 
> File("$rootDir/../../GLSCommon/GLSResourceLib")
> project(":GLSFonts").projectDir = new 
> File("$rootDir/../../GLSCommon/GLSFonts")
> project(":GLSConstants").projectDir = new File("$rootDir/../../GLSConstants")
> I will attach some hardcopies to see the difference between NB 8.2 and 12.6
> NB 8.2:
> !image-2022-01-06-17-47-13-994.png!
> NB 12.6
> !image-2022-01-06-17-48-29-503.png!



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

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

For further information about the NetBeans mailing lists, visit:

[jira] [Commented] (NETBEANS-6366) Gradle subproject are not shown and cannot be processed

2022-01-24 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6366:
---

The question is, that are you re-using those sub projects with other root 
projects?

> Gradle subproject are not shown and cannot be processed
> ---
>
> Key: NETBEANS-6366
> URL: https://issues.apache.org/jira/browse/NETBEANS-6366
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.5, 12.6
> Environment: WINDOWS 10
> LINUX SUSE Leap 15.3
>Reporter: Karl Bönisch
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: NETBEANS-6366.7z, image-2022-01-06-17-47-13-994.png, 
> image-2022-01-06-17-48-29-503.png
>
>
> Open a gradle project with Netbeans 8.2 everything is fine and we can work 
> with.
> After Netbeans 12( may be also before ) the same gradle project cannot be 
> opened or better can be opened, but subprojects are not shown and sources( 
> here swing incl. swingx screens cannot be opened)
> When moving the subproject under the root project everything is working ( 
> also > NB 12 ) !(Before I thought it was the Nullpointer - NETBEANS-6055 
> error).
> The source folders are only seen in the "Files" Tab.
> We have the following project structure
> Settings.gradle
> includeFlat "UniAccessConfig", \
>             "GL/GL/GLGL031", \
>             "GL/GU/GLGU050", \
>             "GL/GU/GLGU055", \
>             "GL/GU/GLGU060", \
>             "../GLSCommon/GLSCommon", \
>             "../GLSCommon/GLSGUI", \
>             "../GLSCommon/GLSUtils", \
>             "../GLSCommon/GLSResourceLib", \
>             "../GLSCommon/GLSFonts", \
>             "../GLSConstants"
> project (":UniAccessConfig").name = 'UniAccessConfig'
> project (":GL/GL/GLGL031").name = 'GLGL031'
> project (":GL/GU/GLGU050").name = 'GLGU050'
> project (":GL/GU/GLGU055").name = 'GLGU055'
> project (":GL/GU/GLGU060").name = 'GLGU060'
> project (":../GLSCommon/GLSCommon").name = 'GLSCommon'
> project (":../GLSCommon/GLSGUI").name = 'GLSGUI'
> project (":../GLSCommon/GLSUtils").name = 'GLSUtils'
> project (":../GLSCommon/GLSResourceLib").name = 'GLSResourceLib'
> project (":../GLSCommon/GLSFonts").name = 'GLSFonts'
> project (":../GLSConstants").name = 'GLSConstants'
> also does not work  doing in settings.gradle
> include "UniAccessConfig"
> include "GLGL031"
> include "GLGU050"
> include "GLGU055"
> include "GLGU060"
> include "GLSCommon"
> include "GLSGUI"
> include "GLSUtils"
> include "GLSResourceLib"
> include "GLSFonts"
> include "GLSConstants"
> project(":UniAccessConfig").projectDir = new 
> File("$rootDir/../UniAccessConfig")
> project(":GLGL031").projectDir = new File("$rootDir/../GL/GL/GLGL031")
> project(":GLGU050").projectDir = new File("$rootDir/../GL/GU/GLGU050")
> project(":GLGU055").projectDir = new File("$rootDir/../GL/GU/GLGU055")
> project(":GLGU060").projectDir = new File("$rootDir/../GL/GU/GLGU060")
> project(":GLSCommon").projectDir = new 
> File("$rootDir/../../GLSCommon/GLSCommon")
> project(":GLSGUI").projectDir = new File("$rootDir/../../GLSCommon/GLSGUI")
> project(":GLSUtils").projectDir = new 
> File("$rootDir/../../GLSCommon/GLSUtils")
> project(":GLSResourceLib").projectDir = new 
> File("$rootDir/../../GLSCommon/GLSResourceLib")
> project(":GLSFonts").projectDir = new 
> File("$rootDir/../../GLSCommon/GLSFonts")
> project(":GLSConstants").projectDir = new File("$rootDir/../../GLSConstants")
> I will attach some hardcopies to see the difference between NB 8.2 and 12.6
> NB 8.2:
> !image-2022-01-06-17-47-13-994.png!
> NB 12.6
> !image-2022-01-06-17-48-29-503.png!



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

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

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



[jira] [Resolved] (NETBEANS-5846) Gradle reports java-platform projects broken.

2022-01-19 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-5846.
---
Fix Version/s: NB13
   Resolution: Implemented

> Gradle reports java-platform projects broken.
> -
>
> Key: NETBEANS-5846
> URL: https://issues.apache.org/jira/browse/NETBEANS-5846
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.4, 12.5
>Reporter: Svatopluk Dedic
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: NB13
>
>  Time Spent: 3h 50m
>  Remaining Estimate: 0h
>
> To reproduce: checkout the project 
> {{g...@github.com:micronaut-projects/micronaut-test.git}} and open its 
> subproject *test-bom*
> The project load reports broken dependencies for:
>  
> {code:java}
> classpath
> +--- org.junit:junit-bom:5.7.1 -> 5.7.1 FAILED
> \--- org.spockframework:spock-bom:2.0-M3-groovy-3.0 -> 2.0-M3-groovy-3.0 
> FAILED
> {code}
> as well as *gradle dependencies* command. But the message is:
>  
> {quote} because no repositories are defined.
> {quote}
> But the outermost project defines *repositories* block. *gradle build* in the 
> -bom subproject succeeds - so perhaps it does not attempt to resolve the 
> entries in the _classpath_  configuration ?
> The net effect is that the 'bom' project is always marked with a warning and 
> 'resolve project problems' action does nothing. If a project's summary state 
> is displayed i.e. in a LSP client, the project as a whole appears to be buggy 
> (but it apparently is not).
> [~lkishalmi] could you please advise why Gradle is reporting 'no repositories 
> defined' ? Or how to filter out this type of no-errors from the retrieved 
> info maps ? Naturally I wouldn't like to suppress _real_ resolution errors...
>  



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

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

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



[jira] [Commented] (NETBEANS-6366) Gradle subproject are not shown and cannot be processed

2022-01-19 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6366:
---

Thanks for the attached source tree.

It was really useful.

Well the project folder structure is a bit different from what I'd recommend.

The settings.gradle shall be in the root project and all sub-project shall be 
in some folders under the root project folder.

Usually the structure you are using encourage some code reuse of common 
components, while separate applications linking them inside the project through 
settings.gradle references.

If thet would be the case, then it's better to have those common components as 
root projects and use a composite gradle project with includeBuild in the 
settings.gradle.

> Gradle subproject are not shown and cannot be processed
> ---
>
> Key: NETBEANS-6366
> URL: https://issues.apache.org/jira/browse/NETBEANS-6366
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.5, 12.6
> Environment: WINDOWS 10
> LINUX SUSE Leap 15.3
>Reporter: Karl Bönisch
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: NETBEANS-6366.7z, image-2022-01-06-17-47-13-994.png, 
> image-2022-01-06-17-48-29-503.png
>
>
> Open a gradle project with Netbeans 8.2 everything is fine and we can work 
> with.
> After Netbeans 12( may be also before ) the same gradle project cannot be 
> opened or better can be opened, but subprojects are not shown and sources( 
> here swing incl. swingx screens cannot be opened)
> When moving the subproject under the root project everything is working ( 
> also > NB 12 ) !(Before I thought it was the Nullpointer - NETBEANS-6055 
> error).
> The source folders are only seen in the "Files" Tab.
> We have the following project structure
> Settings.gradle
> includeFlat "UniAccessConfig", \
>             "GL/GL/GLGL031", \
>             "GL/GU/GLGU050", \
>             "GL/GU/GLGU055", \
>             "GL/GU/GLGU060", \
>             "../GLSCommon/GLSCommon", \
>             "../GLSCommon/GLSGUI", \
>             "../GLSCommon/GLSUtils", \
>             "../GLSCommon/GLSResourceLib", \
>             "../GLSCommon/GLSFonts", \
>             "../GLSConstants"
> project (":UniAccessConfig").name = 'UniAccessConfig'
> project (":GL/GL/GLGL031").name = 'GLGL031'
> project (":GL/GU/GLGU050").name = 'GLGU050'
> project (":GL/GU/GLGU055").name = 'GLGU055'
> project (":GL/GU/GLGU060").name = 'GLGU060'
> project (":../GLSCommon/GLSCommon").name = 'GLSCommon'
> project (":../GLSCommon/GLSGUI").name = 'GLSGUI'
> project (":../GLSCommon/GLSUtils").name = 'GLSUtils'
> project (":../GLSCommon/GLSResourceLib").name = 'GLSResourceLib'
> project (":../GLSCommon/GLSFonts").name = 'GLSFonts'
> project (":../GLSConstants").name = 'GLSConstants'
> also does not work  doing in settings.gradle
> include "UniAccessConfig"
> include "GLGL031"
> include "GLGU050"
> include "GLGU055"
> include "GLGU060"
> include "GLSCommon"
> include "GLSGUI"
> include "GLSUtils"
> include "GLSResourceLib"
> include "GLSFonts"
> include "GLSConstants"
> project(":UniAccessConfig").projectDir = new 
> File("$rootDir/../UniAccessConfig")
> project(":GLGL031").projectDir = new File("$rootDir/../GL/GL/GLGL031")
> project(":GLGU050").projectDir = new File("$rootDir/../GL/GU/GLGU050")
> project(":GLGU055").projectDir = new File("$rootDir/../GL/GU/GLGU055")
> project(":GLGU060").projectDir = new File("$rootDir/../GL/GU/GLGU060")
> project(":GLSCommon").projectDir = new 
> File("$rootDir/../../GLSCommon/GLSCommon")
> project(":GLSGUI").projectDir = new File("$rootDir/../../GLSCommon/GLSGUI")
> project(":GLSUtils").projectDir = new 
> File("$rootDir/../../GLSCommon/GLSUtils")
> project(":GLSResourceLib").projectDir = new 
> File("$rootDir/../../GLSCommon/GLSResourceLib")
> project(":GLSFonts").projectDir = new 
> File("$rootDir/../../GLSCommon/GLSFonts")
> project(":GLSConstants").projectDir = new File("$rootDir/../../GLSConstants")
> I will attach some hardcopies to see the difference between NB 8.2 and 12.6
> NB 8.2:
> !image-2022-01-06-17-47-13-994.png!
> NB 12.6
> !image-2022-01-06-17-48-29-503.png!



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

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

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



[jira] [Commented] (NETBEANS-6117) StackOverflowError when creating Gradle Java EE Web Application.

2022-01-19 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6117:
---

Just had my third debug session on this and it seems there is something wrong 
with the way how NetBeans Gradle Internal project loading works.

I have a on liner workaround, though it might cause issues elsewhere.

> StackOverflowError when creating Gradle Java EE Web Application.
> 
>
> Key: NETBEANS-6117
> URL: https://issues.apache.org/jira/browse/NETBEANS-6117
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle, projects - Gradle Java EE
>Affects Versions: 12.5
> Environment: Microsoft Windows 10 Enterprise LTSC 2019 (1809)
> OpenJDK Runtime Environment 11.0.12+7
>Reporter: Fox MCCLOUD
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: ee, gradle
> Attachments: ide-log.log
>
>
> When creating a new Gradle Web Application project with GlassFish 6.1.0, a 
> background error happens after clicking the 'Finish' button (after server 
> selection).
> Selected server is GlassFish 6.1.0 with Jakarta EE 9.
> The exception log is attached.
> Tested on both Eclipse Temurin (OpenJDK) 11 and IBM Semeru Runtime (OpenJ9) 
> 11.



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

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

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



[jira] [Commented] (NETBEANS-6366) Gradle subproject are not shown and cannot be processed

2022-01-06 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6366:
---

Is it possible to attach the project structure (build files and all the 
folders, without source code) into a zip file?

> Gradle subproject are not shown and cannot be processed
> ---
>
> Key: NETBEANS-6366
> URL: https://issues.apache.org/jira/browse/NETBEANS-6366
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.5, 12.6
> Environment: WINDOWS 10
> LINUX SUSE Leap 15.3
>Reporter: Karl Bönisch
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: image-2022-01-06-17-47-13-994.png, 
> image-2022-01-06-17-48-29-503.png
>
>
> Open a gradle project with Netbeans 8.2 everything is fine and we can work 
> with.
> After Netbeans 12( may be also before ) the same gradle project cannot be 
> opened or better can be opened, but subprojects are not shown and sources( 
> here swing incl. swingx screens cannot be opened)
> When moving the subproject under the root project everything is working ( 
> also > NB 12 ) !(Before I thought it was the Nullpointer - NETBEANS-6055 
> error).
> The source folders are only seen in the "Files" Tab.
> We have the following project structure
> Settings.gradle
> includeFlat "UniAccessConfig", \
>             "GL/GL/GLGL031", \
>             "GL/GU/GLGU050", \
>             "GL/GU/GLGU055", \
>             "GL/GU/GLGU060", \
>             "../GLSCommon/GLSCommon", \
>             "../GLSCommon/GLSGUI", \
>             "../GLSCommon/GLSUtils", \
>             "../GLSCommon/GLSResourceLib", \
>             "../GLSCommon/GLSFonts", \
>             "../GLSConstants"
> project (":UniAccessConfig").name = 'UniAccessConfig'
> project (":GL/GL/GLGL031").name = 'GLGL031'
> project (":GL/GU/GLGU050").name = 'GLGU050'
> project (":GL/GU/GLGU055").name = 'GLGU055'
> project (":GL/GU/GLGU060").name = 'GLGU060'
> project (":../GLSCommon/GLSCommon").name = 'GLSCommon'
> project (":../GLSCommon/GLSGUI").name = 'GLSGUI'
> project (":../GLSCommon/GLSUtils").name = 'GLSUtils'
> project (":../GLSCommon/GLSResourceLib").name = 'GLSResourceLib'
> project (":../GLSCommon/GLSFonts").name = 'GLSFonts'
> project (":../GLSConstants").name = 'GLSConstants'
> also does not work  doing in settings.gradle
> include "UniAccessConfig"
> include "GLGL031"
> include "GLGU050"
> include "GLGU055"
> include "GLGU060"
> include "GLSCommon"
> include "GLSGUI"
> include "GLSUtils"
> include "GLSResourceLib"
> include "GLSFonts"
> include "GLSConstants"
> project(":UniAccessConfig").projectDir = new 
> File("$rootDir/../UniAccessConfig")
> project(":GLGL031").projectDir = new File("$rootDir/../GL/GL/GLGL031")
> project(":GLGU050").projectDir = new File("$rootDir/../GL/GU/GLGU050")
> project(":GLGU055").projectDir = new File("$rootDir/../GL/GU/GLGU055")
> project(":GLGU060").projectDir = new File("$rootDir/../GL/GU/GLGU060")
> project(":GLSCommon").projectDir = new 
> File("$rootDir/../../GLSCommon/GLSCommon")
> project(":GLSGUI").projectDir = new File("$rootDir/../../GLSCommon/GLSGUI")
> project(":GLSUtils").projectDir = new 
> File("$rootDir/../../GLSCommon/GLSUtils")
> project(":GLSResourceLib").projectDir = new 
> File("$rootDir/../../GLSCommon/GLSResourceLib")
> project(":GLSFonts").projectDir = new 
> File("$rootDir/../../GLSCommon/GLSFonts")
> project(":GLSConstants").projectDir = new File("$rootDir/../../GLSConstants")
> I will attach some hardcopies to see the difference between NB 8.2 and 12.6
> NB 8.2:
> !image-2022-01-06-17-47-13-994.png!
> NB 12.6
> !image-2022-01-06-17-48-29-503.png!



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

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

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



[jira] [Resolved] (NETBEANS-3691) Subversion context menu will not appear for folders that have a directory with dashes in the name

2021-12-27 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-3691.
---
Resolution: Abandoned

> Subversion context menu will not appear for folders that have a directory 
> with dashes in the name
> -
>
> Key: NETBEANS-3691
> URL: https://issues.apache.org/jira/browse/NETBEANS-3691
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Daniel Ellis
>Priority: Minor
>
> I'm using SlikSVN 1.9.7. I added a folder which is a svn working copy to my 
> favorites. The folder has a dashes in the name  of one of it's directories 
> (specifically 
> C:\NetbeansUserBase-11.2\config\org-netbeans-api-project-libraries\Libraries).
>  In previous versions of Netbeans, I could right click on the favorites 
> folder and see a Subversion option in my context menu so I could update, 
> commit, etc. In Netbeans 11.2, I do not get a Subversion context menu. Other 
> folders added to my favorites that do not have dashes in any directory names 
> and are working copies do have the Subversion context menu, so it appears 
> that the dashes in the name are what are causing the issue. 
> This behavior occurs on Windows 7 and Windows 10.



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

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

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



[jira] [Resolved] (NETBEANS-2157) NumberFormatException for SlikSvn as Subversion CLI client.

2021-12-27 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-2157.
---
Resolution: Fixed

Shall be fixed by now.

> NumberFormatException for SlikSvn as Subversion CLI client.
> ---
>
> Key: NETBEANS-2157
> URL: https://issues.apache.org/jira/browse/NETBEANS-2157
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Steven Douglas Cochran
>Priority: Minor
> Attachments: IDE_Log.txt, UI_Log.txt
>
>
> Upgrading from 8.2 to 10.0 (and porting old settings)
> On initial loading and subsequent opening of Tools>Team>Versioning>Subversion 
> an NFE is thrown on parsing "7-SlikSvn".  The client worked when the imported 
> subversion was present, but would not reopen the window or work with SlikSvn 
> subsequently.
> Switching to the JavaHL client worked OK and did not generate an exception.



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

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

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



[jira] [Resolved] (NETBEANS-2738) Subversion CLI provider Cannot detect SilkSVN

2021-12-27 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-2738.
---
Resolution: Fixed

Shall be fixed since that.

> Subversion CLI provider Cannot detect SilkSVN
> -
>
> Key: NETBEANS-2738
> URL: https://issues.apache.org/jira/browse/NETBEANS-2738
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Subversion
>Affects Versions: 11.0
> Environment: Windows 7 Home SP1
>Reporter: Peter Toye
>Priority: Major
> Attachments: IDELog.txt, uilog.txt
>
>
> Just came back to NB for the first time after some years. I already had an 
> 8.0.2 version. Downloaded and unpacked 11.0 (64-bit). It asked me if I wanted 
> to import settings from old version - replied "yes". Then it found some 
> out-of-date packages & plugins which I also upgraded.
> Then it came up with a notification saying that a bug had been found. I'm 
> attaching the UI log and IDE log files from the "view data" button.
> HTH



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

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

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



[jira] [Commented] (NETBEANS-6186) NbModuleSuite can fail on Java 11 while working on Java 8

2021-12-23 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6186:
---

I do. JDK 11 would be fine for me.

> NbModuleSuite can fail on Java 11 while working on Java 8
> -
>
> Key: NETBEANS-6186
> URL: https://issues.apache.org/jira/browse/NETBEANS-6186
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Reporter: Laszlo Kishalmi
>Assignee: Jaroslav Tulach
>Priority: Major
>
> This one is the result of:https://github.com/apache/netbeans/pull/3298



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

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

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



[jira] [Commented] (NETBEANS-6271) Yaml code formatting does not respect Formatting configuration

2021-12-11 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6271:
---

Well. Never use tabs in the source code, period. There is no valid reason to do 
that.

Probably we need to remove the tab option in yaml.

> Yaml code formatting does not respect Formatting configuration
> --
>
> Key: NETBEANS-6271
> URL: https://issues.apache.org/jira/browse/NETBEANS-6271
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
> Environment: NB12.6
> Java 17
> Windows 10
>Reporter: Rick Yagodich
>Priority: Minor
>
> (Affected version should be 12.6, but option is not available.)
> I changed my default formatting to use tabs instead of spaces (to create 
> smaller files, primarily), through Options > Editor > Formatting > All 
> Languages, unchecking Expand Tabs to Spaces and setting spaces per indent and 
> Tab Size to 3.
> For Yaml, as with all others, Use All Languages Settings is checked.
> When indenting my application.yml file, the behaviour is messy.
>  * Hitting return - adding a new auto-indented line - the indent is in 
> spaces, not tabs
>  * Using tab key, new tab _and all exising tabs_ in line are converted to 
> spaces
>  * Selecting multiple lines and adjusting indent with tab, all lines' indents 
> converted to tabs (leaving any remainder of spce count as spaces; a 4-space 
> indent with my config, further indented would become 2 tabs + 1 space) 
> _except_ the last-selected line, where all tabs are converted to spaces.
>  * Selecting multiple lines and decreasing indent (Shift-Tab), all lines 
> including the last converted to tabs.
> Due to code validation in Yaml, the chaos of some lines being tab-indented 
> and some being space-indented results in much of the file showing errors.



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

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

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



[jira] [Resolved] (NETBEANS-6246) error al iniciar netbeans 12 en OS 10.12

2021-12-05 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-6246.
---
Resolution: Incomplete

> error al iniciar netbeans 12 en OS 10.12
> 
>
> Key: NETBEANS-6246
> URL: https://issues.apache.org/jira/browse/NETBEANS-6246
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
>Reporter: Miguel Angel Manzano Portillo
>Priority: Major
>




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

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

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



[jira] [Resolved] (NETBEANS-6247) al ejecutar netbeans 12 en mac aparece error y no hace nada

2021-12-05 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-6247.
---
Resolution: Information Provided

NetBeans 12.0 Does not support running on Java 16.

> al ejecutar netbeans 12 en mac aparece error y no hace nada
> ---
>
> Key: NETBEANS-6247
> URL: https://issues.apache.org/jira/browse/NETBEANS-6247
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Miguel Angel Manzano Portillo
>Priority: Major
> Attachments: bug.netbeeans12.html
>
>




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

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

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



[jira] [Commented] (NETBEANS-6262) IDE shoulld print a warning if it chooses different Gradle distribution than configured

2021-12-03 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6262:
---

Would this be good? https://github.com/apache/netbeans/pull/3320

> IDE shoulld print a warning if it chooses different Gradle distribution than 
> configured
> ---
>
> Key: NETBEANS-6262
> URL: https://issues.apache.org/jira/browse/NETBEANS-6262
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Svatopluk Dedic
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> The gradle implementation may choose a different Gradle than configure in the 
> project's *gradle-wrapper.properties* in case the distribution is not 
> compatible with the runtime JDK that should run the gradle daemon. 
> This may lead to unexpected situations, like version conflict between a 
> gradle plugin and gradle core, such as this:
> {code:java}
> FINE [org.netbeans.modules.gradle.loaders.LegacyProjectLoader]: Failed to 
> retrieve project information for: 
> /space/src/vscode/scratch/micronaut-jdbc-repository
> org.gradle.api.ProjectConfigurationException: A problem occurred configuring 
> root project 'micronautguide'.
>     at 
> org.gradle.configuration.project.LifecycleProjectEvaluator.wrapException(LifecycleProjectEvaluator.java:75)
>     at 
> org.gradle.configuration.project.LifecycleProjectEvaluator.addConfigurationFailure(LifecycleProjectEvaluator.java:68)
>     at 
> org.gradle.configuration.project.LifecycleProjectEvaluator.access$400(LifecycleProjectEvaluator.java:51)
> ...
> Caused by: java.lang.IllegalStateException: The value for task ':test' 
> property 'testFrameworkProperty' is final and cannot be changed any further.
>     at 
> org.gradle.api.internal.provider.AbstractProperty$FinalizedValue.beforeMutate(AbstractProperty.java:489)
>     at 
> org.gradle.api.internal.provider.AbstractProperty.assertCanMutate(AbstractProperty.java:263)
>     at 
> org.gradle.api.internal.provider.AbstractProperty.setSupplier(AbstractProperty.java:212)
>     at 
> org.gradle.api.internal.provider.DefaultProperty.set(DefaultProperty.java:71)
>     at org.gradle.api.tasks.testing.Test.useTestFramework(Test.java:979)
>     at org.gradle.api.tasks.testing.Test.useJUnitPlatform(Test.java:1049)
>     at org.gradle.api.tasks.testing.Test.useJUnitPlatform(Test.java:1032)
>     at 
> io.micronaut.gradle.MicronautLibraryPlugin.lambda$null$1(MicronautLibraryPlugin.java:103)
>  {code}
> Apparently the plugin works OK with gradle 7.2 that the project uses, but 
> fails with gradle 7.3 because of some incompatible change in gradle.
> The IDE should *at least* print a warning message. I would even recommend to 
> provide a setting that would {*}fail the build{*}, if such incompatibility is 
> found.
>  



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

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

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



[jira] [Resolved] (NETBEANS-5873) Netbeans stopped

2021-11-16 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-5873.
---
Resolution: Abandoned

[~moaci...@gmail.com] please reopen with the additional information requested. 
You can also upload a project to github, or in a zipped form attached to this 
issue.

> Netbeans stopped
> 
>
> Key: NETBEANS-5873
> URL: https://issues.apache.org/jira/browse/NETBEANS-5873
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
> Environment: Windows 10 (latest updates) x64
> JRK 16.0.1
> 
>   2021-07-24T10:11:19
>   1627117879382
>   7128
>   global
>   1000
>   21
>   
> C:\Users\micro\AppData\Roaming\NetBeans\12.4\var\log\heapdump.hprof
>   
> java.lang.OutOfMemoryError: Java heap space
>   
> 
> 
>   2021-07-24T10:41:46
>   1627119706515
>   846
>   700
>   19
>   UI_USER_CONFIGURATION
>   UI_USER_CONFIGURATION
>   org.netbeans.modules.uihandler.Bundle
>   Windows 10, 10.0, amd64
>   Java HotSpot(TM) 64-Bit Server VM, 16.0.1+9-24, Java(TM) SE Runtime 
> Environment, 16.0.1+9-24
>   Apache NetBeans IDE 12.4
>   
>   OutOfMemoryError: Java heap space
>   Please provide a description of the problem or the steps to 
> reproduce
>   *
> 
> IDE Log
> ---
> >Log Session: Saturday, July 24, 2021 at 10:41:17 AM British Summer Time
> >System Info: 
>   Product Version = Apache NetBeans IDE 12.4
>   Operating System= Windows 10 version 10.0 running on amd64
>   Java; VM; Vendor= 16.0.1; Java HotSpot(TM) 64-Bit Server VM 
> 16.0.1+9-24; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 16.0.1+9-24
>   Java Home   = C:\Program Files\Java\jdk-16.0.1
>   System Locale; Encoding = en_GB (nb); Cp1252
>   Home Directory  = C:\Users\micro
>   Current Directory   = C:\Program Files\NetBeans-12.4
>   User Directory  = C:\Users\micro\AppData\Roaming\NetBeans\12.4
>   Cache Directory = C:\Users\micro\AppData\Local\NetBeans\Cache\12.4
>   Installation= C:\Program Files\NetBeans-12.4\netbeans\nb
> C:\Program Files\NetBeans-12.4\netbeans\ide
> C:\Program Files\NetBeans-12.4\netbeans\extide
> C:\Program Files\NetBeans-12.4\netbeans\webcommon
> C:\Program 
> Files\NetBeans-12.4\netbeans\websvccommon
> C:\Program Files\NetBeans-12.4\netbeans\php
> C:\Program Files\NetBeans-12.4\netbeans\harness
> C:\Program Files\NetBeans-12.4\netbeans\cpplite
> C:\Program Files\NetBeans-12.4\netbeans\platform
>   Boot & Ext. Classpath   = 
>   Application Classpath   = C:\Program 
> Files\NetBeans-12.4\netbeans\platform\lib\boot.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\lib\org-openide-modules.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Program
>  Files\NetBeans-12.4\netbeans\platform\lib\org-openide-util-ui.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\lib\org-openide-util.jar
>   Startup Classpath   = C:\Program 
> Files\NetBeans-12.4\netbeans\platform\core\asm-8.0.1.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\core\asm-commons-8.0.1.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\core\asm-tree-8.0.1.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\core\core-base.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\core\core.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Program
>  
> Files\NetBeans-12.4\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Program
>  
> Files\NetBeans-12.4\netbeans\platform\core\org-openide-filesystems.jar;C:\Program
>  Files\NetBeans-12.4\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\nb\core\locale\core_nb.jar
> ---
> INFO [org.netbeans.modules.netbinox]: Install area set to file:/C:/Program 
> Files/NetBeans-12.4/netbeans/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.structure which is deprecated.
> INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
>  slf4j.jdk14 [1.7.28 1.7.28]
>  slf4j.api [1.7.28 1.7.28]
>  org.openide.util.lookup [8.46 12.4-21726744165c946ba6619bff89e98d5863f26e22]
>  org.openide.util [9.19 

[jira] [Resolved] (NETBEANS-5781) Priming gradle build does not honor the gradle version set in Options/Java/Gradle

2021-11-14 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-5781.
---
Resolution: Not A Bug

> Priming gradle build does not honor the gradle version set in 
> Options/Java/Gradle
> -
>
> Key: NETBEANS-5781
> URL: https://issues.apache.org/jira/browse/NETBEANS-5781
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.4
> Environment: Ubuntu 20.04, AdoptOpenjdk 16.0.1, Netbeans 12.4.  JDK 
> and Netbeans were installed by downloads, not by the Ubuntu package manager.
>  
>Reporter: Guntram Blohm
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: gradle, version
> Attachments: Screenshot_2021-06-15_11-31-49.png
>
>
> When opening a gradle project, Netbeans does not honor the gradle version set 
> in Tools/Options/Java/Gradle, instead, it seems to always use gradle 7.0.0.
> I have an older project that uses deprecated features, so it needs gradle 
> 4.10.2 to load. Even when I set "Use Standard Gradle Version" to "4.10.2", 
> Netbeans uses gradle 7 to load the project, decides it can't, and makes the 
> project unusable. Pressing the "hammer" button (F11) to build the project 
> correctly uses Gradle 4.10.2 and builds the project.
> Attached screenshot shows, after "reload project", how Netbeans uses Gradle 
> 7.0 even with gradle 4.10.2 selected in Options.
>  



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

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

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



[jira] [Resolved] (NETBEANS-6004) Gradle plugin should identify the gradle versions that it supports.

2021-11-14 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-6004.
---
Fix Version/s: NB13
   Resolution: Fixed

> Gradle plugin should identify the gradle versions that it supports.
> ---
>
> Key: NETBEANS-6004
> URL: https://issues.apache.org/jira/browse/NETBEANS-6004
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 12.4, 12.5
>Reporter: Mark Flacy
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: NB13
>
> Attachments: image-2021-11-13-12-20-54-228.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> I have had issues opening gradle projects at work whose gradle versions 
> differed wildly between 2.10 and 6.9.  I would like to be able to examine the 
> gradle plugin's description to see what versions of gradle the plugin 
> actually supports.
>  
> None of my company's projects are at a gradle version greater than or equal 
> to 7.0.  However,  every time I attempt to build I always get an error 
> message telling me
> _Could not run build action using connection to Gradle installation 
> '/Users/me/.gradle/wrapper/dists/gradle-7.0-bin//gradle-7.0_
>  
> Maybe the message is misleading.



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

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

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



[jira] [Commented] (NETBEANS-6004) Gradle plugin should identify the gradle versions that it supports.

2021-11-13 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6004:
---

I'm going to add a project problem reporter, which provide some information on 
such cases:

!image-2021-11-13-12-20-54-228.png!

> Gradle plugin should identify the gradle versions that it supports.
> ---
>
> Key: NETBEANS-6004
> URL: https://issues.apache.org/jira/browse/NETBEANS-6004
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 12.4, 12.5
>Reporter: Mark Flacy
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: image-2021-11-13-12-20-54-228.png
>
>
> I have had issues opening gradle projects at work whose gradle versions 
> differed wildly between 2.10 and 6.9.  I would like to be able to examine the 
> gradle plugin's description to see what versions of gradle the plugin 
> actually supports.
>  
> None of my company's projects are at a gradle version greater than or equal 
> to 7.0.  However,  every time I attempt to build I always get an error 
> message telling me
> _Could not run build action using connection to Gradle installation 
> '/Users/me/.gradle/wrapper/dists/gradle-7.0-bin//gradle-7.0_
>  
> Maybe the message is misleading.



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

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

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



[jira] [Updated] (NETBEANS-6004) Gradle plugin should identify the gradle versions that it supports.

2021-11-13 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-6004:
--
Attachment: image-2021-11-13-12-20-54-228.png

> Gradle plugin should identify the gradle versions that it supports.
> ---
>
> Key: NETBEANS-6004
> URL: https://issues.apache.org/jira/browse/NETBEANS-6004
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 12.4, 12.5
>Reporter: Mark Flacy
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: image-2021-11-13-12-20-54-228.png
>
>
> I have had issues opening gradle projects at work whose gradle versions 
> differed wildly between 2.10 and 6.9.  I would like to be able to examine the 
> gradle plugin's description to see what versions of gradle the plugin 
> actually supports.
>  
> None of my company's projects are at a gradle version greater than or equal 
> to 7.0.  However,  every time I attempt to build I always get an error 
> message telling me
> _Could not run build action using connection to Gradle installation 
> '/Users/me/.gradle/wrapper/dists/gradle-7.0-bin//gradle-7.0_
>  
> Maybe the message is misleading.



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

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

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



[jira] [Resolved] (NETBEANS-5783) NPE opening Gradle project

2021-11-13 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-5783.
---
Fix Version/s: 12.6
   Resolution: Fixed

The corresponding PR got merged in 12.6

> NPE opening Gradle project
> --
>
> Key: NETBEANS-5783
> URL: https://issues.apache.org/jira/browse/NETBEANS-5783
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 12.4
> Environment: NetBeans 12.4
> OpenJDK 16
> macOS 11.4
>Reporter: Scott Palmer
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.6
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> I have an existing Gradle project that builds fine from the command line, but 
> causes a NPE related to the project name when I try to load it into NetBeans:
> java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because 
> the return value of 
> "org.netbeans.api.project.ProjectInformation.getDisplayName()" is null
>   at 
> org.netbeans.modules.project.ui.actions.SetMainProject.checkProjectNames(SetMainProject.java:277)
>   at 
> org.netbeans.modules.project.ui.actions.SetMainProject.access$200(SetMainProject.java:66)
>   at 
> org.netbeans.modules.project.ui.actions.SetMainProject$5.run(SetMainProject.java:303)
>   at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:316)
>   at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>   at 
> java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>   at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> There are spaces in the path to the project but not the project folder itself.



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

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

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



[jira] [Resolved] (NETBEANS-6164) Unexpected Exception when creating new Java with Gradle Web Application project

2021-11-13 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-6164.
---
Resolution: Duplicate

> Unexpected Exception when creating new Java with Gradle Web Application 
> project
> ---
>
> Key: NETBEANS-6164
> URL: https://issues.apache.org/jira/browse/NETBEANS-6164
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project, projects - Gradle Java EE
>Affects Versions: 12.5
> Environment: OS: Exception occurs on both Windows 10 and macOS 
> Catalina (10.15.7)
> Java Version: OpenJDK 8u312 + OpenJ9 JVM (IBM Semeru)
> Server: Apache TomEE 8.0.8 WebProfile
> NetBeans Version: 12.5
>Reporter: James Parsons
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: NetBeans-Stack-Trace.txt, NetBeans-UI-Log.txt
>
>
> HOW TO REPRODUCE:
> 'File' menu -> 'New Project …' -> 'Java with Gradle' -> 'Web Application' -> 
> 'Next' button -> accept defaults -> 'Next' button -> Server: Apache TomEE 
> 8.0.8 WebProfile; Java EE Version: Java EE 7 Web -> 'Finish' button. No new 
> project gets listed in Projects window. A red notification icon appears in 
> status bar indicating an Unexpected Exception.
> See attached files for debug output. (Warning: One of them is 50 MB.)



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

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

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



[jira] [Created] (NETBEANS-6186) NbModuleSuite can fail on Java 11 while working on Java 8

2021-11-08 Thread Laszlo Kishalmi (Jira)
Laszlo Kishalmi created NETBEANS-6186:
-

 Summary: NbModuleSuite can fail on Java 11 while working on Java 8
 Key: NETBEANS-6186
 URL: https://issues.apache.org/jira/browse/NETBEANS-6186
 Project: NetBeans
  Issue Type: Bug
  Components: platform - JDK Problems
Reporter: Laszlo Kishalmi
Assignee: Jaroslav Tulach


This one is the result of:https://github.com/apache/netbeans/pull/3298



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

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

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



[jira] [Updated] (NETBEANS-5846) Gradle reports java-platform projects broken.

2021-11-01 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-5846:
--
Summary: Gradle reports java-platform projects broken.  (was: Gradle 
reports broken projects, but the build is just fine.)

> Gradle reports java-platform projects broken.
> -
>
> Key: NETBEANS-5846
> URL: https://issues.apache.org/jira/browse/NETBEANS-5846
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.4, 12.5
>Reporter: Svatopluk Dedic
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> To reproduce: checkout the project 
> {{g...@github.com:micronaut-projects/micronaut-test.git}} and open its 
> subproject *test-bom*
> The project load reports broken dependencies for:
>  
> {code:java}
> classpath
> +--- org.junit:junit-bom:5.7.1 -> 5.7.1 FAILED
> \--- org.spockframework:spock-bom:2.0-M3-groovy-3.0 -> 2.0-M3-groovy-3.0 
> FAILED
> {code}
> as well as *gradle dependencies* command. But the message is:
>  
> {quote} because no repositories are defined.
> {quote}
> But the outermost project defines *repositories* block. *gradle build* in the 
> -bom subproject succeeds - so perhaps it does not attempt to resolve the 
> entries in the _classpath_  configuration ?
> The net effect is that the 'bom' project is always marked with a warning and 
> 'resolve project problems' action does nothing. If a project's summary state 
> is displayed i.e. in a LSP client, the project as a whole appears to be buggy 
> (but it apparently is not).
> [~lkishalmi] could you please advise why Gradle is reporting 'no repositories 
> defined' ? Or how to filter out this type of no-errors from the retrieved 
> info maps ? Naturally I wouldn't like to suppress _real_ resolution errors...
>  



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

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

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



[jira] [Resolved] (NETBEANS-6086) Memory Leak in the YAML Parser

2021-10-17 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-6086.
---
Fix Version/s: 12.6
   Resolution: Fixed

The corresponding PR has been merged.

> Memory Leak in the YAML Parser
> --
>
> Key: NETBEANS-6086
> URL: https://issues.apache.org/jira/browse/NETBEANS-6086
> Project: NetBeans
>  Issue Type: Bug
>  Components: yaml - Editor
>Affects Versions: 12.4, 12.5
>Reporter: Ramdane Oualitsen
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.6
>
>  Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> Editing broken YAML cause extensive memory allocation.



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

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

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



[jira] [Resolved] (NETBEANS-6132) java.lang.OutOfMemoryError: Java heap space

2021-10-16 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-6132.
---
Resolution: Duplicate

> java.lang.OutOfMemoryError: Java heap space
> ---
>
> Key: NETBEANS-6132
> URL: https://issues.apache.org/jira/browse/NETBEANS-6132
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
> Environment: Windows 10, 10.0, amd64
> OpenJDK 64-Bit Server VM, 16.0.1+9-24, OpenJDK Runtime Environment, 
> 16.0.1+9-24
>  
>Reporter: John Doe
>Priority: Major
> Attachments: IDE.log, UI.log
>
>
> just started my NetBeans IDE 12.4 with a pre-existed php-project, after start 
> i see the exception-message.



--
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-4927) Error parsing of the JDK classes in editor

2021-10-15 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-4927:
---

Confirmed. Running NetBeans on Java 11, inspecing the mentioned class in Java 
11 and Java 16. Java 8 worked.

> Error parsing of the JDK classes in editor
> --
>
> Key: NETBEANS-4927
> URL: https://issues.apache.org/jira/browse/NETBEANS-4927
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 12.1, 12.2, 12.3, 12.4, 12.5
>Reporter: Petr Miksik
>Priority: Blocker
> Attachments: DefaultMutableTreeNode.dump, ide.log, ui.log
>
>
> The NetBeans IDE fails to pre-parse most of the common JDK classes. As a 
> result, many related functions do not work ('Ctrl + Left Click' method 
> navigation, Java Doc, syntax highlight etc). Sometimes, the JDK source file 
> is not found and must be selected manually.
> See the dump file for DefaultMutableTreeNode class. 
> The problem occurs only with JDK 11 and higher, in both Linux and Windows 
> versions of the IDE.



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

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

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



[jira] [Resolved] (NETBEANS-5016) No hints for some JDK classes due to parse error

2021-10-15 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-5016.
---
Fix Version/s: 12.5
   Resolution: Fixed

Just tested with 12.5 it works now.

> No hints for some JDK classes due to parse error
> 
>
> Key: NETBEANS-5016
> URL: https://issues.apache.org/jira/browse/NETBEANS-5016
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.1
>Reporter: Dominik Derwiński
>Priority: Major
> Fix For: 12.5
>
> Attachments: Graphics_249.dump, ImageIO_9.dump
>
>
> An error occurred during parsing of 'java.desktop/java/awt/Graphics.java ...
> {noformat}
> Caused: java.lang.AssertionError
>   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
>   at com.sun.tools.javac.util.Assert.check(Assert.java:46)
>   at com.sun.tools.javac.jvm.ClassReader$3.read(ClassReader.java:821)
>   at com.sun.tools.javac.jvm.ClassReader.readAttrs(ClassReader.java:1329)
>   at 
> com.sun.tools.javac.jvm.ClassReader.readMemberAttrs(ClassReader.java:1319)
>   at com.sun.tools.javac.jvm.ClassReader.readField(ClassReader.java:2155)
>   at com.sun.tools.javac.jvm.ClassReader.readClass(ClassReader.java:2481)
>   at 
> com.sun.tools.javac.jvm.ClassReader.readClassBuffer(ClassReader.java:2558)
>   at 
> com.sun.tools.javac.jvm.ClassReader.readClassFile(ClassReader.java:2572)
>   at com.sun.tools.javac.code.ClassFinder.fillIn(ClassFinder.java:383)
>   at com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:301)
>   at com.sun.tools.javac.code.Symbol.complete(Symbol.java:660)
>   at 
> com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1382)
>   at com.sun.tools.javac.code.Type$ClassType.complete(Type.java:1164)
>   at 
> com.sun.tools.javac.code.Type$ClassType.getTypeArguments(Type.java:1085)
>   at com.sun.tools.javac.code.Type$ClassType.isErroneous(Type.java:1120)
>   at com.sun.tools.javac.comp.Resolve.findGlobalType(Resolve.java:2252)
>   at com.sun.tools.javac.comp.Resolve.findType(Resolve.java:2331)
>   at com.sun.tools.javac.comp.Resolve.findIdentInternal(Resolve.java:2366)
>   at com.sun.tools.javac.comp.Resolve.findIdent(Resolve.java:2352)
>   at com.sun.tools.javac.comp.Resolve.resolveIdent(Resolve.java:2626)
>   at com.sun.tools.javac.comp.Attr.visitIdent(Attr.java:3883)
>   at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:2357)
>   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:674)
>   at com.sun.tools.javac.comp.Attr.attribType(Attr.java:744)
>   at com.sun.tools.javac.comp.Attr.attribType(Attr.java:737)
>   at com.sun.tools.javac.comp.MemberEnter.signature(MemberEnter.java:125)
>   at 
> com.sun.tools.javac.comp.MemberEnter.visitMethodDef(MemberEnter.java:255)
>   at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:882)
>   at 
> com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:172)
>   at 
> com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:184)
>   at 
> com.sun.tools.javac.comp.TypeEnter$MembersPhase.finishClass(TypeEnter.java:979)
>   at 
> com.sun.tools.javac.comp.TypeEnter$MembersPhase.runPhase(TypeEnter.java:959)
>   at 
> com.sun.tools.javac.comp.TypeEnter$Phase.doCompleteEnvs(TypeEnter.java:298)
>   at 
> com.sun.tools.javac.comp.TypeEnter$MembersPhase.doCompleteEnvs(TypeEnter.java:888)
>   at 
> com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:267)
>   at 
> com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:282)
>   at 
> com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:282)
>   at 
> com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:282)
>   at com.sun.tools.javac.comp.TypeEnter.complete(TypeEnter.java:214)
>   at com.sun.tools.javac.code.Symbol.complete(Symbol.java:660)
>   at 
> com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1382)
>   at com.sun.tools.javac.comp.Enter.complete(Enter.java:820)
>   at com.sun.tools.javac.comp.Enter.main(Enter.java:797)
>   at 
> com.sun.tools.javac.main.JavaCompiler.enterTrees(JavaCompiler.java:1147)
>   at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:399)
>   at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:327)
>   at 
> org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:674)
>   at 
> org.netbeans.modules.java.source.parsing.CompilationInfoImpl.toPhase(CompilationInfoImpl.java:380)
>   at 
> org.netbeans.api.java.source.CompilationController.toPhase(CompilationController.java:88)
>   at 
> 

[jira] [Commented] (NETBEANS-6091) netbeans 12.5 write too much to harddisk

2021-10-14 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6091:
---

Sounds strange. Is there a way to reproduce this issue?

> netbeans 12.5 write too much to harddisk
> 
>
> Key: NETBEANS-6091
> URL: https://issues.apache.org/jira/browse/NETBEANS-6091
> Project: NetBeans
>  Issue Type: Bug
>Reporter: bugrepot
>Priority: Major
>
> netbeans 12.5 write too much to harddisk, by just typing one letter without 
> saving
> In short coding session, netbeans Disk write total: 3.4 GB , this is bad for 
> SSD
>  



--
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-6088) Missing Navigation Buttons

2021-10-14 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6088:
---

I think the LIMIT 100 is actually ignored as it's handled according to the UI 
which says 20 record to fetch, so it fetched only 20

> Missing Navigation Buttons
> --
>
> Key: NETBEANS-6088
> URL: https://issues.apache.org/jira/browse/NETBEANS-6088
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 12.5
>Reporter: Christopher Hand
>Priority: Minor
> Attachments: Netbeans_Image.png
>
>
> Hi,
>  
> I am running Netbeans 12.5 on a Windows 10 desktop machine.
>  
> Please refer to the attached screenshot image, which is displaying 20 rows of 
> over 650 records.
>  
> The navigation buttons which would be used to view multiple pages of a 
> database table are missing from this installation. I have already checked the 
> toolbar customisation facility, but I couldn't find the missing buttons.
>  
> Could you please advise how this problem might be rectified?
>  
> Thank you for dealing with this.
>  
> Kind regards
> Chris Hand



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

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

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



[jira] [Resolved] (NETBEANS-6109) cant run my netbeans

2021-10-14 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-6109.
---
Resolution: Incomplete

Well, check your system. With all the information you share, all we can say is: 
We are sorry to hear that.

> cant run my netbeans 
> -
>
> Key: NETBEANS-6109
> URL: https://issues.apache.org/jira/browse/NETBEANS-6109
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
>Reporter: Quenilyn M. Defeo
>Priority: Major
> Fix For: 12.4
>
>




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

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

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



[jira] [Resolved] (NETBEANS-6001) Yaml parser eats memory up to 100% in case of syntax errors

2021-10-08 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-6001.
---
Resolution: Duplicate

> Yaml parser eats memory up to 100% in case of syntax errors
> ---
>
> Key: NETBEANS-6001
> URL: https://issues.apache.org/jira/browse/NETBEANS-6001
> Project: NetBeans
>  Issue Type: Bug
>  Components: yaml - Editor
>Affects Versions: 12.4
> Environment: Netbeans 12.4
> Java jdk-16.0.1+9 from AdoptOpenJDK
> Ubuntu 20.04
> Both Netbeans and the JDK installed from their respective websites, not the 
> Ubuntu packet manager
>  
>  
>Reporter: Guntram Blohm
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> When editing a YAML file, if there is a syntax error, netbeans eats up memory 
> until it reaches 100% of what it's assigned, at which point garbage 
> collection will use all CPU resources and netbeans becomes unresponsive.
> To reproduce:
> Create a new empty YAML file in any project
> Enter the following text into the file:
> {{some key:}}
>  {{ some value: "this is the value"}}
>  
> At this point, watch the widget that shows Netbeans' memory consumption, it 
> increases rapidly, until it reaches 100%. At this point, Java spends 99% of 
> its time in garbage collection, Netbeans becomes unresponsive (and if the 
> Java parameters permit using all cores, the system becomes sluggish as well).
>  
> Closing/correcting the yaml file at that point doesn't help. This does/did 
> not happen in Netbeans 12.3.
>  
> I attached JProfiler to the JVM that was running netbeans and could confirm 
> the memory usage increase starting right after entering the invalid yaml. 
> Taking a heap dump showed 56 million instances of 
> `org.netbeans.modules.csl.spi.DefaultError`, as well as 56 million 
> `java.lang.String`s.
>  
>  
>  



--
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-6086) Memory Leak in the YAML Parser

2021-10-08 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-6086:
--
Component/s: yaml - Editor

> Memory Leak in the YAML Parser
> --
>
> Key: NETBEANS-6086
> URL: https://issues.apache.org/jira/browse/NETBEANS-6086
> Project: NetBeans
>  Issue Type: Bug
>  Components: yaml - Editor
>Reporter: Ramdane Oualitsen
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> Editing broken YAML cause extensive memory allocation.



--
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-6086) Memory Leak in the YAML Parser

2021-10-08 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-6086:
--
Affects Version/s: 12.5
   12.4

> Memory Leak in the YAML Parser
> --
>
> Key: NETBEANS-6086
> URL: https://issues.apache.org/jira/browse/NETBEANS-6086
> Project: NetBeans
>  Issue Type: Bug
>  Components: yaml - Editor
>Affects Versions: 12.4, 12.5
>Reporter: Ramdane Oualitsen
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> Editing broken YAML cause extensive memory allocation.



--
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-6086) Memory Leak in the YAML Parser

2021-10-08 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-6086:
--
Description: Editing broken YAML cause extensive memory allocation.  (was: 

 2021-10-02T18:08:54
 1633194534773
 42266
 org.openide.util.Exceptions
 1001
 37
 
C:\Users\Ramdane\AppData\Roaming\NetBeans\12.5\var\log\heapdump.hprof
 
 java.lang.OutOfMemoryError: Java heap space
 
 java.util.Arrays
 copyOf
 3481
 jrt:/java.base/java/util/Arrays.class
 
 
 java.util.ArrayList
 grow
 237
 jrt:/java.base/java/util/ArrayList.class
 
 
 java.util.ArrayList
 grow
 244
 jrt:/java.base/java/util/ArrayList.class
 
 
 java.util.ArrayList
 add
 454
 jrt:/java.base/java/util/ArrayList.class
 
 
 java.util.ArrayList
 add
 467
 jrt:/java.base/java/util/ArrayList.class
 
 
 org.netbeans.modules.languages.yaml.YamlParser$1
 scannerException
 266
 ${netBeansDir}modules/org-netbeans-modules-languages-yaml.jar
 
 
 org.jvyamlb.ScannerImpl
 scanFlowScalarSpaces
 1161
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.jvyamlb.ScannerImpl
 scanFlowScalar
 1052
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.jvyamlb.ScannerImpl
 fetchFlowScalar
 1039
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.jvyamlb.ScannerImpl
 fetchDouble
 1032
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.jvyamlb.ScannerImpl
 fetchMoreTokens
 527
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.jvyamlb.ScannerImpl
 peekToken
 439
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.jvyamlb.ScannerImpl
 peekToken
 445
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.jvyamlb.ParserImpl$ProductionEnvironment
 produce
 302
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 
org.jvyamlb.PositioningParserImpl$PositioningProductionEnvironment
 produce
 143
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.jvyamlb.ParserImpl
 parseStreamNext
 834
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.jvyamlb.ParserImpl
 peekEvent
 781
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.jvyamlb.ComposerImpl
 composeNode
 111
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.jvyamlb.ComposerImpl
 composeDocument
 78
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.jvyamlb.ComposerImpl
 getNode
 54
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.jvyamlb.ComposerImpl$NodeIterator
 next
 59
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.netbeans.modules.languages.yaml.YamlParser
 parse
 308
 ${netBeansDir}modules/org-netbeans-modules-languages-yaml.jar
 
 
 org.netbeans.modules.languages.yaml.YamlParser
 parse
 404
 ${netBeansDir}modules/org-netbeans-modules-languages-yaml.jar
 
 
 org.netbeans.modules.parsing.impl.TaskProcessor
 callParse
 598
 ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
 
 
 org.netbeans.modules.parsing.impl.SourceCache
 getResult
 228
 ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
 
 
 org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer
 run
 775
 ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
 
 
 org.openide.util.lookup.Lookups
 executeWith
 279
 ${netbeans.home}lib/org-openide-util-lookup.jar
 
 
 org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer
 execute
 702
 ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
 
 
 org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob
 run
 663
 ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
 
 
 java.util.concurrent.Executors$RunnableAdapter
 call
 539
 
jrt:/java.base/java/util/concurrent/Executors$RunnableAdapter.class
 
 
 java.util.concurrent.FutureTask
 run
 264
 jrt:/java.base/java/util/concurrent/FutureTask.class
 
 
 org.openide.util.RequestProcessor$Task
 run
 1418
 ${netbeans.home}lib/org-openide-util.jar
 
 


 2021-10-02T23:51:35
 1633215095988
 605
 700
 31
 UI_USER_CONFIGURATION
 UI_USER_CONFIGURATION
 org.netbeans.modules.uihandler.Bundle
 Windows 10, 10.0, amd64
 OpenJDK 64-Bit Server VM, 17+35-LTS, OpenJDK Runtime Environment, 
17+35-LTS
 Apache NetBeans IDE 12.5
 
 OutOfMemoryError: Java heap space
 Please provide a description of the problem or the steps to 
reproduce
 *
)

> Memory Leak in the YAML Parser
> --
>
> Key: NETBEANS-6086
> URL: https://issues.apache.org/jira/browse/NETBEANS-6086
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Ramdane Oualitsen
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> Editing broken YAML cause extensive memory allocation.



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

[jira] [Updated] (NETBEANS-6086) Memory Leak in the YAML Parser

2021-10-08 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-6086:
--
Language: yaml  (was: java maven)

> Memory Leak in the YAML Parser
> --
>
> Key: NETBEANS-6086
> URL: https://issues.apache.org/jira/browse/NETBEANS-6086
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Ramdane Oualitsen
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> Editing broken YAML cause extensive memory allocation.



--
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-6086) Memory Leak in the YAML Parser

2021-10-08 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6086:
---

It seems this is caused by the making the YAML parser error tolerant.

> Memory Leak in the YAML Parser
> --
>
> Key: NETBEANS-6086
> URL: https://issues.apache.org/jira/browse/NETBEANS-6086
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Ramdane Oualitsen
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> 
>  2021-10-02T18:08:54
>  1633194534773
>  42266
>  org.openide.util.Exceptions
>  1001
>  37
>  
> C:\Users\Ramdane\AppData\Roaming\NetBeans\12.5\var\log\heapdump.hprof
>  
>  java.lang.OutOfMemoryError: Java heap space
>  
>  java.util.Arrays
>  copyOf
>  3481
>  jrt:/java.base/java/util/Arrays.class
>  
>  
>  java.util.ArrayList
>  grow
>  237
>  jrt:/java.base/java/util/ArrayList.class
>  
>  
>  java.util.ArrayList
>  grow
>  244
>  jrt:/java.base/java/util/ArrayList.class
>  
>  
>  java.util.ArrayList
>  add
>  454
>  jrt:/java.base/java/util/ArrayList.class
>  
>  
>  java.util.ArrayList
>  add
>  467
>  jrt:/java.base/java/util/ArrayList.class
>  
>  
>  org.netbeans.modules.languages.yaml.YamlParser$1
>  scannerException
>  266
>  ${netBeansDir}modules/org-netbeans-modules-languages-yaml.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  scanFlowScalarSpaces
>  1161
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  scanFlowScalar
>  1052
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  fetchFlowScalar
>  1039
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  fetchDouble
>  1032
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  fetchMoreTokens
>  527
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  peekToken
>  439
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  peekToken
>  445
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ParserImpl$ProductionEnvironment
>  produce
>  302
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  
> org.jvyamlb.PositioningParserImpl$PositioningProductionEnvironment
>  produce
>  143
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ParserImpl
>  parseStreamNext
>  834
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ParserImpl
>  peekEvent
>  781
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ComposerImpl
>  composeNode
>  111
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ComposerImpl
>  composeDocument
>  78
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ComposerImpl
>  getNode
>  54
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ComposerImpl$NodeIterator
>  next
>  59
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.netbeans.modules.languages.yaml.YamlParser
>  parse
>  308
>  ${netBeansDir}modules/org-netbeans-modules-languages-yaml.jar
>  
>  
>  org.netbeans.modules.languages.yaml.YamlParser
>  parse
>  404
>  ${netBeansDir}modules/org-netbeans-modules-languages-yaml.jar
>  
>  
>  org.netbeans.modules.parsing.impl.TaskProcessor
>  callParse
>  598
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  org.netbeans.modules.parsing.impl.SourceCache
>  getResult
>  228
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer
>  run
>  775
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  org.openide.util.lookup.Lookups
>  executeWith
>  279
>  ${netbeans.home}lib/org-openide-util-lookup.jar
>  
>  
>  
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer
>  execute
>  702
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob
>  run
>  663
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  java.util.concurrent.Executors$RunnableAdapter
>  call
>  539
>  
> jrt:/java.base/java/util/concurrent/Executors$RunnableAdapter.class
>  
>  
>  java.util.concurrent.FutureTask
>  run
>  264
>  jrt:/java.base/java/util/concurrent/FutureTask.class
>  
>  
>  org.openide.util.RequestProcessor$Task
>  run
>  1418
>  ${netbeans.home}lib/org-openide-util.jar
>  
>  
> 
> 
>  2021-10-02T23:51:35
>  1633215095988
>  605
>  700
>  31
>  UI_USER_CONFIGURATION
>  UI_USER_CONFIGURATION
>  org.netbeans.modules.uihandler.Bundle
>  Windows 10, 10.0, amd64
>  OpenJDK 64-Bit Server VM, 17+35-LTS, OpenJDK Runtime Environment, 
> 17+35-LTS
>  Apache NetBeans IDE 12.5
>  
>  OutOfMemoryError: Java heap space
>  Please 

[jira] [Commented] (NETBEANS-6107) Gradle support does not work when NB/project is JDK17

2021-10-08 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6107:
---

I'm going to ask the Gradle guys if they could put 7.2 ga tooling api on their 
site, so at least we can upgrade to 7.2. If 7.3 arrives, I'm going to create a 
PR for that as well.

> Gradle support does not work when NB/project is JDK17
> -
>
> Key: NETBEANS-6107
> URL: https://issues.apache.org/jira/browse/NETBEANS-6107
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.5
> Environment: macOS, GraalVM JDK17, using Micronaut Gradle project, 
> generated by wizard.
>Reporter: Martin Balin
>Assignee: Svata Dedic
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.6
>
> Attachments: Screenshot 2021-10-05 at 10.57.02.png
>
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Opening Gradle based project which uses JDK17 and running NB on JDK17 does 
> not Resolve Problems when project is open.
> It is stuck in this with attached screenshot error. Running Build as command 
> completes as it uses Gradle 7.2 along with JDK17.
> I don't know why JDK16 is referenced, it does not exist on the system and I 
> also removed all NB user dirs.



--
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-6086) Memory Leak in the YAML Parser

2021-10-04 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-6086:
--
Summary: Memory Leak in the YAML Parser  (was: java.lang.OutOfMemoryError: 
Java heap space)

> Memory Leak in the YAML Parser
> --
>
> Key: NETBEANS-6086
> URL: https://issues.apache.org/jira/browse/NETBEANS-6086
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Ramdane Oualitsen
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> 
>  2021-10-02T18:08:54
>  1633194534773
>  42266
>  org.openide.util.Exceptions
>  1001
>  37
>  
> C:\Users\Ramdane\AppData\Roaming\NetBeans\12.5\var\log\heapdump.hprof
>  
>  java.lang.OutOfMemoryError: Java heap space
>  
>  java.util.Arrays
>  copyOf
>  3481
>  jrt:/java.base/java/util/Arrays.class
>  
>  
>  java.util.ArrayList
>  grow
>  237
>  jrt:/java.base/java/util/ArrayList.class
>  
>  
>  java.util.ArrayList
>  grow
>  244
>  jrt:/java.base/java/util/ArrayList.class
>  
>  
>  java.util.ArrayList
>  add
>  454
>  jrt:/java.base/java/util/ArrayList.class
>  
>  
>  java.util.ArrayList
>  add
>  467
>  jrt:/java.base/java/util/ArrayList.class
>  
>  
>  org.netbeans.modules.languages.yaml.YamlParser$1
>  scannerException
>  266
>  ${netBeansDir}modules/org-netbeans-modules-languages-yaml.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  scanFlowScalarSpaces
>  1161
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  scanFlowScalar
>  1052
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  fetchFlowScalar
>  1039
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  fetchDouble
>  1032
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  fetchMoreTokens
>  527
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  peekToken
>  439
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  peekToken
>  445
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ParserImpl$ProductionEnvironment
>  produce
>  302
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  
> org.jvyamlb.PositioningParserImpl$PositioningProductionEnvironment
>  produce
>  143
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ParserImpl
>  parseStreamNext
>  834
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ParserImpl
>  peekEvent
>  781
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ComposerImpl
>  composeNode
>  111
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ComposerImpl
>  composeDocument
>  78
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ComposerImpl
>  getNode
>  54
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ComposerImpl$NodeIterator
>  next
>  59
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.netbeans.modules.languages.yaml.YamlParser
>  parse
>  308
>  ${netBeansDir}modules/org-netbeans-modules-languages-yaml.jar
>  
>  
>  org.netbeans.modules.languages.yaml.YamlParser
>  parse
>  404
>  ${netBeansDir}modules/org-netbeans-modules-languages-yaml.jar
>  
>  
>  org.netbeans.modules.parsing.impl.TaskProcessor
>  callParse
>  598
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  org.netbeans.modules.parsing.impl.SourceCache
>  getResult
>  228
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer
>  run
>  775
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  org.openide.util.lookup.Lookups
>  executeWith
>  279
>  ${netbeans.home}lib/org-openide-util-lookup.jar
>  
>  
>  
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer
>  execute
>  702
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob
>  run
>  663
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  java.util.concurrent.Executors$RunnableAdapter
>  call
>  539
>  
> jrt:/java.base/java/util/concurrent/Executors$RunnableAdapter.class
>  
>  
>  java.util.concurrent.FutureTask
>  run
>  264
>  jrt:/java.base/java/util/concurrent/FutureTask.class
>  
>  
>  org.openide.util.RequestProcessor$Task
>  run
>  1418
>  ${netbeans.home}lib/org-openide-util.jar
>  
>  
> 
> 
>  2021-10-02T23:51:35
>  1633215095988
>  605
>  700
>  31
>  UI_USER_CONFIGURATION
>  UI_USER_CONFIGURATION
>  org.netbeans.modules.uihandler.Bundle
>  Windows 10, 10.0, amd64
>  OpenJDK 64-Bit Server VM, 17+35-LTS, OpenJDK Runtime Environment, 
> 17+35-LTS
>  Apache NetBeans IDE 12.5
>  
>  OutOfMemoryError: Java heap space
>  Please provide a 

[jira] [Assigned] (NETBEANS-6086) java.lang.OutOfMemoryError: Java heap space

2021-10-04 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi reassigned NETBEANS-6086:
-

Assignee: Laszlo Kishalmi

> java.lang.OutOfMemoryError: Java heap space
> ---
>
> Key: NETBEANS-6086
> URL: https://issues.apache.org/jira/browse/NETBEANS-6086
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Ramdane Oualitsen
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> 
>  2021-10-02T18:08:54
>  1633194534773
>  42266
>  org.openide.util.Exceptions
>  1001
>  37
>  
> C:\Users\Ramdane\AppData\Roaming\NetBeans\12.5\var\log\heapdump.hprof
>  
>  java.lang.OutOfMemoryError: Java heap space
>  
>  java.util.Arrays
>  copyOf
>  3481
>  jrt:/java.base/java/util/Arrays.class
>  
>  
>  java.util.ArrayList
>  grow
>  237
>  jrt:/java.base/java/util/ArrayList.class
>  
>  
>  java.util.ArrayList
>  grow
>  244
>  jrt:/java.base/java/util/ArrayList.class
>  
>  
>  java.util.ArrayList
>  add
>  454
>  jrt:/java.base/java/util/ArrayList.class
>  
>  
>  java.util.ArrayList
>  add
>  467
>  jrt:/java.base/java/util/ArrayList.class
>  
>  
>  org.netbeans.modules.languages.yaml.YamlParser$1
>  scannerException
>  266
>  ${netBeansDir}modules/org-netbeans-modules-languages-yaml.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  scanFlowScalarSpaces
>  1161
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  scanFlowScalar
>  1052
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  fetchFlowScalar
>  1039
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  fetchDouble
>  1032
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  fetchMoreTokens
>  527
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  peekToken
>  439
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ScannerImpl
>  peekToken
>  445
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ParserImpl$ProductionEnvironment
>  produce
>  302
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  
> org.jvyamlb.PositioningParserImpl$PositioningProductionEnvironment
>  produce
>  143
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ParserImpl
>  parseStreamNext
>  834
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ParserImpl
>  peekEvent
>  781
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ComposerImpl
>  composeNode
>  111
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ComposerImpl
>  composeDocument
>  78
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ComposerImpl
>  getNode
>  54
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ComposerImpl$NodeIterator
>  next
>  59
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.netbeans.modules.languages.yaml.YamlParser
>  parse
>  308
>  ${netBeansDir}modules/org-netbeans-modules-languages-yaml.jar
>  
>  
>  org.netbeans.modules.languages.yaml.YamlParser
>  parse
>  404
>  ${netBeansDir}modules/org-netbeans-modules-languages-yaml.jar
>  
>  
>  org.netbeans.modules.parsing.impl.TaskProcessor
>  callParse
>  598
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  org.netbeans.modules.parsing.impl.SourceCache
>  getResult
>  228
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer
>  run
>  775
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  org.openide.util.lookup.Lookups
>  executeWith
>  279
>  ${netbeans.home}lib/org-openide-util-lookup.jar
>  
>  
>  
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer
>  execute
>  702
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob
>  run
>  663
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  java.util.concurrent.Executors$RunnableAdapter
>  call
>  539
>  
> jrt:/java.base/java/util/concurrent/Executors$RunnableAdapter.class
>  
>  
>  java.util.concurrent.FutureTask
>  run
>  264
>  jrt:/java.base/java/util/concurrent/FutureTask.class
>  
>  
>  org.openide.util.RequestProcessor$Task
>  run
>  1418
>  ${netbeans.home}lib/org-openide-util.jar
>  
>  
> 
> 
>  2021-10-02T23:51:35
>  1633215095988
>  605
>  700
>  31
>  UI_USER_CONFIGURATION
>  UI_USER_CONFIGURATION
>  org.netbeans.modules.uihandler.Bundle
>  Windows 10, 10.0, amd64
>  OpenJDK 64-Bit Server VM, 17+35-LTS, OpenJDK Runtime Environment, 
> 17+35-LTS
>  Apache NetBeans IDE 12.5
>  
>  OutOfMemoryError: Java heap space
>  Please provide a description of the problem or the steps 

[jira] [Resolved] (NETBEANS-6055) Nullpointer while opening a gradle subproject

2021-10-01 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-6055.
---
Fix Version/s: 12.6
   Resolution: Fixed

> Nullpointer while opening a gradle subproject
> -
>
> Key: NETBEANS-6055
> URL: https://issues.apache.org/jira/browse/NETBEANS-6055
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.3, 12.4, 12.5
> Environment: Windows 10
>Reporter: Karl Bönisch
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.6
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> open a gradle subproject:
> 
>   2021-09-24T13:11:32
>   1632481892037
>   897
>   700
>   256
>   UI_USER_CONFIGURATION
>   UI_USER_CONFIGURATION
>   org.netbeans.modules.uihandler.Bundle
>   Windows 10, 10.0, amd64
>   Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime 
> Environment, 1.8.0_121-b13
>   Apache NetBeans IDE 12.5
>   
>   NullPointerException at 
> org.netbeans.modules.gradle.api.execute.GradleDistributionManager.distributionFromDir
>   Please provide a description of the problem or the steps to 
> reproduce
>   *
> 
>  
> INFO [org.netbeans.modules.gradle.loaders.GradleProjectLoaderImpl]: Load 
> aiming EVALUATED for Unloaded Gradle Project: 
> GradleFiles[projectDir=C:\javasourcen\NetbeansWS_12.5\trunk\GLSGUIProjects\GL\GL\GLGL031,
>  rootDir=C:\javasourcen\NetbeansWS_12.5\trunk\GLSGUIProjects\GL\GL\GLGL031]
> INFO [org.netbeans.modules.gradle.loaders.GradleProjectLoaderImpl]: Load 
> aiming FULL for Gradle: GLSGUI[FALLBACK]
> WARNING [org.netbeans.modules.gradle.loaders.LegacyProjectLoader]
> java.lang.NullPointerException
>  at 
> org.netbeans.modules.gradle.api.execute.GradleDistributionManager.distributionFromDir(GradleDistributionManager.java:155)
>  at 
> org.netbeans.modules.gradle.execute.GradleDistributionProviderImpl.getGradleDistribution(GradleDistributionProviderImpl.java:114)
>  at 
> org.netbeans.modules.gradle.GradleProjectConnection.getConnection(GradleProjectConnection.java:121)
>  at 
> org.netbeans.modules.gradle.GradleProjectConnection.action(GradleProjectConnection.java:89)
>  at 
> org.netbeans.modules.gradle.loaders.LegacyProjectLoader.createInfoAction(LegacyProjectLoader.java:202)
>  at 
> org.netbeans.modules.gradle.loaders.LegacyProjectLoader.retrieveProjectInfo(LegacyProjectLoader.java:250)
>  at 
> org.netbeans.modules.gradle.loaders.LegacyProjectLoader.loadGradleProject(LegacyProjectLoader.java:145)
>  at 
> org.netbeans.modules.gradle.loaders.LegacyProjectLoader.access$100(LegacyProjectLoader.java:68)
> [catch] at 
> org.netbeans.modules.gradle.loaders.LegacyProjectLoader$ProjectLoaderTask.call(LegacyProjectLoader.java:294)
>  at 
> org.netbeans.modules.gradle.loaders.LegacyProjectLoader$ProjectLoaderTask.call(LegacyProjectLoader.java:263)
>  at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



--
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-6060) NetBeans Java EE Project (with Ant) doest work on clean->deploy

2021-09-29 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6060:
---

Well, I do not think anyone would invest in Ant and ear support fix/update 
nowadays. Unless you would take this one, I'd close it as won't fix.

> NetBeans Java EE Project (with Ant) doest work on clean->deploy
> ---
>
> Key: NETBEANS-6060
> URL: https://issues.apache.org/jira/browse/NETBEANS-6060
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Ant Project
>Affects Versions: 12.4, 12.5
> Environment: Windows 10 Oracle JDK 1.8, 16 and 18
>Reporter: Dyego S Carmo
>Priority: Major
>
> When you clean your project... and after this go to DEPLOY on WILDFLY the 
> "Initial Deployin" deploys to wrong name... the project is "Exemple.ear" and 
> the deployer creates ".ear" like this:
> Initial deploying mobipr to 
> D:\wildfly-24.0.0.Final\standalone\deployments\.ear
>  
> And this causes a infinite dploy time (hangs)
>  
> WorkAround? CLEAN+BUILD and then DEPLOY :(
> but it is so sad aways...
>  



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

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

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



[jira] [Resolved] (NETBEANS-6026) Java heap space

2021-09-28 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-6026.
---
Resolution: Duplicate

> Java heap space
> ---
>
> Key: NETBEANS-6026
> URL: https://issues.apache.org/jira/browse/NETBEANS-6026
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2, 12.4
>Reporter: Nikita
>Priority: Major
>
> Аn error is thrown when scanning a project.
> heapdump.hprof is several gigabytes in size.
> {code:java}
> java.lang.OutOfMemoryError: Java heap spacejava.lang.OutOfMemoryError: Java 
> heap space at java.base/java.util.Arrays.copyOf(Arrays.java:3689) at 
> java.base/java.util.ArrayList.grow(ArrayList.java:238) at 
> java.base/java.util.ArrayList.grow(ArrayList.java:243) at 
> java.base/java.util.ArrayList.add(ArrayList.java:486) at 
> java.base/java.util.ArrayList.add(ArrayList.java:499) at 
> org.netbeans.modules.languages.yaml.YamlParser$2$1.parserException(YamlParser.java:285)
>  at org.jvyamlb.ParserImpl$ProductionEnvironment.produce(ParserImpl.java:407) 
> at 
> org.jvyamlb.PositioningParserImpl$PositioningProductionEnvironment.produce(PositioningParserImpl.java:143)
>  at org.jvyamlb.ParserImpl.parseStreamNext(ParserImpl.java:834) at 
> org.jvyamlb.ParserImpl.peekEvent(ParserImpl.java:781) at 
> org.jvyamlb.ComposerImpl.composeNode(ComposerImpl.java:161) at 
> org.jvyamlb.ComposerImpl.composeNode(ComposerImpl.java:148) at 
> org.jvyamlb.ComposerImpl.composeNode(ComposerImpl.java:167) at 
> org.jvyamlb.ComposerImpl.composeNode(ComposerImpl.java:167) at 
> org.jvyamlb.ComposerImpl.composeDocument(ComposerImpl.java:78) at 
> org.jvyamlb.ComposerImpl.getNode(ComposerImpl.java:54) at 
> org.jvyamlb.ComposerImpl$NodeIterator.next(ComposerImpl.java:59) at 
> org.netbeans.modules.languages.yaml.YamlParser.parse(YamlParser.java:308) at 
> org.netbeans.modules.languages.yaml.YamlParser.parse(YamlParser.java:404) at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callParse(TaskProcessor.java:598)
>  at 
> org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:228) 
> at 
> org.netbeans.modules.parsing.api.ResultIterator.getParserResult(ResultIterator.java:115)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:3171)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>  at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>  at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>  at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
> {code}
>  
> UI log
> {code:java}
> 
>   2021-09-20T11:54:35
>   1632128075237
>   284
>   
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater
>   900
>   60
>   /home/www/.netbeans/12.4/var/log/heapdump.hprof
>   
> java.lang.OutOfMemoryError: Java heap space
> 
>  copyOf
>   3689
>   jrt:/java.base/java/util/Arrays.class/file>
> 
> 
>  grow
>   238
>   jrt:/java.base/java/util/ArrayList.class/file>
> 
> 
>  grow
>   243
>   jrt:/java.base/java/util/ArrayList.class/file>
> 
> 
>  add
>   486
>   jrt:/java.base/java/util/ArrayList.class/file>
> 
> 
>  add
>   499
>   jrt:/java.base/java/util/ArrayList.class/file>
> 
> 
>  parserException
>   285
>   
> ${netBeansDir}modules/org-netbeans-modules-languages-yaml.jar
> 
> 
>  produce
>   407
>   ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
> 
> 
>   
>produce
>   143
>   ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
> 
> 
>  parseStreamNext
>   834
>   ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
> 
> 
>  peekEvent
>   781
>   ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
> 
> 
>  composeNode
>   161
>   ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
> 
> 
>  composeNode
>   148
>   ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
> 
> 
>  composeNode
>   167
>   ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
> 
> 

[jira] [Updated] (NETBEANS-6015) Memory Leak in PHP Parser

2021-09-28 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-6015:
--
Summary: Memory Leak in PHP Parser  (was: Java heap space - Out of Memory 
Error)

> Memory Leak in PHP Parser
> -
>
> Key: NETBEANS-6015
> URL: https://issues.apache.org/jira/browse/NETBEANS-6015
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
> Environment: Ubuntu 20.4
> Open JDK 11
>Reporter: Anisur Mullick
>Assignee: Lars Bogren
>Priority: Blocker
>  Labels: background-scanning
>
> 
>  2021-09-17T08:06:27
>  1631846187154
>  48
>  global
>  1000
>  22
>  
> /home/anisur/snap/netbeans/common/data/12.4/var/log/heapdump.hprof
>  
>  java.lang.OutOfMemoryError: Java heap space
>  
> 
> 
>  2021-09-17T08:17:35
>  1631846855694
>  79
>  org.netbeans.ui
>  700
>  35
>  UI_ENABLED_MODULES
>  UI_ENABLED_MODULES
>  org.netbeans.modules.uihandler.Bundle
>  org.netbeans.modules.testng.ant [2.27]
>  org.openide.filesystems.nb [9.22]
>  org.netbeans.modules.xml.wsdl.model/1 [1.45.0.1]
>  org.netbeans.modules.web.common [1.111]
>  org.netbeans.modules.nbjunit/1 [1.102]
>  org.netbeans.modules.welcome/1 [1.54]
>  org.netbeans.modules.languages.ini [1.37]
>  org.netbeans.modules.ant.hints/1 [1.6]
>  org.eclipse.mylyn.commons.core [3.17.0]
>  org.netbeans.modules.localtasks [1.37]
>  org.netbeans.modules.editor.mimelookup.impl/1 [1.44]
>  org.netbeans.modules.php.zend [1.44]
>  org.netbeans.modules.php.dbgp [1.54]
>  org.netbeans.modules.ant.grammar/1 [1.56]
>  org.netbeans.modules.extexecution.base/2 [1.18]
>  org.netbeans.modules.project.indexingbridge [1.29]
>  org.netbeans.modules.php.smarty [1.98]
>  org.netbeans.modules.java.editor.base [2.77.0.1]
>  org.netbeans.modules.refactoring.api [1.59.0.1]
>  org.netbeans.api.web.webmodule [1.50]
>  org.netbeans.modules.java.editor/1 [2.80.0.12.1.1.1]
>  org.netbeans.libs.osgi [1.34]
>  org.netbeans.modules.versioning.util [1.82.0.42.1]
>  org.netbeans.modules.i18n/1 [1.65]
>  org.netbeans.modules.xml.lexer [1.42]
>  org.eclipse.core.runtime.compatibility.auth [3.2.200]
>  org.netbeans.libs.svnClientAdapter/1 [1.52]
>  org.netbeans.modules.db.metadata.model/1 [1.23]
>  org.openide.modules [7.60]
>  org.netbeans.modules.ide.branding/1 [1.44]
>  org.netbeans.modules.project.ant.ui/1 [1.77]
>  org.netbeans.modules.testng [2.32]
>  org.netbeans.modules.javascript2.react [0.11]
>  org.netbeans.modules.groovy.editor/2 [1.75]
>  org.netbeans.modules.php.code.analysis [0.25]
>  org.netbeans.modules.form.kit [1.40]
>  org.netbeans.lib.uihandler [1.57]
>  org.netbeans.modules.updatecenters/1 [1.52]
>  org.eclipse.core.jobs [3.5.100]
>  org.netbeans.modules.markdown [1.0]
>  org.netbeans.modules.debugger.jpda.projectsui [1.15]
>  org.netbeans.modules.xml.catalog.ui [2.15.0.4]
>  org.eclipse.jgit [5.7.0]
>  org.netbeans.modules.defaults/1 [1.43]
>  org.apache.commons.logging [1.2]
>  org.netbeans.libs.ini4j/1 [1.46]
>  org.netbeans.modules.gradle.kit [1.8]
>  org.netbeans.modules.dlight.nativeexecution [1.51.0.1]
>  org.netbeans.modules.xml.axi [1.45]
>  org.netbeans.modules.java.disco [1.0]
>  org.netbeans.modules.editor.lib/3 [4.19.0.23.3.55]
>  org.netbeans.modules.java.platform.ui/1 [1.54]
>  org.netbeans.modules.utilities.project/1 [1.50]
>  org.netbeans.modules.hudson.subversion [1.41]
>  org.netbeans.modules.javascript2.source.query/0 [0.11]
>  org.netbeans.modules.maven.grammar/1 [1.59.0.1]
>  org.netbeans.modules.image/1 [1.60]
>  org.netbeans.spi.debugger.jpda.ui [3.15]
>  org.netbeans.api.annotations.common/1 [1.40]
>  org.netbeans.modules.derby [1.52]
>  org.netbeans.modules.html.indexing [1.2]
>  org.netbeans.modules.xml.text/2 [1.71.0.1]
>  org.netbeans.modules.dbapi [1.46.0.30]
>  org.netbeans.modules.php.twig/1 [1.37]
>  org.netbeans.modules.xml.tax/2 [1.56.0.281]
>  org.netbeans.libs.jna.platform/2 [2.7]
>  org.netbeans.libs.bytelist/1 [0.42.0.1]
>  org.netbeans.modules.dlight.nativeexecution.nb [1.12]
>  org.netbeans.modules.j2ee.persistenceapi/1 [1.48.0.1]
>  org.netbeans.api.progress.nb [1.60]
>  org.netbeans.modules.db.sql.visualeditor/1 [2.43.0.30]
>  org.eclipse.mylyn.tasks.core [3.17.0]
>  org.netbeans.modules.php.composer/0 [0.42]
>  org.netbeans.modules.j2ee.jpa.refactoring [1.43]
>  org.netbeans.modules.classfile/1 [1.64]
>  org.netbeans.modules.masterfs.linux [1.25]
>  org.netbeans.modules.lsp.client/0 [1.11.0.1.1]
>  org.netbeans.modules.keyring.impl [1.36]
>  org.netbeans.modules.java.project/1 [1.84]
>  org.netbeans.core.browser.webview/1 [1.27.0.1.1]
>  org.netbeans.modules.j2ee.api.ejbmodule [1.49]
>  org.netbeans.modules.maven.indexer/2 [2.52]
>  org.netbeans.modules.tasklist.kit [1.40]
>  org.netbeans.modules.java.source.nbjavac [1.12.0.1.3.25.5.1]
>  org.netbeans.modules.java.source.ant 

[jira] [Assigned] (NETBEANS-6001) Yaml parser eats memory up to 100% in case of syntax errors

2021-09-28 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi reassigned NETBEANS-6001:
-

Assignee: Laszlo Kishalmi

> Yaml parser eats memory up to 100% in case of syntax errors
> ---
>
> Key: NETBEANS-6001
> URL: https://issues.apache.org/jira/browse/NETBEANS-6001
> Project: NetBeans
>  Issue Type: Bug
>  Components: yaml - Editor
>Affects Versions: 12.4
> Environment: Netbeans 12.4
> Java jdk-16.0.1+9 from AdoptOpenJDK
> Ubuntu 20.04
> Both Netbeans and the JDK installed from their respective websites, not the 
> Ubuntu packet manager
>  
>  
>Reporter: Guntram Blohm
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> When editing a YAML file, if there is a syntax error, netbeans eats up memory 
> until it reaches 100% of what it's assigned, at which point garbage 
> collection will use all CPU resources and netbeans becomes unresponsive.
> To reproduce:
> Create a new empty YAML file in any project
> Enter the following text into the file:
> {{some key:}}
>  {{ some value: "this is the value"}}
>  
> At this point, watch the widget that shows Netbeans' memory consumption, it 
> increases rapidly, until it reaches 100%. At this point, Java spends 99% of 
> its time in garbage collection, Netbeans becomes unresponsive (and if the 
> Java parameters permit using all cores, the system becomes sluggish as well).
>  
> Closing/correcting the yaml file at that point doesn't help. This does/did 
> not happen in Netbeans 12.3.
>  
> I attached JProfiler to the JVM that was running netbeans and could confirm 
> the memory usage increase starting right after entering the invalid yaml. 
> Taking a heap dump showed 56 million instances of 
> `org.netbeans.modules.csl.spi.DefaultError`, as well as 56 million 
> `java.lang.String`s.
>  
>  
>  



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

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

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



[jira] [Resolved] (NETBEANS-6018) it cannot open file

2021-09-28 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-6018.
---
Resolution: Information Provided

> it cannot open  file
> 
>
> Key: NETBEANS-6018
> URL: https://issues.apache.org/jira/browse/NETBEANS-6018
> Project: NetBeans
>  Issue Type: Bug
>Reporter: youssef mohammed tawfik
>Priority: Blocker
>
> -->Log
>  Session: Friday, September 17, 2021 at 10:28:21 PM Eastern European Standard 
> Time>System Info:   Product Version         = Apache NetBeans IDE 12.0  
> Operating System        = Windows 10 version 10.0 running on amd64  Java; VM; 
> Vendor        = 17; Java HotSpot(TM) 64-Bit Server VM 17+35-LTS-2724; Oracle 
> Corporation  Runtime                 = Java(TM) SE Runtime Environment 
> 17+35-LTS-2724  Java Home               = C:\Program Files\Java\jdk-17  
> System Locale; Encoding = en_US (nb); Cp1252  Home Directory          = 
> C:\Users\wael  Current Directory       = C:\netbeans\bin  User Directory      
>     = C:\Users\wael\AppData\Roaming\NetBeans\12.0  Cache Directory         = 
> C:\Users\wael\AppData\Local\NetBeans\Cache\12.0  Installation            = 
> C:\netbeans\nb                            C:\netbeans\ergonomics              
>               C:\netbeans\ide                            C:\netbeans\extide   
>                          C:\netbeans\java                            
> C:\netbeans\apisupport                            C:\netbeans\webcommon       
>                      C:\netbeans\websvccommon                            
> C:\netbeans\enterprise                            C:\netbeans\profiler        
>                     C:\netbeans\php                            
> C:\netbeans\harness                            C:\netbeans\groovy             
>                C:\netbeans\javafx                            
> C:\netbeans\platform  Boot & Ext. Classpath   =   Application Classpath   = 
> C:\netbeans\platform\lib\boot.jar;C:\netbeans\platform\lib\org-openide-modules.jar;C:\netbeans\platform\lib\org-openide-util-lookup.jar;C:\netbeans\platform\lib\org-openide-util-ui.jar;C:\netbeans\platform\lib\org-openide-util.jar
>   Startup Classpath       = 
> C:\netbeans\platform\core\asm-7.2.jar;C:\netbeans\platform\core\asm-commons-7.2.jar;C:\netbeans\platform\core\asm-tree-7.2.jar;C:\netbeans\platform\core\core-base.jar;C:\netbeans\platform\core\core.jar;C:\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\netbeans\platform\core\org-openide-filesystems.jar;C:\netbeans\nb\core\org-netbeans-upgrader.jar;C:\netbeans\nb\core\locale\core_nb.jar---WARNING
>  [org.netbeans.core.startup.NbEvents]: The extension 
> C:\netbeans\ide\modules\ext\jcodings-1.0.18.jar may be multiply loaded by 
> modules: [C:\netbeans\ide\modules\org-netbeans-libs-bytelist.jar, 
> C:\netbeans\ide\modules\org-netbeans-modules-textmate-lexer.jar]; see: 
> http://www.netbeans.org/download/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/classpath.html#class-pathINFO
>  [org.netbeans.modules.netbinox]: Install area set to 
> file:/C:/netbeans/WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.java.editor.lib, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is 
> deprecated.WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.structure which is deprecated.WARNING 
> [org.netbeans.core.modules]: the modules [org.netbeans.modules.ant.hints, 
> org.netbeans.modules.java.hints, org.netbeans.modules.jshell.support, 
> org.netbeans.modules.maven.hints] use 
> org.netbeans.modules.java.hints.legacy.spi which is deprecated: Use Java 
> Hints SPI (org.netbeans.spi.java.hints) instead.WARNING 
> [org.openide.filesystems.Ordering]: Not all children in Services/ marked with 
> the position attribute: [AntBasedProjectTypes, AutoupdateType, Browsers, 
> Bugtracking, DiffProviders, Hidden, IndentEngine, Introspector, J2EEServers, 
> JavaHelp, MIMEResolver, OptionProcessors, Platforms, ProjectConvertors, 
> PropertyEditorManager, VersioningSystem, 
> org-netbeans-modules-debugger-Settings.properties, 
> org-netbeans-modules-junit-ant-ui-AntJUnitManagerProvider.instance, 
> org-netbeans-modules-junit-ant-ui-AntJUnitNodeOpener.instance, 
> org-netbeans-modules-maven-junit-ui-MavenJUnitManagerProvider.instance, 
> org-netbeans-modules-maven-junit-ui-MavenJUnitNodeOpener.instance, 
> 

[jira] [Commented] (NETBEANS-6004) Gradle plugin should identify the gradle versions that it supports.

2021-09-28 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6004:
---

Yes, there could be more information on those checks.

Though try to run NetBeans on JDK 15 or lower. JDK 16 forces NetBeans to use 
Gradle 7.0

> Gradle plugin should identify the gradle versions that it supports.
> ---
>
> Key: NETBEANS-6004
> URL: https://issues.apache.org/jira/browse/NETBEANS-6004
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 12.4, 12.5
>Reporter: Mark Flacy
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> I have had issues opening gradle projects at work whose gradle versions 
> differed wildly between 2.10 and 6.9.  I would like to be able to examine the 
> gradle plugin's description to see what versions of gradle the plugin 
> actually supports.
>  
> None of my company's projects are at a gradle version greater than or equal 
> to 7.0.  However,  every time I attempt to build I always get an error 
> message telling me
> _Could not run build action using connection to Gradle installation 
> '/Users/me/.gradle/wrapper/dists/gradle-7.0-bin//gradle-7.0_
>  
> Maybe the message is misleading.



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

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

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



[jira] [Resolved] (NETBEANS-6005) Deleting a gradle project in Netbeans should NEVER remove build.gradle or settings.gradle unless you choose to delete all sources.

2021-09-28 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-6005.
---
Resolution: Won't Fix

Probably you shall not delete those projects then. Just close them, they would 
be fine.

For NetBeans a folder with settings.gradle (and build.gradle) is the Gradle 
project.

> Deleting a gradle project in Netbeans should NEVER remove build.gradle or 
> settings.gradle unless you choose to delete all sources.
> --
>
> Key: NETBEANS-6005
> URL: https://issues.apache.org/jira/browse/NETBEANS-6005
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 12.4, 12.5
>Reporter: Mark Flacy
>Priority: Critical
>
> Netbeans doesn't own gradle projects.  Don't do this.



--
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-6008) Update FlatLAF to 1.6 as 1.4 has several regressions

2021-09-28 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-6008:
--
Issue Type: Improvement  (was: Bug)

> Update FlatLAF to 1.6 as 1.4 has several regressions
> 
>
> Key: NETBEANS-6008
> URL: https://issues.apache.org/jira/browse/NETBEANS-6008
> Project: NetBeans
>  Issue Type: Improvement
>  Components: FlatLaf
>Affects Versions: 12.5
>Reporter: Markus Sunela
>Priority: Major
>
> The current FlatLaf version, 1.4, has several regressions compared to the old 
> 1.1.2. For example [https://github.com/JFormDesigner/FlatLaf/issues/371] 
> causes severe problems in our software built on NetBeans platform.
> FlatLaf has just released a new version 1.6 that addresses many regressions. 
> The new version should be used in NetBeans: 
> [https://github.com/JFormDesigner/FlatLaf/releases/tag/1.6|https://github.com/JFormDesigner/FlatLaf/releases/tag/1.6.].



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

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

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



[jira] [Resolved] (NETBEANS-6017) IDE alerts of new version available even if it is not released yet

2021-09-28 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-6017.
---
Resolution: Information Provided

> IDE alerts of new version available even if it is not released yet
> --
>
> Key: NETBEANS-6017
> URL: https://issues.apache.org/jira/browse/NETBEANS-6017
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
> Environment: Win10 64bit
>Reporter: Nikolai Neff
>Priority: Minor
> Attachments: info.PNG
>
>
> I just got an info popping up informing me of the availability of Netbeans 
> 12.5 with a link to [https://netbeans.apache.org/download/index.html]
> As far as I can tell this version has not been released yet, even if the 
> due-date on the wiki has since passed. 
>  The last version I can find on GitHub is Beta 3, the homepage still mentions 
> 12.4 as the current release and there is no Blog-Post or other announcement 
> featuring 12.5.
> So where is my Netbeans getting the Info that 12.5 has been released from?
>  



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

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

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



[jira] [Resolved] (NETBEANS-6024) Exception when starting NB 12.4 with OpenJDK17

2021-09-28 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-6024.
---
Resolution: Information Provided

> Exception when starting NB 12.4 with OpenJDK17
> --
>
> Key: NETBEANS-6024
> URL: https://issues.apache.org/jira/browse/NETBEANS-6024
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Harness
>Affects Versions: 12.4
>Reporter: hantsy bai
>Priority: Major
>
> Switch to OpenJDK 17 and start NetBeans IDE, it threw exceptions every time.
> ```
> ava.lang.NoSuchMethodError: 'void 
> com.sun.tools.javac.util.Log.(com.sun.tools.javac.util.Context, 
> java.io.PrintWriter, java.io.PrintWriter, java.io.PrintWriter)'
>   at org.netbeans.lib.nbjavac.services.NBLog.(NBLog.java:55)
>   at org.netbeans.lib.nbjavac.services.NBLog.(NBLog.java:40)
>   at org.netbeans.lib.nbjavac.services.NBLog$1.make(NBLog.java:73)
>   at org.netbeans.lib.nbjavac.services.NBLog$1.make(NBLog.java:70)
>   at jdk.compiler/com.sun.tools.javac.util.Context.get(Context.java:149)
>   at jdk.compiler/com.sun.tools.javac.util.Log.instance(Log.java:234)
>   at 
> jdk.compiler/com.sun.tools.javac.main.Arguments.(Arguments.java:120)
>   at 
> jdk.compiler/com.sun.tools.javac.main.Arguments.instance(Arguments.java:112)
>   at 
> jdk.compiler/com.sun.tools.javac.api.JavacTool.getTask(JavacTool.java:190)
>   at 
> org.netbeans.modules.java.source.parsing.JavacParser.createJavacTask(JavacParser.java:992)
>   at 
> org.netbeans.modules.java.source.parsing.JavacParser.createJavacTask(JavacParser.java:869)
> [catch] at 
> org.netbeans.modules.java.source.indexing.VanillaCompileWorker.compile(VanillaCompileWorker.java:188)
>   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$InitialRootsWork.getDone(RepositoryUpdater.java:5821)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6099)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>   at 
> 

[jira] [Resolved] (NETBEANS-6034) Consistently get this error with Java 17

2021-09-28 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-6034.
---
Resolution: Information Provided

> Consistently get this error with Java 17
> 
>
> Key: NETBEANS-6034
> URL: https://issues.apache.org/jira/browse/NETBEANS-6034
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Abraham Tehrani
>Priority: Major
>
> java.lang.NoSuchMethodError: 'void 
> com.sun.tools.javac.util.Log.(com.sun.tools.javac.util.Context, 
> java.io.PrintWriter, java.io.PrintWriter, java.io.PrintWriter)'
>   at org.netbeans.lib.nbjavac.services.NBLog.(NBLog.java:55)
>   at org.netbeans.lib.nbjavac.services.NBLog.(NBLog.java:40)
>   at org.netbeans.lib.nbjavac.services.NBLog$1.make(NBLog.java:73)
>   at org.netbeans.lib.nbjavac.services.NBLog$1.make(NBLog.java:70)
>   at jdk.compiler/com.sun.tools.javac.util.Context.get(Context.java:149)
>   at jdk.compiler/com.sun.tools.javac.util.Log.instance(Log.java:234)
>   at 
> jdk.compiler/com.sun.tools.javac.main.Arguments.(Arguments.java:120)
>   at 
> jdk.compiler/com.sun.tools.javac.main.Arguments.instance(Arguments.java:112)
>   at 
> jdk.compiler/com.sun.tools.javac.api.JavacTool.getTask(JavacTool.java:190)
>   at 
> org.netbeans.modules.java.source.parsing.JavacParser.createJavacTask(JavacParser.java:992)
>   at 
> org.netbeans.modules.java.source.parsing.JavacParser.createJavacTask(JavacParser.java:839)
>   at 
> org.netbeans.modules.java.source.parsing.CompilationInfoImpl.getJavacTask(CompilationInfoImpl.java:428)
>   at 
> org.netbeans.modules.java.source.parsing.CompilationInfoImpl.getJavacTask(CompilationInfoImpl.java:410)
>   at 
> org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:510)
>   at 
> org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:139)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callGetResult(TaskProcessor.java:608)
>   at 
> org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:239)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:775)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
> [catch] at 
> org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
>   at 
> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
>   at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>   at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



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

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

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



[jira] [Resolved] (NETBEANS-6035) Can't create simple Java application

2021-09-28 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-6035.
---
Resolution: Information Provided

> Can't create simple Java application
> 
>
> Key: NETBEANS-6035
> URL: https://issues.apache.org/jira/browse/NETBEANS-6035
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
>Reporter: Claudi
>Priority: Major
>
> I wanted to try Netbeans for Java development and just tried to create a new 
> Java project with File  > New Project > Java with Ant > Java Application.
> After I closed the wizard, it did nothing but creating an incomplete project 
> directory tree, and a exception below was raised (as a side note, attempting 
> to use Maven also fails by raising a different exception; don't know if it 
> could be related):
> *EDIT: I'm using jdk-16.0.1*
> {color:#ff}{{SEVERE [org.openide.util.RequestProcessor]: Error in 
> RequestProcessor org.openide.WizardDescriptor$Listener$2$1SEVERE 
> [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.openide.WizardDescriptor$Listener$2$1java.lang.ClassNotFoundException: 
> com.sun.tools.javac.code.Symbol starting from 
> ModuleCL@2e69087c[org.netbeans.modules.java.source.base] with possible 
> defining loaders null and declared parents 
> [ModuleCL@707fb083[org.netbeans.modules.editor.indent], 
> ModuleCL@4e40126[org.netbeans.modules.editor.util], 
> ModuleCL@140d412f[org.netbeans.lib.nbjavac], 
> ModuleCL@7f8e3b83[org.netbeans.modules.java.lexer], 
> org.netbeans.MainImpl$BootClassLoader@6e8cf4c6, 
> ModuleCL@4ab2142e[org.netbeans.modules.editor.settings], 
> ModuleCL@12c7fde0[org.netbeans.modules.projectuiapi.base], 
> ModuleCL@5043c19f[org.netbeans.modules.java.platform], 
> ModuleCL@3fe95cd0[org.netbeans.modules.editor.guards], 
> org.netbeans.JarClassLoader@5997321a, ...20 more] at 
> org.netbeans.ProxyClassLoader.doFindClass(ProxyClassLoader.java:215) at 
> org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:125) at 
> java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519)Caused: 
> java.lang.NoClassDefFoundError: com/sun/tools/javac/code/Symbol at 
> org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.lambda$getModulesByName$22(ModuleClassPaths.java:1134)
>  at 
> java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
>  at 
> java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
>  at 
> java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
>  at 
> java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
>  at 
> java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
>  at 
> java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
>  at 
> java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
>  at 
> java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
>  at 
> java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
>  at 
> org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.getModulesByName(ModuleClassPaths.java:1133)
>  at 
> org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.getResources(ModuleClassPaths.java:746)
>  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 
> 

[jira] [Resolved] (NETBEANS-6042) JDK 17 project fails to run

2021-09-28 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-6042.
---
Resolution: Information Provided

> JDK 17 project fails to run
> ---
>
> Key: NETBEANS-6042
> URL: https://issues.apache.org/jira/browse/NETBEANS-6042
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 12.5
>Reporter: Vano Beridze
>Priority: Blocker
>
> # Run NetBeans with Oracle JDK 17
>  # Create Java Maven Project
>  # Create Main class with main method that prints something
>  # Run project from IDE
>  # NetBeans fails to compile the program with the following output
> Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) 
> on project myproject: Fatal error compiling: error: invalid target release: 
> 17 -> [Help 1]



--
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-6042) JDK 17 project fails to run

2021-09-28 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6042:
---

NetBeans does not have full Java 17 support. Java 17 just reached GA a few days 
before NB 12.5 came out.

Also it maybe the maven compiler plugin need a version bump to support java 17.

> JDK 17 project fails to run
> ---
>
> Key: NETBEANS-6042
> URL: https://issues.apache.org/jira/browse/NETBEANS-6042
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 12.5
>Reporter: Vano Beridze
>Priority: Blocker
>
> # Run NetBeans with Oracle JDK 17
>  # Create Java Maven Project
>  # Create Main class with main method that prints something
>  # Run project from IDE
>  # NetBeans fails to compile the program with the following output
> Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) 
> on project myproject: Fatal error compiling: error: invalid target release: 
> 17 -> [Help 1]



--
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-971) Can't open tools/options

2021-09-28 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-971:
--

[~jeff_g...@yahoo.com] This issue is closed. File a new one with more 
information on your case!

> Can't open tools/options
> 
>
> Key: NETBEANS-971
> URL: https://issues.apache.org/jira/browse/NETBEANS-971
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Actions/Menu/Toolbar
>Affects Versions: 8.2
> Environment: Product Version: NetBeans IDE 8.2 (Build 201609300101)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 10.0.1; Java HotSpot(TM) 64-Bit Server VM 10.0.1+10
> Runtime: Java(TM) SE Runtime Environment 10.0.1+10
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_GB (nb)
> User directory: C:\Users\bob\AppData\Roaming\NetBeans\8.2
> Cache directory: C:\Users\bob\AppData\Local\NetBeans\Cache\8.2
>Reporter: Bob Findlay
>Priority: Blocker
> Attachments: netbeans.log
>
>
> If I select tools config I get no window appear.  On another computer I've 
> installed the same version of netbeans and it works fine.
> I didn't have an api.properties so I tried creating one in 
> C:\Users\bob\AppData\Roaming\NetBeans\8.2\config\Preferences\org\netbeans\modules\options
> containing 
>  
> OptionsHeight = 500
> OptionsWidth = 871
> OptionsX = 100
> OptionsY = 117
>  
> but it didn't help
> log file attached



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

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

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



[jira] [Resolved] (NETBEANS-6057) Missing automatic import function of my configuration after update from version 12.4 to version 12.5 (OS Ubuntu)

2021-09-28 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-6057.
---
Resolution: Information Provided

> Missing automatic import function of my configuration after update from 
> version 12.4 to version 12.5 (OS Ubuntu)
> 
>
> Key: NETBEANS-6057
> URL: https://issues.apache.org/jira/browse/NETBEANS-6057
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Welcome
>Affects Versions: 12.5
>Reporter: Thomas Kirsch
>Priority: Major
>
> After updating from version 12.4 to 12.5 the complete configuration of 12.4 
> disappeared. When opening the new version for the first time, the usual 
> question if all settings should be taken over from the previous version did 
> not appear. The list of remote connections is empty. All passwords are gone.



--
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-6072) Can't load/reload Gradle project, NB always attempts to download Gradle 7.0

2021-09-28 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6072:
---

What is the JDK you are running NetBeans on. If it is Java 16, then NetBeans 
has to use Gradle 7, otherwise it cannot evaluate the project.

> Can't load/reload Gradle project, NB always attempts to download Gradle 7.0
> ---
>
> Key: NETBEANS-6072
> URL: https://issues.apache.org/jira/browse/NETBEANS-6072
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
>Reporter: Paul Gifford
>Priority: Major
>
> *Environment*: I develop on a computer that has never been and will never be 
> connected to the Internet.
> When loading a Gradle project I get a notification stating "Cannot load 
> (specific project path)" with detail "Could not install Gradle distribution 
> from `https://services.gradle.org/distributions/gradle-7.0-bin.zip'."  I get 
> the same message when I try to reload the project.
> I upgraded from NB 12.4 to 12.5 and imported my settings (which specify the 
> path to my local Gradle 6.8.3 installation).  The panel at Tools | Options | 
> Java | Gradle has the correct Gradle User Home.  "Gradle Distribution: 
> Custom" is checked and the path is that of my local Gradle installation.  No 
> other boxes in the "Execution" category are checked.
> Every class appears to have errors and my code is littered with red 
> underlines due to "cannot find symbol" errors.  NB 12.5 is unusable because 
> of this.  I can compile my project but the errors remain.
> This did not occur with NB 12.4.



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

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

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



[jira] [Resolved] (NETBEANS-2391) NPE when opening Android projects

2021-09-26 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-2391.
---
Resolution: Abandoned

Probably the NPE is gone, however NB won't be really useful on Android porjects.

> NPE when opening Android projects
> -
>
> Key: NETBEANS-2391
> URL: https://issues.apache.org/jira/browse/NETBEANS-2391
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Gradle 5.3.1
> Netbeans 11.0
> com.android.tools.build:gradle:3.2.1
>Reporter: Dirk Steinmetz
>Priority: Major
>
> Opening Android projects causes a NPE (as do some other operations on that 
> project later on).
> *STR:*
>  0. Download and install Android Studio, create any default project.
>  1. Open that project in netbeans 11.0 (make sure to open the 'real' project, 
> usually called 'app')
> *Expected:*
>  The project opens (albeit maybe some or all Android-specific features are 
> unavailable).
> *Actual:*
> {noformat}
> java.lang.NullPointerException    at 
> java.util.AbstractCollection.addAll(AbstractCollection.java:343)    at 
> org.netbeans.modules.gradle.api.GradleBaseProjectBuilder.processDependencies(GradleBaseProjectBuilder.java:128)
>     at 
> org.netbeans.modules.gradle.api.GradleBaseProjectBuilder.build(GradleBaseProjectBuilder.java:75)
>     at 
> org.netbeans.modules.gradle.api.GradleBaseProjectBuilder$Extractor.extract(GradleBaseProjectBuilder.java:288)
>     at 
> org.netbeans.modules.gradle.GradleProjectCache.createGradleProject(GradleProjectCache.java:432)
>     at 
> org.netbeans.modules.gradle.GradleProjectCache.loadGradleProject(GradleProjectCache.java:257)
>     at 
> org.netbeans.modules.gradle.GradleProjectCache.access$100(GradleProjectCache.java:85)[catch]
>  at 
> org.netbeans.modules.gradle.GradleProjectCache$ProjectLoaderTask.call(GradleProjectCache.java:348)
>     at 
> org.netbeans.modules.gradle.GradleProjectCache$ProjectLoaderTask.call(GradleProjectCache.java:326)
>     at java.util.concurrent.FutureTask.run(FutureTask.java:266)    at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)    at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)  
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)    at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){noformat}
> *Reason / Potential partial fix:*
>  
> [GradleBaseProjectBuilder.java:127f|https://github.com/apache/incubator-netbeans/blob/master/groovy/gradle/src/org/netbeans/modules/gradle/api/GradleBaseProjectBuilder.java#L127]:
> {code:java}
> Set dirs = (Set) info.get("sourceset_" + name + 
> "_output_classes");
> sourceSetOutputs.addAll(dirs);
> {code}
> expects a non-null "_output_classes" set for a source set, while
>  
> [NbProjectInfoBuilder.groovy|https://github.com/apache/incubator-netbeans/blob/master/groovy/gradle/netbeans-gradle-tooling/src/main/groovy/org/netbeans/modules/gradle/tooling/NbProjectInfoBuilder.groovy#L242]
>  has a separate path for Android projects that does not (always?) populate 
> that field.
> In my tests just adding a null check works, although generated code and 
> android sources are still unavailable while editing. There is an exception 
> down the road when opening the "Sources" category in the project categories, 
> though:
> {noformat}
> java.lang.NullPointerException    at 
> org.netbeans.modules.gradle.java.customizer.SourceSetPanel.(SourceSetPanel.java:63)
>     at 
> org.netbeans.modules.gradle.java.customizer.SourcesPanel.(SourcesPanel.java:55)
>     at 
> org.netbeans.modules.gradle.java.customizer.SourcesPanel$1.createComponent(SourcesPanel.java:74)
>     at 
> org.netbeans.modules.gradle.spi.customizer.support.FilterPanelProvider.createComponent(FilterPanelProvider.java:58)
>     at 
> org.netbeans.spi.project.ui.support.ProjectCustomizer$DelegateCategoryProvider.create(ProjectCustomizer.java:604)
>     at 
> org.netbeans.modules.project.uiapi.CustomizerPane.setCategory(CustomizerPane.java:234)
>     at 
> org.netbeans.modules.project.uiapi.CustomizerPane.access$200(CustomizerPane.java:47)
>     at 
> org.netbeans.modules.project.uiapi.CustomizerPane$CategoryChangeListener.propertyChange(CustomizerPane.java:320)
>     at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)  
>   at 
> java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
>     at 
> java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
>     at 
> org.netbeans.modules.project.uiapi.CategoryModel.firePropertyChange(CategoryModel.java:93)
>     at 
> org.netbeans.modules.project.uiapi.CategoryModel.setCurrentCategory(CategoryModel.java:67)
>     at 
> 

[jira] [Resolved] (NETBEANS-2368) Allow selection of Gradle Distribution Type

2021-09-26 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-2368.
---
Resolution: Won't Do

That would just make the UI over complicated. The bin distribution is that most 
likely the 99% of the projects would use. If you need the full distribution it 
is ok to download that from the net and configure NetBeans using that.

> Allow selection of Gradle Distribution Type
> ---
>
> Key: NETBEANS-2368
> URL: https://issues.apache.org/jira/browse/NETBEANS-2368
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 11.0
>Reporter: gdpr3
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: usability
>
> Tools->Options->Java->Gradle
> In this Distribution section there should be a drop-down or check box to 
> select the distribution type of Gradle. Currently it supports selecting the 
> Gradle version and defaulting to the 'bin' distribution – it should also 
> allow you to select the type (all distribution)



--
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-6057) Missing automatic import function of my configuration after update from version 12.4 to version 12.5 (OS Ubuntu)

2021-09-26 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6057:
---

Iḿ guessing you are using the Snap distribution. The directory layout has 
changed this time.

{{Try the following while NetBeans is down:}}

{{cp -r $HOME/snap/netbeans/common/data/12.4/* $/snap/netbeans/current/}}

 

{{Then start NetBeans}}

> Missing automatic import function of my configuration after update from 
> version 12.4 to version 12.5 (OS Ubuntu)
> 
>
> Key: NETBEANS-6057
> URL: https://issues.apache.org/jira/browse/NETBEANS-6057
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Welcome
>Affects Versions: 12.5
>Reporter: Thomas Kirsch
>Priority: Major
>
> After updating from version 12.4 to 12.5 the complete configuration of 12.4 
> disappeared. When opening the new version for the first time, the usual 
> question if all settings should be taken over from the previous version did 
> not appear. The list of remote connections is empty. All passwords are gone.



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

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

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



[jira] [Resolved] (NETBEANS-5691) Gradle 3rd level api-dependencies are not resolved correclty.

2021-09-26 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-5691.
---
Resolution: Resolved

> Gradle 3rd level api-dependencies are not resolved correclty.
> -
>
> Key: NETBEANS-5691
> URL: https://issues.apache.org/jira/browse/NETBEANS-5691
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.3
> Environment: Java 15
> Gradle 6.7
> Ubuntu 21
>Reporter: Martin
>Assignee: Laszlo Kishalmi
>Priority: Minor
>
> First of all: gradle support in NB is great! Maybe best there is!
>  
> I have a multproject  java modular gradle build.
> If a project has an api dependency to a second project, that works fine.
>  
> However if a 3rd project also has an dependency to the 2nd project, that does 
> not work.
> NB does not recognize the classes from the 1st project.
> The gradle build works.
>  
> This can be overcome by manually adding the implementation dependency of 
> project 1 to project 3 in project 3's build.gradle.
> However that is what you do NOT want to do and why you are using gradle in 
> the first place... (among other things of course)
> Steps to reproduce: Create gradle project with java modular solution 
> (infer-module-path = true). Create 3 projects with "requires transitive" in 
> module-info.java and "api dependency" build.gradle as described .
>  
>  
>  



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

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

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



[jira] [Resolved] (NETBEANS-5941) Gradle Navigator can't execute Tasks any more

2021-09-26 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-5941.
---
Resolution: Fixed

> Gradle Navigator can't execute Tasks any more
> -
>
> Key: NETBEANS-5941
> URL: https://issues.apache.org/jira/browse/NETBEANS-5941
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> This is a regression happened with enabled state added to Gradle actions.



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

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

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



[jira] [Resolved] (NETBEANS-6065) Gradle Tests Leaks Connection to Gradle Daemon

2021-09-26 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-6065.
---
Fix Version/s: 12.6
   Resolution: Fixed

> Gradle Tests Leaks Connection to Gradle Daemon
> --
>
> Key: NETBEANS-6065
> URL: https://issues.apache.org/jira/browse/NETBEANS-6065
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.6
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Test can hang/lock on open connections to a Gradle Daemon.



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

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

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



[jira] [Resolved] (NETBEANS-5627) Gradle project Lookup inconsistent until OpenProjects.open()

2021-09-26 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-5627.
---
Fix Version/s: 12.5
   Resolution: Fixed

> Gradle project Lookup inconsistent until OpenProjects.open()
> 
>
> Key: NETBEANS-5627
> URL: https://issues.apache.org/jira/browse/NETBEANS-5627
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Svatopluk Dedic
>Assignee: Svatopluk Dedic
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.5
>
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Gradle fallback support recognizes several plugins from the directory 
> structure (without reading the {{build.gradle}} file): groovy, java,  scala, 
> war.
> However project Lookup does not contain services for those Plugins, until 
> OpenProjects.open() is called. The Project, however still untrusted, and 
> unevaluated, starts to serve java-related services.
> This is inconsistent with project API's philosophy: 
> [https://bits.netbeans.org/dev/javadoc/org-netbeans-modules-projectuiapi-base/org/netbeans/api/project/ui/OpenProjects.html]
> {quote}*Only certain operations should actually be aware of which projects 
> are "open"; by default, all project functionality should be available whether 
> it is open or not.*
> {quote}
> In this particular situation, ClassPath.getClassPath(sourceFile, SOURCE) does 
> not return ClassPath even though Gradle fallback support recognizes 'java' 
> and 'java-base' plugins until the project opens in the UI. For the rest of 
> the IDE, the project appears as not having any sources in it - the returned 
> ClassPath is not marked as incomplete, but simply does not exist.



--
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-6065) Gradle Tests Leaks Connection to Gradle Daemon

2021-09-26 Thread Laszlo Kishalmi (Jira)
Laszlo Kishalmi created NETBEANS-6065:
-

 Summary: Gradle Tests Leaks Connection to Gradle Daemon
 Key: NETBEANS-6065
 URL: https://issues.apache.org/jira/browse/NETBEANS-6065
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Gradle
Reporter: Laszlo Kishalmi
Assignee: Laszlo Kishalmi


Test can hang/lock on open connections to a Gradle Daemon.



--
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-5627) Gradle project Lookup inconsistent until OpenProjects.open()

2021-09-25 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5627:
---

I think I found the issue. Whenever we turn to Gradle in the test we leave a 
Gradle project connection open which at the end keeps the daemon running.

Iḿ working on a solution for that.

> Gradle project Lookup inconsistent until OpenProjects.open()
> 
>
> Key: NETBEANS-5627
> URL: https://issues.apache.org/jira/browse/NETBEANS-5627
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Svatopluk Dedic
>Assignee: Svatopluk Dedic
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Gradle fallback support recognizes several plugins from the directory 
> structure (without reading the {{build.gradle}} file): groovy, java,  scala, 
> war.
> However project Lookup does not contain services for those Plugins, until 
> OpenProjects.open() is called. The Project, however still untrusted, and 
> unevaluated, starts to serve java-related services.
> This is inconsistent with project API's philosophy: 
> [https://bits.netbeans.org/dev/javadoc/org-netbeans-modules-projectuiapi-base/org/netbeans/api/project/ui/OpenProjects.html]
> {quote}*Only certain operations should actually be aware of which projects 
> are "open"; by default, all project functionality should be available whether 
> it is open or not.*
> {quote}
> In this particular situation, ClassPath.getClassPath(sourceFile, SOURCE) does 
> not return ClassPath even though Gradle fallback support recognizes 'java' 
> and 'java-base' plugins until the project opens in the UI. For the rest of 
> the IDE, the project appears as not having any sources in it - the returned 
> ClassPath is not marked as incomplete, but simply does not exist.



--
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-6015) Java heap space - Out of Memory Error

2021-09-25 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6015:
---

is this a PHP project?

A heapdump might be useful.

> Java heap space - Out of Memory Error
> -
>
> Key: NETBEANS-6015
> URL: https://issues.apache.org/jira/browse/NETBEANS-6015
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
> Environment: Ubuntu 20.4
> Open JDK 11
>Reporter: Anisur Mullick
>Priority: Blocker
>  Labels: background-scanning
>
> 
>  2021-09-17T08:06:27
>  1631846187154
>  48
>  global
>  1000
>  22
>  
> /home/anisur/snap/netbeans/common/data/12.4/var/log/heapdump.hprof
>  
>  java.lang.OutOfMemoryError: Java heap space
>  
> 
> 
>  2021-09-17T08:17:35
>  1631846855694
>  79
>  org.netbeans.ui
>  700
>  35
>  UI_ENABLED_MODULES
>  UI_ENABLED_MODULES
>  org.netbeans.modules.uihandler.Bundle
>  org.netbeans.modules.testng.ant [2.27]
>  org.openide.filesystems.nb [9.22]
>  org.netbeans.modules.xml.wsdl.model/1 [1.45.0.1]
>  org.netbeans.modules.web.common [1.111]
>  org.netbeans.modules.nbjunit/1 [1.102]
>  org.netbeans.modules.welcome/1 [1.54]
>  org.netbeans.modules.languages.ini [1.37]
>  org.netbeans.modules.ant.hints/1 [1.6]
>  org.eclipse.mylyn.commons.core [3.17.0]
>  org.netbeans.modules.localtasks [1.37]
>  org.netbeans.modules.editor.mimelookup.impl/1 [1.44]
>  org.netbeans.modules.php.zend [1.44]
>  org.netbeans.modules.php.dbgp [1.54]
>  org.netbeans.modules.ant.grammar/1 [1.56]
>  org.netbeans.modules.extexecution.base/2 [1.18]
>  org.netbeans.modules.project.indexingbridge [1.29]
>  org.netbeans.modules.php.smarty [1.98]
>  org.netbeans.modules.java.editor.base [2.77.0.1]
>  org.netbeans.modules.refactoring.api [1.59.0.1]
>  org.netbeans.api.web.webmodule [1.50]
>  org.netbeans.modules.java.editor/1 [2.80.0.12.1.1.1]
>  org.netbeans.libs.osgi [1.34]
>  org.netbeans.modules.versioning.util [1.82.0.42.1]
>  org.netbeans.modules.i18n/1 [1.65]
>  org.netbeans.modules.xml.lexer [1.42]
>  org.eclipse.core.runtime.compatibility.auth [3.2.200]
>  org.netbeans.libs.svnClientAdapter/1 [1.52]
>  org.netbeans.modules.db.metadata.model/1 [1.23]
>  org.openide.modules [7.60]
>  org.netbeans.modules.ide.branding/1 [1.44]
>  org.netbeans.modules.project.ant.ui/1 [1.77]
>  org.netbeans.modules.testng [2.32]
>  org.netbeans.modules.javascript2.react [0.11]
>  org.netbeans.modules.groovy.editor/2 [1.75]
>  org.netbeans.modules.php.code.analysis [0.25]
>  org.netbeans.modules.form.kit [1.40]
>  org.netbeans.lib.uihandler [1.57]
>  org.netbeans.modules.updatecenters/1 [1.52]
>  org.eclipse.core.jobs [3.5.100]
>  org.netbeans.modules.markdown [1.0]
>  org.netbeans.modules.debugger.jpda.projectsui [1.15]
>  org.netbeans.modules.xml.catalog.ui [2.15.0.4]
>  org.eclipse.jgit [5.7.0]
>  org.netbeans.modules.defaults/1 [1.43]
>  org.apache.commons.logging [1.2]
>  org.netbeans.libs.ini4j/1 [1.46]
>  org.netbeans.modules.gradle.kit [1.8]
>  org.netbeans.modules.dlight.nativeexecution [1.51.0.1]
>  org.netbeans.modules.xml.axi [1.45]
>  org.netbeans.modules.java.disco [1.0]
>  org.netbeans.modules.editor.lib/3 [4.19.0.23.3.55]
>  org.netbeans.modules.java.platform.ui/1 [1.54]
>  org.netbeans.modules.utilities.project/1 [1.50]
>  org.netbeans.modules.hudson.subversion [1.41]
>  org.netbeans.modules.javascript2.source.query/0 [0.11]
>  org.netbeans.modules.maven.grammar/1 [1.59.0.1]
>  org.netbeans.modules.image/1 [1.60]
>  org.netbeans.spi.debugger.jpda.ui [3.15]
>  org.netbeans.api.annotations.common/1 [1.40]
>  org.netbeans.modules.derby [1.52]
>  org.netbeans.modules.html.indexing [1.2]
>  org.netbeans.modules.xml.text/2 [1.71.0.1]
>  org.netbeans.modules.dbapi [1.46.0.30]
>  org.netbeans.modules.php.twig/1 [1.37]
>  org.netbeans.modules.xml.tax/2 [1.56.0.281]
>  org.netbeans.libs.jna.platform/2 [2.7]
>  org.netbeans.libs.bytelist/1 [0.42.0.1]
>  org.netbeans.modules.dlight.nativeexecution.nb [1.12]
>  org.netbeans.modules.j2ee.persistenceapi/1 [1.48.0.1]
>  org.netbeans.api.progress.nb [1.60]
>  org.netbeans.modules.db.sql.visualeditor/1 [2.43.0.30]
>  org.eclipse.mylyn.tasks.core [3.17.0]
>  org.netbeans.modules.php.composer/0 [0.42]
>  org.netbeans.modules.j2ee.jpa.refactoring [1.43]
>  org.netbeans.modules.classfile/1 [1.64]
>  org.netbeans.modules.masterfs.linux [1.25]
>  org.netbeans.modules.lsp.client/0 [1.11.0.1.1]
>  org.netbeans.modules.keyring.impl [1.36]
>  org.netbeans.modules.java.project/1 [1.84]
>  org.netbeans.core.browser.webview/1 [1.27.0.1.1]
>  org.netbeans.modules.j2ee.api.ejbmodule [1.49]
>  org.netbeans.modules.maven.indexer/2 [2.52]
>  org.netbeans.modules.tasklist.kit [1.40]
>  org.netbeans.modules.java.source.nbjavac [1.12.0.1.3.25.5.1]
>  org.netbeans.modules.java.source.ant 

[jira] [Resolved] (NETBEANS-2385) Snap package unable to run

2021-09-25 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-2385.
---
Resolution: Information Provided

You are right the userdir has been moved to the $HOME/snap/netbeans/current 
directory in order to provide better upgrade experience in the future.

> Snap package unable to run
> --
>
> Key: NETBEANS-2385
> URL: https://issues.apache.org/jira/browse/NETBEANS-2385
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - LaunchersCLI
>Affects Versions: 10.0, 11.0, 12.5
> Environment: Ubuntu 14.04
>Reporter: Bartosz Tomasik
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> I'm using Netbeans snap package. However it seems there's some clash on what 
> netbeans detect as default java and what it tries to use, if I provide 
> _jdkhome_ as an argument everything works. otherwise I get error:
> {quote}{{$ netbeans }}
> {{JVMJ9VM007E Command-line option unrecognised: 
> --add-opens=java.base/java.net=ALL-UNNAMED}}
> {{Error: Could not create the Java Virtual Machine.}}
> {{Error: A fatal exception has occurred. Program will exit.}}
> {quote}
> in contradiction all of this works as expected:
> netbeans --jdkhome /usr/lib/jvm/java-1.11.0-openjdk-amd64
> netbeans --jdkhome /usr/lib/jvm/java-1.8.0-openjdk-amd64
> netbeans --jdkhome /usr/lib/jvm/ibm-java80-jdk-x86_64
> jdk11 is my default java
> {quote}$ update-java-alternatives -l
> ibm-java80-jdk-x86_64  80 /usr/lib/jvm/ibm-java80-jdk-x86_64
> ibm-java80-jre-x86_64  80 /usr/lib/jvm/ibm-java80-jre-x86_64
> java-1.11.0-openjdk-amd64     
> /usr/lib/jvm/java-1.11.0-openjdk-amd64
> java-1.8.0-openjdk-amd64   1081   
> /usr/lib/jvm/java-1.8.0-openjdk-amd64
> java-1.9.0-openjdk-amd64   1091   
> /usr/lib/jvm/java-1.9.0-openjdk-amd64
> {quote}



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

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

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



[jira] [Resolved] (NETBEANS-5959) Memory Gauge Font Looks Ugly

2021-08-27 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-5959.
---
Fix Version/s: 12.5
   Resolution: Duplicate

> Memory Gauge Font Looks Ugly
> 
>
> Key: NETBEANS-5959
> URL: https://issues.apache.org/jira/browse/NETBEANS-5959
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 12.5
>Reporter: Laszlo Kishalmi
>Priority: Major
> Fix For: 12.5
>
> Attachments: image-2021-08-27-22-24-19-048.png, 
> image-2021-08-27-22-24-37-808.png, image-2021-08-27-22-26-25-644.png
>
>
> Some recent changes made the Memory Gauge font almost unreadable on Ubuntu 
> with FlatLaf
> !image-2021-08-27-22-24-19-048.png!
> ^^^ FlatLaf Dark
> !image-2021-08-27-22-24-37-808.png!
> ^^^ FlatLaf Light
> !image-2021-08-27-22-26-25-644.png!
>  



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

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

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



[jira] [Created] (NETBEANS-5959) Memory Gauge Font Looks Ugly

2021-08-27 Thread Laszlo Kishalmi (Jira)
Laszlo Kishalmi created NETBEANS-5959:
-

 Summary: Memory Gauge Font Looks Ugly
 Key: NETBEANS-5959
 URL: https://issues.apache.org/jira/browse/NETBEANS-5959
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 12.5
Reporter: Laszlo Kishalmi
 Attachments: image-2021-08-27-22-24-19-048.png, 
image-2021-08-27-22-24-37-808.png, image-2021-08-27-22-26-25-644.png

Some recent changes made the Memory Gauge font almost unreadable on Ubuntu with 
FlatLaf

!image-2021-08-27-22-24-19-048.png!

^^^ FlatLaf Dark

!image-2021-08-27-22-24-37-808.png!

^^^ FlatLaf Light

!image-2021-08-27-22-26-25-644.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] [Commented] (NETBEANS-5476) New project - failure to open on Windows-Linux network path (WSL)

2021-08-27 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5476:
---

I know it would be a workaround, but maybe you could assign a drive letter 
mount to your WSL network path.

 

> New project - failure to open on Windows-Linux network path (WSL) 
> --
>
> Key: NETBEANS-5476
> URL: https://issues.apache.org/jira/browse/NETBEANS-5476
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Luca De Prisco
>Priority: Blocker
>
> Hello everybody,
> here is my situation:
> Windows 10 Pro with Ubuntu WSL 20.04 subsystem
> After installing the IDE NetBeans and have correctly installed the JDK 8, I 
> tried to create a new PHP project that aimed at existing sources.
>  In the specification of the "Sourcer Folder" I enter the following path:
> [wsl$/Ubuntu-20.04/home/luca/inova/|file:///Ubuntu-20.04/home/luca/inova/]
> The project is not created and I get a warning error message (at the bottom 
> right), with the following details:
>  
> java.net.URISyntaxException: Illegal character in hostname at index 10: 
> [file://wsl$/Ubuntu-20.04/home/luca/inova/|file:///Ubuntu-20.04/home/luca/inova/]
>  at java.net.URI$Parser.fail(URI.java:2848)
>  at java.net.URI$Parser.parseHostname(URI.java:3387)
>  at java.net.URI$Parser.parseServer(URI.java:3236)
>  at java.net.URI$Parser.parseAuthority(URI.java:3155)
>  at java.net.URI$Parser.parseHierarchical(URI.java:3097)
>  at java.net.URI$Parser.parse(URI.java:3053)
>  at java.net.URI.(URI.java:673)
>  at java.net.URI.(URI.java:774)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper.toURI(FileBasedURLMapper.java:111)
>  Caused: java.lang.Error
>  at 
> org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper.toURI(FileBasedURLMapper.java:113)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper.toURI(FileBasedURLMapper.java:105)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper.fileToURL(FileBasedURLMapper.java:87)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper.getURL(FileBasedURLMapper.java:50)
>  at 
> org.netbeans.modules.masterfs.MasterURLMapper.getURL(MasterURLMapper.java:44)
>  at org.openide.filesystems.URLMapper.findURL(URLMapper.java:115)
>  at org.openide.filesystems.FileObject.toURL(FileObject.java:1216)
>  at org.openide.filesystems.FileObject.toURI(FileObject.java:1227)
>  at 
> org.netbeans.modules.cpplite.project.CPPLiteProject.getRootPreferences(CPPLiteProject.java:64)
>  at 
> org.netbeans.modules.cpplite.project.CPPLiteProject.access$200(CPPLiteProject.java:51)
>  at 
> org.netbeans.modules.cpplite.project.CPPLiteProject$FactoryImpl.isProject2(CPPLiteProject.java:151)
>  at 
> org.netbeans.modules.cpplite.project.CPPLiteProject$FactoryImpl.isProject(CPPLiteProject.java:160)
>  at 
> org.netbeans.modules.cpplite.project.CPPLiteProject$FactoryImpl.loadProject(CPPLiteProject.java:165)
>  at 
> org.netbeans.modules.projectapi.nb.NbProjectManager.createProject(NbProjectManager.java:376)
>  at 
> org.netbeans.modules.projectapi.nb.NbProjectManager.access$300(NbProjectManager.java:69)
>  at 
> org.netbeans.modules.projectapi.nb.NbProjectManager$2.run(NbProjectManager.java:289)
>  at 
> org.netbeans.modules.projectapi.nb.NbProjectManager$2.run(NbProjectManager.java:218)
>  at 
> org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
>  at org.openide.util.Mutex.readAccess(Mutex.java:231)
>  at 
> org.netbeans.modules.projectapi.nb.NbProjectManager.findProject(NbProjectManager.java:218)
>  at 
> org.netbeans.api.project.ProjectManager.findProject(ProjectManager.java:142)
>  at 
> org.netbeans.modules.php.project.util.PhpProjectUtils.isProject(PhpProjectUtils.java:102)
>  at 
> org.netbeans.modules.php.project.ui.wizards.ConfigureProjectPanel.validateSources(ConfigureProjectPanel.java:480)
>  at 
> org.netbeans.modules.php.project.ui.wizards.ConfigureProjectPanel.isValid(ConfigureProjectPanel.java:246)
>  at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:850)
>  at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:797)
>  at org.openide.loaders.TemplateWizard.updateState(TemplateWizard.java:758)
>  at 
> org.netbeans.modules.project.ui.NewProjectWizard.updateState(NewProjectWizard.java:59)
>  at org.openide.WizardDescriptor._updateState(WizardDescriptor.java:775)
>  at org.openide.WizardDescriptor.access$200(WizardDescriptor.java:67)
>  at 
> org.openide.WizardDescriptor$Listener.stateChanged(WizardDescriptor.java:2156)
>  at 
> org.openide.util.WeakListenerImpl$Change.stateChanged(WeakListenerImpl.java:331)
>  at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:108)
>  at 

[jira] [Commented] (NETBEANS-5873) Netbeans stopped

2021-08-27 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5873:
---

Try to load the HeapDump to the ide and create a screenshot on the memory usage 
table.

Also you could compress the heapdump. Memleaks are usually good candidates to 
be compressed.

> Netbeans stopped
> 
>
> Key: NETBEANS-5873
> URL: https://issues.apache.org/jira/browse/NETBEANS-5873
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
> Environment: Windows 10 (latest updates) x64
> JRK 16.0.1
> 
>   2021-07-24T10:11:19
>   1627117879382
>   7128
>   global
>   1000
>   21
>   
> C:\Users\micro\AppData\Roaming\NetBeans\12.4\var\log\heapdump.hprof
>   
> java.lang.OutOfMemoryError: Java heap space
>   
> 
> 
>   2021-07-24T10:41:46
>   1627119706515
>   846
>   700
>   19
>   UI_USER_CONFIGURATION
>   UI_USER_CONFIGURATION
>   org.netbeans.modules.uihandler.Bundle
>   Windows 10, 10.0, amd64
>   Java HotSpot(TM) 64-Bit Server VM, 16.0.1+9-24, Java(TM) SE Runtime 
> Environment, 16.0.1+9-24
>   Apache NetBeans IDE 12.4
>   
>   OutOfMemoryError: Java heap space
>   Please provide a description of the problem or the steps to 
> reproduce
>   *
> 
> IDE Log
> ---
> >Log Session: Saturday, July 24, 2021 at 10:41:17 AM British Summer Time
> >System Info: 
>   Product Version = Apache NetBeans IDE 12.4
>   Operating System= Windows 10 version 10.0 running on amd64
>   Java; VM; Vendor= 16.0.1; Java HotSpot(TM) 64-Bit Server VM 
> 16.0.1+9-24; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 16.0.1+9-24
>   Java Home   = C:\Program Files\Java\jdk-16.0.1
>   System Locale; Encoding = en_GB (nb); Cp1252
>   Home Directory  = C:\Users\micro
>   Current Directory   = C:\Program Files\NetBeans-12.4
>   User Directory  = C:\Users\micro\AppData\Roaming\NetBeans\12.4
>   Cache Directory = C:\Users\micro\AppData\Local\NetBeans\Cache\12.4
>   Installation= C:\Program Files\NetBeans-12.4\netbeans\nb
> C:\Program Files\NetBeans-12.4\netbeans\ide
> C:\Program Files\NetBeans-12.4\netbeans\extide
> C:\Program Files\NetBeans-12.4\netbeans\webcommon
> C:\Program 
> Files\NetBeans-12.4\netbeans\websvccommon
> C:\Program Files\NetBeans-12.4\netbeans\php
> C:\Program Files\NetBeans-12.4\netbeans\harness
> C:\Program Files\NetBeans-12.4\netbeans\cpplite
> C:\Program Files\NetBeans-12.4\netbeans\platform
>   Boot & Ext. Classpath   = 
>   Application Classpath   = C:\Program 
> Files\NetBeans-12.4\netbeans\platform\lib\boot.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\lib\org-openide-modules.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Program
>  Files\NetBeans-12.4\netbeans\platform\lib\org-openide-util-ui.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\lib\org-openide-util.jar
>   Startup Classpath   = C:\Program 
> Files\NetBeans-12.4\netbeans\platform\core\asm-8.0.1.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\core\asm-commons-8.0.1.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\core\asm-tree-8.0.1.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\core\core-base.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\core\core.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Program
>  
> Files\NetBeans-12.4\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Program
>  
> Files\NetBeans-12.4\netbeans\platform\core\org-openide-filesystems.jar;C:\Program
>  Files\NetBeans-12.4\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\nb\core\locale\core_nb.jar
> ---
> INFO [org.netbeans.modules.netbinox]: Install area set to file:/C:/Program 
> Files/NetBeans-12.4/netbeans/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.structure which is deprecated.
> INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
>  slf4j.jdk14 [1.7.28 1.7.28]
>  slf4j.api [1.7.28 1.7.28]
>  org.openide.util.lookup [8.46 12.4-21726744165c946ba6619bff89e98d5863f26e22]
>  

[jira] [Commented] (NETBEANS-5937) Unable to run a Java FX project because "Browse JavaFX Applications Classes" Window appears and does nothing.

2021-08-27 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5937:
---

It would have been easier if you'd attach the screenshots itself to this issue. 
Or just cut and paste them to the description.

The pdf heavily reduces the readability of the images.

> Unable to run a Java FX project because "Browse JavaFX Applications Classes" 
> Window appears and does nothing.
> -
>
> Key: NETBEANS-5937
> URL: https://issues.apache.org/jira/browse/NETBEANS-5937
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
> Environment: See third screenshot.
>Reporter: Stephen David Cadwell
>Priority: Blocker
> Attachments: ScreenShots2021-08-21.pdf
>
>
> I can't build or run any project because the pop-up shown in the second 
> screenshot attached just sits there and does nothing for hours (literally - 
> the current record is in excess of 12 hours). I get the same result trying 
> the default "Hello World" classes in both JavaFX and Java. The first 
> screenshot shows the JDK version installed. The third screenshot shows the 
> hardware and OS info.



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

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

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



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

2021-08-27 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.
---
Resolution: Fixed

> 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: 1h
>  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-08-27 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-2373:
---

Well if there would be a test distribution the IDE would display Test Source 
Packages [java] and Test Distribution Files. Respecting that the current way is 
consistent. The [xy] after Source Packages are representimg the language type 
inside sourceset. There is no such thing for distributions.

> 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: 1h
>  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-5941) Gradle Navigator can't execute Tasks any more

2021-08-22 Thread Laszlo Kishalmi (Jira)
Laszlo Kishalmi created NETBEANS-5941:
-

 Summary: Gradle Navigator can't execute Tasks any more
 Key: NETBEANS-5941
 URL: https://issues.apache.org/jira/browse/NETBEANS-5941
 Project: NetBeans
  Issue Type: Bug
Reporter: Laszlo Kishalmi
Assignee: Laszlo Kishalmi


This is a regression happened with enabled state added to Gradle actions.



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

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

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



[jira] [Resolved] (NETBEANS-5859) Upgrade to JaCoCo 0.8.7 for Gradle Code Coverage

2021-08-21 Thread Laszlo Kishalmi (Jira)


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

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

> Upgrade to JaCoCo 0.8.7 for Gradle Code Coverage
> 
>
> Key: NETBEANS-5859
> URL: https://issues.apache.org/jira/browse/NETBEANS-5859
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.5
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> 0.8.7 makes the JDK 15 and 16 support official and JDK 17 support 
> experimental. Also that's the default tooling version in Gradle 7.1



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

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

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



[jira] [Resolved] (NETBEANS-5864) Detect Dark GTK Themes

2021-08-21 Thread Laszlo Kishalmi (Jira)


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

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

> Detect Dark GTK Themes
> --
>
> Key: NETBEANS-5864
> URL: https://issues.apache.org/jira/browse/NETBEANS-5864
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Other
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.5
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Set "nb.dark.theme" in UIManager if the current GTK theme is a dark one.



--
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-5813) IDE crash completely without internet

2021-08-19 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-5813:
--
Component/s: javaee - Payara

> IDE crash completely without internet
> -
>
> Key: NETBEANS-5813
> URL: https://issues.apache.org/jira/browse/NETBEANS-5813
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Payara
>Affects Versions: 12.4
> Environment: W10, JDK 1.8 Oracle
>Reporter: jose luis romero
>Priority: Blocker
>
> The IDE start up, but at the first "Opening projects" or "Scanning 
> background..." it froze, no action works, like double click on a project, it 
> stuck with  "Initializing..", no option in the menu response.
> It is simple to reproduce, just disable the Ethernet network
> {code:java}
> java.lang.NoClassDefFoundError: Could not initialize class 
> org.netbeans.modules.payara.jakartaee.Hk2JpaSupportImpl
>   at 
> org.netbeans.modules.payara.jakartaee.Hk2JavaEEPlatformImpl.initLocalLookup(Hk2JavaEEPlatformImpl.java:127)
>   at 
> org.netbeans.modules.payara.jakartaee.Hk2JavaEEPlatformImpl.(Hk2JavaEEPlatformImpl.java:314)
>   at 
> org.netbeans.modules.payara.jakartaee.Hk2JavaEEPlatformFactory.getJ2eePlatformImpl(Hk2JavaEEPlatformFactory.java:186)
>   at 
> org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getJ2eePlatformImpl(ServerInstance.java:322)
>   at 
> org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform.create(J2eePlatform.java:257)
>   at 
> org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance.getJ2eePlatform(ServerInstance.java:124)
>   at 
> org.netbeans.modules.j2ee.common.ProjectUtil.getPlatform(ProjectUtil.java:59)
>   at 
> org.netbeans.modules.j2ee.common.ProjectUtil.getSupportedProfiles(ProjectUtil.java:39)
>   at 
> org.netbeans.modules.maven.j2ee.web.WebRecoPrivTemplates.isServerSupportingEJB31(WebRecoPrivTemplates.java:194)
>   at 
> org.netbeans.modules.maven.j2ee.web.WebRecoPrivTemplates.getPrivilegedTemplates(WebRecoPrivTemplates.java:177)
>   at 
> org.netbeans.spi.project.ui.support.UILookupMergerSupport$PrivilegedTemplatesImpl.getPrivilegedTemplates(UILookupMergerSupport.java:171)
>   at 
> org.netbeans.modules.project.ui.OpenProjectList.getTemplateNamesLRU(OpenProjectList.java:1479)
>   at 
> org.netbeans.modules.project.ui.OpenProjectList.getTemplatesLRU(OpenProjectList.java:1176)
>   at 
> org.netbeans.modules.project.ui.OpenProjectList.prepareTemplates(OpenProjectList.java:1371)
>   at 
> org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1339)
>   at 
> org.netbeans.modules.project.ui.OpenProjectList.access$1600(OpenProjectList.java:116)
>   at 
> org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:513)
>   at 
> org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:384)
>   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> {code}



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

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

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



[jira] [Updated] (NETBEANS-5813) IDE crash completely without internet

2021-08-19 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-5813:
--
Priority: Major  (was: Blocker)

> IDE crash completely without internet
> -
>
> Key: NETBEANS-5813
> URL: https://issues.apache.org/jira/browse/NETBEANS-5813
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Payara
>Affects Versions: 12.4
> Environment: W10, JDK 1.8 Oracle
>Reporter: jose luis romero
>Priority: Major
>
> The IDE start up, but at the first "Opening projects" or "Scanning 
> background..." it froze, no action works, like double click on a project, it 
> stuck with  "Initializing..", no option in the menu response.
> It is simple to reproduce, just disable the Ethernet network
> {code:java}
> java.lang.NoClassDefFoundError: Could not initialize class 
> org.netbeans.modules.payara.jakartaee.Hk2JpaSupportImpl
>   at 
> org.netbeans.modules.payara.jakartaee.Hk2JavaEEPlatformImpl.initLocalLookup(Hk2JavaEEPlatformImpl.java:127)
>   at 
> org.netbeans.modules.payara.jakartaee.Hk2JavaEEPlatformImpl.(Hk2JavaEEPlatformImpl.java:314)
>   at 
> org.netbeans.modules.payara.jakartaee.Hk2JavaEEPlatformFactory.getJ2eePlatformImpl(Hk2JavaEEPlatformFactory.java:186)
>   at 
> org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getJ2eePlatformImpl(ServerInstance.java:322)
>   at 
> org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform.create(J2eePlatform.java:257)
>   at 
> org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance.getJ2eePlatform(ServerInstance.java:124)
>   at 
> org.netbeans.modules.j2ee.common.ProjectUtil.getPlatform(ProjectUtil.java:59)
>   at 
> org.netbeans.modules.j2ee.common.ProjectUtil.getSupportedProfiles(ProjectUtil.java:39)
>   at 
> org.netbeans.modules.maven.j2ee.web.WebRecoPrivTemplates.isServerSupportingEJB31(WebRecoPrivTemplates.java:194)
>   at 
> org.netbeans.modules.maven.j2ee.web.WebRecoPrivTemplates.getPrivilegedTemplates(WebRecoPrivTemplates.java:177)
>   at 
> org.netbeans.spi.project.ui.support.UILookupMergerSupport$PrivilegedTemplatesImpl.getPrivilegedTemplates(UILookupMergerSupport.java:171)
>   at 
> org.netbeans.modules.project.ui.OpenProjectList.getTemplateNamesLRU(OpenProjectList.java:1479)
>   at 
> org.netbeans.modules.project.ui.OpenProjectList.getTemplatesLRU(OpenProjectList.java:1176)
>   at 
> org.netbeans.modules.project.ui.OpenProjectList.prepareTemplates(OpenProjectList.java:1371)
>   at 
> org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1339)
>   at 
> org.netbeans.modules.project.ui.OpenProjectList.access$1600(OpenProjectList.java:116)
>   at 
> org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:513)
>   at 
> org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:384)
>   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> {code}



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

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

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



[jira] [Commented] (NETBEANS-4916) Remove confusing Compile on Save option from Gradle Projects

2021-08-06 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-4916:
---

{noformat}
-t, --continuous   Enables continuous build. Gradle does not 
exit and will re-execute tasks when task file inputs change.{noformat}
If you set your build actions properly that could eventually work.

> Remove confusing Compile on Save option from Gradle Projects
> 
>
> Key: NETBEANS-4916
> URL: https://issues.apache.org/jira/browse/NETBEANS-4916
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.2
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The Compile on Save functionality is not implemented. I have an old branch 
> for that from the pre NetBeans 11.0 days.
> It is better to remove that option as Gradle has its own ways to achieve this.



--
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-5781) Priming gradle build does not honor the gradle version set in Options/Java/Gradle

2021-07-28 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5781:
---

Oh, just seen the env section. OpenJDK 16. I guess your Gradle project using a 
6.x wrapper (or maybe older). Gradle supports Java 16 form 7.0+.

Due to some Gradle limitations priming build can only use the JDK what the IDE 
is running on. In these situations the IDE has to Gradle 7.0+ for priming 
builds.

You can either upgrade your project to Gradle 7.x or use Java 15 for the IDE.

Yes it is true, the IDE should have display something when this setting is 
overruled by JDK-Gradle compatibility.

> Priming gradle build does not honor the gradle version set in 
> Options/Java/Gradle
> -
>
> Key: NETBEANS-5781
> URL: https://issues.apache.org/jira/browse/NETBEANS-5781
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.4
> Environment: Ubuntu 20.04, AdoptOpenjdk 16.0.1, Netbeans 12.4.  JDK 
> and Netbeans were installed by downloads, not by the Ubuntu package manager.
>  
>Reporter: Guntram Blohm
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: gradle, version
> Attachments: Screenshot_2021-06-15_11-31-49.png
>
>
> When opening a gradle project, Netbeans does not honor the gradle version set 
> in Tools/Options/Java/Gradle, instead, it seems to always use gradle 7.0.0.
> I have an older project that uses deprecated features, so it needs gradle 
> 4.10.2 to load. Even when I set "Use Standard Gradle Version" to "4.10.2", 
> Netbeans uses gradle 7 to load the project, decides it can't, and makes the 
> project unusable. Pressing the "hammer" button (F11) to build the project 
> correctly uses Gradle 4.10.2 and builds the project.
> Attached screenshot shows, after "reload project", how Netbeans uses Gradle 
> 7.0 even with gradle 4.10.2 selected in Options.
>  



--
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-5781) Priming gradle build does not honor the gradle version set in Options/Java/Gradle

2021-07-28 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5781:
---

Quick question. What is the JDK you are running NetBeans on?

> Priming gradle build does not honor the gradle version set in 
> Options/Java/Gradle
> -
>
> Key: NETBEANS-5781
> URL: https://issues.apache.org/jira/browse/NETBEANS-5781
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.4
> Environment: Ubuntu 20.04, AdoptOpenjdk 16.0.1, Netbeans 12.4.  JDK 
> and Netbeans were installed by downloads, not by the Ubuntu package manager.
>  
>Reporter: Guntram Blohm
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: gradle, version
> Attachments: Screenshot_2021-06-15_11-31-49.png
>
>
> When opening a gradle project, Netbeans does not honor the gradle version set 
> in Tools/Options/Java/Gradle, instead, it seems to always use gradle 7.0.0.
> I have an older project that uses deprecated features, so it needs gradle 
> 4.10.2 to load. Even when I set "Use Standard Gradle Version" to "4.10.2", 
> Netbeans uses gradle 7 to load the project, decides it can't, and makes the 
> project unusable. Pressing the "hammer" button (F11) to build the project 
> correctly uses Gradle 4.10.2 and builds the project.
> Attached screenshot shows, after "reload project", how Netbeans uses Gradle 
> 7.0 even with gradle 4.10.2 selected in Options.
>  



--
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-5864) Detect Dark GTK Themes

2021-07-18 Thread Laszlo Kishalmi (Jira)
Laszlo Kishalmi created NETBEANS-5864:
-

 Summary: Detect Dark GTK Themes
 Key: NETBEANS-5864
 URL: https://issues.apache.org/jira/browse/NETBEANS-5864
 Project: NetBeans
  Issue Type: Improvement
  Components: platform - Other
Reporter: Laszlo Kishalmi
Assignee: Laszlo Kishalmi


Set "nb.dark.theme" in UIManager if the current GTK theme is a dark one.



--
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-5846) Gradle reports broken projects, but the build is just fine.

2021-07-15 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5846:
---

Well, just read the java-platform plugin documentation and it makes sense. BOM 
projects are just for, roughly saying, declaring dependencies. It does not make 
sense to bind repository to them. That would happen in the 
projects/sub-projects where they are being consumed.

I need to think how would be the best way to represent such projects in the UI, 
though for short term solution, I can probably put an exception in the 
dependency resolver not-to try to resolve dependencies in projects where the 
java-platform plugin is applied.

> Gradle reports broken projects, but the build is just fine.
> ---
>
> Key: NETBEANS-5846
> URL: https://issues.apache.org/jira/browse/NETBEANS-5846
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.4, 12.5
>Reporter: Svatopluk Dedic
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> To reproduce: checkout the project 
> {{g...@github.com:micronaut-projects/micronaut-test.git}} and open its 
> subproject *test-bom*
> The project load reports broken dependencies for:
>  
> {code:java}
> classpath
> +--- org.junit:junit-bom:5.7.1 -> 5.7.1 FAILED
> \--- org.spockframework:spock-bom:2.0-M3-groovy-3.0 -> 2.0-M3-groovy-3.0 
> FAILED
> {code}
> as well as *gradle dependencies* command. But the message is:
>  
> {quote} because no repositories are defined.
> {quote}
> But the outermost project defines *repositories* block. *gradle build* in the 
> -bom subproject succeeds - so perhaps it does not attempt to resolve the 
> entries in the _classpath_  configuration ?
> The net effect is that the 'bom' project is always marked with a warning and 
> 'resolve project problems' action does nothing. If a project's summary state 
> is displayed i.e. in a LSP client, the project as a whole appears to be buggy 
> (but it apparently is not).
> [~lkishalmi] could you please advise why Gradle is reporting 'no repositories 
> defined' ? Or how to filter out this type of no-errors from the retrieved 
> info maps ? Naturally I wouldn't like to suppress _real_ resolution errors...
>  



--
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-5859) Upgrade to JaCoCo 0.8.7 for Gradle Code Coverage

2021-07-15 Thread Laszlo Kishalmi (Jira)
Laszlo Kishalmi created NETBEANS-5859:
-

 Summary: Upgrade to JaCoCo 0.8.7 for Gradle Code Coverage
 Key: NETBEANS-5859
 URL: https://issues.apache.org/jira/browse/NETBEANS-5859
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Gradle
Reporter: Laszlo Kishalmi
Assignee: Laszlo Kishalmi


0.8.7 makes the JDK 15 and 16 support official and JDK 17 support experimental. 
Also that's the default tooling version in Gradle 7.1



--
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-4445) Slowness detected for 329 s. It happens at evry Netbeans start-up during project exploring.

2021-07-01 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-4445:
---

I'd guess the source code responsible for this behavior is in the idk file 
handling internals for Windows

> Slowness detected for 329 s. It happens at evry Netbeans start-up during 
> project exploring. 
> 
>
> Key: NETBEANS-4445
> URL: https://issues.apache.org/jira/browse/NETBEANS-4445
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Antonino Giordano
>Priority: Minor
>




--
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-5768) Gradle projects with settings.gradle but not build.gradle are not recognized

2021-06-28 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5768:
---

Yes. Thank you!

> Gradle projects with settings.gradle but not build.gradle are not recognized
> 
>
> Key: NETBEANS-5768
> URL: https://issues.apache.org/jira/browse/NETBEANS-5768
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 12.4
> Environment: Gradle 7.0.2
> NetBeans 12.4
> OpenJDK 16
>Reporter: Scott Palmer
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> Running "gradle init" to initialize a new Java application project will make 
> a project structure with a few sub projects (application and libraries), but 
> no build.gradle file in the root.  It just has the settings.gradle file that 
> points to the sub-projects.
> NetBeans project open dialog does not recognize the root folder as a project.
> A simple work around is to make an empty build.gradle file in the root folder 
> of the project, but NetBeans should be able to handle this valid project 
> structure, particularly since it is the "default" structure coming from 
> "gradle init"



--
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-5802) Gradle project wizard should use gradle init

2021-06-22 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5802:
---

Well NETBEANS-5768 could be an easy fix in GradleFiles. Adding a few suitable 
unit tests there would help as well, but as long as the Gradle Tests runs we 
would be good.

> Gradle project wizard should use gradle init
> 
>
> Key: NETBEANS-5802
> URL: https://issues.apache.org/jira/browse/NETBEANS-5802
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 12.3
>Reporter: Jaroslav Tulach
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> Hello Laszlo. As soon as I implemented the [VSCode project 
> wizard|https://github.com/apache/netbeans/pull/2999] I got following feedback:
> {quote}The New Java Project wizard uses an unusual Gradle template with an 
> older deprecated plugins syntax and jacoco included for some reason.
> To make this feature maintainable we should instead use the existing "gradle 
> init" functionality:
> {code:java}
> gradle init --type java-application --test-framework junit-jupiter --dsl 
> groovy --package com.example --project-name example
> {code}
> {quote}
> Shall we switch the new project in NetBeans to use the above given command? 
> Do you want to do it? Or shall I do it?



--
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-5802) Gradle project wizard should use gradle init

2021-06-21 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5802:
---

That feature would be really nice. Unfortunately my time and energy is focused 
on other things than NetBeans these days.

> Gradle project wizard should use gradle init
> 
>
> Key: NETBEANS-5802
> URL: https://issues.apache.org/jira/browse/NETBEANS-5802
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 12.3
>Reporter: Jaroslav Tulach
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> Hello Laszlo. As soon as I implemented the [VSCode project 
> wizard|https://github.com/apache/netbeans/pull/2999] I got following feedback:
> {quote}The New Java Project wizard uses an unusual Gradle template with an 
> older deprecated plugins syntax and jacoco included for some reason.
> To make this feature maintainable we should instead use the existing "gradle 
> init" functionality:
> {code:java}
> gradle init --type java-application --test-framework junit-jupiter --dsl 
> groovy --package com.example --project-name example
> {code}
> {quote}
> Shall we switch the new project in NetBeans to use the above given command? 
> Do you want to do it? Or shall I do it?



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

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

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



[jira] [Resolved] (NETBEANS-5791) tugas

2021-06-17 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-5791.
---
Resolution: Cannot Reproduce

> tugas 
> --
>
> Key: NETBEANS-5791
> URL: https://issues.apache.org/jira/browse/NETBEANS-5791
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Project
>Affects Versions: 12.2
>Reporter: muhammad dono
>Assignee: muhammad dono
>Priority: Major
> Fix For: Next
>
>




--
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-5711) Non-shared AuxiliaryConfiguration persisted in var/

2021-05-26 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5711:
---

Well, the Gradle implementation is almost a "mindless" copy of the Maven one.

The big question for me, that is it being used at all (in case of Gradle), as I 
saw that the project preferences are usually take precedence over these 
auxiliary configurations. So maybe (in case of Gradle) that can be safely 
removed.

> Non-shared AuxiliaryConfiguration persisted in var/
> ---
>
> Key: NETBEANS-5711
> URL: https://issues.apache.org/jira/browse/NETBEANS-5711
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle Java EE, projects - Maven
>Affects Versions: 12.4
>Reporter: Svatopluk Dedic
>Priority: Major
>
> The implementation of *gradle*  and *maven* project stores non-shared project 
> *AuxiliaryConfiguration* contents as FileObject attributes which in turn is 
> stored in *$nbuser/var* area. That are is however relatively 'transient' - 
> although it's not in *cache* dir, which can be routinely wiped out by some 
> users (e.g. in case of problems with the IDE), it is still outside of *conf* 
> area that holds IDE configuration.
> In addition, if a different userdir is used for the IDE run, these settings 
> are lost / not propagated, which can be seen as a bug or as a feature :)
> An alternative approach to *AuxiliaryConfiguration* can be developed that 
> uses *UserDefinedAttributeView* from NIO - could work on all major platforms 
> *including Windows.*
> **I am not sure about having this implemented directly in FileSystem layer as 
> some users may see the userdir-scoped storage as a feature. But definitely we 
> can make a stock implementation in Project API, that will obey a setting: to 
> work as it is now or use NIO APIs.
>  
> // cc: [~jtulach] for comments.



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

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

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



[jira] [Resolved] (NETBEANS-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=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



  1   2   3   4   5   6   7   8   9   10   >