Ignore:
Timestamp:
2016-05-20T22:21:01+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:S1948 - Fields in a "Serializable" class should either be transient or serializable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/UnGlueAction.java

    r10181 r10254  
    203203    static final class PropertiesMembershipDialog extends ExtendedDialog {
    204204
    205         final ExistingBothNewChoice tags;
    206         final ExistingBothNewChoice memberships;
     205        final transient ExistingBothNewChoice tags;
     206        final transient ExistingBothNewChoice memberships;
    207207
    208208        private PropertiesMembershipDialog(boolean preselectNew, boolean queryTags, boolean queryMemberships) {
Note: See TracChangeset for help on using the changeset viewer.