siom79 / japicmp

Comparison of two versions of a jar archive
https://siom79.github.io/japicmp
Apache License 2.0
701 stars 107 forks source link

Check constructors for changed checked exceptions #332

Closed Marcono1234 closed 2 years ago

Marcono1234 commented 2 years ago

Fixes #110

This now uses METHOD_NOW_THROWS_CHECKED_EXCEPTION and METHOD_NO_LONGER_THROWS_CHECKED_EXCEPTION for constructors as well. Is that acceptable or do they have to be renamed?

siom79 commented 2 years ago

Released with 0.16.0.

Thanks a lot for the contribution.