-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: None
-
Component/s: core-libs
tck tests use wrapper class constructors (for convenience), but they are going away some day
[JEP 390] Deprecate wrapper class constructors for removal
tck tests use raw types - frowned upon since 2005.
Use diamond <> pervasively.
Suppress errorprone "errors" in tests deliberately provoking exceptions.
[JEP 390] Deprecate wrapper class constructors for removal
tck tests use raw types - frowned upon since 2005.
Use diamond <> pervasively.
Suppress errorprone "errors" in tests deliberately provoking exceptions.