-
Notifications
You must be signed in to change notification settings - Fork 925
Remove deprecated primitive wrapper constructor usage #8257
Copy link
Copy link
Closed
1 / 11 of 1 issue completed
Copy link
Labels
Code cleanupLabel for cleanup done on the Netbeans IDELabel for cleanup done on the Netbeans IDEJava[ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form)[ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form)Upgrade JDKUpgrade to the JDK requirements of a module.Upgrade to the JDK requirements of a module.
Metadata
Metadata
Assignees
Labels
Code cleanupLabel for cleanup done on the Netbeans IDELabel for cleanup done on the Netbeans IDEJava[ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form)[ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form)Upgrade JDKUpgrade to the JDK requirements of a module.Upgrade to the JDK requirements of a module.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Primitive wrapper constructors like
new Integer("5")are deprecated for removal.