Ignore:
Timestamp:
2016-05-15T00:51:10+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:S2221 - "Exception" should not be caught when not required by called methods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/PlaceSelection.java

    r9972 r10212  
    4141import javax.swing.table.TableCellRenderer;
    4242import javax.swing.table.TableColumn;
     43import javax.xml.parsers.ParserConfigurationException;
    4344
    4445import org.openstreetmap.josm.Main;
     
    396397                    });
    397398                }
    398             } catch (Exception e) {
     399            } catch (IOException | ParserConfigurationException e) {
    399400                if (!canceled) {
    400401                    OsmTransferException ex = new OsmTransferException(e);
Note: See TracChangeset for help on using the changeset viewer.