Skip to content

Commit 3ace61e

Browse files
committed
Add TODO for #141.
1 parent d99dd13 commit 3ace61e

File tree

1 file changed

+2
-0
lines changed
  • edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ public static Collection<TypeAbstraction> getPossibleTypesInterprocedurally(CGNo
274274
String fqn = method.getDeclaringClass().getName().getPackage().toUnicodeString() + "."
275275
+ method.getDeclaringClass().getName().getClassName().toUnicodeString();
276276
IType type = enclosingProject.findType(fqn);
277+
// FIXME: Need to (i) exclude from result timer and (ii) use the cache in
278+
// ConvertToParallelStreamRefactoringProcessor #141.
277279
CompilationUnit unit = RefactoringASTParser.parseWithASTProvider(type.getTypeRoot(), true, null);
278280

279281
// we have the CompilationUnit corresponding to the

0 commit comments

Comments
 (0)