[
https://jira.jboss.org/browse/JBDS-1339?page=com.atlassian.jira.plugin.sy...
]
Jiri Peterka closed JBDS-1339.
------------------------------
Verified in JBDS 4.0.0.beta1 #31, Linux 64
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
Assignee: Max Andersen
Priority: Blocker
Fix For: 4.0.0.Beta1
Attachments: JBDSConstants.java.patch
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