Branch: refs/heads/dev Home: https://github.com/jenkinsci/code-coverage-api-plugin Commit: 0889bf4c213ff3b3ed7bff62b37359c90eda0f5e https://github.com/jenkinsci/code-coverage-api-plugin/commit/0889bf4c213ff3b3ed7bff62b37359c90eda0f5e Author: Shenyu Zheng <zsy19980...@gmail.com> Date: 2019-04-28 (Sun, 28 Apr 2019)
Changed paths: M src/main/java/io/jenkins/plugins/coverage/targets/CoverageElement.java Log Message: ----------- Add serialVersionUID to CoverageElement The auto-generated serialVersionUID is '6722992955158201174L' in old versions, So I add it to CoverageElement. It may causes backfowards issuse in different platform, but it cannot be fixed easily. CoverageElement(s) are stored in TreeMap, TreeMap will deserialize object by calling ObjectInputStream `readObject` method directly. It will throw exception when there are different serialVersionUID between serialized class and current class. I cannot change this behaviour easily :( -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.