Skip to content

Commit fbf1605

Browse files
authored
Merge branch 'master' into issue_80
2 parents 1f782d4 + 6a32928 commit fbf1605

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ else if (Modifier.isAbstract(clazz.getModifiers()))
569569
else
570570
return false;
571571
}
572+
572573

573574
public static boolean isBaseStream(IClass clazz) {
574575
return Util.isType(clazz, "java/util/stream", "BaseStream");
@@ -707,7 +708,7 @@ public static TypeReference getEvaluationType(IMethod method) {
707708
// use the return type.
708709
return method.getReturnType();
709710
}
710-
711+
711712
/**
712713
* Returns the index of the first {@link IMethod} in methods that is client
713714
* code.
@@ -727,4 +728,4 @@ public static int findIndexOfFirstClientMethod(IMethod[] methods) {
727728

728729
return -1; // not found.
729730
}
730-
}
731+
}

0 commit comments

Comments
 (0)