Skip to content

Commit

Permalink
Merge branch '599-reflexion-sync-edges-from-implementation-to-archite…
Browse files Browse the repository at this point in the history
…cture' of github.com:uni-bremen-agst/SEE into 599-reflexion-sync-edges-from-implementation-to-architecture
  • Loading branch information
koschke committed Aug 17, 2023
2 parents 9df862b + d27b8d5 commit 7aa9390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/SEE/Tools/ReflexionAnalysis/ReflexionAnalysis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public static bool IsSpecified(Edge edge)
/// <returns>true if edge is a divergent architecture dependency</returns>
public static bool IsDivergent(Edge edge)
{
AssertOrThrow(edge.IsInImplementation(), () => new NotInSubgraphException(Implementation, edge));
AssertOrThrow(edge.IsInReflexion(), () => new NotInSubgraphException(Implementation, edge));
return edge.State() == State.Divergent;
}
#endregion
Expand Down

0 comments on commit 7aa9390

Please sign in to comment.