Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Jira Core help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8240524
Remove explicit type argument in test jdk/java/lang/Boolean/MakeBooleanComparable.java
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Bug
Resolution:
Fixed
Priority:
P4
Fix Version/s:
15
Affects Version/s:
15
Component/s:
core-libs
Labels:
None
Subcomponent:
java.lang
Resolved In Build:
b14
Description
List<Boolean> list = new ArrayList<Boolean>(); should be replaced with List<Boolean> list = new ArrayList<>(); in test/jdk/java/lang/Boolean/MakeBooleanComparable.java
Attachments
Activity
People
Assignee:
Christoph Langer
Reporter:
Christoph Langer
Votes:
0
Vote for this issue
Watchers:
2
Start watching this issue
Dates
Created:
2020-03-04 04:21
Updated:
2020-03-18 12:38
Resolved:
2020-03-11 05:56