mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 21:52:48 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
10 lines
440 B
HTML
10 lines
440 B
HTML
<html>
|
|
<body>
|
|
Reports <code>Externalizable</code> classes without a public no-argument constructor.
|
|
<p>When an <code>Externalizable</code> object is reconstructed, an instance is created using the public
|
|
no-arg constructor before the <code>readExternal</code> method called. If a public
|
|
no-arg constructor is not available, a <code>java.io.InvalidClassException</code> will be
|
|
thrown at runtime.
|
|
<!-- tooltip end -->
|
|
</body>
|
|
</html> |