-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
-
None
The ClassFile API currently doesn't have tests to ensure exceptions such as IAE or NPE are properly thrown on bad arguments. We need a test suite to test multiple implementations of our API interfaces to ensure they all fulfill their exception contracts, and we can possibly check our return values as well.
- relates to
-
JDK-8317356 Fix missing null checks in the ClassFile API
- Resolved