Serialized Form
-
Package randoop
-
Class randoop.ReplayFailureException extends RuntimeException implements Serializable
- serialVersionUID:
- -6685935677958691837L
-
Serialized Fields
-
decoration
Check decoration
The check that failed.
-
-
Class randoop.SystemExitCalledError extends Error implements Serializable
-
Serialized Fields
-
status
int status
-
-
-
-
Package randoop.compile
-
Class randoop.compile.FileCompiler.FileCompilerException extends Throwable implements Serializable
- serialVersionUID:
- 8362158619216912395L
-
Serialized Fields
-
diagnostics
DiagnosticCollector<JavaFileObject> diagnostics
The compiler diagnostics. -
options
List<String> options
The compiler options. -
sourceFiles
List<File> sourceFiles
The list of source files for the compilation.
-
-
Class randoop.compile.SequenceCompilerException extends Throwable implements Serializable
- serialVersionUID:
- -1901576275093767250L
-
Serialized Fields
-
diagnostics
DiagnosticCollector<JavaFileObject> diagnostics
The compiler diagnostics. -
sourceText
String sourceText
The source text for the class.
-
-
-
Package randoop.condition
-
Class randoop.condition.RandoopSpecificationError extends Error implements Serializable
- serialVersionUID:
- 3517219213949862963L
-
-
Package randoop.execution
-
Class randoop.execution.RunCommand.CommandException extends Throwable implements Serializable
- serialVersionUID:
- 736230736083495268L
-
-
Package randoop.generation
-
Class randoop.generation.RandoopGenerationError extends Error implements Serializable
- serialVersionUID:
- -2655768762421700468L
-
Serialized Fields
-
exception
Throwable exception
The exception that was thrown. -
operation
TypedOperation operation
The operation.
-
-
-
Package randoop.main
-
Class randoop.main.RandoopBug extends RuntimeException implements Serializable
- serialVersionUID:
- -5508231959912731870L
-
Class randoop.main.RandoopClassNameError extends Error implements Serializable
- serialVersionUID:
- -3625971508842588810L
-
Serialized Fields
-
className
String className
The erroneous class name.
-
-
Class randoop.main.RandoopCommandError extends RandoopUsageError implements Serializable
- serialVersionUID:
- 1L
-
Class randoop.main.RandoopUsageError extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package randoop.operation
-
Class randoop.operation.OperationParseException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package randoop.output
-
Class randoop.output.RandoopOutputException extends Throwable implements Serializable
- serialVersionUID:
- -9104568425559719500L
-
-
Package randoop.reflection
-
Class randoop.reflection.FailedPredicateException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class randoop.reflection.RandoopInstantiationError extends Error implements Serializable
- serialVersionUID:
- 3611612630372756721L
-
Class randoop.reflection.SignatureParseException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package randoop.runtime
-
Class randoop.runtime.ClosingStream extends Object implements Serializable
- serialVersionUID:
- 638560248651002139L
-
Class randoop.runtime.CreatedJUnitFile extends Object implements Serializable
- serialVersionUID:
- 3786576811718698647L
-
Serialized Fields
-
file
Path file
The file that was created. -
isDriver
boolean isDriver
-
-
Class randoop.runtime.ErrorRevealed extends Object implements Serializable
- serialVersionUID:
- -9131735651851725022L
-
Class randoop.runtime.RandoopFinished extends Object implements Serializable
- serialVersionUID:
- -2408618829353908424L
-
Class randoop.runtime.RandoopStarted extends Object implements Serializable
- serialVersionUID:
- -173133859355886475L
-
-
Package randoop.sequence
-
Class randoop.sequence.SequenceExceptionError extends Error implements Serializable
- serialVersionUID:
- 4778297090156993454L
-
Serialized Fields
-
e
Throwable e
The exception thrown by the sequence. -
position
int position
The position of the statement that threw the exception. -
testSequence
ExecutableSequence testSequence
The test sequence.
-
-
Class randoop.sequence.SequenceExecutionException extends RuntimeException implements Serializable
- serialVersionUID:
- -5962830721815152881L
-
Class randoop.sequence.SequenceParseException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
message
String message
-
-
Class randoop.sequence.StringTooLongException extends RandoopBug implements Serializable
- serialVersionUID:
- 20200205L
-
-
Package randoop.types
-
Class randoop.types.RandoopTypeException extends Throwable implements Serializable
- serialVersionUID:
- 1777971534091630396L
-
-
Package randoop.util
-
Class randoop.util.ListOfLists extends Object implements Serializable
- serialVersionUID:
- -3307714585442970263L
-
Serialized Fields
-
cumulativeSize
int[] cumulativeSize
The i-th value is the number of elements in the sublists up to the i-th one, inclusive. -
lists
List<SimpleList<E>> lists
The lists themselves. -
totalelements
int totalelements
The size of this collection.
-
-
Class randoop.util.OneMoreElementList extends Object implements Serializable
- serialVersionUID:
- 1332963552183905833L
-
Serialized Fields
-
lastElement
E lastElement
The last element in this. -
list
SimpleList<E> list
All but the last element in this. -
size
int size
The size of this.
-
-
Class randoop.util.RandoopLoggingError extends Error implements Serializable
- serialVersionUID:
- -3641426773814539646L
-
Class randoop.util.SimpleArrayList extends ArrayList<E> implements Serializable
- serialVersionUID:
- 20180317L
-