Skip to content

Commit a05d5c8

Browse files
eclipse-platform-botakurtakov
authored andcommitted
Perform clean code of debug/org.eclipse.debug.core
1 parent f3377bd commit a05d5c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

debug/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IFilteredStep.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public interface IFilteredStep extends IStep {
3333
*
3434
* @return whether this element can currently perform a filtered step into
3535
*/
36+
@Deprecated
3637
boolean canStepWithFilters();
3738
/**
3839
* Steps into the current statement, generating <code>RESUME</code>
@@ -46,5 +47,6 @@ public interface IFilteredStep extends IStep {
4647
* <li>NOT_SUPPORTED - The capability is not supported by the target</li>
4748
* </ul>
4849
*/
50+
@Deprecated
4951
void stepWithFilters() throws DebugException;
5052
}

0 commit comments

Comments
 (0)