-
Enhancement
-
Resolution: Fixed
-
P3
-
None
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.