blob: 7800aa4e1a83d21ef068f8198a30e7703f02aa1f [file] [log] [blame]
<html>
<body>
Reports any <b>Serializable</b> classes which do not provide a <b>serialVersionUID</b> field.
Without a <b>serialVersionUID</b> field, any change to a class will make previously serialized versions unreadable.
<!-- tooltip end -->
<p>
Use the table below to specify what specific classes and inheritors should be excluded
from being checked by this inspection. This is meant for those classes which, although they inherit
Serializable from a superclass, are not intended for serialization. Such classes would lead this
inspection to report unnecessarily.
<p>
Use the checkbox below to ignore <b>Serializable</b> anonymous classes.
<p>
</body>
</html>