netbeans
netbeans copied to clipboard
Apache NetBeans
### Apache NetBeans version Apache NetBeans 22 release candidate ### What happened Using new JDK Configuration command to set all Java environments and extensions to same JDK. In the step...
### Apache NetBeans version Apache NetBeans 17 ### What happened The default Java DB drivers shown under NetBeans Services window point to incorrect/outdated Derby classes resulting in ClassNotFound exceptions when...
### Apache NetBeans version Apache NetBeans 22 release candidate ### What happened Opened project (`Gradle` project if that matters); brought up Project properties sources. Observed the `Source/Binary Format` truncated. ###...
### Description Netbeans contains great tool „[code templates](https://netbeans.apache.org/kb/docs/php/code-templates.html)“ that allows me to simplify my work. For many years I missed last functionality for the perfection, which is some additional string...
### Apache NetBeans version Apache NetBeans 16 ### What happened Ugly output ### How to reproduce Output panel -> Context menu -> wrap text ### Did this work correctly in...
resolves https://github.com/apache/netbeans/issues/6311 Fixes the issue linked to extracting parameterized lambda into a method. I tested manually all cases I have in mind. The fix itself is not nicest, but it...
### Apache NetBeans version Apache NetBeans 17 ### What happened Sometimes after saving the file, although in netbeans have seen the changeit, but is not actually saved in windows. ###...
### Apache NetBeans version Apache NetBeans 15 release candidate ### What happened When I change `Number of Spaces per Indent` for `Yaml` language to 2 and open YAML file indented...
### Apache NetBeans version Apache NetBeans 17 ### What happened No matter what type of JavaFX code I run, I get this error. ``` ant -f C:\\Users\\marog\\OneDrive\\Documents\\NetBeansProjects\\AssignmentThirteen -Dnb.internal.action.name=run.single -Djavac.includes=assignmentthirteen/AssignmentThirteen.java -Drun.class=assignmentthirteen.AssignmentThirteen...
the finalization mechanism is deprecated for removal. NetBeans is still using it occasionally. Usage must be replaced with alternatives like for example the Java 9 [Cleaner API](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/ref/Cleaner.html) where needed. JEP:...