A B C D E F G H I J L M N O P Q R S T U V W

C

c1 - Variable in class de.uds.cs.st.dd.core.test.TConfigurationTest
A TConfiguration used for testing.
c2 - Variable in class de.uds.cs.st.dd.core.test.TConfigurationTest
A TConfiguration used for testing.
cacheOutcomes - Variable in class de.uds.cs.st.dd.core.DD
If set to true, test results are stored in a cache.
cc - Variable in class de.uds.cs.st.dd.core.DD
Used to store a temporary configuration.
CLASSNAME - Static variable in class de.uds.cs.st.dd.eclipse.DeltaDebuggingPlugin
 
classNameText - Variable in class de.uds.cs.st.dd.eclipse.preferences.MainPreferencePage
Text field to enter the name of the class containing the method.
clear() - Method in class de.uds.cs.st.dd.eclipse.debugging.DebugLinesVisited
Clears all vectors.
clear() - Method in class de.uds.cs.st.dd.eclipse.ui.FailureTraceView
Clears the non-stack trace info
clear() - Method in class de.uds.cs.st.dd.core.TConfiguration
 
clearBreakpoints() - Method in class de.uds.cs.st.dd.eclipse.actions.DeltaDebuggingAction
Stores all currently active (and registered) breakpoints in an array and deletes them.
clearFileAccessMethods() - Method in class de.uds.cs.st.dd.eclipse.DeltaDebuggingPlugin
 
clearMethods() - Method in class de.uds.cs.st.dd.eclipse.debugging.FileAccessMethodManager
Clears the hash table.
clearRegisteredDDToolTrees() - Method in class de.uds.cs.st.dd.eclipse.DeltaDebuggingPlugin
 
clearTable() - Method in class de.uds.cs.st.dd.eclipse.ui.FailureTraceView
 
clientSocket - Variable in class de.uds.cs.st.dd.core.JUnitRunner
The client socket.
COLLECT - Static variable in class de.uds.cs.st.dd.eclipse.ui.MinimizeInputTree
 
COLLECT - Static variable in class de.uds.cs.st.dd.eclipse.ui.MinimizeInputViewPart
 
compareElements(StackTraceElement[], StackTraceElement[]) - Method in class de.uds.cs.st.dd.core.tester.JUnitTester
Compares two StackTraceElement arrays as described in compareTraces.
compareTraces(TestFailure) - Method in class de.uds.cs.st.dd.core.tester.JUnitTester
Compares two failure traces.
COMPLEXITY - Static variable in class de.uds.cs.st.dd.eclipse.DeltaDebuggingPlugin
 
COMPLEXITY_DEPTH_KEY - Static variable in class de.uds.cs.st.dd.eclipse.debugging.FileAccessMethodManager
Property key for the number of variables that have to be traversed.
computeSize(Composite, int, int, boolean) - Method in class de.uds.cs.st.dd.eclipse.ui.TabFolderLayout
 
computeSize(int, int, boolean) - Method in class de.uds.cs.st.dd.eclipse.ui.MinimizingProgressBar
 
config - Variable in class de.uds.cs.st.dd.core.InputDeltaDebugger
Stores the initial set of deltas (chunks of the input file).
connect() - Method in class de.uds.cs.st.dd.core.JUnitRunner
Connects to remote listeners.
connectMinimizeView(IWorkbenchWindow) - Method in class de.uds.cs.st.dd.eclipse.DeltaDebuggingPlugin
 
console - Static variable in class de.uds.cs.st.dd.ui.Debug
Specifies whether output should happen at the console.
ConsoleViewer - class de.uds.cs.st.dd.ui.ConsoleViewer.
A very simple console viewer that displays the text of the messages.
ConsoleViewer() - Constructor for class de.uds.cs.st.dd.ui.ConsoleViewer
Creates a new ConsoleViewer object.
contains(Object) - Method in class de.uds.cs.st.dd.core.TConfiguration
 
contains(String, int) - Method in class de.uds.cs.st.dd.eclipse.debugging.DebugLinesVisited
Returns the index of the specified failing test class and line number.
containsAll(Collection) - Method in class de.uds.cs.st.dd.core.TConfiguration
 
