netbeans
netbeans copied to clipboard
Apache NetBeans
Fixes a spurious error message that the file already exists shown when creating a module-info file, as reported in #4628 This is actually an `IndexOutOfBoundsException` caused by [javac changes](https://github.com/openjdk/jdk/commit/d6fb9d7256de94c3cc407b78dde3088aaf649db7) (`ModuleTree`...
With the addition of jakarta ee 10 API jars it was found, that there is an implicit assumption, that all JARs not referenced by modules have to be JDK 8...
### Apache NetBeans version Apache NetBeans 13 ### What happened AssertionError happens sometime and is : stacktrace: ``` java.lang.AssertionError at org.netbeans.modules.maven.embedder.impl.OfflineConnector.newInstance(OfflineConnector.java:43) at org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider.newRepositoryConnector(DefaultRepositoryConnectorProvider.java:107) at org.eclipse.aether.internal.impl.DefaultMetadataResolver$ResolveTask.run(DefaultMetadataResolver.java:584) at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:75) at org.eclipse.aether.internal.impl.DefaultMetadataResolver$1.execute(DefaultMetadataResolver.java:510) at...
### Description since offered linux version is a zip file, would be good to add an option to install/uninstall laucher into user (gnome/kde/xfce/etc) menu. to do so an option in...
This PR affects multi screen systems when the NetBeans main window is not the default window. There are several scattered uses of JFileChooser and JOptionPane which use null for parent,...
### Apache NetBeans version Apache NetBeans latest daily build ### What happened Some gradle plugins becomes project unloadable and show error ### How to reproduce I create minimal gradle project...
### Apache NetBeans version Apache NetBeans 15 ### What happened When programming on PHP, thanks to Netbeans Options->editor->formatting you can be in control of Blank Lines. Except for one critical...
### Apache NetBeans version Apache NetBeans 15 ### What happened Netbeans is not enable to parse some java file, with exception but no useful informations. ### How to reproduce [MessageStorageNoSessionRestServiceImpl.log](https://github.com/apache/netbeans/files/9756981/MessageStorageNoSessionRestServiceImpl.log)...
### Apache NetBeans version Apache NetBeans 15 ### What happened It looks like the documentation search for the display is not done by the full word, but by a few...
### Apache NetBeans version Apache NetBeans 15 ### What happened Rather than compiling code and then running it, my system compiles, dynamically loads, and then runs code all at runtime....