Ignore:
Timestamp:
2015-05-02T00:55:19+02:00 (9 years ago)
Author:
Don-vip
Message:

fix potential NPEs and Sonar issues related to serialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/validator/ValidatorTreePanel.java

    r7270 r8308  
    6161
    6262    /** The list of errors shown in the tree */
    63     private List<TestError> errors = new ArrayList<>();
     63    private transient List<TestError> errors = new ArrayList<>();
    6464
    6565    /**
     
    6767     * that refer to one of the primitives in the filter.
    6868     */
    69     private Set<OsmPrimitive> filter = null;
     69    private transient Set<OsmPrimitive> filter = null;
    7070
    7171    /** a counter to check if tree has been rebuild */
Note: See TracChangeset for help on using the changeset viewer.