[x3d-public] X3DJSAIL, missing serialVersionUID
Don Brutzman
brutzman at nps.edu
Sun Apr 23 15:25:57 PDT 2017
This is a warning that applies to officially Serializable Java objects, which is a feature we haven't yet considered in X3DJSAIL.
Lots more found online, examples
https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html
http://stackoverflow.com/questions/285793/what-is-a-serialversionuid-and-why-should-i-use-it
I don't think it is very helpful to implement a partial feature, since it may lead to unmet expectations by someone. Plus we don't have plans for X3D serialization to Java. So it seems OK for you to disable/ignore those warnings.
On 4/20/2017 12:28 AM, yottzumm at gmail.com wrote:
> Description Resource Path Location Type
>
> The serializable class BrowserEvent does not declare a static final serialVersionUID field of type long BrowserEvent.java /JavaSceneAuthoringInterfaceLibrary/src/main/java/org/web3d/x3d/sai line 50 Java Problem
>
> The serializable class BrowserNotSharedException does not declare a static final serialVersionUID field of type long BrowserNotSharedException.java /JavaSceneAuthoringInterfaceLibrary/src/main/java/org/web3d/x3d/sai line 48 Java Problem
> [...] etc
all the best, Don
--
Don Brutzman Naval Postgraduate School, Code USW/Br brutzman at nps.edu
Watkins 270, MOVES Institute, Monterey CA 93943-5000 USA +1.831.656.2149
X3D graphics, virtual worlds, navy robotics http://faculty.nps.edu/brutzman
More information about the x3d-public
mailing list