You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an API permits an implementation to throw an unchecked exception such as ArithmeticException, I often put the exceptions in the interface method's throws clauses for the purposes of documentation. However, japicmp unexpectedly seems to consider the addition of an unchecked exception to a method to be a source-incompatible change.
Hi.
When an API permits an implementation to throw an unchecked exception such as
ArithmeticException
, I often put the exceptions in the interface method'sthrows
clauses for the purposes of documentation. However,japicmp
unexpectedly seems to consider the addition of an unchecked exception to a method to be a source-incompatible change.See the following example project:
https://github.com/io7m/japicmp-bug-20170321
The generated report says:
Is this intended behaviour?
The text was updated successfully, but these errors were encountered: