Open yeikel opened 2 years ago
This should also schedule AddSerialVersionUidToSerializable
since we already have a recipe in place to do this work.
This will also need to consider any instance variables in the comparator (to make sure those are serializable).
You could probably call this method and make any non-serializable fields as transient:
https://rules.sonarsource.com/java/RSPEC-2063