Skip to content

Commit bf4d715

Browse files
committed
Changed configuration for 90-90
1 parent 97fabae commit bf4d715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/NinetyNinetyRuleDetectorImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class NinetyNinetyRuleDetectorImpl implements AntiPatternDetector {
2222
new HashMap<>() {{
2323
put("maxDivisionRange", new Configuration<Double>("maxDivisionRange",
2424
"Maximum ration value",
25-
"Maximum ratio value of spent and estimated time", 1.2));
25+
"Maximum ratio value of spent and estimated time", 1.25));
2626
put("maxBadDivisionLimit", new Configuration<Integer>("maxBadDivisionLimit",
2727
"Maximum iterations thresholds",
2828
"Maximum number of consecutive iterations where the thresholds were exceeded", 2));

0 commit comments

Comments
 (0)