This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Tom Tromey wrote:
Yes, at least that has been the de facto style in Classpath. I'm not sure if (or where) it is explicitly documented as a style, though.Michael> + * java/net/NetPermission.java"Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> + (NetPermission): Dont implement java.io.Serializable directly,
Michael> + no need for explicit serialVersionUID. Michael> + * java/net/SocketAddress.java
Michael> + (SocketAddress): No need for explicit serialVersionUID.
I think our style is to put serialVersionUID everywhere.
Eric, isn't that the case?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |