GenerateSerialVersionUID
Products:
Android Studio,
IntelliJ IDEA
Vendor:
Olivier Descout
Email:
descout underscore olivier at yahoo dot fr
Website:
http://plugins.intellij.net/plugin/?idea&id=185
Description:
Adds a new action 'SerialVersionUID' in the generate menu (alt + ins). The action adds an
serialVersionUID field in the current class or updates it if it already exists,
and assigns it the same value the standard 'serialver' JDK tool would return.
The action is only visible when the class is serializable and either no serialVersionUID
field exists or its value is different from the one the 'serialver' tool would return.
Downloads: 34036
Rating:
Participated in rating: 10
Recent change notes:
3.0.1 - Added ability to generate serialVersionUID field for serializable inner classes.
Fixes the wrong incorrect-serialVersionUID-value-detected when serialVersionUID is set
to a negative value.
Fixes the "java.lang.NoSuchFieldError: LONG" exception due to the move of some inner
IDEA constants from one class to another between IDEA 9 and 10.
3.0.0 - Reused plugin written by Brad Lane a few years ago and updated it for IDEA 8+.
Comments:
=====
LONG: LONG
java.lang.NoSuchFieldError: LONG