Skip to content

Commit 83e1a1f

Browse files
committed
Add comments.
1 parent 51741bf commit 83e1a1f

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,10 @@ public static Set<Entrypoint> findBenchmarkEntryPoints(IClassHierarchy classHier
185185
}
186186

187187
if (isBenchmarkClass) {
188+
// add static initializer.
188189
addEntryPoint(result, klass.getClassInitializer(), classHierarchy);
190+
191+
// add default ctor.
189192
addEntryPoint(result, klass.getMethod(MethodReference.initSelector), classHierarchy);
190193
}
191194
}

0 commit comments

Comments
 (0)