containsResult(String) - Method in class de.uds.cs.st.dd.eclipse.debugging.DebugLinesVisited
Returns the index of the specified original file name or -1 if no such entry exists.
containsResult(String, String) - Method in class de.uds.cs.st.dd.eclipse.debugging.DebugLinesVisited
Returns the index of the specified evaluation name and test name or -1 if no such entry exists.
convert(String, String) - Method in class de.uds.cs.st.dd.eclipse.DeltaDebuggingPlugin
Convert the supplied PREFERENCE_DELIMITER delimited String to a String array.
copy() - Method in class de.uds.cs.st.dd.core.TConfiguration
Returns a copy of this TConfiguration.
copyFile(String, String) - Static method in class de.uds.cs.st.dd.util.FileUtils
Copies a file.
copyResourceToFile(String, String) - Static method in class de.uds.cs.st.dd.util.FileUtils
Copies an internet resource.
CounterPanel - class de.uds.cs.st.dd.eclipse.ui.CounterPanel.
A panel with counters for the number of Runs, Errors and Failures.
CounterPanel(Composite) - Constructor for class de.uds.cs.st.dd.eclipse.ui.CounterPanel
Creates a new CounterPanel.
create(Tree, ViewForm) - Method in class de.uds.cs.st.dd.eclipse.ui.DDToolTree
Creates a new TreeItem for the specified tree.
create(Tree, ViewForm) - Method in class de.uds.cs.st.dd.eclipse.ui.MinimizeInputTree
 
createButtonLayout(Composite) - Method in class de.uds.cs.st.dd.eclipse.preferences.MainPreferencePage
Creates the layout that enables a button on the left side and an edit field on the right side.
createContents(Composite) - Method in class de.uds.cs.st.dd.eclipse.preferences.MainPreferencePage
 
createDDReport(PrintWriter, String, TConfiguration) - Method in class de.uds.cs.st.dd.core.InputDeltaDebugger
Sends a message to remotely connected processes by writing contents into * the writer object.
createEnhancedDDReport(PrintWriter, String, TConfiguration, TConfiguration, TConfiguration) - Method in class de.uds.cs.st.dd.core.InputDeltaDebugger
Sends a message to remotely connected processes by writing contents into * the writer object.
createFieldEditors() - Method in class de.uds.cs.st.dd.eclipse.preferences.PathChooser
 
createImage(String) - Static method in class de.uds.cs.st.dd.eclipse.ui.DDToolTree
Loads the specified image.
createImage(String) - Static method in class de.uds.cs.st.dd.eclipse.ui.MinimizeInputViewPart
 
createLabel(String, Image, String) - Method in class de.uds.cs.st.dd.eclipse.ui.CounterPanel
Creates a new label with the specified name, the specified image (or none if image is null) and an initial value.
createOpenEditorAction(String) - Method in class de.uds.cs.st.dd.eclipse.ui.FailureTraceView
 
createOriginalConfig(TConfiguration, TConfiguration) - Method in class de.uds.cs.st.dd.core.DD
Creates a copy of the original configurations and stores the elements in an array.
createPartControl(Composite) - Method in class de.uds.cs.st.dd.eclipse.ui.MinimizeInputViewPart
 
createProgressCountPanel(Composite) - Method in class de.uds.cs.st.dd.eclipse.ui.MinimizeInputViewPart
 
createResume() - Method in class de.uds.cs.st.dd.eclipse.debugging.DDJUnitDebugEventFilter
Creates a new Runnable object that resumes the thread.
createSashForm(Composite) - Method in class de.uds.cs.st.dd.eclipse.ui.MinimizeInputViewPart
 
createStepInto() - Method in class de.uds.cs.st.dd.eclipse.debugging.DDJUnitDebugEventFilter
Creates a new Runnable object that performs a step into.
createStepOver() - Method in class de.uds.cs.st.dd.eclipse.debugging.DDJUnitDebugEventFilter
Creates a new Runnable object that performs a step over.
createStepReturn() - Method in class de.uds.cs.st.dd.eclipse.debugging.DDJUnitDebugEventFilter
Creates a new Runnable object that performs a step return.
createSuspend() - Method in class de.uds.cs.st.dd.eclipse.debugging.DDJUnitDebugEventFilter
Creates a new Runnable object that suspends the thread.
createTConfiguration1() - Static method in class de.uds.cs.st.dd.core.test.DDTest
Creates a configuration that consists of 20 integers (1..20).
createTConfiguration2() - Static method in class de.uds.cs.st.dd.core.test.DDTest
Creates a configuration that consists of single words.
createTemporaryFile(String) - Method in class de.uds.cs.st.dd.eclipse.debugging.EvaluationDebugFilter
Creates a temporary file and stores the contents of the original resource into that file.
createTestResult() - Method in class de.uds.cs.st.dd.core.JUnitRunner
Convenience method to create a new TestResult object.
createTestRunViews(Composite) - Method in class de.uds.cs.st.dd.eclipse.ui.MinimizeInputViewPart
 
current - Variable in class de.uds.cs.st.dd.eclipse.EvaluateJUnitTestListener
 
current - Variable in class de.uds.cs.st.dd.eclipse.ReplaceJUnitTestListener
Indices that point to the current file and the current test.
currentOuter - Variable in class de.uds.cs.st.dd.eclipse.ReplaceJUnitTestListener
Indices that point to the current file and the current test.

A B C D E F G H I J L M N O P Q R S T U V W