Ignore:
Timestamp:
2016-06-24T01:27:35+02:00 (10 years ago)
Author:
Don-vip
Message:

sonar - squid:S1166 - Exception handlers should preserve the original exceptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/TestError.java

    r9989 r10469  
    361361                primitives = Collections.emptyList();
    362362            } else {
    363                 Main.warn("Unable to remove primitives from "+this);
     363                Main.warn(e, "Unable to remove primitives from "+this+'.');
    364364            }
    365365        }
Note: See TracChangeset for help on using the changeset viewer.