netbeans
netbeans copied to clipboard
Apache NetBeans
### Apache NetBeans version Apache NetBeans 23 ### What happened I cloned the Netbeans repository and started from within Netbeans **ant build**. Then the build stops at https://github.com/apache/netbeans/blob/01a871f055428abdf37d5b5d09999909e5825a48/java/api.debugger.jpda/build.xml#L29 this line...
Put quotes around path so `C:\Program Files\Java\jdk-22\bin\java` can run. --- **^Add meaningful description above** By opening a pull request you confirm that, unless explicitly stated otherwise, the changes - -...
as discussed on the [dev list](https://lists.apache.org/thread/g9w0038rdsksony6xyl4q42vnj4jrjk4), this proposes to tweak the default setting of the documents list dropdown of the editor. option can be changed back in the main options...
The compiler can't decide if this is an `ExceptionAction` or a `Runnable` and marks the line as an error in-editor. Interestingly, the module builds fine. We can help the compiler...
### Apache NetBeans version Apache NetBeans latest daily build ### What happened The ValidateLayerConsistencyTest seems to be flaky: https://github.com/apache/netbeans/blob/2bdbb637653cf19179963a3150add8f99d8b6977/platform/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ValidateLayerConsistencyTest.java Sometimes fails in an assertion: ``` 2022-06-08T18:30:24.0613903Z [junit] FINE [org.openide.util.lookup.implspi.ActiveQueue]: Got...
see TODOs in https://github.com/apache/netbeans/blob/master/.github/workflows/main.yml current list of JDK 17 locked tests is: ``` java/java.mx.project java/gradle.java extide/gradle java/gradle.dependencies extide/o.apache.tools.ant.module apisupport/apisupport.ant ``` and the full GraalVM job: https://github.com/apache/netbeans/blob/a1a87f5bdc2c8e7467616250665e02e11af92674/.github/workflows/main.yml#L2501-L2503 due to https://github.com/apache/netbeans/issues/6925, details:...
while debugging a problem I noticed a performance anomaly when I debugged NB 23 with NB 22. (JDK Corretto 22.0.2, version made no difference) benchmark: 1. clear the test userdir...
### Apache NetBeans version Apache NetBeans 22 ### What happened Netbeans freeze on startup with a project using subversion. If i disable the network, everything goes well. svn version: 1.14.3...
### Description Add a repository overview that shows a branch graph and a list of all commits, similar to e.g. Atlassian Sourcetree. ### Use case/motivation I'm mostly using the command...
### Apache NetBeans version Apache NetBeans 23 ### What happened Working and making changes on different files and jumping from one file to another one sometimes triggers a webapp redeploy...