java-json-tools / jackson-coreutils

JSON Pointer (RFC 6901) and numeric JSON equivalence for Jackson (2.2.x)
Other
5 stars 6 forks source link

warning: [serial] serializable class JsonPointerException has no definition of serialVersionUID #17

Closed Capstan closed 5 years ago

Capstan commented 5 years ago

Running with -Xlint:all yields this warning. I don't see any reason not to make it serializable.

$ serialver -classpath build/classes/java/main com.github.fge.jackson.jsonpointer.JsonPointerException
com.github.fge.jackson.jsonpointer.JsonPointerException:    private static final long serialVersionUID = -7592494060626167998L;