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 8b62da5 commit 624689dCopy full SHA for 624689d
edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis/Util.java
@@ -266,7 +266,8 @@ public static Set<Entrypoint> findEntryPoints(IClassHierarchy classHierarchy) {
266
}
267
268
/**
269
- * find entry points from file
+ * Find entry points from a {@link Set} of method signatures. No further
270
+ * processing is done of the class declaring the method.
271
*/
272
public static Set<Entrypoint> findEntryPoints(IClassHierarchy classHierarchy, Set<String> signatures) {
273
final Set<Entrypoint> result = new HashSet<>();
0 commit comments