Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8274234
Remove unnecessary boxing via primitive wrapper valueOf(String) methods in java.sql.rowset
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Enhancement
Resolution:
Fixed
Priority:
P5
Fix Version/s:
18
Affects Version/s:
None
Component/s:
core-libs
Labels:
None
Subcomponent:
javax.sql
Resolved In Build:
b17
Description
Usages of methods Integer.valueOf, Byte.valueOf, Short.valueOf, Float.valueOf, Double.valueOf, Long.valueOf often can be simplified by using their pair methods parseInt/parseLong/parseShort/parseByte/parseFloat.
Attachments
Issue Links
links to
Commit
openjdk/jdk/f214d6e8
Review
openjdk/jdk/5662
Activity
People
Assignee:
Andrey Turbanov
Reporter:
Andrey Turbanov
Votes
:
0
Vote for this issue
Watchers:
3
Start watching this issue
Dates
Created:
2021-09-23 12:50
Updated:
2021-09-29 17:15
Resolved:
2021-09-24 07:11