args4j icon indicating copy to clipboard operation
args4j copied to clipboard

Eliminate JDK internal classes in unit tests

Open jacksondt opened this issue 4 years ago • 0 comments

Replace the non-standard NotImplementedException with UnsupportedOperationException.

At Google, we are upgrading our standard JVM and will no longer have access to sun.reflect.generics.reflectiveObjects.NotImplementedException. This ensures we will be able to run the tests in the future.

jacksondt avatar Apr 28 '20 17:04 jacksondt