Uploaded image for project: 'HAL'
  1. HAL
  2. HAL-1817

The String constants could be STATIC properties of StartAnalytics of Task class.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • None
    • None

      In StartAnalytics. I found a few of the values and keys are String constants directly used in the class. So, I am converting all the constants values in the static properties.

      ------------

              config.put("anonymizeIp", true);
              config.put("cookieDomain", "auto");
              config.put("trackingId", id);

      ---------

      Replacing the String constant values with the STATIC properties.

       

       

       

            rhn-support-saahamad Sarfaraz Ahamad
            rhn-support-saahamad Sarfaraz Ahamad
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: