- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for nonEmptyPredecessors (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanLogger.java
} protected Stream<BuildStep> nonEmptyPredecessors(BuildStep step) { HashSet<BuildStep> preds = new HashSet<>(); nonEmptyPredecessors(step, preds, new HashSet<>()); return preds.stream(); } private void nonEmptyPredecessors(BuildStep step, Set<BuildStep> preds, Set<BuildStep> visited) { if (visited.add(step)) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun Mar 30 23:08:36 GMT 2025 - 7.1K bytes - Click Count (0)