Ignore:
Timestamp:
2015-10-09T02:12:45+02:00 (9 years ago)
Author:
Don-vip
Message:

sonar - squid:S3052 - Fields should not be initialized to default values

File:
1 edited

Legend:

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

    r8624 r8840  
    107107    With this heuristic, for files with a constant small density
    108108    of changes, the algorithm is linear in the file size.  */
    109     public boolean heuristic = false;
     109    public boolean heuristic;
    110110
    111111    /** When set to true, the algorithm returns a guarranteed minimal
    112112      set of changes.  This makes things slower, sometimes much slower. */
    113     public boolean noDiscards = false;
     113    public boolean noDiscards;
    114114
    115115    private int[] xvec, yvec; /* Vectors being compared. */
     
    376376    }
    377377
    378     private boolean inhibit = false;
     378    private boolean inhibit;
    379379
    380380    /** Adjust inserts/deletes of blank lines to join changes
Note: See TracChangeset for help on using the changeset viewer.