Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7902193

Dead code in ET_FilterHandler

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P3 P3
    • jt6.0
    • jt6.0
    • tools
    • None
    • Fix Understood

      ET_FilterHandler after CODETOOLS-7902183 is fixed contains the following:

              public String put(String key, String value) {
                  if (!(key instanceof String) ||
                      !(value instanceof String))
                      throw new IllegalArgumentException("both args must be strings");
                  prefs.setPreference(key, value);
                  return null;
              }

      It needs to be simplified

            dbessono Dmitry Bessonov
            dbessono Dmitry Bessonov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: