Ignore:
Timestamp:
2017-02-04T14:47:39+01:00 (9 years ago)
Author:
Don-vip
Message:

sonar - fb-contrib:FCBL_FIELD_COULD_BE_LOCAL - Correctness - Class defines fields that are used only as locals

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/io/ActionFlagsTableCell.java

    r10611 r11534  
    4040    private final transient CellEditorSupport cellEditorSupport = new CellEditorSupport(this);
    4141
    42     private final transient ActionListener al = e -> cellEditorSupport.fireEditingStopped();
    43 
    4442    /**
    4543     * Constructs a new {@code ActionFlagsTableCell}.
     
    5048        setLayout(new GridBagLayout());
    5149
     50        ActionListener al = e -> cellEditorSupport.fireEditingStopped();
    5251        ActionMap am = getActionMap();
    5352        for (final JCheckBox b : checkBoxes) {
Note: See TracChangeset for help on using the changeset viewer.