You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis/PreconditionFailure.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,8 @@ public enum PreconditionFailure {
19
19
CURRENTLY_NOT_HANDLED(14), // should just be #97 currently.
20
20
STREAM_CODE_NOT_REACHABLE(15), // either pivotal code isn't reachable or
21
21
// entry points are misconfigured.
22
-
NO_ENTRY_POINT(16); // user didn't specify entry points.
22
+
NO_ENTRY_POINT(16), // user didn't specify entry points.
23
+
NO_APPLICATION_CODE_IN_CALL_STRINGS(17); // N may be too small.
Copy file name to clipboardExpand all lines: edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis/StreamStateMachine.java
Copy file name to clipboardExpand all lines: edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/safe/InstructionBasedSolver.java
Copy file name to clipboardExpand all lines: edu.cuny.hunter.streamrefactoring.tests/test cases/edu/cuny/hunter/streamrefactoring/ui/tests/ConvertStreamToParallelRefactoringTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -383,8 +383,8 @@ public void testEntrySet4() throws Exception {
0 commit comments