netbeans
netbeans copied to clipboard
Apache NetBeans
### Description Currently there's only a "Compile Workspace" command. It would be useful to also have a "Compile Folder" command. Previous issue: https://issues.apache.org/jira/browse/NETBEANS-5407 ### Use case/motivation * be able to...
### Description Currently, all Maven invocations use the `netbeans.jdkhome` JDK. However, I'd like a folder-level setting to be able to specify a custom JDK for running Maven. Previous issue: https://issues.apache.org/jira/browse/NETBEANS-5408...
java.lang.NullPointerException: Cannot invoke "javax.swing.text.AttributeSet.getAttribute(Object)"
### Apache NetBeans version Apache NetBeans 14 ### What happened Started NetBeans and got a notification saying: "A java.lang.NullPointerException exception has occurred. Please report this at https://netbeans.apache.org/nb/report-issue, including a copy...
Adding libjunixsocket-native-2.5.1.dylib to the list of native binaries that are signed when creating the macOS installer
### Apache NetBeans version Apache NetBeans 14 ### What happened Tried to load a Gradle project using Gradle v5.2.1 in Netbeans 14 and got this error: `Could not run build...
### Apache NetBeans version Apache NetBeans 15 release candidate ### What happened Just opened and closed some project groups when I got the following exception: ``` java.lang.IllegalArgumentException: object is not...
### Apache NetBeans version Apache NetBeans 14 ### What happened Internal error, after a while Netbeans will freeze completely. Tried with version 12.5 and fails the same way. ### How...
Well, last week I had a chance to spend a few hours debugging the ActionsManager in the debugger API. It was not a delightful experience. The code was written in...
When starting NB IDE, I have noticed that `*-compat8` module fragments are enabled - although they should not. `commit-validation` checks that all dependencies in the distribution are up-to-date, so no...