Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JBIDE-13990] correctly identify and report 64bit jvms #137

Closed
wants to merge 1 commit into from

Conversation

adietish
Copy link
Member

No description provided.

@@ -88,8 +88,8 @@ public void urlEndsWithJBossToolsVersion() {
}

private String getUserId(String trackingUrl) {
Pattern pattern = Pattern.compile(".+" + IGoogleAnalyticsParameters.PARAM_COOKIES_UNIQUE_VISITOR_ID
+ "%3D([0-9]+\\.[0-9]+)\\..+");
Pattern pattern = Pattern.compile(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did this change ?

@maxandersen
Copy link
Member

applied

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants