You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis/StreamStateMachine.java
+10-15Lines changed: 10 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -239,10 +239,8 @@ else if (isTerminalOperationWhereReduceOrderDoesNotMatter(declaredTarget))
239
239
* Returns true if the given {@link PointerKey} should be filtered from the
240
240
* {@link ModRef} analysis.
241
241
*
242
-
* @param pointerKey
243
-
* The {@link PointerKey} in question.
244
-
* @param engine
245
-
* The {@link AnalysisEngine} to use.
242
+
* @param pointerKey The {@link PointerKey} in question.
243
+
* @param engine The {@link AnalysisEngine} to use.
246
244
* @return <code>true</code> if the given {@link PointerKey} should be filtered
247
245
* and <code>false</code> otherwise.
248
246
* @apiNote The current filtering mechanism excludes field {@link PointerKey}s
Copy file name to clipboardExpand all lines: edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/refactorings/OptimizeStreamsRefactoringProcessor.java
0 commit comments