Skip to content

Commit c9d9b00

Browse files
committed
Revert "Clean up."
This reverts commit 04ee795.
1 parent 04ee795 commit c9d9b00

File tree

9 files changed

+431
-69
lines changed

9 files changed

+431
-69
lines changed

edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis/StreamAnalyzer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
import com.ibm.wala.util.CancelException;
4444
import com.ibm.wala.util.scope.JUnitEntryPoints;
4545

46-
import edu.cuny.citytech.refactoring.common.core.TimeCollector;
4746
import edu.cuny.hunter.streamrefactoring.core.analysis.StreamStateMachine.Statistics;
4847
import edu.cuny.hunter.streamrefactoring.core.utils.LoggerNames;
48+
import edu.cuny.hunter.streamrefactoring.core.utils.TimeCollector;
4949
import edu.cuny.hunter.streamrefactoring.core.wala.EclipseProjectAnalysisEngine;
5050

5151
@SuppressWarnings("restriction")

edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/messages/Messages.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public class Messages extends NLS {
2222
public static String PreconditionFailed;
2323
public static String RefactoringNotPossible;
2424
public static String StreamsNotSpecified;
25-
public static String ProjectIncompatible;
2625

2726
static {
2827
// initialize resource bundle

edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/messages/messages.properties

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ StreamsNotSpecified=No streams to refactor.
55
CheckingPreconditions=Checking preconditions (may take a while)...
66
CompilingSource=Compiling source ...
77
CreatingChange=Creating change...
8-
NoStreamsHavePassedThePreconditions=No streams have passed preconditions.
9-
ProjectIncompatible=Project must use Java 8 or greater.
10-
CUContainsCompileErrors=Member ''{0}'' has a compilation unit ''{1}'' that contains compilation errors.
8+
NoStreamsHavePassedThePreconditions=No streams have passed preconditions.

0 commit comments

Comments
 (0)