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

Unable to remove Unchanged serialVersionUID from report #304

Open davidnewcomb opened 2 years ago

davidnewcomb commented 2 years ago

If the top level annotation has changed there doesn't seem to be a way to drop the unchanged serialVersionUID. This field is not returned by JApiClass.getFields() so how can I drop it from the final report?

Here is an example: Screenshot 2021-12-02 at 17 07 21

I think it should not show the serialisable table or allow me to switch it off.