We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e1a1f commit ce19fa3Copy full SHA for ce19fa3
edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis/Util.java
@@ -211,9 +211,8 @@ private static MethodInvocation findCorrespondingMethodInvocation(CompilationUni
211
}
212
213
/**
214
- * Find all annotations in test cases and check whether they are "entry point".
215
- * If yes, call DefaultEntrypoint to get entry point, then, add it into the
216
- * result set.
+ * Find all annotations and check whether they are "entry point." If yes, call
+ * new DefaultEntrypoint to get entry point, then, add it into the result set.
217
*/
218
public static Set<Entrypoint> findEntryPoints(IClassHierarchy classHierarchy) {
219
final Set<Entrypoint> result = new HashSet<>();
0 commit comments