forked from apache/netbeans
-
Notifications
You must be signed in to change notification settings - Fork 1
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
jlahoda
wants to merge
914
commits into
master
Choose a base branch
from
java-lsp-server-java-client
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Snapshot of APIs as of NetBeans 16
Support directly native build plugin
…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.
CI: the final migration
…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
…ethod invocations as well.
…esult is used e.g. as a method argument.
Avoid an `AssertionError` with Maven folds
Update asm from 9.3 to 9.4
servlet build.xml files
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
Improving indexing for erroneous sources.
UI: fixed conditional gradle version info label.
- Checks declaration of forbidden methods. - Adds __invoke and __debugInfo to list of magic methods. Docs - https://www.php.net/manual/en/language.enumerations.listing.php - https://www.php.net/manual/en/class.backedenum.php - https://www.php.net/manual/en/language.enumerations.object-differences.php - https://www.php.net/manual/en/language.oop5.magic.php Closes apache#5086, closes apache#5094
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().
Fixed detection of magic methods
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
bump test-summary action to v2.x.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
^Add meaningful description above
By opening a pull request you confirm that, unless explicitly stated otherwise, the changes -
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.