Hi. In abbot.script.ComponentReference.getReference(Resolver r, Component comp, Map newReferences) you wrote
// TODO: require exact matches, otherwise create a new ref; this means // that we need to provide a method to repair refs.
Can you explain more precisely what that method means to do and where have I add it.
I have a problems with MultipleComponentsFoundException because of wrong Hierarchy building. So i want to repair the way it builds.
Log in to post a comment.
Hi.
In abbot.script.ComponentReference.getReference(Resolver r, Component comp,
Map newReferences)
you wrote
// TODO: require exact matches, otherwise create a new ref; this means
// that we need to provide a method to repair refs.
Can you explain more precisely what that method means to do and where have I add it.
I have a problems with MultipleComponentsFoundException because of wrong Hierarchy building. So i want to repair the way it builds.