Skip to content
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

Java lsp server java client #40

Open
wants to merge 914 commits into
base: master
Choose a base branch
from
Open

Conversation

jlahoda
Copy link
Owner

@jlahoda jlahoda commented Jul 2, 2022


^Add meaningful description above

By opening a pull request you confirm that, unless explicitly stated otherwise, the changes -

  • are all your own work, and you have the right to contribute them.
  • are contributed solely under the terms and conditions of the Apache License 2.0 (see section 5 of the license for more information).

Please make sure (eg. git log) that all commits have a valid name and email address for you in the Author field.

If you're a first time contributor, see the Contributing guidelines for more information.

neilcsmith-net and others added 30 commits December 2, 2022 11:15
…pache#5022)

* Avoid failing on broken tasks during dependency inspection

* Corrected bad check for primitive class that passed also generated proxies (fixes apache#5015)
…-updates

tweaks some versioning history settings.
added more categories for the release notes generator.
…gs (apache#5034)

* Fix wrong popuppath by changing order of popupPresenterFilePath strings

Before the fix, the string looked like Editors/Popup/mimeType which
was wrong and lead to misbehavior of EditorActions in PopupMenus
(Context menu). After the fix, it looks correct now Editors/mimeType/Popup.

Also remove unnecessary layer.xml entry which will lead to an empty
etnry after the original fix.

* Fix typo from "Interrupt exeution" to "Interupt execution"

Co-authored-by: Christian Lenz <[email protected]>
There are a few remaining raw type List warnings remaining.. This attempt is to try and clean the bulk of them up. It's been a slog to get all this done..

[repeat] /home/bwalker/src/netbeans/ide/editor/src/org/netbeans/modules/editor/NbEditorKit.java:712: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
[repeat] l.add(action);
[repeat] ^
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface List

The remaining ones are mostly due to generated code. They will require a different type of fix.
…n-limit

bump large file warning from 1 to 5MB.
enable branch protection for master.
spi.java.hints: remove unused byte buddy dependency.
Gradle: Support for proxy detection / autoconfiguration.
VSNetBeans changelog update for 16u1
Proxy autodetection + autoconfiguration for Maven. Reset gaps/panels to default size.
Added test new tests to cover uncovered functionality.
added tests to org.openide.util.TaskTest & upgraded to JUnit4
…property-renamed

[NETBEANS-4928] EAR deployment considers outputFileNameMapping Maven EAR plugin property
Avoid an `AssertionError` with Maven folds
pepness and others added 28 commits January 17, 2023 17:58
The jakartaee-10 javadoc is not accessible in the IDE otherwise.
Jakarta EE 10 - Platform/API/RI support
Increment spec versions for Apache NetBeans 18 development.
Update issue report form for Apache NetBeans 17 release candidates.
this fixes three small bugs:

 - tooltip on unused records will use the right bundle msg
 - javadoc completion for records
 - goto impl is now working for records
apache#5274 overlooked an invisible label which is only visible if
an unsupported version is selected in the combo box. This
fixes the layout so that making the label visible does not disturb
other UI components.
Update FlatLaf from 2.6 to 3.0 and add macOS light and dark themes
UI: fixed conditional gradle version info label.
In PHP method names are case insensitive.
Method isMagic() did not work for methods __callStatic, __toString and __debugInfo.
Method isConstructor() should compare whole string even though this is already guarded by isMagic().
Improved method checks in enum declaration
added missing record enums to editor module.
PreconditionsChecker: fixed NPE when path is null.
Sync delivery to master after 17-rc2
* Use NotifyDescriptor.ComposedInput for Add ADB command

* Fixing steps count, repeat for empty username
v2.1 fixes:
 - junit errors should now be picked up in addition to failures
 - fixes an outdated dependency warning in the log
@jlahoda jlahoda added bug and removed bug labels Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.