RFR: 6185110: Undefined behaviour of SampleModel for width, height < 0
Sergey Bylokhov
serb at openjdk.org
Thu Oct 16 18:28:47 UTC 2025
On Fri, 10 Oct 2025 22:30:53 GMT, Phil Race <prr at openjdk.org> wrote:
>This because if it isn't an exception in the method signature (as in foo() throws BarException), and instead you only have "@throws BarException" it will not be inherited.
May be it is better to add them to the "@throws" list instead of duplicating the spec?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27754#issuecomment-3412260773
More information about the client-libs-dev
mailing list