github-advanced-security[bot] commented on code in PR #17461:
URL:
https://github.com/apache/dolphinscheduler/pull/17461#discussion_r2306860656
##########
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/engine/graph/WorkflowExecutionGraph.java:
##########
@@ -78,6 +80,32 @@
toTaskNames.forEach(toTask -> predecessors.computeIfAbsent(toTask, k
-> new HashSet<>()).add(fromTaskName));
}
+ public void removeUnReachableEdge() {
Review Comment:
## Missing Override annotation
This method overrides [IWorkflowExecutionGraph.removeUnReachableEdge](1); it
is advisable to add an Override annotation.
[Show more
details](https://github.com/apache/dolphinscheduler/security/code-scanning/5526)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]