carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/69/1/.cp/html/gettingstarted/what_data_is_collected.html
changeset 5 684bf18fdedf
equal deleted inserted replaced
4:4764c8c88759 5:684bf18fdedf
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
       
     2 <!--
       
     3 /*******************************************************************************
       
     4  * Copyright (c) 2008 The Eclipse Foundation.
       
     5  * All rights reserved. This program and the accompanying materials
       
     6  * are made available under the terms of the Eclipse Public License v1.0
       
     7  * which accompanies this distribution, and is available at
       
     8  * http://www.eclipse.org/legal/epl-v10.html
       
     9  * 
       
    10  * Contributors:
       
    11  *    The Eclipse Foundation - initial API and implementation
       
    12  *******************************************************************************/
       
    13 -->
       
    14 <html>
       
    15 <head>
       
    16 	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
       
    17 	<title>Main Topic</title>
       
    18 	<link rel="stylesheet" type="text/css" href="PLUGINS_ROOT/PRODUCT_PLUGIN/book.css" media="screen" />
       
    19 </head>
       
    20 
       
    21 <body>
       
    22 <h1>What Data is Collected?</h1>
       
    23 <p>Captured data is associated with a user through a combination of
       
    24 workstation and workspace ids that are automatically generated by the
       
    25 collector. This identification is not tied to any personal information
       
    26 about the user.</p>
       
    27 <p>The usage data monitors what is being used and when (timestamp),
       
    28 including:</p>
       
    29 <ol>
       
    30 	<li>Loaded bundles</li>
       
    31 	<li>Commands accessed via keyboard shortcuts</li>
       
    32 	<li>Actions invoked via menus or toolbars</li>
       
    33 	<li>Perspective changes</li>
       
    34 	<li>View usage</li>
       
    35 	<li>Editor usage</li>
       
    36 </ol>
       
    37 <p>Where possible, the usage data collector also capture the symbolic
       
    38 name and version of the bundle contributing the
       
    39 command/action/perspective/view/editor.</p>
       
    40 
       
    41 <p>The UDC also captures some basic information about the runtime environment:</p>
       
    42 <ul>
       
    43 	<li>Operating System</li>
       
    44 	<li>System Architecture</li>
       
    45 
       
    46 	<li>Window System</li>
       
    47 	<li>Locale</li>
       
    48 	<li>Number of processors available</li>
       
    49 	<li>And a number of system properties:
       
    50 	<ul>
       
    51 		<li>java.runtime.name</li>
       
    52 		<li>java.runtime.version</li>
       
    53 
       
    54 		<li>java.specification.name</li>
       
    55 		<li>java.specification.vendor</li>
       
    56 		<li>java.specification.version</li>
       
    57 		<li>java.vendor</li>
       
    58 		<li>java.version</li>
       
    59 		<li>java.vm.info</li>
       
    60 
       
    61 		<li>java.vm.name</li>
       
    62 		<li>java.vm.specification.name</li>
       
    63 		<li>java.vm.specification.vendor</li>
       
    64 		<li>java.vm.specification.version</li>
       
    65 		<li>java.vm.vendor</li>
       
    66 		<li>java.vm.version</li>
       
    67 
       
    68 	</ul>
       
    69 	</li>
       
    70 </ul>
       
    71 
       
    72 <p>Note that none of these properties contain file paths or anything of a personal nature.</p>
       
    73 
       
    74 </body>
       
    75 </html>