Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aether-users] DependencyVisitor and dependency cycles

Igor Fedorenko wrote:

Does every DependencyVisitor have to have defenses
against going into endless loop over dependency graph cycles

Generally yes, unless you know by other means cycles aren't present, e.g. because the graph went through the ConflictResolver or you wrapped your visitor into a TreeDependencyVisitor.


Benjamin


Back to the top