Ignore:
Timestamp:
2017-12-17T01:25:46+01:00 (6 years ago)
Author:
Don-vip
Message:

enable PMD rule PreserveStackTrace + add missing jars to run new PMD rule designer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/oauth/OsmOAuthAuthorizationClient.java

    r12620 r13207  
    328328                throw new OsmOAuthAuthorizationException(tr("Failed to authenticate user ''{0}'' with password ''***'' as OAuth user",
    329329                        userName));
    330         } catch (OsmOAuthAuthorizationException e) {
    331             Logging.debug(e);
    332             throw new OsmLoginFailedException(e.getCause());
    333         } catch (IOException e) {
     330        } catch (OsmOAuthAuthorizationException | IOException e) {
    334331            throw new OsmLoginFailedException(e);
    335332        } finally {
Note: See TracChangeset for help on using the changeset viewer.