Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-12-16 21:23:17 +0000
committerDarin Wright2009-12-16 21:23:17 +0000
commit9825646c2a7b2a350412f0a66f93ae83cf8cef5a (patch)
treee7dd4082a971b8b33009aa95082f820f1b22ddeb /org.eclipse.debug.core/buildnotes_platform-debug.html
parent6d212182e9b60f0382a29cc9e1e8524cc2b1b448 (diff)
downloadeclipse.platform.debug-9825646c2a7b2a350412f0a66f93ae83cf8cef5a.tar.gz
eclipse.platform.debug-9825646c2a7b2a350412f0a66f93ae83cf8cef5a.tar.xz
eclipse.platform.debug-9825646c2a7b2a350412f0a66f93ae83cf8cef5a.zip
Bug 297965 - Add launch time attribute to ILaunch
Diffstat (limited to 'org.eclipse.debug.core/buildnotes_platform-debug.html')
-rw-r--r--org.eclipse.debug.core/buildnotes_platform-debug.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/buildnotes_platform-debug.html b/org.eclipse.debug.core/buildnotes_platform-debug.html
index 2d51f007c..f4a6fdaa5 100644
--- a/org.eclipse.debug.core/buildnotes_platform-debug.html
+++ b/org.eclipse.debug.core/buildnotes_platform-debug.html
@@ -70,6 +70,18 @@ the validation for the <code>generateLaunchConfigurationName(String namePrefix)<
</ul>
<p><strong>Description:</strong>The <code>RefreshUtil</code> class provides API to create and restore mementos for resource collections as well as a convenience API for refreshing resources. This support was moved to <code>org.eclipse.debug.core</code> from <code>org.eclispe.debug.ui</code> such that headless plug-ins can leverage these features. </p>
<p><strong>Action required:</strong> This is a backwards compatible change. No action required. </p>
+
+<h3>Launch Time Stamps</h3>
+<p><strong>What is affected:</strong>
+<ul>
+ <li>Constant addition: <code>DebugPlugin - public static final String ATTR_LAUNCH_TIMESTAMP</code></li>
+</ul>
+<p><strong>Description:</strong>A time stamp value is added to all launch objects representing the time a
+ launch configuration's <code>launch(...)</code> method was called. The value of the launch attribute is a
+ <code>String</code> representing a <code>long</code> generated from <code>System.currentTimeMillis()</code>. The attribute value
+ can be obtained from <code>ILaunch.getAttrbute(DebugPlugin.ATTR_LAUNCH_TIMESTAMP)</code>.
+<p><strong>Action required:</strong> This is a backwards compatible change. No action required. </p>
+
<p>&nbsp;</p>
</body>
</html>

Back to the top