| Line |
Stmt Id |
Pos |
Tree |
Symbol |
Tests |
Code |
|
30
|
28
|
1080
-
1127
|
Apply
|
scala.concurrent.duration.Duration.apply
|
|
scala.concurrent.duration.Duration.apply(MakeSettings.this.config.getString("passivate-timeout"))
|
|
30
|
159
|
1089
-
1126
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("passivate-timeout")
|
|
31
|
245
|
1162
-
1202
|
Apply
|
com.typesafe.config.Config.getInt
|
|
MakeSettings.this.config.getInt("max-user-history-events")
|
|
32
|
169
|
1240
-
1281
|
Apply
|
com.typesafe.config.Config.getBoolean
|
|
MakeSettings.this.config.getBoolean("mandatory-connection")
|
|
33
|
13
|
1317
-
1507
|
Apply
|
org.make.api.extensions.MakeSettings.DefaultAdmin.apply
|
|
org.make.api.extensions.MakeSettings.DefaultAdmin.apply(MakeSettings.this.config.getString("default-admin.first-name"), MakeSettings.this.config.getString("default-admin.email"), MakeSettings.this.config.getString("default-admin.password"))
|
|
34
|
52
|
1347
-
1391
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("default-admin.first-name")
|
|
35
|
255
|
1405
-
1444
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("default-admin.email")
|
|
36
|
134
|
1461
-
1503
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("default-admin.password")
|
|
39
|
29
|
1618
-
1639
|
Literal
|
<nosymbol>
|
|
MILLISECONDS
|
|
39
|
232
|
1549
-
1640
|
Apply
|
scala.concurrent.duration.FiniteDuration.apply
|
|
scala.concurrent.duration.FiniteDuration.apply(scala.concurrent.duration.Duration.apply(MakeSettings.this.config.getString("lock-duration")).toMillis, MILLISECONDS)
|
|
39
|
275
|
1573
-
1606
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("lock-duration")
|
|
39
|
143
|
1564
-
1616
|
Select
|
scala.concurrent.duration.Duration.toMillis
|
|
scala.concurrent.duration.Duration.apply(MakeSettings.this.config.getString("lock-duration")).toMillis
|
|
40
|
170
|
1681
-
1728
|
Apply
|
com.typesafe.config.Config.getInt
|
|
MakeSettings.this.config.getInt("max-history-proposals-per-page")
|
|
41
|
51
|
1781
-
1839
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("user-token.validation-token-expires-in")
|
|
41
|
248
|
1772
-
1840
|
Apply
|
scala.concurrent.duration.Duration.apply
|
|
scala.concurrent.duration.Duration.apply(MakeSettings.this.config.getString("user-token.validation-token-expires-in"))
|
|
42
|
5
|
1879
-
1942
|
Apply
|
scala.concurrent.duration.Duration.apply
|
|
scala.concurrent.duration.Duration.apply(MakeSettings.this.config.getString("user-token.reset-token-expires-in"))
|
|
42
|
136
|
1888
-
1941
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("user-token.reset-token-expires-in")
|
|
43
|
277
|
1993
-
2050
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("user-token.reset-token-b2b-expires-in")
|
|
43
|
144
|
1984
-
2051
|
Apply
|
scala.concurrent.duration.Duration.apply
|
|
scala.concurrent.duration.Duration.apply(MakeSettings.this.config.getString("user-token.reset-token-b2b-expires-in"))
|
|
46
|
21
|
2116
-
2159
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("cookie-session.lifetime")
|
|
46
|
233
|
2107
-
2160
|
Apply
|
scala.concurrent.duration.Duration.apply
|
|
scala.concurrent.duration.Duration.apply(MakeSettings.this.config.getString("cookie-session.lifetime"))
|
|
47
|
166
|
2184
-
2223
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("cookie-session.name")
|
|
48
|
57
|
2257
-
2307
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("cookie-session.expiration-name")
|
|
49
|
250
|
2336
-
2381
|
Apply
|
com.typesafe.config.Config.getBoolean
|
|
MakeSettings.this.config.getBoolean("cookie-session.is-secure")
|
|
53
|
133
|
2434
-
2472
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("cookie-secure.name")
|
|
54
|
6
|
2506
-
2555
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("cookie-secure.expiration-name")
|
|
55
|
278
|
2584
-
2628
|
Apply
|
com.typesafe.config.Config.getBoolean
|
|
MakeSettings.this.config.getBoolean("cookie-secure.is-secure")
|
|
59
|
160
|
2682
-
2721
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("cookie-visitor.name")
|
|
60
|
23
|
2754
-
2804
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("cookie-visitor.created-at-name")
|
|
61
|
240
|
2833
-
2878
|
Apply
|
com.typesafe.config.Config.getBoolean
|
|
MakeSettings.this.config.getBoolean("cookie-visitor.is-secure")
|
|
65
|
111
|
2931
-
2970
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("cookie-user-id.name")
|
|
66
|
58
|
2999
-
3044
|
Apply
|
com.typesafe.config.Config.getBoolean
|
|
MakeSettings.this.config.getBoolean("cookie-user-id.is-secure")
|
|
70
|
262
|
3089
-
3118
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("http.host")
|
|
71
|
135
|
3139
-
3165
|
Apply
|
com.typesafe.config.Config.getInt
|
|
MakeSettings.this.config.getInt("http.port")
|
|
72
|
17
|
3189
-
3218
|
Apply
|
com.typesafe.config.Config.getBoolean
|
|
MakeSettings.this.config.getBoolean("http.ssl")
|
|
76
|
287
|
3267
-
3310
|
Apply
|
com.typesafe.config.Config.getStringList
|
|
MakeSettings.this.config.getStringList("authorized-cors-uri")
|
|
76
|
161
|
3267
-
3324
|
Select
|
scala.collection.IterableOnceOps.toSeq
|
|
scala.jdk.CollectionConverters.ListHasAsScala[String](MakeSettings.this.config.getStringList("authorized-cors-uri")).asScala.toSeq
|
|
79
|
38
|
3386
-
3438
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("authentication.default-client-id")
|
|
81
|
241
|
3478
-
3534
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("authentication.default-client-secret")
|
|
84
|
118
|
3568
-
3599
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("environment")
|
|
85
|
55
|
3639
-
3684
|
Apply
|
com.typesafe.config.Config.getString
|
|
MakeSettings.this.config.getString("tech-swagger-allowed-host")
|