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/messages/messages.properties
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,8 @@ CheckingPreconditions=Checking preconditions (may take a while)...
6
6
CompilingSource=Compiling source ...
7
7
CreatingChange=Creating change...
8
8
NoStreamsHavePassedThePreconditions=No streams have passed preconditions.
9
-
NoStreamsToOptimize=No streams to optimize.
9
+
NoStreamsToOptimize=No streams to optimize.
10
+
CUContainsCompileErrors=Member ''{0}'' has a compilation unit ''{1}'' that contains compilation errors.
11
+
NoStreamsToConvert=No streams available for optimization.
12
+
PreconditionFailed=No streams have passed precondition checking.
0 commit comments