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 .
- 11 Nov, 2021 2 commits
-
-
Neil C Smith authored
Merge delivery into release126 for 12.6-rc3
-
Neil C Smith authored
Filter jvm-options based on VM name
-
- 10 Nov, 2021 4 commits
-
-
Neil C Smith authored
[NETBEANS-6107] Use Gradle 7.3 Tooling API
-
Neil C Smith authored
Correct the parsing of String values in native image.
-
Neil C Smith authored
Fix of NPE in TruffleAccess.
-
Laszlo Kishalmi authored
-
- 09 Nov, 2021 5 commits
-
-
Neil C Smith authored
[jackpot] for-loop to function should be an inline hint instead of a warning
-
Martin Entlicher authored
-
Martin Entlicher authored
-
Gaurav Gupta authored
-
Gaurav Gupta authored
This reverts commit a653b64f.
-
- 08 Nov, 2021 4 commits
-
-
Neil C Smith authored
[NETBEANS-5783] Make sure that getDisplayName() is non null in Gradle Projects.
-
Neil C Smith authored
[NETBEANS-6171] Interpret ClassCast as "interface unsupported"
-
Neil C Smith authored
git show history should show results without having to press search
-
Neil C Smith authored
If unenter is not available (on older javac versions), print the error into a log, rather than into System.err
-
- 07 Nov, 2021 1 commit
-
-
Laszlo Kishalmi authored
-
- 05 Nov, 2021 1 commit
-
-
Jan Lahoda authored
If unenter is not available (on older javac versions), print the error into a log, rather than into System.err
-
- 04 Nov, 2021 1 commit
-
-
Svata Dedic authored
-
- 03 Nov, 2021 4 commits
-
-
Neil C Smith authored
Merge delivery into release126 for 12.6-rc2
-
Michael Bien authored
-
Michael Bien authored
without having to press search. It was limited to files only.
-
Michael Bien authored
-
- 02 Nov, 2021 6 commits
-
-
Neil C Smith authored
[NETBEANS-5962] Remove default bgcolor for multiline Strings
-
Neil C Smith authored
[NETBEANS-6114] Restore automatic constructor completion functionality.
-
Neil C Smith authored
[jackpot] Attempt to make JackpotTrees more robust.
-
Neil C Smith authored
[NETBEANS-6068] Add back SOURCES_TYPE_JAVA into GroovySources
-
Neil C Smith authored
[NETBEANS-5962] Remove default bgcolor for multiline Strings - inherited and illegible on various editor themes.
-
Michael Bien authored
- JackpotTrees.createInstance() will match constructors directly (no unknown parameter filling with null anymore) - extracted typesafe factory methods to keep the fragile code in one place and make it hopefully easier to update it in future
-
- 01 Nov, 2021 4 commits
-
-
Michael Bien authored
After successful classtype completion, a new auto-completion should appear for constructor selection, without having to press ctrl+space again. Regression since 12.3
-
Neil C Smith authored
This change added as part of [NETBEANS-4975] seems to be a cause of some issues reported in [NETBEANS-6068].
-
Neil C Smith authored
[NETBEANS-6115] UTF-8 input is broken in Maven project.
-
Neil C Smith authored
[NETBEANS-5734] Add details for Glassfish 6.2.1 server and improve version detection
-
- 31 Oct, 2021 2 commits
-
-
Michael Bien authored
Chars were written as bytes to a stream, ignoring the encoding. By wrapping the stream in a writer, chars can now be encoded properly. Chose to not specify the encoding so that the default can be used or overwritten by -Dfile.encoding=UTF-8. JDK 18+ uses UTF-8 as default, it will be probably best practice to set the encoding to UTF-8 for most JDK 17 projects too, while using the new 'native.encoding' property for edge cases.
-
Matthias Bläsing authored
CheckRegexp hint causes all lines with regexp shown with a warning
-
- 30 Oct, 2021 2 commits
-
-
Matthias Bläsing authored
The severity of the CheckRegexp of VERIFIER causes all lines in source files containing a regexp to be marked as warning. This is invalid, as the regexp are perfectly ok. The severity is reduced to HINT. That way the hint is readily available when the regexp is under the cursor, but does not clutter the whole file.
-
Matthias Bläsing authored
With Glassfish 6.2.1 support for JDK 17 was added, so meta data for that version was added. The version detection was improved in the following way: If an exact match is found, that entry is used. Else the list of server definitions is iterated from highest to lowest. The highest definition, where the version number is lower than or equal to the target version is used to configure the server. As an example: If you try to configure Glassfish 6.2.2, it will not find an exact match. Instead 6.2.1 is matched. Prior to this change, the configuration for 6.0 would have been chosen.
-
- 29 Oct, 2021 3 commits
-
-
Gaurav Gupta authored
-
Neil C Smith authored
Payara Server UI disabled on the failed startup
-
Neil C Smith authored
[NETBEANS-4978] Avoid inserting use statements to an incorrect position
-
- 28 Oct, 2021 1 commit
-
-
Neil C Smith authored
Fix RAT and (some) verify-all-libs-and-licenses errors and warnings
-