[jbosstools-issues] [JBoss JIRA] Created: (JBDS-1339) usage reporting in JBDS has wrong texts and is reported as JBoss Tools instance

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Sat Sep 25 09:07:28 EDT 2010


usage reporting in JBDS has wrong texts and is reported as JBoss Tools instance
-------------------------------------------------------------------------------

                 Key: JBDS-1339
                 URL: https://jira.jboss.org/browse/JBDS-1339
             Project: Developer Studio (JBoss Developer Studio)
          Issue Type: Bug
    Affects Versions: 4.0.0.M2
            Reporter: Andre Dietisheim
            Priority: Blocker
             Fix For: 4.0.0.Beta1


The current Usage reporting plugin does not recognize correctly if it's running in a JBDS instance. The texts in the first-start dialog "please allow us to report usage to JBoss Tools team" and preference page do not show Red Hat Inc / JBoss Developer Studio. Furthermore it hits the wrong Google Analytics account.

The reason for it is that the product id is checked against a bad value:

"com.jboss.jbds.product.feaure"

it should be checked against 

"com.jboss.jbds.product.product"

Fixing it consists in changing a string constant in JBDSConstants. I attach a patch.

I unfortunately only checked the code by uncommenting the detection and did not install it into a JBDS build. It did this now and discovered the flaw. 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list