Skip to content

Commit 019ef09

Browse files
committed
Remove commented enums.
We can just get it from the other project.
1 parent 0c86213 commit 019ef09

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/PreconditionFailure.java

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,7 @@
33
import java.util.Arrays;
44

55
public enum PreconditionFailure {
6-
CURRENTLY_NOT_HANDLED(14);
7-
// HAS_SIDE_EFFECTS(8),
8-
// HAS_SIDE_EFFECTS2(9),
9-
// INCONSISTENT_POSSIBLE_EXECUTION_MODES(6),
10-
// INCONSISTENT_POSSIBLE_ORDERINGS(7),
11-
// INCONSISTENT_POSSIBLE_STREAM_SOURCE_ORDERING(1),
12-
// NO_APPLICATION_CODE_IN_CALL_STRINGS(17),
13-
// entry points are misconfigured.
14-
// NO_ENTRY_POINT(16), // P1.
15-
// NO_STATEFUL_INTERMEDIATE_OPERATIONS(11), // P2.
16-
// NO_TERMINAL_OPERATIONS(13), // P3.
17-
// NON_DETERMINABLE_REDUCTION_ORDERING(5), // P4 or P5.
18-
// NON_DETERMINABLE_STREAM_SOURCE_ORDERING(4), // P4 or P4.
19-
// NON_INSTANTIABLE_POSSIBLE_STREAM_SOURCE(3),
20-
// NON_ITERABLE_POSSIBLE_STREAM_SOURCE(2), // should just be #97 currently.
21-
// REDUCE_ORDERING_MATTERS(10), // either pivotal code isn't reachable or
22-
// STREAM_CODE_NOT_REACHABLE(15), // user didn't specify entry points.
23-
// UNORDERED(11); // N may be too small.
6+
CURRENTLY_NOT_HANDLED(1);
247

258
static {
269
// check that the codes are unique.

0 commit comments

Comments
 (0)