Ignore:
Timestamp:
2016-05-15T12:43:59+02:00 (8 years ago)
Author:
Don-vip
Message:

findbugs - SE_BAD_FIELD_STORE + LI_LAZY_INIT_UPDATE_STATIC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/bugreport/BugReportExceptionHandler.java

    r10212 r10214  
    166166     * @param e the exception
    167167     */
    168     public static void handleException(final Throwable e) {
     168    public static synchronized void handleException(final Throwable e) {
    169169        if (handlingInProgress || suppressExceptionDialogs)
    170170            return;                  // we do not handle secondary exceptions, this gets too messy
Note: See TracChangeset for help on using the changeset viewer.