Skip to content

Commit 7c056b4

Browse files
committed
Go pack to using the UniqueSolver.
Can't get the slicing working.
1 parent 6286ed8 commit 7c056b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/safe/TypestateSolverFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static ISafeSolver getSolver(AnalysisOptions domoOptions, CallGraph cg,
4949
throws PropertiesException, CancelException {
5050
IMergeFunctionFactory mergeFactory = makeMergeFactory(options, TypeStateSolverKind.UNIQUE);
5151
ILiveObjectAnalysis live = getLiveObjectAnalysis(cg, hg, options);
52-
return new ClientSlicingUniqueSolver(cg, pointerAnalysis, dfa, options, live, ora, metrics, reporter, traceReporter, mergeFactory);
52+
return new UniqueSolver(cg, pointerAnalysis, dfa, options, live, ora, metrics, reporter, traceReporter, mergeFactory);
5353
}
5454

5555
protected static ILiveObjectAnalysis getLiveObjectAnalysis(CallGraph cg, HeapGraph<?> hg, TypeStateOptions options)

0 commit comments

Comments
 (0)