Ignore:
Timestamp:
2016-06-01T23:17:40+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:S1854 - Dead stores should be removed

File:
1 edited

Legend:

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

    r10173 r10308  
    237237            if (dpkg || rpm || eque) {
    238238                for (String packageName : packageNames) {
    239                     String[] args = null;
     239                    String[] args;
    240240                    if (dpkg) {
    241241                        args = new String[] {"dpkg-query", "--show", "--showformat", "${Architecture}-${Version}", packageName};
Note: See TracChangeset for help on using the changeset viewer.