| Line |
Stmt Id |
Pos |
Tree |
Symbol |
Tests |
Code |
|
30
|
5099
|
1169
-
1174
|
Select
|
org.make.core.reference.Country.value
|
org.make.api.technical.tracking.trackingapitest
|
Country.this.value
|
|
32
|
3260
|
1178
-
1233
|
Apply
|
org.make.core.technical.ValidatedUtils.ValidatedNecWithUtils.throwIfInvalid
|
org.make.core.operation.operationofquestiontest,org.make.api.makeunittest
|
org.make.core.technical.ValidatedUtils.ValidatedNecWithUtils[org.make.core.Validation.StringWithMaxLength]({
<artifact> val qual$1: org.make.core.Validation.StringWithParsers = org.make.core.Validation.StringWithParsers(this.value);
<artifact> val x$1: Int(3) = 3;
<artifact> val x$2: String("country") = "country";
<artifact> val x$3: Option[org.make.core.reference.Language] @scala.reflect.internal.annotations.uncheckedBounds = qual$1.withMaxLength$default$3;
<artifact> val x$4: Option[String] @scala.reflect.internal.annotations.uncheckedBounds = qual$1.withMaxLength$default$4;
qual$1.withMaxLength(3, "country", x$3, x$4)
}).throwIfInvalid()
|
|
39
|
5510
|
1341
-
1368
|
Apply
|
org.make.core.reference.Country.<init>
|
org.make.core.operation.operationofquestiontest,org.make.api.makeunittest
|
new Country(id.toUpperCase())
|
|
39
|
1217
|
1353
-
1367
|
Apply
|
java.lang.String.toUpperCase
|
org.make.core.operation.operationofquestiontest,org.make.api.makeunittest
|
id.toUpperCase()
|
|
46
|
1756
|
1625
-
1628
|
Apply
|
org.make.core.reference.Country.$anon.<init>
|
org.make.core.operation.operationofquestiontest,org.make.api.sessionhistory.sessionhistorycoordinatortest,org.make.api.makeunittest
|
new $anon()
|
|
49
|
3398
|
1798
-
1808
|
Apply
|
org.make.core.reference.Country.apply
|
org.make.api.userhistory.userhistorytest,org.make.api.technical.crm.crmservicecomponenttest
|
Country.apply(s)
|
|
50
|
1472
|
1835
-
1898
|
Throw
|
<nosymbol>
|
|
throw new scala.`package`.IllegalArgumentException(("Unable to convert ".+(other): String))
|
|
54
|
4757
|
1971
-
1980
|
Select
|
org.make.core.reference.Country.value
|
org.scalatest.testsuite
|
obj.value
|
|
54
|
2875
|
1962
-
1981
|
Apply
|
spray.json.JsString.apply
|
org.scalatest.testsuite
|
spray.json.JsString.apply(obj.value)
|
|
59
|
5035
|
2074
-
2087
|
Apply
|
org.make.core.reference.Country.apply
|
org.make.core.proposal.indexed.proposaltest
|
Country.apply(id)
|
|
59
|
3113
|
2052
-
2088
|
Apply
|
org.make.core.StringValue.makeCodec
|
org.make.core.operation.operationofquestiontest,org.make.api.sessionhistory.sessionhistorycoordinatortest,org.make.api.makeunittest
|
org.make.core.StringValue.makeCodec[org.make.core.reference.Country](((id: String) => Country.apply(id)))
|
|
63
|
1230
|
2189
-
2194
|
Select
|
org.make.core.reference.Language.value
|
org.make.api.technical.tracking.trackingapitest,org.scalatest.testsuite,org.make.core.technical.multilingualtest
|
Language.this.value
|
|
65
|
4524
|
2198
-
2249
|
Apply
|
org.make.core.technical.ValidatedUtils.ValidatedNecWithUtils.throwIfInvalid
|
org.make.api.avro.avrocompatibilitytest,org.make.core.operation.operationofquestiontest,org.make.api.idea.ideasearchenginetest,org.make.api.technical.webflow.desertest,org.make.api.sequence.sequencecacheactortest,org.make.api.technical.streamutilstest,org.make.api.technical.retryablefuturetest,org.make.api.user.persistentuserservicecomponenttest,org.make.api.technical.directives.clientdirectivestest,org.make.api.crmtemplates.crmtemplatesservicetest,org.make.api.sessionhistory.sessionhistorycoordinatortest
|
org.make.core.technical.ValidatedUtils.ValidatedNecWithUtils[org.make.core.Validation.StringWithMaxLength]({
<artifact> val qual$1: org.make.core.Validation.StringWithParsers = org.make.core.Validation.StringWithParsers(Language.this.value);
<artifact> val x$1: Int(3) = 3;
<artifact> val x$2: String("language") = "language";
<artifact> val x$3: Option[org.make.core.reference.Language] @scala.reflect.internal.annotations.uncheckedBounds = qual$1.withMaxLength$default$3;
<artifact> val x$4: Option[String] @scala.reflect.internal.annotations.uncheckedBounds = qual$1.withMaxLength$default$4;
qual$1.withMaxLength(3, "language", x$3, x$4)
}).throwIfInvalid()
|
|
71
|
3412
|
2325
-
2339
|
Apply
|
java.lang.String.toLowerCase
|
org.make.core.operation.operationofquestiontest,org.make.api.technical.webflow.desertest,org.make.api.avro.avrocompatibilitytest,org.make.api.idea.ideasearchenginetest,org.make.api.technical.streamutilstest,org.make.api.sequence.sequencecacheactortest,org.make.api.technical.retryablefuturetest,org.make.api.user.persistentuserservicecomponenttest,org.make.api.technical.directives.clientdirectivestest,org.make.api.crmtemplates.crmtemplatesservicetest,org.make.api.sessionhistory.sessionhistorycoordinatortest
|
id.toLowerCase()
|
|
71
|
1416
|
2312
-
2340
|
Apply
|
org.make.core.reference.Language.<init>
|
org.make.core.operation.operationofquestiontest,org.make.api.idea.ideasearchenginetest,org.make.api.technical.webflow.desertest,org.make.api.avro.avrocompatibilitytest,org.make.api.technical.streamutilstest,org.make.api.sequence.sequencecacheactortest,org.make.api.technical.retryablefuturetest,org.make.api.user.persistentuserservicecomponenttest,org.make.api.technical.directives.clientdirectivestest,org.make.api.crmtemplates.crmtemplatesservicetest,org.make.api.sessionhistory.sessionhistorycoordinatortest
|
new Language(id.toLowerCase())
|
|
79
|
3326
|
2648
-
2651
|
Apply
|
org.make.core.reference.Language.$anon.<init>
|
org.make.api.avro.avrocompatibilitytest,org.make.api.technical.webflow.desertest,org.make.core.operation.operationofquestiontest,org.make.api.idea.ideasearchenginetest,org.make.api.technical.streamutilstest,org.make.api.sequence.sequencecacheactortest,org.make.api.technical.retryablefuturetest,org.make.api.user.persistentuserservicecomponenttest,org.make.api.technical.directives.clientdirectivestest,org.make.api.crmtemplates.crmtemplatesservicetest,org.make.api.sessionhistory.sessionhistorycoordinatortest
|
new $anon()
|
|
82
|
4962
|
2823
-
2834
|
Apply
|
org.make.core.reference.Language.apply
|
org.make.api.userhistory.userhistorytest,org.make.api.technical.crm.crmservicecomponenttest
|
Language.apply(s)
|
|
83
|
2887
|
2861
-
2924
|
Throw
|
<nosymbol>
|
|
throw new scala.`package`.IllegalArgumentException(("Unable to convert ".+(other): String))
|
|
87
|
2015
|
2998
-
3007
|
Select
|
org.make.core.reference.Language.value
|
org.make.api.technical.crm.crmservicecomponenttest,org.make.api.userhistory.userhistorytest
|
obj.value
|
|
87
|
5045
|
2989
-
3008
|
Apply
|
spray.json.JsString.apply
|
org.make.api.userhistory.userhistorytest,org.make.api.technical.crm.crmservicecomponenttest
|
spray.json.JsString.apply(obj.value)
|
|
92
|
1353
|
3103
-
3113
|
Apply
|
org.make.core.reference.Language.apply
|
org.make.core.proposal.indexed.proposaltest
|
this.apply(id)
|
|
92
|
4567
|
3081
-
3114
|
Apply
|
org.make.core.StringValue.makeCodec
|
org.make.core.operation.operationofquestiontest,org.make.api.idea.ideasearchenginetest,org.make.api.technical.webflow.desertest,org.make.api.avro.avrocompatibilitytest,org.make.api.sequence.sequencecacheactortest,org.make.api.technical.streamutilstest,org.make.api.technical.retryablefuturetest,org.make.api.user.persistentuserservicecomponenttest,org.make.api.technical.directives.clientdirectivestest,org.make.api.crmtemplates.crmtemplatesservicetest,org.make.api.sessionhistory.sessionhistorycoordinatortest
|
org.make.core.StringValue.makeCodec[org.make.core.reference.Language](((id: String) => this.apply(id)))
|