Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2014-07-24 16:12:33 +0000
committerMike Rennie2014-07-24 16:12:33 +0000
commitcdafcfd59cfc43c4efdf5c5d25abd5eefb4ec3ac (patch)
treeed689290dc31d74313bebd4996759652e0f2d340 /org.eclipse.debug.tests
parented4a5afff53343242837d9fe7f0014d5419fcb81 (diff)
downloadeclipse.platform.debug-cdafcfd59cfc43c4efdf5c5d25abd5eefb4ec3ac.tar.gz
eclipse.platform.debug-cdafcfd59cfc43c4efdf5c5d25abd5eefb4ec3ac.tar.xz
eclipse.platform.debug-cdafcfd59cfc43c4efdf5c5d25abd5eefb4ec3ac.zip
Bug 438621 - [step filtering] Provide an extension point to enhance
methods step filtering - version / header / since tag updates
Diffstat (limited to 'org.eclipse.debug.tests')
-rw-r--r--org.eclipse.debug.tests/src/org/eclipse/debug/tests/AutomatedSuite.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.debug.tests/src/org/eclipse/debug/tests/AutomatedSuite.java b/org.eclipse.debug.tests/src/org/eclipse/debug/tests/AutomatedSuite.java
index a9af48ed1..f6be5086e 100644
--- a/org.eclipse.debug.tests/src/org/eclipse/debug/tests/AutomatedSuite.java
+++ b/org.eclipse.debug.tests/src/org/eclipse/debug/tests/AutomatedSuite.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2009, 2012 IBM Corporation and others.
+ * Copyright (c) 2009, 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
* Contributors:
* IBM Corporation - initial API and implementation
* Freescale Semiconductor - Bug 293618, Breakpoints view sorts up to first colon only
+ * Anton Kosyakov (Itemis AG) - Bug 438621 - [step filtering] Provide an extension point to enhance methods step filtering.
*******************************************************************************/
package org.eclipse.debug.tests;

Back to the top