File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -274,6 +274,8 @@ public static Collection<TypeAbstraction> getPossibleTypesInterprocedurally(CGNo
274
274
String fqn = method .getDeclaringClass ().getName ().getPackage ().toUnicodeString () + "."
275
275
+ method .getDeclaringClass ().getName ().getClassName ().toUnicodeString ();
276
276
IType type = enclosingProject .findType (fqn );
277
+ // FIXME: Need to (i) exclude from result timer and (ii) use the cache in
278
+ // ConvertToParallelStreamRefactoringProcessor #141.
277
279
CompilationUnit unit = RefactoringASTParser .parseWithASTProvider (type .getTypeRoot (), true , null );
278
280
279
281
// we have the CompilationUnit corresponding to the
You can’t perform that action at this time.
0 commit comments