-
Notifications
You must be signed in to change notification settings - Fork 854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[cnd] merge master into cnd #6439
Commits on Jul 7, 2023
-
Merge pull request apache#6154 from matthiasblaesing/maven_module_sup…
…port Fix wrong javac tree access for module information in modular maven project
Configuration menu - View commit details
-
Copy full SHA for aaf846a - Browse repository at this point
Copy the full SHA aaf846aView commit details -
Merge pull request apache#6054 from mbien/update-min-jdk-warning
Update JDK version requirement warning
Configuration menu - View commit details
-
Copy full SHA for d0793ac - Browse repository at this point
Copy the full SHA d0793acView commit details -
Added basic line indenting to HCL languages. (apache#6127)
* Made HCLTokenId more detailed, useful for indenter/formater * Added basic line indenting to HCL languages * Fix IOOB exception when trying to parse '"' as identifier * Indent is based on the previous line from now. * Enable Flyweight tokens for HCL Lexer * Added some tests for the indenter.
Configuration menu - View commit details
-
Copy full SHA for faf308b - Browse repository at this point
Copy the full SHA faf308bView commit details
Commits on Jul 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bbd08b8 - Browse repository at this point
Copy the full SHA bbd08b8View commit details -
Fix unstable unittest org.netbeans.modules.maven.ModuleInfoSupportTest
25347df introduces a new unittest, that proved to be unstable in CI/CD pipeline. The failure can be reproduced after several tries. Adding workDir.getFileSystem().refresh(true); seems to fix the issue. Hypothesis: The new module files are written outside the filesystem infrastructure of NetBeans and the cache of the javac integration does not pick up the module files created by the javac-Tool. Apart from the fix, style of the code was improved.
Configuration menu - View commit details
-
Copy full SHA for 9121943 - Browse repository at this point
Copy the full SHA 9121943View commit details -
Provide Lambda expression option in Listener generation style.
Co-authored-by: Michael Bien <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 231e227 - Browse repository at this point
Copy the full SHA 231e227View commit details
Commits on Jul 9, 2023
-
Merge pull request apache#6092 from junichi11/php-gh-5933-instanceof-…
…with-cast Fix `instanceof` expression with casting apache#5933
Configuration menu - View commit details
-
Copy full SHA for 61a114a - Browse repository at this point
Copy the full SHA 61a114aView commit details -
Merge pull request apache#6161 from junichi11/php-reimplement-fix-imp…
…orts Add "Fix Imports" changes again
Configuration menu - View commit details
-
Copy full SHA for 0f4aafe - Browse repository at this point
Copy the full SHA 0f4aafeView commit details -
Update the PHP sample project for PHPUnit
- Update the version to PHPUnit 10 - Remove the unavailable URL from readme.html - Add setting for code coverage to readme.html - Fix the phpunit.xml (the `filter` element is available no longer. Instead, use the `coverage` element.) - See: https://docs.phpunit.de/en/10.1/configuration.html (https://phpunit.de/documentation.html)
Configuration menu - View commit details
-
Copy full SHA for 7939c99 - Browse repository at this point
Copy the full SHA 7939c99View commit details -
Support for nullable types in vardoc apache#6075
- apache#6075 - Fix the scanner: Add the comments as `Comment.Type.TYPE_VARTYPE` in the following example - Add unit tests Example: ```php /** @var ?User $user */ $user->getId(); /* @var $user2 ?User */ $user2->getId(); ```
Configuration menu - View commit details
-
Copy full SHA for 4da2d49 - Browse repository at this point
Copy the full SHA 4da2d49View commit details -
Merge pull request apache#6088 from jtulach/jtulach/LessLineDocumentD…
…ependencies Avoid needless dependency on LineDocument
Configuration menu - View commit details
-
Copy full SHA for e5fb9c9 - Browse repository at this point
Copy the full SHA e5fb9c9View commit details -
Merge pull request apache#6168 from matthiasblaesing/maven_module_sup…
…port_2 Fix unstable unittest org.netbeans.modules.maven.ModuleInfoSupportTest
Configuration menu - View commit details
-
Copy full SHA for a872ceb - Browse repository at this point
Copy the full SHA a872cebView commit details -
Fix "Fix Imports" for vardoc with a nullable type apache#6075
- apache#6075 - Check types without nullable type prefix(`?`) - Add unit tests
Configuration menu - View commit details
-
Copy full SHA for 1f50e9e - Browse repository at this point
Copy the full SHA 1f50e9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff8f2cc - Browse repository at this point
Copy the full SHA ff8f2ccView commit details -
Merge pull request apache#6169 from junichi11/php-update-php-sample-f…
…or-phpunit Update the PHP sample project for PHPUnit
Configuration menu - View commit details
-
Copy full SHA for e418ee1 - Browse repository at this point
Copy the full SHA e418ee1View commit details
Commits on Jul 10, 2023
-
Merge pull request apache#6170 from junichi11/php-gh-6075-vardoc-with…
…-nullable-type Fix "Fix Imports" when the vardoc has nullable types
Configuration menu - View commit details
-
Copy full SHA for 954ab1d - Browse repository at this point
Copy the full SHA 954ab1dView commit details -
Fix WinFlatEditorTabCellRenderer to not return close button bounds wh…
…en clipped and not painting it.
Configuration menu - View commit details
-
Copy full SHA for 8b71291 - Browse repository at this point
Copy the full SHA 8b71291View commit details -
Fix incorrect AbstractClassInstantiationHintError apache#6119
- apache#6119 - Check whether the class name has `$` - Add unit tests
Configuration menu - View commit details
-
Copy full SHA for e8bf72e - Browse repository at this point
Copy the full SHA e8bf72eView commit details -
Merge pull request apache#6167 from mbien/nb-collaborators
Add @asbachb to collaborator/triage list.
Configuration menu - View commit details
-
Copy full SHA for 4550e47 - Browse repository at this point
Copy the full SHA 4550e47View commit details -
Merge pull request apache#6171 from junichi11/php-gh-6119-incorrect-a…
…bstract-instantiation-hint Fix incorrect AbstractClassInstantiationHintError apache#6119
Configuration menu - View commit details
-
Copy full SHA for 3a61869 - Browse repository at this point
Copy the full SHA 3a61869View commit details -
Merge pull request apache#6164 from neilcsmith-net/flatlaf-tab-close
Fix tab closing when trying to select partly clipped tab.
Configuration menu - View commit details
-
Copy full SHA for 68be4fc - Browse repository at this point
Copy the full SHA 68be4fcView commit details -
Fix a 'Cannot call invokeAndWait from the event dispatcher thread' ex…
…ception when calling DatabaseConnection.showConnectionDialog from the EDT.
Configuration menu - View commit details
-
Copy full SHA for cadff49 - Browse repository at this point
Copy the full SHA cadff49View commit details -
Merge pull request apache#6150 from kamilkrzywanski/lambdaListeners
Provide Lambda expression option in Listener generation style
Configuration menu - View commit details
-
Copy full SHA for 8b26826 - Browse repository at this point
Copy the full SHA 8b26826View commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4bba6a8 - Browse repository at this point
Copy the full SHA 4bba6a8View commit details -
Fix "Fix Imports" when the phptag is in HTML apache#5578
- apache#5578 - Find the first phptag position
Configuration menu - View commit details
-
Copy full SHA for f63b846 - Browse repository at this point
Copy the full SHA f63b846View commit details -
Fix "Fix Imports" issue with declare statements apache#5578
- apache#5578 Example: ```php namespace NS1; class A { public function __construct() { declare (ticks=1) { } $test = new B(); } } ``` Before: ```php namespace NS1; class A { public function __construct() { use NS2\B; declare (ticks=1) { } $test = new B(); } } ``` After: ```php namespace NS1; use NS2\B; class A { public function __construct() { declare (ticks=1) { } $test = new B(); } } ```
Configuration menu - View commit details
-
Copy full SHA for 75d16e8 - Browse repository at this point
Copy the full SHA 75d16e8View commit details -
Fix "Fix Imports" issue with declare statements apache#5578
- apache#5578 Example: ```php <?php namespace NS1; declare(ticks=1) { $test = 1; } declare(ticks=2) { $test = 1; } class DeclareTest1 { public function test() { declare(ticks=2) { } $test = new \NS2\DeclareTest2; } } ``` Before: ```php <?php namespace NS1; declare(ticks=1) { $test = 1; } use NS2\DeclareTest2; declare(ticks=2) { $test = 1; } class DeclareTest1 { public function test() { declare(ticks=2) { } $test = new DeclareTest2; } } ``` After: ```php <?php namespace NS1; declare(ticks=1) { $test = 1; } declare(ticks=2) { $test = 1; } use NS2\DeclareTest2; class DeclareTest1 { public function test() { declare(ticks=2) { } $test = new DeclareTest2; } } ```
Configuration menu - View commit details
-
Copy full SHA for 082e5a7 - Browse repository at this point
Copy the full SHA 082e5a7View commit details -
Merge pull request apache#6177 from junichi11/php-gh-5578-reimplement
Fix "Fix Imports" issues again apache#5578
Configuration menu - View commit details
-
Copy full SHA for 691f0b4 - Browse repository at this point
Copy the full SHA 691f0b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcab7a1 - Browse repository at this point
Copy the full SHA fcab7a1View commit details
Commits on Jul 12, 2023
-
Don't remove existing uses if they are the same as the created string…
… for use statements - apache#5681 - Avoid changing the file state if the created string is the same as the existing use statements
Configuration menu - View commit details
-
Copy full SHA for 26ab50f - Browse repository at this point
Copy the full SHA 26ab50fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02a5586 - Browse repository at this point
Copy the full SHA 02a5586View commit details -
LSP: block workspaceSymbols until projects get opened and scannig is …
…finished, notify client on scanning runs.
Configuration menu - View commit details
-
Copy full SHA for b6363cd - Browse repository at this point
Copy the full SHA b6363cdView commit details -
Fix NumberFormatException in dependency update hint.
Empty version Strings in the pom should not cause exceptions.
Configuration menu - View commit details
-
Copy full SHA for d9335fa - Browse repository at this point
Copy the full SHA d9335faView commit details -
Merge pull request apache#6179 from junichi11/php-gh-5681-reimplement
Don't remove existing uses if they are the same as the created string for use statements
Configuration menu - View commit details
-
Copy full SHA for f6df5f3 - Browse repository at this point
Copy the full SHA f6df5f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d72f6 - Browse repository at this point
Copy the full SHA 40d72f6View commit details -
Use ex.printStackTrace(StringWriter) to avoid no message NPE
Jaroslav Tulach committedJul 12, 2023 Configuration menu - View commit details
-
Copy full SHA for f670fdf - Browse repository at this point
Copy the full SHA f670fdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for aedaefe - Browse repository at this point
Copy the full SHA aedaefeView commit details -
Merge pull request apache#5617 from mbien/no-squash
turn github PR squash feature off.
Configuration menu - View commit details
-
Copy full SHA for 94b76ea - Browse repository at this point
Copy the full SHA 94b76eaView commit details -
Merge pull request apache#6184 from mbien/maven-hint-nfe-fix
Fix NumberFormatException in maven dependency update hint.
Configuration menu - View commit details
-
Copy full SHA for 2c2e57c - Browse repository at this point
Copy the full SHA 2c2e57cView commit details
Commits on Jul 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ada42a0 - Browse repository at this point
Copy the full SHA ada42a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 543596b - Browse repository at this point
Copy the full SHA 543596bView commit details -
VisualDevelopmentUtil should close its streams.
Removed unused copy method. Signed-off-by: Alfusainey Jallow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee2eb18 - Browse repository at this point
Copy the full SHA ee2eb18View commit details -
Add support for Wildfly 28.0.0+
NetBeans communicates to Wildfly via management api. This functionality depends on several Wildfly classes which are pulled from the Wildfly installation. It seems that in 28.0.0 some classes and jars were moved which prevents NetBeans from communicating to Wildfly. This change simplify the current logic gathering different jars and just use `jboss-cli-client` which should contain all necessary classes which are needed to connect to Wildflys management interface.
Configuration menu - View commit details
-
Copy full SHA for 9a1024b - Browse repository at this point
Copy the full SHA 9a1024bView commit details -
Merge pull request apache#6172 from Alfusainey/issue-6165
VisualDevelopmentUtil should close streams
Configuration menu - View commit details
-
Copy full SHA for 7cb0985 - Browse repository at this point
Copy the full SHA 7cb0985View commit details -
Fix HintTest.assertNotContainsWarnings()
Method checked against getDescription() instead of toString() as the doc specifies, which made this assert essentially a no-op. The method assertContainsWarnings() does also check against toString().
Configuration menu - View commit details
-
Copy full SHA for d0d4712 - Browse repository at this point
Copy the full SHA d0d4712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0498a03 - Browse repository at this point
Copy the full SHA 0498a03View commit details
Commits on Jul 14, 2023
-
Fix the vendor name regex for Composer apache#6192
- apache#6192 - https://getcomposer.org/doc/04-schema.md#name - VendorName/PackageName: `^[a-z0-9]([_.-]?[a-z0-9]+)*/[a-z0-9](([_.]|-{1,2})?[a-z0-9]+)*$`
Configuration menu - View commit details
-
Copy full SHA for cd3bc27 - Browse repository at this point
Copy the full SHA cd3bc27View commit details -
Merge pull request apache#6196 from junichi11/php-gh-6192-composer-ve…
…ndor-name Fix the vendor name regex for Composer apache#6192
Configuration menu - View commit details
-
Copy full SHA for 595fa2c - Browse repository at this point
Copy the full SHA 595fa2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0346cfa - Browse repository at this point
Copy the full SHA 0346cfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e4dcee - Browse repository at this point
Copy the full SHA 4e4dceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9cbd83 - Browse repository at this point
Copy the full SHA e9cbd83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f7ca3a - Browse repository at this point
Copy the full SHA 7f7ca3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ac397 - Browse repository at this point
Copy the full SHA d1ac397View commit details
Commits on Jul 15, 2023
-
Repair openjdk.project tests and add them to CI
j2seplatform dependency fixes "java.net.MalformedURLException: unknown protocol: nbjrt" ClassPathProviderImplTest#checkCompileClassPath has to open the project now before asking for the class path. tested on JDK 11 and 21 Co-authored-by: Matthias Bläsing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5bfb054 - Browse repository at this point
Copy the full SHA 5bfb054View commit details -
Use resolve() method that actually throws exception. Respect remote r…
…epository chaching.
Configuration menu - View commit details
-
Copy full SHA for e2a14bf - Browse repository at this point
Copy the full SHA e2a14bfView commit details -
Merge pull request apache#5897 from notzed/NB-5719
[NETBEANS-5719] Add option to disable tooltips for parameter completion.
Configuration menu - View commit details
-
Copy full SHA for 41c6853 - Browse repository at this point
Copy the full SHA 41c6853View commit details -
apache#4552 Update Jakarta EE 10 archetype for a new project
Fixes for building the new project with Java 17. See juneau001/jakartaee10-archetype#2
Configuration menu - View commit details
-
Copy full SHA for 41a5754 - Browse repository at this point
Copy the full SHA 41a5754View commit details -
Merge pull request apache#6140 from asbachb/5407-wildfly-jakarta-classes
Bugfix: Added ability to find `jakarta` related jars for wildfly server instances
Configuration menu - View commit details
-
Copy full SHA for 8c90bb3 - Browse repository at this point
Copy the full SHA 8c90bb3View commit details -
Merge pull request apache#6194 from mbien/fix-openjdk-project-tests
Repair openjdk.project tests and add them to CI
Configuration menu - View commit details
-
Copy full SHA for ae873e0 - Browse repository at this point
Copy the full SHA ae873e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 404322f - Browse repository at this point
Copy the full SHA 404322fView commit details -
Merge pull request apache#6138 from asbachb/5947-add-support-for-wild…
…fly-28 Add support for Wildfly 28
Configuration menu - View commit details
-
Copy full SHA for 3b1e00c - Browse repository at this point
Copy the full SHA 3b1e00cView commit details
Commits on Jul 16, 2023
-
Merge pull request apache#6067 from jlahoda/jtreg-run-single-test-case
Adding ability to run a single sub-test for tests under jtreg.
Configuration menu - View commit details
-
Copy full SHA for 622dbf0 - Browse repository at this point
Copy the full SHA 622dbf0View commit details -
adding initial support for jakarta EE 10 transformer
Co-authored-by: Michael Bien <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8af5722 - Browse repository at this point
Copy the full SHA 8af5722View commit details -
Merge pull request apache#6195 from mbien/dereference-hint-requirenon…
…null Make NP Dereference hint aware of Objects.requireNonNull().
Configuration menu - View commit details
-
Copy full SHA for 97d51b1 - Browse repository at this point
Copy the full SHA 97d51b1View commit details -
Merge pull request apache#6187 from ebarboni/apidocnb19
apidoc fixes for NB19
Configuration menu - View commit details
-
Copy full SHA for 02dafb2 - Browse repository at this point
Copy the full SHA 02dafb2View commit details -
Feature: Added support for JSF 4.0 namespaces
Previously NetBeans bundles the JSF reference implementation Mojarra in order to provide several functionality (like namespaces) based on the parsed taglib xml files from that jar. This is somehow problematic as: 1) The dependency needs to be updated on every new JSF release 2) NetBeans needs to fulfil the expectations of Mojarra This leads to the problem that we currently cannot update and bundle the latest Mojarra version as Java 11 is required. This change wants to get less dependant on that bundled JSF implementation by resolving the reference implementation using maven. Instead of reading the taglib xml files from that bundled jar NetBeans now gets in from the local maven repository or downloads it from maven central. If this is not possible we fallback to the bundled version. This change also improves the situation when autosuggestion is invoked in the namespace part of JSF xhtml documents by ordering the suggested namespace with the one on top which is most likely to be used. This should fix apache#6069 apache#5470 apache#5470 apache#4338
Configuration menu - View commit details
-
Copy full SHA for 14fee17 - Browse repository at this point
Copy the full SHA 14fee17View commit details -
Merge pull request apache#6160 from asbachb/add-support-for-faces4-ur…
…n-v3 Added support for JSF 4.0 namespaces
Configuration menu - View commit details
-
Copy full SHA for e609c44 - Browse repository at this point
Copy the full SHA e609c44View commit details -
Merge pull request apache#6201 from OndroMih/ondromih-jakartaee10-arc…
…hetype-update Update Jakarta EE 10 archetype for a new project
Configuration menu - View commit details
-
Copy full SHA for 8340f40 - Browse repository at this point
Copy the full SHA 8340f40View commit details -
Merge pull request apache#5847 from breakponchito/FISH-6771-support-t…
…ransformation-jakartaee8-to-jakartaee10 Support for transformation from jakartaee8 to jakartaee10 applications
Configuration menu - View commit details
-
Copy full SHA for d848cb3 - Browse repository at this point
Copy the full SHA d848cb3View commit details
Commits on Jul 17, 2023
-
Merge pull request apache#6198 from jhorvath/entity-progress
Adding progress to Entity Classes from Database
Configuration menu - View commit details
-
Copy full SHA for c15e24d - Browse repository at this point
Copy the full SHA c15e24dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e60f8f - Browse repository at this point
Copy the full SHA 1e60f8fView commit details -
Merge pull request apache#6197 from sdedic/maven/missing-artifacts2
Fix cycle in problem reporter with unreachable artifacts.
Configuration menu - View commit details
-
Copy full SHA for af92e2c - Browse repository at this point
Copy the full SHA af92e2cView commit details -
Added ability for Jakarta EE projects to:
* Create entities from database tables * Create message driven, stateful, stateless and session beans This should fix apache#4827 apache#4828
Configuration menu - View commit details
-
Copy full SHA for dabf55f - Browse repository at this point
Copy the full SHA dabf55fView commit details -
[NETBEANS-6147] Initial implementation of better long string handling
Co-authored-by: Matthias Bläsing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f2559d - Browse repository at this point
Copy the full SHA 7f2559dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15d73cd - Browse repository at this point
Copy the full SHA 15d73cdView commit details -
Merge pull request apache#6208 from dbalek/dbalek/lazy-code-actions
Allow for a lazy computation of CodeAction edits.
Configuration menu - View commit details
-
Copy full SHA for f49ef02 - Browse repository at this point
Copy the full SHA f49ef02View commit details -
Merge pull request apache#6157 from SirIntellegence/NETBEANS-6147
Fix for BigStringCustomEditor not being able to save Strings backed by byte arrays
Configuration menu - View commit details
-
Copy full SHA for a58c667 - Browse repository at this point
Copy the full SHA a58c667View commit details -
Merge pull request apache#6078 from pepness/javadoc-early
Add javadoc support for the 2nd jdk early release
Configuration menu - View commit details
-
Copy full SHA for 1f11c8c - Browse repository at this point
Copy the full SHA 1f11c8cView commit details -
Merge pull request apache#6129 from asbachb/jakarta-namespace-entity-…
…sessionbeans Jakarta EE Entitiy and EJB support
Configuration menu - View commit details
-
Copy full SHA for 0bee9d3 - Browse repository at this point
Copy the full SHA 0bee9d3View commit details
Commits on Jul 18, 2023
-
Merge branch 'rk/5987/dialog-parent' of https://github.com/rkeen-siem…
…ens/incubator-netbeans into rk-dialog-parent
Configuration menu - View commit details
-
Copy full SHA for e9d3df1 - Browse repository at this point
Copy the full SHA e9d3df1View commit details -
Update dialog parent API, displayer impl and test.
Update Utilities findDialogParent API to not use fallback Supplier and update docs. Update DialogDisplayerImpl to validate preferred parent. Update DialogDisplayerImplTest to stop stray modal dialog breaking parent test.
Configuration menu - View commit details
-
Copy full SHA for d7474cf - Browse repository at this point
Copy the full SHA d7474cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 459c2d1 - Browse repository at this point
Copy the full SHA 459c2d1View commit details -
Merge pull request apache#6216 from neilcsmith-net/rk-dialog-parent
Use the currently active dialog as the presenter parent
Configuration menu - View commit details
-
Copy full SHA for 8df65b7 - Browse repository at this point
Copy the full SHA 8df65b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 899b964 - Browse repository at this point
Copy the full SHA 899b964View commit details -
there was a bug in the boolean logic of checkIntegrity()
Configuration menu - View commit details
-
Copy full SHA for 97438e5 - Browse repository at this point
Copy the full SHA 97438e5View commit details -
Merge pull request apache#6219 from neilcsmith-net/spec-versions-nb200
Increment spec versions for Apache NetBeans 20 development.
Configuration menu - View commit details
-
Copy full SHA for 9e68d3d - Browse repository at this point
Copy the full SHA 9e68d3dView commit details -
Add support for GlassFish 7.0.6
- Add support of the MicroProfile REST Client - Add a new way to start GlassFish - Add support for using @Inject to inject REST artifacts - Bug fixes and updates of various components - Bump the GlassFish version in some tests
Configuration menu - View commit details
-
Copy full SHA for 88dcee7 - Browse repository at this point
Copy the full SHA 88dcee7View commit details
Commits on Jul 19, 2023
-
Revert "Use resolve() method that actually throws exception. Respect …
…remote repository chaching." This reverts commit e2a14bf. fixes apache#6222 ArtifactResolutionExceptions when working with maven projects
Configuration menu - View commit details
-
Copy full SHA for f954a24 - Browse repository at this point
Copy the full SHA f954a24View commit details
Commits on Jul 20, 2023
-
Merge pull request apache#6228 from mbien/revert-maven-embedder-commi…
…t_delivery Revert "Use resolve() method that actually throws exception."
Configuration menu - View commit details
-
Copy full SHA for cd84422 - Browse repository at this point
Copy the full SHA cd84422View commit details -
Merge pull request apache#6221 from pepness/glassfish706
Add support for GlassFish 7.0.6
Configuration menu - View commit details
-
Copy full SHA for de8dde7 - Browse repository at this point
Copy the full SHA de8dde7View commit details -
Merge pull request apache#6220 from mbien/fix-option-import_delivery
Fix options import regression
Configuration menu - View commit details
-
Copy full SHA for 49b6539 - Browse repository at this point
Copy the full SHA 49b6539View commit details -
Avoid getting all types with an empty type name apache#6039
- apache#6039 - Remove `<>` and `{}` from type name - Ignore an empty type name to avoid getting all types - Add unit tests
Configuration menu - View commit details
-
Copy full SHA for a067bcb - Browse repository at this point
Copy the full SHA a067bcbView commit details -
Investigate distribution sensitive ComputeImportsTest failures
- tests green on temurin 11 - setting -XX:AzCRSMode=off on zulu 11.0.20+8 didn't help - updating the test to add com.azul.crs.* to the ignore list
Configuration menu - View commit details
-
Copy full SHA for 7d88fd1 - Browse repository at this point
Copy the full SHA 7d88fd1View commit details
Commits on Jul 21, 2023
-
Add blank lines for formatting options(Between Use Types) when use st…
…atements are inserted by "Fix Imports" apache#6238 - apache#6238 - Add unit tests
Configuration menu - View commit details
-
Copy full SHA for dbbe797 - Browse repository at this point
Copy the full SHA dbbe797View commit details -
Merge pull request apache#6217 from Atrament666/fix_rerun_failed_button
Enable 'Rerun failed tests' button for JUnit5
Configuration menu - View commit details
-
Copy full SHA for a4a6982 - Browse repository at this point
Copy the full SHA a4a6982View commit details -
Merge pull request apache#6237 from junichi11/php-gh-6039-fix-regression
Avoid getting all types with an empty type name apache#6039
Configuration menu - View commit details
-
Copy full SHA for f052d63 - Browse repository at this point
Copy the full SHA f052d63View commit details -
Merge pull request apache#6235 from mbien/ci-change-coffee-brand
Investigate ComputeImportsTest test failures
Configuration menu - View commit details
-
Copy full SHA for d05aee8 - Browse repository at this point
Copy the full SHA d05aee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8cc9dd - Browse repository at this point
Copy the full SHA f8cc9ddView commit details -
Merge pull request apache#6240 from apache/issues-nb19rc
Update netbeans_bug_report.yml for 19-rc
Configuration menu - View commit details
-
Copy full SHA for 84e52cb - Browse repository at this point
Copy the full SHA 84e52cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62f8c1a - Browse repository at this point
Copy the full SHA 62f8c1aView commit details -
NetBeans UserCatalog should allow mapping namespace to local file
If an XML namespace uniquely idenfifies its associated grammar, it can be used as a public ID to map it to a local XSD for validation.
Configuration menu - View commit details
-
Copy full SHA for 9e926b4 - Browse repository at this point
Copy the full SHA 9e926b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 231d18f - Browse repository at this point
Copy the full SHA 231d18fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2874cea - Browse repository at this point
Copy the full SHA 2874ceaView commit details -
Allow schema based completion in XML files where namespace is registe…
…red in UserCatalog
Configuration menu - View commit details
-
Copy full SHA for 952d9fc - Browse repository at this point
Copy the full SHA 952d9fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b85bb0d - Browse repository at this point
Copy the full SHA b85bb0dView commit details
Commits on Jul 22, 2023
-
Merge pull request apache#6243 from vieiro/hotfix/rust.project.test.l…
…icenses rust.project test data licenses
Configuration menu - View commit details
-
Copy full SHA for 57f962d - Browse repository at this point
Copy the full SHA 57f962dView commit details
Commits on Jul 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 44c1285 - Browse repository at this point
Copy the full SHA 44c1285View commit details
Commits on Jul 24, 2023
-
Merge pull request apache#6242 from junichi11/php-gh-6238-uses-psr12-…
…blank-line Add blank lines for formatting options(Between Use Types) when use statements are inserted by "Fix Imports" apache#6238
Configuration menu - View commit details
-
Copy full SHA for e83c2e7 - Browse repository at this point
Copy the full SHA e83c2e7View commit details -
Merge pull request apache#6186 from sdedic/lsp/node-properties-change
Vscode ts listener can subscribe for NLS node event changes.
Configuration menu - View commit details
-
Copy full SHA for 8614705 - Browse repository at this point
Copy the full SHA 8614705View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ac29761 - Browse repository at this point
Copy the full SHA ac29761View commit details -
Merge pull request apache#6248 from jhorvath/db-env
Set DB environment for java+ as well as for java
Configuration menu - View commit details
-
Copy full SHA for 9032ecc - Browse repository at this point
Copy the full SHA 9032eccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81eddaf - Browse repository at this point
Copy the full SHA 81eddafView commit details -
Merge pull request apache#6206 from lahodaj/jdk21
Upgrading to JDK 21 nb-javac
Configuration menu - View commit details
-
Copy full SHA for b79fd30 - Browse repository at this point
Copy the full SHA b79fd30View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2bff3b - Browse repository at this point
Copy the full SHA e2bff3bView commit details -
Bugfix: Bring back singleton option when creating a new Session Bean …
…and interfaceless EJBs The options shown when selecting New > Session Bean are based on the capabilities of the used enterprise project. The check missed some Jakarta EE versions and so were disabled. Analysis done by @asbachb Closes: apache#4892 Closes: apache#4830
Configuration menu - View commit details
-
Copy full SHA for 18e2961 - Browse repository at this point
Copy the full SHA 18e2961View commit details
Commits on Jul 26, 2023
-
Merge pull request apache#6254 from lkishalmi/gradle-tooling-api-8.3-…
…rc-1 Gradle Tooling API 8.3-rc-1
Configuration menu - View commit details
-
Copy full SHA for 479bdef - Browse repository at this point
Copy the full SHA 479bdefView commit details -
Improved validation when creating a line breakpoint:
- added check that the specified file is a php source file - added check that the specified line number is less than the maximum line number in the file
Configuration menu - View commit details
-
Copy full SHA for c88b994 - Browse repository at this point
Copy the full SHA c88b994View commit details
Commits on Jul 27, 2023
-
Merge pull request apache#6234 from apache/delivery
Sync delivery to master after 19-rc3
Configuration menu - View commit details
-
Copy full SHA for 119e442 - Browse repository at this point
Copy the full SHA 119e442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a9e0d - Browse repository at this point
Copy the full SHA 29a9e0dView commit details -
Merge pull request apache#6253 from dbalek/dbalek/jsva-cc-21
Code completion modified to support JDK 21 features.
Configuration menu - View commit details
-
Copy full SHA for 1be485f - Browse repository at this point
Copy the full SHA 1be485fView commit details
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9bc15b1 - Browse repository at this point
Copy the full SHA 9bc15b1View commit details -
Improve IntroduceSuggestionTest
- Move unit tests from `HintTest` to `IntroduceSuggestionTest`
Configuration menu - View commit details
-
Copy full SHA for 6e0a20d - Browse repository at this point
Copy the full SHA 6e0a20dView commit details -
Prevent NPE when IntroduceSuggestionHint generates a method apache#6258
- apache#6258 - Find a position for the curl open brace `{` when a type element doesn't have other elements ```php <?php // e.g. class Test { } ``` - Add unit tests
Configuration menu - View commit details
-
Copy full SHA for 4f3cda2 - Browse repository at this point
Copy the full SHA 4f3cda2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d94b06b - Browse repository at this point
Copy the full SHA d94b06bView commit details -
Fix: Committing SQL files does not change blue color on the file tab …
…in editor The construction of the editor panel for SQL is a bit special to support both using it as SQL console and file editor and allow it to execute sql statements. In normal editors multiview elements are initialized by the infrastructure and #initializeCloneableEditor is called by it to connect the DataNode and the editor. This was missing for the SQLEditor. Closes: apache#6224
Configuration menu - View commit details
-
Copy full SHA for 226367d - Browse repository at this point
Copy the full SHA 226367dView commit details -
Prevent getting an incorrect type if a return type is
static
with P……HPDoc tag(`@return`) apache#6247 - apache#6247 - Ignore `static` only when a PHPDoc tag is `@method` - Add a unit test
Configuration menu - View commit details
-
Copy full SHA for 60461af - Browse repository at this point
Copy the full SHA 60461afView commit details -
- Use Deque/ArrayDeque instead of Stack, the Deque interface should be
used in preference to the legacy Stack class, it will give better performance and it is already used in synchronized blocks so there is no need for the thread-safe Stack/Vector class. - Increase default RequestProcessor throughput from 50 to 55.
Configuration menu - View commit details
-
Copy full SHA for cc63dbd - Browse repository at this point
Copy the full SHA cc63dbdView commit details -
Fix: Java completion parameter tooltip is not shown if previous param…
…eter is type variable Testsetup: public class TestParamResolution { public static void main(String[] args) { List.of("Hallo", "World"); testMethod("Hello", "World", "Test"); testMethod(1, "Hello", "World"); } public static <S extends String & Comparable<String> & Serializable> void testMethod(S genericParam, String dummy1_1, String dummy1_2) {} public static <S extends Integer> void testMethod(S genericParam, String dummy2_1, String dummy2_2) {} public static <T extends Integer & Externalizable> void testArgumentTypeVariableParameter(T genericParam, List<? super String> x) { testMethod(genericParam, "x", "dfd"); } } Inside main the problem can be demonstrated with all demonstrated calls. When the caret is placed in the first argument (before first comma), the parameter popup (CTRL+P) can be opened for all case. If the caret is placed in the second argument (after first comma), it does not work anymore. Investigation shows that javax.lang.model.util.Types#isAssignable returns false if the target type is a TypeVariable. To fix this the upper bound of the TypeMirror is unwrapped and the check is repeated. This also works if the argument is a TypeVariable itself. With this fix applied all places (main and testArgumentTypeVariableParameter) allow to invoke the parameter popup.
Configuration menu - View commit details
-
Copy full SHA for 5b55a37 - Browse repository at this point
Copy the full SHA 5b55a37View commit details
Commits on Jul 29, 2023
-
Terminal input ignores detected encoding
It was observed that on a german windows installation with JDK 17 the terminal correctly shows german umlauts, but fails on input. The terminal subsystem has code to detect the charset used in the terminal. Investigation then leads to StreamTerm, where the InputStream for data coming from the terminal is adapted with the detected charset, while the user input is ran through an OutputStreamWriter without charset set. Therefore the user input is encoded with Cp1250 (default on german windows setups). This leads to garbled input. The fix applies the same logik, that is already applied to the InputStream, also to the OutputStream.
Configuration menu - View commit details
-
Copy full SHA for 4a8a8d4 - Browse repository at this point
Copy the full SHA 4a8a8d4View commit details
Commits on Jul 31, 2023
-
Merge pull request apache#6271 from matthiasblaesing/inputencoding_te…
…rminal Terminal input ignores detected encoding
Configuration menu - View commit details
-
Copy full SHA for 61a38aa - Browse repository at this point
Copy the full SHA 61a38aaView commit details -
Merge pull request apache#6257 from matthiasblaesing/session_bean_int…
…erface_less_ejb Bugfix: Bring back singleton option when creating a new Session Bean and interfaceless EJBs
Configuration menu - View commit details
-
Copy full SHA for a9904d9 - Browse repository at this point
Copy the full SHA a9904d9View commit details -
Merge pull request apache#6265 from matthiasblaesing/sqleditor_versio…
…ning_state Fix: Committing SQL files does not change blue color on the file tab in editor
Configuration menu - View commit details
-
Copy full SHA for 2f504a8 - Browse repository at this point
Copy the full SHA 2f504a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42caa8a - Browse repository at this point
Copy the full SHA 42caa8aView commit details -
Merge pull request apache#6262 from lahodaj/source-launcher-in-lsp
Supporting source file launcher in VS Code extension
Configuration menu - View commit details
-
Copy full SHA for f06522f - Browse repository at this point
Copy the full SHA f06522fView commit details
Commits on Aug 1, 2023
-
Allow to select 'Add Database Connection' or 'Add Oracle Autonomous D…
…B' from database view toolbar
Configuration menu - View commit details
-
Copy full SHA for 3d9b2ee - Browse repository at this point
Copy the full SHA 3d9b2eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f6908f - Browse repository at this point
Copy the full SHA 5f6908fView commit details
Commits on Aug 2, 2023
-
apache#6278: Improved whitespace handling when stripping HTML. Centra…
…lize whitespace handling for quickpicks
Configuration menu - View commit details
-
Copy full SHA for b5e0253 - Browse repository at this point
Copy the full SHA b5e0253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 748ef78 - Browse repository at this point
Copy the full SHA 748ef78View commit details -
Merge pull request apache#6280 from sdedic/lsp/quickpick-whitespaces
apache#6278: discard newlines, collapse and trim whitespaces.
Configuration menu - View commit details
-
Copy full SHA for 38ba76c - Browse repository at this point
Copy the full SHA 38ba76cView commit details -
Merge pull request apache#6189 from jtulach/jtulach/AvoidNPEWhenNoMes…
…sage Use ex.printStackTrace(StringWriter) to avoid no message NPE
Configuration menu - View commit details
-
Copy full SHA for 2aa9a73 - Browse repository at this point
Copy the full SHA 2aa9a73View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2a20e2 - Browse repository at this point
Copy the full SHA a2a20e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fd09f3 - Browse repository at this point
Copy the full SHA 3fd09f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc72636 - Browse repository at this point
Copy the full SHA dc72636View commit details
Commits on Aug 3, 2023
-
Merge pull request apache#6282 from neilcsmith-net/fix-garbled-javadoc
Fix Javadoc formatting error when using add/remove param hint.
Configuration menu - View commit details
-
Copy full SHA for 6272f5c - Browse repository at this point
Copy the full SHA 6272f5cView commit details -
Merge pull request apache#6286 from dbalek/dbalek/lsp-src-from-jars
LSP: Open sources from Jar files as read-only from their true locations.
Configuration menu - View commit details
-
Copy full SHA for 00bf962 - Browse repository at this point
Copy the full SHA 00bf962View commit details -
Fix issue (GH6290) in new DialogDisplayerImpl behaviour introduced in…
… GH5989 / GH6216.
Configuration menu - View commit details
-
Copy full SHA for 5082b15 - Browse repository at this point
Copy the full SHA 5082b15View commit details -
Merge pull request apache#6244 from asbachb/enable-enterprise-tests
Feature: Added all enterprise modules with non failing unit tests
Configuration menu - View commit details
-
Copy full SHA for 726bd8a - Browse repository at this point
Copy the full SHA 726bd8aView commit details -
Start running enterprise tests on JDK 11
Not all are compatible yet, but this should not stop us from running those who are on JDK 11.
Configuration menu - View commit details
-
Copy full SHA for 2afb362 - Browse repository at this point
Copy the full SHA 2afb362View commit details
Commits on Aug 4, 2023
-
use 'parameters' to find out if createProcedureInfo() was already inv…
…oked - 'returnValue' can be null
Configuration menu - View commit details
-
Copy full SHA for bb345ad - Browse repository at this point
Copy the full SHA bb345adView commit details -
Merge pull request apache#6294 from neilcsmith-net/gh6290
Fix issue (GH6290) in new DialogDisplayerImpl behaviour
Configuration menu - View commit details
-
Copy full SHA for 5d6c0c0 - Browse repository at this point
Copy the full SHA 5d6c0c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b8e152 - Browse repository at this point
Copy the full SHA 6b8e152View commit details
Commits on Aug 5, 2023
-
CPPLITE: Ensure STDERR of language server is discarded and not ignored
The language server ccls and clangd both output debugging information to STDERR. This works while the output buffer of the language server is not yet filled and fails when the buffer is full. Closes: apache#6297
Configuration menu - View commit details
-
Copy full SHA for c5f87ba - Browse repository at this point
Copy the full SHA c5f87baView commit details
Commits on Aug 6, 2023
-
Merge pull request apache#6296 from mbien/ci-enterprise-more-on-11
Start running enterprise tests on JDK 11
Configuration menu - View commit details
-
Copy full SHA for 25efb2e - Browse repository at this point
Copy the full SHA 25efb2eView commit details -
Merge pull request apache#6267 from pepness/deque-req-processor
- Use Deque/ArrayDeque instead of Stack, the Deque interface should be used in preference to the legacy Stack class, it will give better performance and it is already used in synchronized blocks so there is no need for the thread-safe Stack/Vector class. - Increase default RequestProcessor throughput from 50 to 55.
Configuration menu - View commit details
-
Copy full SHA for 7d16bfe - Browse repository at this point
Copy the full SHA 7d16bfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a173c03 - Browse repository at this point
Copy the full SHA a173c03View commit details -
Add nb-javac libwrapper tests.
- test min javac version requirement check - test module description Should make it less likely that version increments are overlooked during javac lib wrapper updates.
Configuration menu - View commit details
-
Copy full SHA for 22ee1fa - Browse repository at this point
Copy the full SHA 22ee1faView commit details
Commits on Aug 7, 2023
-
Keep existing order of use type kinds(types, functions, constants) if…
… possible apache#6274 - apache#6274 - Add the option (Keep existing order of use types(types, functions, constants) if possible) - Add unit tests
Configuration menu - View commit details
-
Copy full SHA for ae10b6f - Browse repository at this point
Copy the full SHA ae10b6fView commit details -
Merge pull request apache#6277 from dbalek/dbalek/no-unused-test-methods
Do not mark test methods as unused.
Configuration menu - View commit details
-
Copy full SHA for 35a3f16 - Browse repository at this point
Copy the full SHA 35a3f16View commit details -
Merge pull request apache#6288 from jhorvath/adb_schema_uppercase
Schema name has to be in uppercase for Oracle ADB
Configuration menu - View commit details
-
Copy full SHA for ebd5019 - Browse repository at this point
Copy the full SHA ebd5019View commit details -
Merge pull request apache#6276 from apache/delivery
Sync delivery to master after 19-rc4
Configuration menu - View commit details
-
Copy full SHA for 0fab71c - Browse repository at this point
Copy the full SHA 0fab71cView commit details -
Merge pull request apache#6307 from lkishalmi/gradle-keep-groovy-dsl
Keep using Groovy DSL for Gradle
Configuration menu - View commit details
-
Copy full SHA for bc4d915 - Browse repository at this point
Copy the full SHA bc4d915View commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fc06b78 - Browse repository at this point
Copy the full SHA fc06b78View commit details
Commits on Aug 9, 2023
-
Fix the problem that typed fields marked as deprecated are not displa…
…yed as deprecated apache#6310 - apache#6310 - Fix the `NodeRangeLocator`'s end offset when the node is the `SingleFieldDeclaration` because a start offset is the start offset of not a type but a variable name - Add unit tests
Configuration menu - View commit details
-
Copy full SHA for dfcd6e5 - Browse repository at this point
Copy the full SHA dfcd6e5View commit details -
Merge pull request apache#6285 from thurka/apacheGH-6113
redundant check for supported 'command' removed
Configuration menu - View commit details
-
Copy full SHA for d6afe99 - Browse repository at this point
Copy the full SHA d6afe99View commit details -
Merge pull request apache#6281 from thurka/GCN-1397
Allow to select 'Add Database Connection' or 'Add Oracle Autonomous DB' from database view toolbar
Configuration menu - View commit details
-
Copy full SHA for 5fc6c7a - Browse repository at this point
Copy the full SHA 5fc6c7aView commit details -
Merge pull request apache#6298 from thurka/GCN-3043
use 'parameters' to find out if createProcedureInfo() was already invoked
Configuration menu - View commit details
-
Copy full SHA for 7ef3c70 - Browse repository at this point
Copy the full SHA 7ef3c70View commit details
Commits on Aug 10, 2023
-
Merge pull request apache#6319 from thurka/npm_semver
update npm module semver (moderate severity vulnerability)
Configuration menu - View commit details
-
Copy full SHA for a6b69a5 - Browse repository at this point
Copy the full SHA a6b69a5View commit details -
Remove obsolete sun.zip.disableMemoryMapping JVM flag.
Java's zip implementation doesn't use mmap anymore (JDK-8175192, JDK-8142508). Removed GTK LAF comment since it is no longer the default on linux.
Configuration menu - View commit details
-
Copy full SHA for c78c6b1 - Browse repository at this point
Copy the full SHA c78c6b1View commit details -
Merge pull request apache#6308 from mbien/nbjavac-libwrapper-tests
Add nb-javac libwrapper tests.
Configuration menu - View commit details
-
Copy full SHA for 5de8658 - Browse repository at this point
Copy the full SHA 5de8658View commit details -
Clarify Java Platform Manager UI.
It should make it clear that JDKs are required, esp in error msgs.
Configuration menu - View commit details
-
Copy full SHA for 23d5f25 - Browse repository at this point
Copy the full SHA 23d5f25View commit details -
Merge pull request apache#6315 from mbien/remove-obsolete-zip-flag
Remove obsolete sun.zip.disableMemoryMapping JVM flag.
Configuration menu - View commit details
-
Copy full SHA for 30cc803 - Browse repository at this point
Copy the full SHA 30cc803View commit details
Commits on Aug 11, 2023
-
Merge pull request apache#6325 from mbien/clarify-java-platform-ui
Clarify Java Platform Manager UI.
Configuration menu - View commit details
-
Copy full SHA for 366e9fc - Browse repository at this point
Copy the full SHA 366e9fcView commit details
Commits on Aug 12, 2023
-
Fix handling of classes declared in anonymous functions
Consider this construct: (function () { class Directory { constructor(displayName) { this.displayName = displayName; } } class ImageFile{ constructor(displayName){ this.displayName = displayName; } } })(); Before this change this construct was not correctly parsed and the constructor was not cleanly recognised, leading to missing usage marks (i.e. the displayName above was marked as unused). A different fallout of that problem is visible with this: (function () { class Directory { constructor(displayName) { this.displayName = displayName; } } class ImageFile{ constructor(displayName){ this.displayName = displayName; } } function getJsonData(folderURL) { const body = folderURL; } })(); Problems: - constructor from ImageFile is shown as a toplevel function - ImageFile is listed without its constructor and without its displayName property
Configuration menu - View commit details
-
Copy full SHA for 5f33fe4 - Browse repository at this point
Copy the full SHA 5f33fe4View commit details -
Merge pull request apache#6249 from matthiasblaesing/js_fixes
JS: Fix handling of classes declared in anonymous functions
Configuration menu - View commit details
-
Copy full SHA for 4e69304 - Browse repository at this point
Copy the full SHA 4e69304View commit details -
Merge pull request apache#6245 from matthiasblaesing/xml_validation
Enable validation and code completion for XML documents without schemaLocation
Configuration menu - View commit details
-
Copy full SHA for 256f1b3 - Browse repository at this point
Copy the full SHA 256f1b3View commit details -
Merge pull request apache#6268 from matthiasblaesing/parameter_tooltip
Fix: Java completion parameter tooltip is not shown if previous parameter is TypeVariable
Configuration menu - View commit details
-
Copy full SHA for 1a29d61 - Browse repository at this point
Copy the full SHA 1a29d61View commit details
Commits on Aug 14, 2023
-
Run gradle wrapper init with version latest to skip using a Gradle re…
…lease candidate. Fix typo in Gradle project problems message. Document the API changes.
Configuration menu - View commit details
-
Copy full SHA for 9a3513f - Browse repository at this point
Copy the full SHA 9a3513fView commit details -
Merge pull request apache#6333 from neilcsmith-net/gradle-wrapper-latest
Configure latest released wrapper in new Gradle project
Configuration menu - View commit details
-
Copy full SHA for 69b6589 - Browse repository at this point
Copy the full SHA 69b6589View commit details
Commits on Aug 15, 2023
-
Fix: Enable to add docker instance via socket on mac with apple silicon
Use AFUNIXSocket.isSupported() to check the socket support
Configuration menu - View commit details
-
Copy full SHA for 17e30ba - Browse repository at this point
Copy the full SHA 17e30baView commit details -
Configuration menu - View commit details
-
Copy full SHA for e368e4d - Browse repository at this point
Copy the full SHA e368e4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05c4591 - Browse repository at this point
Copy the full SHA 05c4591View commit details -
Merge pull request apache#6328 from lazydan/fix-add-socket-docker
Fix: Enable to add docker instance via socket on mac with apple silicon
Configuration menu - View commit details
-
Copy full SHA for faef738 - Browse repository at this point
Copy the full SHA faef738View commit details
Commits on Aug 16, 2023
-
Merge pull request apache#6345 from thurka/GH-6113_1
LSP: cleanup of CodeActionsProvider.getCommands()
Configuration menu - View commit details
-
Copy full SHA for eaf1858 - Browse repository at this point
Copy the full SHA eaf1858View commit details -
Remove little black line from new-project wizard.
It turned out that the little black line was the caret of a focused, 0-width JTextPane. It was mostly only visible during "loading" panels when no other component requested focus.
Configuration menu - View commit details
-
Copy full SHA for 930ca91 - Browse repository at this point
Copy the full SHA 930ca91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97aca5b - Browse repository at this point
Copy the full SHA 97aca5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba5ab52 - Browse repository at this point
Copy the full SHA ba5ab52View commit details -
Merge pull request apache#6331 from dbalek/dbalek/lsp-get-document-sy…
…mbols LSP: Command to get document symbols added.
Configuration menu - View commit details
-
Copy full SHA for 2ed7f55 - Browse repository at this point
Copy the full SHA 2ed7f55View commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e68a690 - Browse repository at this point
Copy the full SHA e68a690View commit details -
Merge pull request apache#6352 from dbalek/dbalek/lsp-mn-sym-pos-fix
LSP: Micronaut symbols position fixed.
Configuration menu - View commit details
-
Copy full SHA for 35a02e1 - Browse repository at this point
Copy the full SHA 35a02e1View commit details
Commits on Aug 18, 2023
-
Merge pull request apache#6314 from apache/delivery
Sync delivery to master after 19-rc5
Configuration menu - View commit details
-
Copy full SHA for af442c9 - Browse repository at this point
Copy the full SHA af442c9View commit details
Commits on Aug 21, 2023
-
Fix code completion for fields with single line var doc apache#6359
- apache#6359 - `/** @var Type $field */` is recognized as not `PHPDocBlock` but `PHPVarComment`, so, check it ```php // example class X { public function testX(): void {} } class Y { public function testY(): void {} } class GH6359 { /** @var X $testX */ protected $testX; /** @var X|Y $testXorY */ protected $testXorY; /** @var X&Y $testXandY */ protected $testXandY; public function test(): void { $this->testX->testX(); $this->testXorY->testX(); $this->testXandY->testX(); } } ```
Configuration menu - View commit details
-
Copy full SHA for 86340d2 - Browse repository at this point
Copy the full SHA 86340d2View commit details
Commits on Aug 22, 2023
-
Merge pull request apache#6241 from troizet/improve_validation_php_li…
…ne_breakpoint PHP: Improved validation when creating a line breakpoint
Configuration menu - View commit details
-
Copy full SHA for fa5e96b - Browse repository at this point
Copy the full SHA fa5e96bView commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b1481a6 - Browse repository at this point
Copy the full SHA b1481a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb5635 - Browse repository at this point
Copy the full SHA eeb5635View commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dbf1b14 - Browse repository at this point
Copy the full SHA dbf1b14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8746414 - Browse repository at this point
Copy the full SHA 8746414View commit details -
Merge pull request apache#6370 from dbalek/dbalek/lsp-scan-for-projects
LSP: Scan for projects on server init.
Configuration menu - View commit details
-
Copy full SHA for b934174 - Browse repository at this point
Copy the full SHA b934174View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe150eb - Browse repository at this point
Copy the full SHA fe150ebView commit details -
Merge pull request apache#6344 from sdedic/maven/configure-resolver
Maven Embedder resolve() fix
Configuration menu - View commit details
-
Copy full SHA for 2f73c05 - Browse repository at this point
Copy the full SHA 2f73c05View commit details -
Update FlatLaf from 3.1 to 3.2.
Changes: https://github.com/JFormDesigner/FlatLaf/releases/tag/3.2 The new Windows ARM support DLL was added the list of native libraries automatically extracted from the JAR.
Configuration menu - View commit details
-
Copy full SHA for 8d61a00 - Browse repository at this point
Copy the full SHA 8d61a00View commit details -
Avoid rounded TabbedPane tabs on FlatLaf 3.2, for consistency with re…
…gular NetBeans document tabs.
Configuration menu - View commit details
-
Copy full SHA for 14c3a1c - Browse repository at this point
Copy the full SHA 14c3a1cView commit details -
Merge pull request apache#6374 from dbalek/dbalek/lsp-open-source-for…
…-symbol LSP: Fix broken source for workspace symbol resolution.
Configuration menu - View commit details
-
Copy full SHA for 72b63fd - Browse repository at this point
Copy the full SHA 72b63fdView commit details -
Merge pull request apache#6375 from sdedic/lsp/fix-html-stripping
Fix P + BR tag handling, LI is replaced by "* "
Configuration menu - View commit details
-
Copy full SHA for 1eb1c58 - Browse repository at this point
Copy the full SHA 1eb1c58View commit details -
Merge pull request apache#6371 from sdedic/gradle/broken-project-load
Return the highest quality from all the loaders.
Configuration menu - View commit details
-
Copy full SHA for d84f489 - Browse repository at this point
Copy the full SHA d84f489View commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2f2ee94 - Browse repository at this point
Copy the full SHA 2f2ee94View commit details
Commits on Aug 28, 2023
-
Merge pull request apache#6378 from sdedic/lsp/uri-mangle-workaround
apache#6377: workaround vscode jar/nbjrt URI mangle
Configuration menu - View commit details
-
Copy full SHA for 61f7242 - Browse repository at this point
Copy the full SHA 61f7242View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11e5f1e - Browse repository at this point
Copy the full SHA 11e5f1eView commit details -
Merge pull request apache#6380 from dbalek/dbalek/mn-symbols-fixes
LSP: Micronaut endpoints finder fixes.
Configuration menu - View commit details
-
Copy full SHA for 0191888 - Browse repository at this point
Copy the full SHA 0191888View commit details -
Copy FlatLAF label positioning improvements into the Windows LAF.
This commit copies the previously committed improvements in FlatEditorTabCellRenderer/FlatEditorTabDisplayerUI into the WinFlatEditorTabCellRenderer/WinFlatEditorTabDisplayerUI classes, which were originally copied from the former. (At some point we might want to move the FlatLAF tab control implementations into o.n.swing.tabcontrol so the code can be shared, but they have some dependencies on FlatLAF-specific UI scaling utilities and so on.)
Configuration menu - View commit details
-
Copy full SHA for 56b82d2 - Browse repository at this point
Copy the full SHA 56b82d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30af44c - Browse repository at this point
Copy the full SHA 30af44cView commit details -
Merge pull request apache#6349 from mbien/remove-evil-caret
Remove little black line from new-project wizard.
Configuration menu - View commit details
-
Copy full SHA for 73df1e9 - Browse repository at this point
Copy the full SHA 73df1e9View commit details
Commits on Aug 29, 2023
-
Merge pull request apache#6381 from troizet/php_testing_settings_chec…
…kboxes Fixed gap between checkboxes in php project testing settings
Configuration menu - View commit details
-
Copy full SHA for 28d308b - Browse repository at this point
Copy the full SHA 28d308bView commit details
Commits on Aug 30, 2023
-
Merge pull request apache#6251 from junichi11/php-gh-6247-wrong-sugge…
…stion-for-fix-imports Prevent getting an incorrect type if a return type is `static` with PHPDoc tag(`@return`) apache#6247
Configuration menu - View commit details
-
Copy full SHA for fbd6ddd - Browse repository at this point
Copy the full SHA fbd6dddView commit details -
Merge pull request apache#6269 from junichi11/php-gh-6258-npe-introdu…
…ce-suggestion Prevent NPE when IntroduceSuggestionHint generates code
Configuration menu - View commit details
-
Copy full SHA for 2b0637a - Browse repository at this point
Copy the full SHA 2b0637aView commit details -
Merge pull request apache#6321 from junichi11/php-gh-6310-deprecated-…
…typed-fields Fix the problem that typed fields marked as deprecated are not displayed as deprecated apache#6310
Configuration menu - View commit details
-
Copy full SHA for 05ed416 - Browse repository at this point
Copy the full SHA 05ed416View commit details -
Merge pull request apache#6322 from junichi11/php-gh-6274-fix-imports…
…-keep-existing-order Keep existing order of use type kinds(types, functions, constants) if possible apache#6274
Configuration menu - View commit details
-
Copy full SHA for be5e477 - Browse repository at this point
Copy the full SHA be5e477View commit details -
Merge pull request apache#6364 from junichi11/php-gh-6359-field-cc-wi…
…th-single-line-vardoc Fix code completion for fields with single line var doc apache#6359
Configuration menu - View commit details
-
Copy full SHA for c473ac3 - Browse repository at this point
Copy the full SHA c473ac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for daeb2f2 - Browse repository at this point
Copy the full SHA daeb2f2View commit details -
Added support for exception breakpoints. apache#5434
Breakpoint_set and breakpoint_remove commands are used instead of breakpoint_update to change breakpoint state during debugging. Fixed a bug where the previous breakpoint was displayed as the current breakpoint if the current breakpoint was not found.
Configuration menu - View commit details
-
Copy full SHA for 5f1c9da - Browse repository at this point
Copy the full SHA 5f1c9daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 548622e - Browse repository at this point
Copy the full SHA 548622eView commit details -
PHP: In the navigator, inherited members are displayed in a different…
… color, similar to how it is done in java.
Configuration menu - View commit details
-
Copy full SHA for fde8abf - Browse repository at this point
Copy the full SHA fde8abfView commit details
Commits on Aug 31, 2023
-
Merge pull request apache#6366 from troizet/exception_breakpoint
PHP: Added support for exception breakpoints.
Configuration menu - View commit details
-
Copy full SHA for d507933 - Browse repository at this point
Copy the full SHA d507933View commit details -
Merge pull request apache#6390 from dbalek/dbalek/lsp-open-ws-symbol
LSP: Prevent errors written to log on workspace symbol open.
Configuration menu - View commit details
-
Copy full SHA for ca8678a - Browse repository at this point
Copy the full SHA ca8678aView commit details
Commits on Sep 1, 2023
-
Merge pull request apache#6393 from troizet/navigator_php_color_inher…
…ited_members PHP: In the navigator, inherited members are displayed in a different color, similar to how it is done in java
Configuration menu - View commit details
-
Copy full SHA for 0322fce - Browse repository at this point
Copy the full SHA 0322fceView commit details
Commits on Sep 4, 2023
-
Merge pull request apache#6305 from matthiasblaesing/cpplite2
Stabilize CPPLite: Discard STDERR
Configuration menu - View commit details
-
Copy full SHA for 5014c7e - Browse repository at this point
Copy the full SHA 5014c7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffcd23a - Browse repository at this point
Copy the full SHA ffcd23aView commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6b29456 - Browse repository at this point
Copy the full SHA 6b29456View commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for afe7b0b - Browse repository at this point
Copy the full SHA afe7b0bView commit details -
Merge pull request apache#6353 from thurka/GCN-3053
Pass DB connection details using file instead of env. variables
Configuration menu - View commit details
-
Copy full SHA for fef90a1 - Browse repository at this point
Copy the full SHA fef90a1View commit details -
Merge pull request apache#6409 from dbalek/dbalek/micronaut-entities-fix
Micronaut: Avoid using jakarta.persistence when generating entity classes
Configuration menu - View commit details
-
Copy full SHA for 884ac3e - Browse repository at this point
Copy the full SHA 884ac3eView commit details -
RustLanguageLexer: do not throw exceptions.
Antlr ErrorListener was throwing exceptions interferring with the EDT.
Configuration menu - View commit details
-
Copy full SHA for 3ef615a - Browse repository at this point
Copy the full SHA 3ef615aView commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 69c795c - Browse repository at this point
Copy the full SHA 69c795cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dec99f - Browse repository at this point
Copy the full SHA 3dec99fView commit details -
Merge pull request apache#6417 from thurka/GCN-3248
Fix NBLS 3rd party licenses
Configuration menu - View commit details
-
Copy full SHA for 8cfa6e0 - Browse repository at this point
Copy the full SHA 8cfa6e0View commit details -
Merge pull request apache#6414 from vieiro/hotfix/lexer
RustLanguageLexer: do not throw exceptions.
Configuration menu - View commit details
-
Copy full SHA for 1e49409 - Browse repository at this point
Copy the full SHA 1e49409View commit details -
If an annotation processor initialization crashes, just log the error…
… and continue, rather than crash the whole processing.
Configuration menu - View commit details
-
Copy full SHA for c916ce6 - Browse repository at this point
Copy the full SHA c916ce6View commit details
Commits on Sep 8, 2023
-
Merge pull request apache#6422 from dbalek/dbalek/apt-fix
Handle errors in annotation processor initialization
Configuration menu - View commit details
-
Copy full SHA for 1867e0d - Browse repository at this point
Copy the full SHA 1867e0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f66050 - Browse repository at this point
Copy the full SHA 2f66050View commit details -
Merge pull request apache#6419 from dbalek/dbalek/lsp-workspace-symbo…
…ls-fix LSP: Fixed problem with workspace/symbols called before first JavacCompiler created.
Configuration menu - View commit details
-
Copy full SHA for 9dfdf28 - Browse repository at this point
Copy the full SHA 9dfdf28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b93c06 - Browse repository at this point
Copy the full SHA 0b93c06View commit details -
Merge pull request apache#6252 from neilcsmith-net/apis-nb190
Snapshot of APIs as of NetBeans 19
Configuration menu - View commit details
-
Copy full SHA for a60e7cb - Browse repository at this point
Copy the full SHA a60e7cbView commit details -
Merge pull request apache#6404 from apache/issue-for-next-iteration
Apache NetBeans 19 current version
Configuration menu - View commit details
-
Copy full SHA for 7721aa8 - Browse repository at this point
Copy the full SHA 7721aa8View commit details -
Merge pull request apache#6386 from sdedic/micronaut/exclude-lifecycl…
…e-participant Micronaut's lifecycle participant changed FQN in Micronaut 4.x
Configuration menu - View commit details
-
Copy full SHA for 7c9889b - Browse repository at this point
Copy the full SHA 7c9889bView commit details -
Merge pull request apache#6424 from sdedic/micronaut/plugin-upgrade
Micronaut 4 build plugin recognized.
Configuration menu - View commit details
-
Copy full SHA for f3bbe32 - Browse repository at this point
Copy the full SHA f3bbe32View commit details
Commits on Sep 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 90686bd - Browse repository at this point
Copy the full SHA 90686bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4ca9c5 - Browse repository at this point
Copy the full SHA a4ca9c5View commit details
Commits on Sep 11, 2023
-
Workaround: Avoid reporting BOMs among dependencies to prevent depend…
…ency graphs explosion
Configuration menu - View commit details
-
Copy full SHA for dd56646 - Browse repository at this point
Copy the full SHA dd56646View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1a96b7 - Browse repository at this point
Copy the full SHA c1a96b7View commit details
Commits on Sep 12, 2023
-
Merge pull request apache#6435 from sdedic/gradle/dependency-bom-excl…
…usion Workaround: Avoid reporting BOMs among dependencies to prevent dependency graphs explosion
Configuration menu - View commit details
-
Copy full SHA for f48f91e - Browse repository at this point
Copy the full SHA f48f91eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 318a203 - Browse repository at this point
Copy the full SHA 318a203View commit details