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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@ Name=Optimize Streams
2
2
CategoryName=Stream Changes
3
3
CategoryDescription=Optimizes Java 8 streams
4
4
StreamsNotSpecified=No streams to refactor.
5
-
CheckingPreconditions=Checking preconditions...
5
+
CheckingPreconditions=Checking preconditions (may take a while)...
6
6
CompilingSource=Compiling source ...
7
-
CreatingChange=Creating change...
7
+
CreatingChange=Creating change...
8
+
NoStreamsHavePassedThePreconditions=No streams have passed preconditions.
Copy file name to clipboardExpand all lines: edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/refactorings/OptimizeStreamsRefactoringProcessor.java
+20-19Lines changed: 20 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -466,21 +466,6 @@ public Set<Stream> getStreamSet() {
Copy file name to clipboardExpand all lines: edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/utils/RefactoringAvailabilityTester.java
0 commit comments