mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
8 lines
397 B
HTML
8 lines
397 B
HTML
<html>
|
|
<body>
|
|
Reports inheritors of Serializable whose <code>serialVersionUID</code> differs from the default generated ones.
|
|
This can happen when you use a custom scheme for <code>serialVersionUID</code> or when something in the class changed since the previous
|
|
modification of <code>serialVersionUID</code>, which can lead to problems during deserialization.
|
|
<!-- tooltip end -->
|
|
</body>
|
|
</html> |