| Line |
Stmt Id |
Pos |
Tree |
Symbol |
Tests |
Code |
|
24
|
112
|
864
-
881
|
Apply
|
java.lang.System.nanoTime
|
org.make.api.proposal.proposalservicetest,org.make.api.proposal.proposalapitest,org.make.api.sequence.selectionalgorithmtest,org.make.api.proposal.proposalscorertest
|
java.lang.System.nanoTime()
|
|
24
|
43
|
853
-
882
|
Apply
|
scala.util.Random.<init>
|
org.make.api.proposal.proposalservicetest,org.make.api.proposal.proposalapitest,org.make.api.sequence.selectionalgorithmtest,org.make.api.proposal.proposalscorertest
|
new scala.util.Random(java.lang.System.nanoTime())
|
|
27
|
263
|
924
-
944
|
Apply
|
scala.util.Random.setSeed
|
org.make.api.sequence.sequencesimulationtest,org.make.api.sequence.selectionalgorithmtest
|
MakeRandom.this.random.setSeed(seed)
|
|
31
|
130
|
985
-
1002
|
Apply
|
scala.util.Random.nextInt
|
org.make.api.proposal.proposalscorertest
|
MakeRandom.this.random.nextInt(n)
|
|
35
|
1
|
1037
-
1053
|
Apply
|
scala.util.Random.nextInt
|
org.make.api.proposal.proposalservicetest,org.make.api.proposal.proposalapitest
|
MakeRandom.this.random.nextInt()
|
|
39
|
217
|
1094
-
1113
|
Apply
|
scala.util.Random.nextDouble
|
org.make.api.sequence.sequencesimulationtest
|
MakeRandom.this.random.nextDouble()
|
|
43
|
147
|
1165
-
1190
|
Apply
|
scala.util.Random.nextString
|
|
MakeRandom.this.random.nextString(length)
|
|
47
|
39
|
1259
-
1259
|
TypeApply
|
scala.collection.BuildFromLowPriority2.buildFromIterableOps
|
org.make.api.sequence.selectionalgorithmtest
|
collection.this.BuildFrom.buildFromIterableOps[Seq, T, T]
|
|
47
|
239
|
1245
-
1264
|
ApplyToImplicitArgs
|
scala.util.Random.shuffle
|
org.make.api.sequence.selectionalgorithmtest
|
MakeRandom.this.random.shuffle[T, Seq[T]](seq)(collection.this.BuildFrom.buildFromIterableOps[Seq, T, T])
|