This project is mirrored from https://git.apache.org/repos/asf/netbeans.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 24 Aug, 2020 4 commits
-
-
Neil C Smith authored
Sync master to release121 for 12.1-beta4
-
Neil C Smith authored
[NETBEANS-4627] FlatLaf: fix wrong background color of search result table in Find Tasks Editor
-
Neil C Smith authored
[NETBEANS-3428] FlatLaf: fix selection background color in output view
-
Neil C Smith authored
[NETBEANS-4620] NullPointerException - finding occurrences
-
- 23 Aug, 2020 3 commits
-
-
Karl Tauber authored
-
Karl Tauber authored
-
Junichi Yamamoto authored
To avoid NPE, check new value is not `null` but `Caret`. If it's `null`, `BasicTextUI.editor` field may be `null`. ``` java.lang.NullPointerException at java.desktop/javax.swing.plaf.basic.BasicTextUI.modelToView(BasicTextUI.java:1104) at java.desktop/javax.swing.plaf.basic.BasicTextUI.modelToView(BasicTextUI.java:1089) at java.desktop/javax.swing.plaf.basic.BasicTextUI.modelToView(BasicTextUI.java:1065) at org.netbeans.modules.editor.search.SearchComboBoxEditor$ManageViewPositionListener.changed(SearchComboBoxEditor.java:290) at org.netbeans.modules.editor.search.SearchComboBoxEditor$ManageViewPositionListener.removeUpdate(SearchComboBoxEditor.java:277) at org.netbeans.lib.editor.util.swing.PriorityDocumentListenerList.removeUpdate(PriorityDocumentListenerList.java:91) at java.desktop/javax.swing.text.AbstractDocument.fireRemoveUpdate(AbstractDocument.java:261) at org.netbeans.editor.BaseDocument.fireRemoveUpdate(BaseDocument.java:1650) at org.netbeans.editor.BaseDocument.handleRemove(BaseDocument.java:1022) at org.netbeans.editor.BaseDocument$FilterBypassImpl.remove(BaseDocument.java:2639) at java.desktop/javax.swing.text.DocumentFilter.remove(DocumentFilter.java:79) at org.netbeans.editor.BaseDocument.remove(BaseDocument.java:935) at org.netbeans.modules.editor.search.SearchComboBoxEditor$3.propertyChange(SearchComboBoxEditor.java:137) ```
-
- 18 Aug, 2020 4 commits
-
-
Jaroslav Tulach authored
Various improvements inspired by working on VSCode extension
-
Jaroslav Tulach authored
-
Jaroslav Tulach authored
-
Neil C Smith authored
Sync master to release branch for NB 12.1-beta3
-
- 17 Aug, 2020 1 commit
-
-
Neil C Smith authored
[NETBEANS-4715] Make GlassFish Report Jakarta EE 8.0 Profile Support
-
- 14 Aug, 2020 1 commit
-
-
Laszlo Kishalmi authored
-
- 13 Aug, 2020 3 commits
-
-
Neil C Smith authored
Update validator.jar for html.validation
-
Neil C Smith authored
[NETBEANS-3409] Missing popup menu for sql editor tabs
-
Matthias Bläsing authored
6debf7f9 updated the validator.jar, this update was missing the removal of the CSS validator, which caused NoClassDefFoundError at runtime: java.lang.NoClassDefFoundError: org/w3c/css/util/ApplContext at nu.validator.datatype.MediaQuery.checkValid(MediaQuery.java:47) at nu.validator.datatype.AbstractDatatype.checkValid(AbstractDatatype.java:77) at com.thaiopensource.relaxng.impl.DataDataDerivType.dataDeriv(Unknown Source) at com.thaiopensource.relaxng.impl.PatternMemo.dataDeriv(Unknown Source) at com.thaiopensource.relaxng.impl.PatternValidator.startElement(Unknown Source) This changeset updates the validator patch by removing the code for the css validator. In addition the libararies were updated to better match the libraries html validator expects.
-
- 12 Aug, 2020 7 commits
-
-
Jaroslav Tulach authored
-
Jaroslav Tulach authored
-
Jaroslav Tulach authored
-
Jaroslav Tulach authored
-
Jaroslav Tulach authored
-
Jaroslav Tulach authored
-
Jaroslav Tulach authored
-
- 11 Aug, 2020 2 commits
-
-
Neil C Smith authored
Sync master to release121 for 12.1-beta2
-
Neil C Smith authored
[NETBEANS-4635] - Add JakartaEE 8 Platform module
-
- 10 Aug, 2020 4 commits
-
-
Matthias Bläsing authored
The Filesystems API compatibility module provides implementations for Filesystem#getActions for several filesystems. Most filesystem implementations are covered by the implementation in AbstractFileSystemCompat, but this does not cover implementations directly inheriting from Filesystem. One such filesystem is BinaryFS. In the SQL Editor the command window function (temp files for SQL execution) is backed by a file in the SystemFileSystem, which delegates in the end to BinaryFS: SystemFileSystem-> ModuleLayeredFileSystem -> BinaryFS As BinaryFS does not implement getActions and no patch is provided for this class, an AbstractMethodError is raised. Instead of bailing out with an Error, the compatibility implementation now returns an empty array to satisfy the Filesystem#getActions contract.
-
Jose Contreras authored
-Add module 'jakartaee8.platform' that contains the Javadoc -Add license for generated library and remove unnecessary binary downloads by Matthias B.
-
Jan Lahoda authored
-
Tim Boudreau authored
-
- 09 Aug, 2020 3 commits
-
-
Matthias Bläsing authored
Fix library definitions causing warnings at startup
-
Neil C Smith authored
[NETBEANS-4693] new nb-javac-14 with records in maven projects fix
-
Jan Lahoda authored
-
- 08 Aug, 2020 2 commits
-
-
Matthias Bläsing authored
The nbjavac jar is compiletime only, so at runtime the jar is not present and thus can't be referenced. the
-
Matthias Bläsing authored
bom and src artifacts do not belong into the library definition and are in fact not present at all, so remove them.
-
- 07 Aug, 2020 1 commit
-
-
Akshay-Gupta-Oracle authored
-
- 05 Aug, 2020 2 commits
-
-
Eric Barboni authored
Update badge to new build location
-
Eric Barboni authored
-
- 01 Aug, 2020 1 commit
-
-
Junichi Yamamoto authored
[NETBEANS-4604] PHP - instant rename of private constant
-
- 31 Jul, 2020 2 commits
-
-
Neil C Smith authored
[NETBEANS-3825] nb-javac Upgrade to JDK-14
-
Jan Lahoda authored
-proper start/end positions for definition lookup -fixing problems with zip file caches -waiting for shutdown command, instead of looping forever after starting the server -fixes "Add new variable" and "Add import" should work -JDK 14 is a requirement for the server (does not work well on JDK 11) -improvements to code completion
-