Package | Description |
---|---|
org.eth.cyril.bugfixer | |
org.eth.cyril.bugfixer.execution |
Modifier and Type | Method and Description |
---|---|
JavaResult |
PermutationGroups.PermutationGroup.getResult()
Gets the result for this permutation group.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TestAllPermutations.JavaResultComparer.equals(JavaResult first,
JavaResult second)
Return whether the two JavaResult instances are equal according
to the equality defined by this comparer.
|
boolean |
GroupFilter.MyComparer.equals(JavaResult first,
JavaResult second) |
PermutationGroups.PermutationGroup |
PermutationGroups.getPermutationGroup(JavaResult result,
java.util.List<?> input,
TestAllPermutations.JavaResultComparer comparer)
Gets the permutation group for the given result and comparer.
|
int |
TestAllPermutations.JavaResultComparer.hashCode(JavaResult result)
Returns the hash code for the given JavaResult instance according
to this comparer.
|
int |
GroupFilter.MyComparer.hashCode(JavaResult result) |
default boolean |
TestAllPermutations.JavaResultComparer.shouldGroup(JavaResult result)
Returns whether this result instance should be grouped.
|
boolean |
GroupFilter.MyComparer.shouldGroup(JavaResult result) |
default boolean |
TestAllPermutations.JavaResultComparer.shouldRemove(JavaResult result)
Returns whether this result instance should be immediately removed.
|
boolean |
GroupFilter.MyComparer.shouldRemove(JavaResult result) |
(package private) static HeapContent |
MainRewriter.toModel(JavaResult result) |
Modifier and Type | Method and Description |
---|---|
JavaResult |
DynamicJavaCode.execute(DynamicJavaCode.MainMethod method,
java.util.List<?> args)
Executes the given main method.
|