Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
I
iconBaseURL
- Static variable in class de.uds.cs.st.dd.eclipse.
DeltaDebuggingPlugin
IMinimizeTestRunListener
- interface de.uds.cs.st.dd.eclipse.
IMinimizeTestRunListener
.
All clients implementing this interface may register with the JUnitRunner (via the LaunchMessageReader).
infoMessage(String)
- Method in class de.uds.cs.st.dd.eclipse.
EvaluateJUnitTestListener
infoMessage(String)
- Method in interface de.uds.cs.st.dd.eclipse.
IMinimizeTestRunListener
Informs the listener of a text message.
infoMessage(String)
- Method in class de.uds.cs.st.dd.eclipse.
PrimaryJUnitTestListener
infoMessage(String)
- Method in class de.uds.cs.st.dd.eclipse.
ReplaceJUnitTestListener
infoMessage(String)
- Method in class de.uds.cs.st.dd.eclipse.ui.
MinimizeInputTree
infoMessage(String)
- Method in class de.uds.cs.st.dd.eclipse.ui.
MinimizeInputViewPart
init()
- Method in class de.uds.cs.st.dd.eclipse.preferences.
MainPreferencePage
Initializes the vectors.
init(IWorkbench)
- Method in class de.uds.cs.st.dd.eclipse.preferences.
MainPreferencePage
init(IWorkbench)
- Method in class de.uds.cs.st.dd.eclipse.preferences.
PathChooser
init(IWorkbenchWindow)
- Method in class de.uds.cs.st.dd.eclipse.actions.
DeltaDebuggingAction
We will cache window object in order to be able to provide parent shell for the message dialog.
INITIAL_PARTITION_SIZE
- Static variable in class de.uds.cs.st.dd.core.
DD
Initial partition size of the Delta Debugging algorithm.
initialize()
- Method in class de.uds.cs.st.dd.core.
InputDeltaDebugger
Initializes the fields of this object with default values.
initialize()
- Method in class de.uds.cs.st.dd.core.
DD
Initializes the class fields with default values.
initializeDefaultPreferences(IPreferenceStore)
- Method in class de.uds.cs.st.dd.eclipse.
DeltaDebuggingPlugin
Initializes a preference store with default preference values for this plug-in.
initializeDeltaDebugging()
- Method in class de.uds.cs.st.dd.core.
InputDeltaDebugger
Initializes the Delta Debugging algorithm and sets some values of the * DD class.
initializeToolTree(ViewForm)
- Method in class de.uds.cs.st.dd.eclipse.ui.
FailureRunView
Adds all currently registered DD plug-ins to this view (and the tree).
initMenu()
- Method in class de.uds.cs.st.dd.eclipse.ui.
FailureTraceView
inputChanged(Viewer, Object, Object)
- Method in class de.uds.cs.st.dd.eclipse.ui.
DifferenceContentProvider
InputCompareView
- class de.uds.cs.st.dd.eclipse.ui.
InputCompareView
.
Shows a new window that displays a TextMergeViewer that compares a failing input with a passing input.
InputCompareView(String, String, String, Display)
- Constructor for class de.uds.cs.st.dd.eclipse.ui.
InputCompareView
Creates a new InputCompareView.
InputDeltaDebugger
- class de.uds.cs.st.dd.core.
InputDeltaDebugger
.
Delta Debugging algorithm for files.
InputDeltaDebugger(String)
- Constructor for class de.uds.cs.st.dd.core.
InputDeltaDebugger
Constructs an InputDeltaDebugger.
InputDeltaDebugger(String, ISimpleViewer)
- Constructor for class de.uds.cs.st.dd.core.
InputDeltaDebugger
Constructs an InputDeltaDebugger.
inputFile
- Variable in class de.uds.cs.st.dd.core.
JUnitRunner
Name of the input file of the JUnit test that is to be analyzed with.
instance
- Static variable in class de.uds.cs.st.dd.eclipse.debugging.
DebugLinesVisited
The single instance of this class.
instance
- Static variable in class de.uds.cs.st.dd.eclipse.debugging.
FileAccessMethodManager
The only instance of this object.
intersect(TConfiguration)
- Method in class de.uds.cs.st.dd.core.
TConfiguration
Returns all elements that are in this configuration and in the specified one.
isAssumingAxiomsHold()
- Method in class de.uds.cs.st.dd.core.
DD
Returns true if the algorithm assumes that axioms hold, false otherwise.
isCachingOutcomes()
- Method in class de.uds.cs.st.dd.core.
DD
Returns if test outcomes are cached.
isCreated()
- Method in class de.uds.cs.st.dd.eclipse.ui.
MinimizeInputViewPart
isDisposed()
- Method in class de.uds.cs.st.dd.eclipse.ui.
MinimizeInputViewPart
isEmpty()
- Method in class de.uds.cs.st.dd.core.
TConfiguration
ISimpleViewer
- interface de.uds.cs.st.dd.ui.
ISimpleViewer
.
This interface allows the sending (and displaying) of messages.
isLeftEditable(Object)
- Method in class de.uds.cs.st.dd.eclipse.ui.
DifferenceContentProvider
isMonotone()
- Method in class de.uds.cs.st.dd.core.
DD
Returns if the algorithm assumes monotony.
isNetwork
- Variable in class de.uds.cs.st.dd.eclipse.debugging.
DebugLinesVisited
Indicates if a resource is a network or a file resource.
isNetwork
- Variable in class de.uds.cs.st.dd.eclipse.debugging.
EvaluationDebugFilter
Indicates if the currently analyzed resource is a network resource or not.
isNetworkResource(String)
- Method in class de.uds.cs.st.dd.eclipse.debugging.
DebugLinesVisited
Returns true, if the specified original resource name is a network resource, or false otherwise.
ISOLATE_ACTION_ID
- Static variable in class de.uds.cs.st.dd.eclipse.
DeltaDebuggingPlugin
ISOLATE_INPUT
- Static variable in class de.uds.cs.st.dd.eclipse.actions.
DeltaDebuggingAction
Constant indicating that input isolation is performed.
IsolateAction
- class de.uds.cs.st.dd.eclipse.actions.
IsolateAction
.
This action performs input isolation of a JUnit test that processes an input file.
IsolateAction()
- Constructor for class de.uds.cs.st.dd.eclipse.actions.
IsolateAction
The constructor creates a new IsolateAction and initializes the deltaDebuggingMode with ISOLATE_INPUT.
isolateConfig(TConfiguration, DD, PrintWriter)
- Method in class de.uds.cs.st.dd.core.
InputDeltaDebugger
Isolates a given configuration.
IsolateInputTree
- class de.uds.cs.st.dd.eclipse.ui.
IsolateInputTree
.
An instance of a MinimizeInputTree.
IsolateInputTree()
- Constructor for class de.uds.cs.st.dd.eclipse.ui.
IsolateInputTree
Creates a new IsolateInputTree.
isolateTree
- Variable in class de.uds.cs.st.dd.eclipse.ui.
MinimizeInputViewPart
ISOLATION
- Static variable in class de.uds.cs.st.dd.core.
InputDeltaDebugger
Isolation algorithm.
isResolving()
- Method in class de.uds.cs.st.dd.core.
DD
Checks, if the algorithm is currently resolving.
isRightEditable(Object)
- Method in class de.uds.cs.st.dd.eclipse.ui.
DifferenceContentProvider
isRunning()
- Method in class de.uds.cs.st.dd.eclipse.
LaunchMessageReader
isSubsetEq(TConfiguration)
- Method in class de.uds.cs.st.dd.core.
TConfiguration
Returns true, if this object is a subset or equal to the passed argument, false otherwise.
isToolItemSelected()
- Method in class de.uds.cs.st.dd.eclipse.ui.
DDToolTree
Returns true if an item from this tool is selected (i.e.
iterator()
- Method in class de.uds.cs.st.dd.core.
TConfiguration
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W