Merged
Conversation
The modules only wrap the upstream library and upstream follows semantic versioning. It is expected that the major release version of the module is bumped when the upstream projects bumps its major version number. The API should be publicly exported, as JNA is not shadeable and can't be loaded multiple times into a process, so third-party modules requiring JNA can't load their own copy.
I've tried to reduce the amount of iterator raw type warnings that are emitted.. Here is an example of what I'm trying to fix. [repeat] /home/bwalker/netbeans/enterprise/websvc.manager/src/org/netbeans/modules/websvc/manager/model/WebServiceGroup.java:102: warning: [rawtypes] found raw type: Iterator [repeat] Iterator iter = listeners.iterator(); [repeat] ^ [repeat] missing type arguments for generic class Iterator<E> [repeat] where E is a type-variable: [repeat] E extends Object declared in interface Iterator
…buted with netbeans
Improve/fix unittests in webcommon cluster
[NETBEANS-3075] - reduce number of warning w/ raw type iterator
…rned objects - Get fully qualified types from return types of functions
[NETBEANS-1859] PHP autocompletion does only get fully qualified returned objects
Update netbeans bundled JNA library to 5.4.0
#1487) * [NETBEANS-3078]:Provided Error Hint to turn on Preview Features in Ant Java projects * [NETBEANS-3078]:Fix for NPE on opening single source file
files too. - Attempt to remove read-only attrib on a file/folder before attempting to delete it. - Also added braces on existing statements to make the code more readable.
* add gradle support org.gradle.jvmargs * add gradle support org.gradle.jvmargs * add gradle support org.gradle.jvmargs * [NETBEANS-3041] Made the requested changes.
* [NETBEANS-2751] OpenJFX Samples * Fixing bundle reference
…nd libs.javaimpl modules with nb-javac jar for jdk-13 (#1506)
4.12 is not a valid version
* Enable select cluster in install wizard * corrected license header
[NETBEANS-3094] NBI cleaner process must attempt to remove read-only files too
… Amber - if JCClassDecl does not have the expected constructor, let javac create the tree.
BradWalker
added a commit
that referenced
this pull request
Jul 30, 2020
Add missing ALv2 license headers to form files.
BradWalker
pushed a commit
that referenced
this pull request
Aug 2, 2020
…aders_1 Netbeans license headers cleanup check-in `#1`
BradWalker
added a commit
that referenced
this pull request
Sep 23, 2020
Add missing ALv2 license headers to form files.
BradWalker
added a commit
that referenced
this pull request
Sep 23, 2020
Add missing ALv2 license headers to form files.
BradWalker
added a commit
that referenced
this pull request
Nov 16, 2020
I'm trying to remove the use of a deprecated API that hinders updating the Java version. MiniEdit.java uses a really old deprecated API. This API prevents us from upgrade the Java source version in the project properties file. So step #1 is to remove the use of the old deprecated API.
BradWalker
added a commit
that referenced
this pull request
Dec 16, 2020
I'm trying to remove the use of a deprecated API that hinders updating the Java version. MiniEdit.java uses a really old deprecated API. This API prevents us from upgrade the Java source version in the project properties file. So step #1 is to remove the use of the old deprecated API.
This file contains hidden or 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
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.
No description provided.