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

Detect methods moved to super class with added final #344

Closed zentol closed 1 year ago

zentol commented 1 year ago

The plugin currently can detect when a method was moved to a sub class, but it doesn't take all properties into account, including (but not limited to) final and access modifiers.

With this PR it can detect if final was added when it moved to the super class.