Revize e62b5475
Přidáno uživatelem Ondřej Váně před asi 4 roky(ů)
src/main/java/cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/LongOrNonExistentFeedbackLoopsDetectorImpl.java | ||
---|---|---|
68 | 68 |
*/ |
69 | 69 |
@Override |
70 | 70 |
public QueryResultItem analyze(Project project, DatabaseConnection databaseConnection, List<String> queries) { |
71 |
|
|
72 |
// init values |
|
71 | 73 |
long totalNumberIterations = 0; |
72 | 74 |
int averageIterationLength = 0; |
73 | 75 |
int numberOfIterationsWitchContainsAtLeastOneActivityForFeedback = 0; |
Také k dispozici: Unified diff
Long or non existant feedback loop review