siom79 / japicmp

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

Initialize the corresponding class of a NEW implemented interface #391

Closed guillermocalvo closed 4 months ago

guillermocalvo commented 4 months ago

Currently, an implemented interface's corresponding class is set only when its change status is MODIFIED or UNCHANGED. This pull request also initializes it when the implemented interface is NEW.