Annotate parameters of java.lang.AssertionError(String, Throwable) co…#28
Annotate parameters of java.lang.AssertionError(String, Throwable) co…#28wmdietl merged 2 commits intotypetools:masterfrom eaftan:patch-1
Conversation
…nstructor The Javadoc for the constructor says both parameters may be null.
Corresponding to typetools/jdk#28
|
Thanks for the PR and sorry that nobody noticed it for so long. |
|
No worries, thanks @wmdietl! For my information, what is the difference between this annotated JDK and the one in typetools/checker-framework? |
This repository contains annotations for multiple type systems, is parsed as stub files at runtime, and is used on Java 9+ JVMs. The one in typetools/checker-framework is split-up by type system, is compiled into the annotated JDK Also see https://github.com/typetools/checker-framework/blob/master/checker/jdk/README |
|
Thanks again. You can delete your branch now, if you want. |
…nstructor
The Javadoc for the constructor says both parameters may be null.