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

May be worth adding this to DependencyVisitor javadoc, especially the
TreeDependencyVisitor part.

--
Regards,
Igor

On 2014-11-25, 9:56, Benjamin Bentmann wrote:
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
_______________________________________________
aether-users mailing list
aether-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/aether-users


Back to the top