-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
And perhaps even with some indentation so that you can see the hierarchy more
easily.
[JENKINS-423] Sort modules in the topological order
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Component/s | New: maven-plugin [ 16033 ] | |
Component/s | Original: maven2 [ 15487 ] |
Workflow | Original: JNJira [ 130496 ] | New: JNJira + In-Review [ 199867 ] |
FWIW, I've had good luck using jgrapht to do topological sorts in a different
context (database FK relationships).
(Visualization is harder – it's pretty difficult to represent a directed
acyclic graph with just an indented list, unless you repeat vertices. Exhibit
1: maven's debug output.)