mauricioaniche/repodriller

RepoVisitor cannot be used with same Visitor, different PersistenceMechanism

Closed this issue · 2 comments

RepoVisitor maintains a Map<Visitor, PersistenceMechanism>. If I want to visit with the same visitor and two different PMs I cannot do so.

Should be a Collection of <Visitor, PersistenceMechanism> pairings.

I have a fix for this.

Addressed in #98