Ignore:
Timestamp:
2016-07-24T13:54:44+02:00 (8 years ago)
Author:
Don-vip
Message:

simplify handling of ignored/traced exceptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/ac/AutoCompletingTextField.java

    r8840 r10626  
    9191                } catch (NumberFormatException e) {
    9292                    // either the new text or the current text isn't a number. We continue with autocompletion
    93                     if (Main.isTraceEnabled()) {
    94                         Main.trace(e.getMessage());
    95                     }
     93                    Main.trace(e);
    9694                }
    9795            }
Note: See TracChangeset for help on using the changeset viewer.