modified: src/de/dhbwstuttgart/bytecode/signature/Signature.java

Zyklen werden abgefangen.
This commit is contained in:
Fayez Abu Alia 2018-10-11 16:01:26 +02:00
parent f325b04ee2
commit 0d83ee8505

View File

@ -432,6 +432,9 @@ public class Signature {
while(subAndSuperTph.containsKey(superTph)) {
superTph = subAndSuperTph.get(superTph);
if(tphsInRel.containsValue(superTph)) {
break;
}
tphsInRel.put(tphsInRel.size(), superTph);
numOfVisitedPairs++;
}