summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/ReadObjectAndWriteObjectPrivate.html
blob: 7442b27ff9ac6918ecb13b9448877311cac97f94 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<body>
Reports <b>Serializable</b> classes where the <b>readObject</b>
and <b>writeObject()</b> methods are not declared <b>private</b>. There is no reason these methods should ever
have greater visibility than that.
<!-- tooltip end -->
<p>

</body>
</html>