Ignore:
Timestamp:
2024-04-22T20:59:26+02:00 (6 weeks ago)
Author:
taylor.smock
Message:

Revert most var changes from r19048, fix most new compile warnings and checkstyle issues

Also, document why various ErrorProne checks were originally disabled and fix
generic SonarLint issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/history/TagTableCellRenderer.java

    r17904 r19050  
    11// License: GPL. For details, see LICENSE file.
    22package org.openstreetmap.josm.gui.history;
     3
     4import static org.openstreetmap.josm.tools.I18n.tr;
    35
    46import java.awt.Color;
     
    1315import org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive;
    1416import org.openstreetmap.josm.gui.util.GuiHelper;
    15 
    16 import static org.openstreetmap.josm.tools.I18n.tr;
    1717
    1818/**
     
    5151        setBorder(null);
    5252        if (model.hasTag(key)) {
    53             switch(column) {
     53            switch (column) {
    5454            case TagTableColumnModel.COLUMN_KEY:
    5555                // the name column
Note: See TracChangeset for help on using the changeset viewer.