id: 1 unit: def applyRecovery() file: core/src/main/scala/org/apache/pekko/projection/internal/HandlerRecoveryImpl.scala start line: 63 end line: 191 size: 107 LOC McCabe index: 19 number of parameters: 5 id: 2 unit: private def exactlyOnceProcessing() file: core/src/main/scala/org/apache/pekko/projection/internal/InternalProjectionState.scala start line: 239 end line: 364 size: 107 LOC McCabe index: 17 number of parameters: 4 id: 3 unit: private def atLeastOnceProcessing() file: core/src/main/scala/org/apache/pekko/projection/internal/InternalProjectionState.scala start line: 140 end line: 237 size: 89 LOC McCabe index: 8 number of parameters: 6 id: 4 unit: private def started() file: core/src/main/scala/org/apache/pekko/projection/ProjectionBehavior.scala start line: 109 end line: 189 size: 71 LOC McCabe index: 26 number of parameters: 1 id: 5 unit: def sliceForPersistenceId() file: eventsourced/src/main/scala/org/apache/pekko/projection/eventsourced/javadsl/EventSourcedProvider.scala start line: 144 end line: 213 size: 60 LOC McCabe index: 5 number of parameters: 3 id: 6 unit: def mappedSource() file: core/src/main/scala/org/apache/pekko/projection/internal/InternalProjectionState.scala start line: 400 end line: 462 size: 56 LOC McCabe index: 10 number of parameters: 0 id: 7 unit: def exactlyOnce[Offset, Envelope, P <: JdbcProfile: ClassTag]() file: slick/src/main/scala/org/apache/pekko/projection/slick/SlickProjection.scala start line: 67 end line: 131 size: 55 LOC McCabe index: 6 number of parameters: 5 id: 8 unit: def groupedWithin[Offset, Envelope, P <: JdbcProfile: ClassTag]() file: slick/src/main/scala/org/apache/pekko/projection/slick/SlickProjection.scala start line: 226 end line: 290 size: 55 LOC McCabe index: 6 number of parameters: 5 id: 9 unit: def atLeastOnce[Offset, Envelope]() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/javadsl/CassandraProjection.scala start line: 61 end line: 161 size: 55 LOC McCabe index: 1 number of parameters: 4 id: 10 unit: def atLeastOnce[Offset, Envelope]() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/scaladsl/CassandraProjection.scala start line: 64 end line: 162 size: 53 LOC McCabe index: 1 number of parameters: 4 id: 11 unit: private def copy() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/internal/TestProjectionImpl.scala start line: 65 end line: 132 size: 52 LOC McCabe index: 2 number of parameters: 7 id: 12 unit: def savePaused() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcOffsetStore.scala start line: 261 end line: 330 size: 49 LOC McCabe index: 7 number of parameters: 2 id: 13 unit: def this() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/Dialect.scala start line: 304 end line: 369 size: 48 LOC McCabe index: 2 number of parameters: 2 id: 14 unit: def sliceForPersistenceId() file: eventsourced/src/main/scala/org/apache/pekko/projection/eventsourced/scaladsl/EventSourcedProvider.scala start line: 109 end line: 162 size: 47 LOC McCabe index: 5 number of parameters: 3 id: 15 unit: def this() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/Dialect.scala start line: 371 end line: 433 size: 46 LOC McCabe index: 2 number of parameters: 2 id: 16 unit: def sliceForPersistenceId() file: durable-state/src/main/scala/org/apache/pekko/projection/state/javadsl/DurableStateSourceProvider.scala start line: 100 end line: 149 size: 43 LOC McCabe index: 3 number of parameters: 3 id: 17 unit: def saveOffsetBlocking[Offset]() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcOffsetStore.scala start line: 164 end line: 229 size: 43 LOC McCabe index: 9 number of parameters: 3 id: 18 unit: def createTableStatement() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/Dialect.scala start line: 66 end line: 115 size: 43 LOC McCabe index: 3 number of parameters: 1 id: 19 unit: def sliceForPersistenceId() file: durable-state/src/main/scala/org/apache/pekko/projection/state/scaladsl/DurableStateSourceProvider.scala start line: 91 end line: 138 size: 41 LOC McCabe index: 3 number of parameters: 3 id: 20 unit: private def copy() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/internal/TestSourceProviderImpl.scala start line: 46 end line: 87 size: 35 LOC McCabe index: 1 number of parameters: 7 id: 21 unit: def this() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/Dialect.scala start line: 187 end line: 237 size: 32 LOC McCabe index: 3 number of parameters: 3 id: 22 unit: def readOffset[Offset]() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcOffsetStore.scala start line: 108 end line: 149 size: 31 LOC McCabe index: 6 number of parameters: 1 id: 23 unit: def createManagementTableStatement() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/Dialect.scala start line: 128 end line: 163 size: 31 LOC McCabe index: 3 number of parameters: 1 id: 24 unit: private def transformDirectory() file: project/Protobuf.scala start line: 139 end line: 168 size: 30 LOC McCabe index: 7 number of parameters: 5 id: 25 unit: def atLeastOnce[Offset, Envelope, P <: JdbcProfile: ClassTag]() file: slick/src/main/scala/org/apache/pekko/projection/slick/SlickProjection.scala start line: 148 end line: 181 size: 29 LOC McCabe index: 1 number of parameters: 5 id: 26 unit: public void atLeastOnceShouldRestartFromPreviousOffset() file: cassandra/src/it/java/org/apache/pekko/projection/cassandra/CassandraProjectionTest.java start line: 262 end line: 297 size: 29 LOC McCabe index: 2 number of parameters: 0 id: 27 unit: def withRestartBackoff() file: core/src/main/scala/org/apache/pekko/projection/Projection.scala start line: 47 end line: 108 size: 28 LOC McCabe index: 1 number of parameters: 3 id: 28 unit: def toStorageRepresentation[Offset]() file: core/src/main/scala/org/apache/pekko/projection/internal/OffsetSerialization.scala start line: 94 end line: 122 size: 28 LOC McCabe index: 9 number of parameters: 3 id: 29 unit: private def generate() file: project/Protobuf.scala start line: 105 end line: 134 size: 27 LOC McCabe index: 6 number of parameters: 5 id: 30 unit: private def settingOffset() file: core/src/main/scala/org/apache/pekko/projection/ProjectionBehavior.scala start line: 199 end line: 231 size: 27 LOC McCabe index: 7 number of parameters: 2 id: 31 unit: private def serialize() file: core/src/main/scala/org/apache/pekko/projection/internal/InternalProjectionState.scala start line: 106 end line: 138 size: 27 LOC McCabe index: 6 number of parameters: 3 id: 32 unit: private def atMostOnceProcessing() file: core/src/main/scala/org/apache/pekko/projection/internal/InternalProjectionState.scala start line: 366 end line: 398 size: 27 LOC McCabe index: 3 number of parameters: 4 id: 33 unit: def exactlyOnce[Offset, Envelope, S <: JdbcSession]() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/javadsl/JdbcProjection.scala start line: 56 end line: 85 size: 27 LOC McCabe index: 1 number of parameters: 7 id: 34 unit: def groupedWithin[Offset, Envelope, S <: JdbcSession]() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/javadsl/JdbcProjection.scala start line: 174 end line: 203 size: 27 LOC McCabe index: 1 number of parameters: 7 id: 35 unit: override def withStatusObserver() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcProjectionImpl.scala start line: 230 end line: 275 size: 27 LOC McCabe index: 1 number of parameters: 1 id: 36 unit: public void atMostOnceShouldRestartFromNextOffset() file: cassandra/src/it/java/org/apache/pekko/projection/cassandra/CassandraProjectionTest.java start line: 345 end line: 379 size: 27 LOC McCabe index: 2 number of parameters: 0 id: 37 unit: public void actorHandlerShouldStartStopActor() file: cassandra/src/it/java/org/apache/pekko/projection/cassandra/CassandraProjectionTest.java start line: 382 end line: 414 size: 26 LOC McCabe index: 1 number of parameters: 0 id: 38 unit: def this() file: slick/src/main/scala/org/apache/pekko/projection/slick/internal/SlickOffsetStore.scala start line: 50 end line: 82 size: 25 LOC McCabe index: 6 number of parameters: 3 id: 39 unit: private def settingPaused() file: core/src/main/scala/org/apache/pekko/projection/ProjectionBehavior.scala start line: 249 end line: 279 size: 25 LOC McCabe index: 8 number of parameters: 2 id: 40 unit: def exactlyOnce[Offset, Envelope, S <: JdbcSession]() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/scaladsl/JdbcProjection.scala start line: 51 end line: 78 size: 25 LOC McCabe index: 1 number of parameters: 4 id: 41 unit: def withSession[S S)() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcSessionUtil.scala start line: 36 end line: 62 size: 25 LOC McCabe index: 7 number of parameters: 1 id: 42 unit: def createKeyspaceAndTable() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraOffsetStore.scala start line: 126 end line: 150 size: 25 LOC McCabe index: 2 number of parameters: 0 id: 43 unit: def run() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/scaladsl/ProjectionTestKit.scala start line: 57 end line: 116 size: 24 LOC McCabe index: 1 number of parameters: 1 id: 44 unit: def atLeastOnce[Offset, Envelope, S <: JdbcSession]() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/javadsl/JdbcProjection.scala start line: 99 end line: 125 size: 24 LOC McCabe index: 1 number of parameters: 7 id: 45 unit: private def copy() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcProjectionImpl.scala start line: 165 end line: 193 size: 24 LOC McCabe index: 3 number of parameters: 5 id: 46 unit: private def checkDispatcherConfig() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcSettings.scala start line: 72 end line: 106 size: 24 LOC McCabe index: 6 number of parameters: 1 id: 47 unit: private def copy() file: slick/src/main/scala/org/apache/pekko/projection/slick/internal/SlickProjectionImpl.scala start line: 75 end line: 101 size: 23 LOC McCabe index: 3 number of parameters: 5 id: 48 unit: private def stopHandlerOnTermination() file: core/src/main/scala/org/apache/pekko/projection/internal/InternalProjectionState.scala start line: 469 end line: 492 size: 23 LOC McCabe index: 5 number of parameters: 3 id: 49 unit: def apply[Event]() file: eventsourced/src/main/scala/org/apache/pekko/projection/eventsourced/EventEnvelope.scala start line: 38 end line: 63 size: 23 LOC McCabe index: 1 number of parameters: 5 id: 50 unit: private[projection] def createOffsetStore[S S)() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcProjectionImpl.scala start line: 60 end line: 84 size: 23 LOC McCabe index: 1 number of parameters: 1 id: 51 unit: override def withRestartBackoffSettings() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcProjectionImpl.scala start line: 195 end line: 228 size: 23 LOC McCabe index: 4 number of parameters: 1 id: 52 unit: def readManagementState() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcOffsetStore.scala start line: 231 end line: 259 size: 23 LOC McCabe index: 4 number of parameters: 1 id: 53 unit: override private[projection] def mappedSource() file: slick/src/main/scala/org/apache/pekko/projection/slick/internal/SlickProjectionImpl.scala start line: 171 end line: 203 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 54 unit: private def getOffsetsOnAssign() file: kafka/src/main/scala/org/apache/pekko/projection/kafka/internal/KafkaSourceProviderImpl.scala start line: 139 end line: 159 size: 21 LOC McCabe index: 6 number of parameters: 2 id: 55 unit: def fromConfig() file: core/src/main/scala/org/apache/pekko/projection/internal/ProjectionSettings.scala start line: 50 end line: 72 size: 21 LOC McCabe index: 2 number of parameters: 1 id: 56 unit: private[projection] def getTelemetry() file: core/src/main/scala/org/apache/pekko/projection/internal/InternalProjectionState.scala start line: 66 end line: 88 size: 21 LOC McCabe index: 3 number of parameters: 0 id: 57 unit: override def run() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/internal/TestProjectionImpl.scala start line: 134 end line: 164 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 58 unit: private def copy() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraProjectionImpl.scala start line: 72 end line: 96 size: 21 LOC McCabe index: 3 number of parameters: 5 id: 59 unit: def atLeastOnce[Offset, Envelope, S <: JdbcSession]() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/scaladsl/JdbcProjection.scala start line: 96 end line: 118 size: 20 LOC McCabe index: 1 number of parameters: 4 id: 60 unit: def groupedWithin[Offset, Envelope, S <: JdbcSession]() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/scaladsl/JdbcProjection.scala start line: 165 end line: 187 size: 20 LOC McCabe index: 1 number of parameters: 4 id: 61 unit: def groupedWithinAsync[Offset, Envelope, S <: JdbcSession]() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/javadsl/JdbcProjection.scala start line: 220 end line: 241 size: 20 LOC McCabe index: 1 number of parameters: 6 id: 62 unit: def atLeastOnceFlow[Offset, Envelope, S <: JdbcSession]() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/javadsl/JdbcProjection.scala start line: 264 end line: 285 size: 20 LOC McCabe index: 1 number of parameters: 10 id: 63 unit: private[projection] def adaptedHandlerForGrouped[Offset, Envelope, S <: JdbcSession]() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcProjectionImpl.scala start line: 102 end line: 122 size: 20 LOC McCabe index: 1 number of parameters: 4 id: 64 unit: def create[Envelope]() file: core/src/main/scala/org/apache/pekko/projection/ProjectionBehavior.scala start line: 67 end line: 93 size: 19 LOC McCabe index: 2 number of parameters: 1 id: 65 unit: def eventsBySlices[Event]() file: eventsourced/src/main/scala/org/apache/pekko/projection/eventsourced/javadsl/EventSourcedProvider.scala start line: 120 end line: 142 size: 19 LOC McCabe index: 3 number of parameters: 6 id: 66 unit: def atLeastOnceAsync[Offset, Envelope, S <: JdbcSession]() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/javadsl/JdbcProjection.scala start line: 142 end line: 162 size: 19 LOC McCabe index: 1 number of parameters: 6 id: 67 unit: def sourceProvider() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraProjectionSpec.scala start line: 69 end line: 88 size: 19 LOC McCabe index: 2 number of parameters: 3 id: 68 unit: public static void beforeAll() file: cassandra/src/it/java/org/apache/pekko/projection/cassandra/CassandraProjectionTest.java start line: 65 end line: 89 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 69 unit: def groupedWithinAsync[Offset, Envelope, P <: JdbcProfile: ClassTag]() file: slick/src/main/scala/org/apache/pekko/projection/slick/SlickProjection.scala start line: 307 end line: 326 size: 18 LOC McCabe index: 1 number of parameters: 5 id: 70 unit: def retryAndFail() file: core/src/main/scala/org/apache/pekko/projection/HandlerRecoveryStrategy.scala start line: 52 end line: 92 size: 18 LOC McCabe index: 7 number of parameters: 2 id: 71 unit: def groupedWithinAsync[Offset, Envelope, S <: JdbcSession]() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/scaladsl/JdbcProjection.scala start line: 204 end line: 223 size: 18 LOC McCabe index: 1 number of parameters: 4 id: 72 unit: def atLeastOnceFlow[Offset, Envelope, S <: JdbcSession]() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/scaladsl/JdbcProjection.scala start line: 246 end line: 264 size: 18 LOC McCabe index: 1 number of parameters: 4 id: 73 unit: override def insertStatement() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/Dialect.scala start line: 274 end line: 302 size: 18 LOC McCabe index: 2 number of parameters: 0 id: 74 unit: def atLeastOnceFlow[Offset, Envelope, P <: JdbcProfile: ClassTag]() file: slick/src/main/scala/org/apache/pekko/projection/slick/SlickProjection.scala start line: 349 end line: 366 size: 17 LOC McCabe index: 1 number of parameters: 9 id: 75 unit: override def source() file: kafka/src/main/scala/org/apache/pekko/projection/kafka/internal/KafkaSourceProviderImpl.scala start line: 96 end line: 114 size: 17 LOC McCabe index: 1 number of parameters: 1 id: 76 unit: def start() file: core/src/main/scala/org/apache/pekko/projection/internal/Telemetry.scala start line: 101 end line: 118 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 77 unit: def atLeastOnceAsync[Offset, Envelope, S <: JdbcSession]() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/scaladsl/JdbcProjection.scala start line: 135 end line: 153 size: 17 LOC McCabe index: 1 number of parameters: 4 id: 78 unit: static Behavior create() file: cassandra/src/it/java/org/apache/pekko/projection/cassandra/CassandraProjectionTest.java start line: 157 end line: 173 size: 17 LOC McCabe index: 1 number of parameters: 2 id: 79 unit: public void groupedShouldStoreOffset() file: cassandra/src/it/java/org/apache/pekko/projection/cassandra/CassandraProjectionTest.java start line: 300 end line: 322 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 80 unit: def atLeastOnceAsync[Offset, Envelope, P <: JdbcProfile: ClassTag]() file: slick/src/main/scala/org/apache/pekko/projection/slick/SlickProjection.scala start line: 198 end line: 214 size: 16 LOC McCabe index: 1 number of parameters: 5 id: 81 unit: def dropIfExists() file: slick/src/main/scala/org/apache/pekko/projection/slick/internal/SlickOffsetStore.scala start line: 187 end line: 202 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 82 unit: override def withRestartBackoff() file: core/src/main/scala/org/apache/pekko/projection/javadsl/Projections.scala start line: 48 end line: 67 size: 16 LOC McCabe index: 1 number of parameters: 3 id: 83 unit: final override def process() file: core/src/main/scala/org/apache/pekko/projection/javadsl/StatefulHandler.scala start line: 57 end line: 73 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 84 unit: def this() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcOffsetStore.scala start line: 57 end line: 75 size: 16 LOC McCabe index: 1 number of parameters: 3 id: 85 unit: def createTable() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 183 end line: 202 size: 16 LOC McCabe index: 2 number of parameters: 0 id: 86 unit: def atLeastOnceProjection() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 752 end line: 770 size: 16 LOC McCabe index: 1 number of parameters: 1 id: 87 unit: override def withRestartBackoff() file: core/src/main/scala/org/apache/pekko/projection/scaladsl/Projections.scala start line: 69 end line: 88 size: 15 LOC McCabe index: 1 number of parameters: 3 id: 88 unit: override def withRestartBackoff() file: core/src/main/scala/org/apache/pekko/projection/javadsl/Projections.scala start line: 70 end line: 89 size: 15 LOC McCabe index: 1 number of parameters: 3 id: 89 unit: def apply[Offset, Envelope]() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/scaladsl/TestProjection.scala start line: 51 end line: 67 size: 15 LOC McCabe index: 1 number of parameters: 4 id: 90 unit: def create[Offset, Envelope]() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/javadsl/TestProjection.scala start line: 54 end line: 70 size: 15 LOC McCabe index: 1 number of parameters: 4 id: 91 unit: def clearOffset() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcOffsetStore.scala start line: 92 end line: 106 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 92 unit: def atLeastOnceProjection() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 796 end line: 812 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 93 unit: def saveOffset[Offset]() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraOffsetStore.scala start line: 77 end line: 93 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 94 unit: override def process() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraProjectionSpec.scala start line: 590 end line: 605 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 95 unit: private void assertStoredOffset() file: cassandra/src/it/java/org/apache/pekko/projection/cassandra/CassandraProjectionTest.java start line: 185 end line: 200 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 96 unit: public void atLeastOnceShouldStoreOffset() file: cassandra/src/it/java/org/apache/pekko/projection/cassandra/CassandraProjectionTest.java start line: 241 end line: 259 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 97 unit: def findByEventType() file: kafka-test/src/it/scala/org/apache/pekko/projection/kafka/integration/KafkaToSlickIntegrationSpec.scala start line: 119 end line: 137 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 98 unit: def readOffset[Offset]() file: slick/src/main/scala/org/apache/pekko/projection/slick/internal/SlickOffsetStore.scala start line: 88 end line: 103 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 99 unit: private def adaptCase() file: slick/src/main/scala/org/apache/pekko/projection/slick/internal/SlickOffsetStore.scala start line: 123 end line: 140 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 100 unit: override def apply() file: project/CopyrightHeader.scala start line: 82 end line: 95 size: 14 LOC McCabe index: 7 number of parameters: 2 id: 101 unit: override def withRestartBackoff() file: core/src/main/scala/org/apache/pekko/projection/scaladsl/Projections.scala start line: 29 end line: 46 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 102 unit: override def withRestartBackoff() file: core/src/main/scala/org/apache/pekko/projection/scaladsl/Projections.scala start line: 49 end line: 66 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 103 unit: override def withRestartBackoff() file: core/src/main/scala/org/apache/pekko/projection/scaladsl/Projections.scala start line: 91 end line: 108 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 104 unit: final override def process() file: core/src/main/scala/org/apache/pekko/projection/scaladsl/StatefulHandler.scala start line: 59 end line: 72 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 105 unit: override def withRestartBackoff() file: core/src/main/scala/org/apache/pekko/projection/javadsl/Projections.scala start line: 28 end line: 45 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 106 unit: override def withRestartBackoff() file: core/src/main/scala/org/apache/pekko/projection/javadsl/Projections.scala start line: 92 end line: 109 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 107 unit: def apply[Offset, Envelope]() file: core/src/main/scala/org/apache/pekko/projection/internal/HandlerRecoveryImpl.scala start line: 44 end line: 62 size: 14 LOC McCabe index: 1 number of parameters: 5 id: 108 unit: def fromConfig() file: core/src/main/scala/org/apache/pekko/projection/internal/ProjectionSettings.scala start line: 77 end line: 91 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 109 unit: def fromStorageRepresentation[Offset]() file: core/src/main/scala/org/apache/pekko/projection/internal/OffsetSerialization.scala start line: 75 end line: 88 size: 14 LOC McCabe index: 7 number of parameters: 2 id: 110 unit: private[projection] def adaptedHandlerForAtLeastOnce[Offset, Envelope, S <: JdbcSession]() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcProjectionImpl.scala start line: 86 end line: 100 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 111 unit: def createIfNotExists() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcOffsetStore.scala start line: 77 end line: 90 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 112 unit: public void atMostOnceShouldStoreOffset() file: cassandra/src/it/java/org/apache/pekko/projection/cassandra/CassandraProjectionTest.java start line: 325 end line: 342 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 113 unit: def slickProjection() file: kafka-test/src/it/scala/org/apache/pekko/projection/kafka/integration/KafkaToSlickIntegrationSpec.scala start line: 243 end line: 257 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 114 unit: private def assertEventTypeCount() file: kafka-test/src/it/scala/org/apache/pekko/projection/kafka/integration/KafkaToSlickIntegrationSpec.scala start line: 302 end line: 315 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 115 unit: override def process() file: core/src/main/scala/org/apache/pekko/projection/scaladsl/Handler.scala start line: 28 end line: 77 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 116 unit: private def insertOrUpdate() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 155 end line: 167 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 117 unit: override def process() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 1074 end line: 1086 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 118 unit: override protected def beforeAll() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraProjectionSpec.scala start line: 155 end line: 175 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 119 unit: override def process() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraProjectionSpec.scala start line: 808 end line: 820 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 120 unit: private def newRow[Offset]() file: slick/src/main/scala/org/apache/pekko/projection/slick/internal/SlickOffsetStore.scala start line: 105 end line: 117 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 121 unit: def create[K, V]() file: kafka/src/main/scala/org/apache/pekko/projection/kafka/javadsl/KafkaSourceProvider.scala start line: 35 end line: 46 size: 12 LOC McCabe index: 1 number of parameters: 4 id: 122 unit: def fromStorageRepresentation[Offset, Inner]() file: core/src/main/scala/org/apache/pekko/projection/internal/OffsetSerialization.scala start line: 58 end line: 69 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 123 unit: def create[Offset, Envelope]() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/javadsl/TestSourceProvider.scala start line: 33 end line: 45 size: 12 LOC McCabe index: 1 number of parameters: 4 id: 124 unit: override def readPaused() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/internal/TestProjectionImpl.scala start line: 173 end line: 192 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 125 unit: def this() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/Dialect.scala start line: 239 end line: 252 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 126 unit: override def withConnection[Result]() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 96 end line: 111 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 127 unit: override protected def beforeAll() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraOffsetStoreSpec.scala start line: 54 end line: 73 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 128 unit: public static SourceProvider sourceProvider() file: cassandra/src/it/java/org/apache/pekko/projection/cassandra/CassandraProjectionTest.java start line: 111 end line: 124 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 129 unit: private def assertAllOffsetsObserved() file: kafka-test/src/it/scala/org/apache/pekko/projection/kafka/integration/KafkaToSlickIntegrationSpec.scala start line: 289 end line: 300 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 130 unit: def readManagementState() file: slick/src/main/scala/org/apache/pekko/projection/slick/internal/SlickOffsetStore.scala start line: 204 end line: 215 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 131 unit: override def apply() file: project/CopyrightHeader.scala start line: 101 end line: 111 size: 11 LOC McCabe index: 5 number of parameters: 2 id: 132 unit: def changesBySlices[A]() file: durable-state/src/main/scala/org/apache/pekko/projection/state/scaladsl/DurableStateSourceProvider.scala start line: 77 end line: 89 size: 11 LOC McCabe index: 1 number of parameters: 5 id: 133 unit: def changesBySlices[A]() file: durable-state/src/main/scala/org/apache/pekko/projection/state/javadsl/DurableStateSourceProvider.scala start line: 86 end line: 98 size: 11 LOC McCabe index: 1 number of parameters: 5 id: 134 unit: def updateOffset[Offset]() file: core/src/main/scala/org/apache/pekko/projection/scaladsl/ProjectionManagement.scala start line: 95 end line: 112 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 135 unit: def pause() file: core/src/main/scala/org/apache/pekko/projection/scaladsl/ProjectionManagement.scala start line: 147 end line: 165 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 136 unit: final private[projection] def setActor() file: core/src/main/scala/org/apache/pekko/projection/internal/ActorHandlerInit.scala start line: 31 end line: 43 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 137 unit: private def offsetToProto() file: core/src/main/scala/org/apache/pekko/projection/internal/ProjectionSerializer.scala start line: 99 end line: 109 size: 11 LOC McCabe index: 3 number of parameters: 2 id: 138 unit: def recreateHandlerOnNextAccess() file: core/src/main/scala/org/apache/pekko/projection/internal/OffsetStrategy.scala start line: 77 end line: 91 size: 11 LOC McCabe index: 4 number of parameters: 0 id: 139 unit: def runWithTestSink() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/scaladsl/ProjectionTestKit.scala start line: 131 end line: 141 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 140 unit: def apply[Offset, Envelope]() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/scaladsl/TestSourceProvider.scala start line: 33 end line: 43 size: 11 LOC McCabe index: 1 number of parameters: 3 id: 141 unit: override def withZone() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/internal/TestClock.scala start line: 33 end line: 46 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 142 unit: def eventsBySlices[Event]() file: eventsourced/src/main/scala/org/apache/pekko/projection/eventsourced/scaladsl/EventSourcedProvider.scala start line: 96 end line: 107 size: 11 LOC McCabe index: 1 number of parameters: 6 id: 143 unit: def tryWithResource[T, C C)() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcSessionUtil.scala start line: 78 end line: 90 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 144 unit: def findById() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 169 end line: 181 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 145 unit: override def process() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 299 end line: 309 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 146 unit: def exactlyOnceProjection() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 502 end line: 513 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 147 unit: def readOffset[Offset]() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraOffsetStore.scala start line: 65 end line: 75 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 148 unit: def readManagementState() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraOffsetStore.scala start line: 102 end line: 112 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 149 unit: def createKeyspaceAndTable() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraProjectionSpec.scala start line: 123 end line: 133 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 150 unit: private def selectLastUpdated() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraOffsetStoreSpec.scala start line: 80 end line: 90 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 151 unit: override def withRecoveryStrategy() file: slick/src/main/scala/org/apache/pekko/projection/slick/internal/SlickProjectionImpl.scala start line: 137 end line: 148 size: 10 LOC McCabe index: 4 number of parameters: 1 id: 152 unit: override def setOffset() file: slick/src/main/scala/org/apache/pekko/projection/slick/internal/SlickProjectionImpl.scala start line: 228 end line: 237 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 153 unit: private def checkProtocVersion() file: project/Protobuf.scala start line: 94 end line: 103 size: 10 LOC McCabe index: 2 number of parameters: 3 id: 154 unit: def transformFile() file: project/Protobuf.scala start line: 173 end line: 182 size: 10 LOC McCabe index: 1 number of parameters: 1 id: 155 unit: protected[internal] def _source() file: kafka/src/main/scala/org/apache/pekko/projection/kafka/internal/KafkaSourceProviderImpl.scala start line: 85 end line: 94 size: 10 LOC McCabe index: 2 number of parameters: 3 id: 156 unit: private def retry[T]() file: core/src/main/scala/org/apache/pekko/projection/scaladsl/ProjectionManagement.scala start line: 114 end line: 124 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 157 unit: def withBackoff() file: core/src/main/scala/org/apache/pekko/projection/Projection.scala start line: 115 end line: 124 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 158 unit: override def fromBinary() file: core/src/main/scala/org/apache/pekko/projection/internal/ProjectionSerializer.scala start line: 130 end line: 139 size: 10 LOC McCabe index: 7 number of parameters: 2 id: 159 unit: override def source() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/internal/TestSourceProviderImpl.scala start line: 89 end line: 98 size: 10 LOC McCabe index: 4 number of parameters: 1 id: 160 unit: override def equals() file: eventsourced/src/main/scala/org/apache/pekko/projection/eventsourced/EventEnvelope.scala start line: 75 end line: 85 size: 10 LOC McCabe index: 7 number of parameters: 1 id: 161 unit: def insertStatement() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/Dialect.scala start line: 48 end line: 64 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 162 unit: def jdbcSessionFactory() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcContainerOffsetStoreSpec.scala start line: 48 end line: 60 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 163 unit: override protected def beforeAll() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 226 end line: 237 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 164 unit: override protected def afterAll() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraProjectionSpec.scala start line: 177 end line: 187 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 165 unit: def dropOffsetTableIfExists[P <: JdbcProfile: ClassTag]() file: slick/src/main/scala/org/apache/pekko/projection/slick/SlickProjection.scala start line: 392 end line: 402 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 166 unit: def projectionName = column[String]() file: slick/src/main/scala/org/apache/pekko/projection/slick/internal/SlickOffsetStore.scala start line: 156 end line: 168 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 167 unit: override def withRestartBackoffSettings() file: slick/src/main/scala/org/apache/pekko/projection/slick/internal/SlickProjectionImpl.scala start line: 103 end line: 118 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 168 unit: private def isApacheCopyrighted() file: project/CopyrightHeader.scala start line: 114 end line: 124 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 169 unit: override def extractOffset() file: kafka/src/main/scala/org/apache/pekko/projection/kafka/internal/KafkaSourceProviderImpl.scala start line: 121 end line: 130 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 170 unit: def changesByTag[A]() file: durable-state/src/main/scala/org/apache/pekko/projection/state/javadsl/DurableStateSourceProvider.scala start line: 49 end line: 58 size: 9 LOC McCabe index: 1 number of parameters: 3 id: 171 unit: private def stopping() file: core/src/main/scala/org/apache/pekko/projection/ProjectionBehavior.scala start line: 233 end line: 242 size: 9 LOC McCabe index: 3 number of parameters: 0 id: 172 unit: private def topicName() file: core/src/main/scala/org/apache/pekko/projection/scaladsl/ProjectionManagement.scala start line: 58 end line: 67 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 173 unit: override def manifest() file: core/src/main/scala/org/apache/pekko/projection/internal/ProjectionSerializer.scala start line: 53 end line: 61 size: 9 LOC McCabe index: 7 number of parameters: 1 id: 174 unit: override def toBinary() file: core/src/main/scala/org/apache/pekko/projection/internal/ProjectionSerializer.scala start line: 63 end line: 71 size: 9 LOC McCabe index: 7 number of parameters: 1 id: 175 unit: private def setOffsetToBinary() file: core/src/main/scala/org/apache/pekko/projection/internal/ProjectionSerializer.scala start line: 89 end line: 97 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 176 unit: private def createHandler() file: core/src/main/scala/org/apache/pekko/projection/internal/OffsetStrategy.scala start line: 93 end line: 102 size: 9 LOC McCabe index: 3 number of parameters: 0 id: 177 unit: def eventsByTag[Event]() file: eventsourced/src/main/scala/org/apache/pekko/projection/eventsourced/scaladsl/EventSourcedProvider.scala start line: 52 end line: 62 size: 9 LOC McCabe index: 1 number of parameters: 4 id: 178 unit: override def extractOffset() file: eventsourced/src/main/scala/org/apache/pekko/projection/eventsourced/scaladsl/EventSourcedProvider.scala start line: 79 end line: 89 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 179 unit: override def hashCode() file: eventsourced/src/main/scala/org/apache/pekko/projection/eventsourced/EventEnvelope.scala start line: 65 end line: 73 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 180 unit: def eventsByTag[Event]() file: eventsourced/src/main/scala/org/apache/pekko/projection/eventsourced/javadsl/EventSourcedProvider.scala start line: 59 end line: 69 size: 9 LOC McCabe index: 1 number of parameters: 4 id: 181 unit: override def source() file: eventsourced/src/main/scala/org/apache/pekko/projection/eventsourced/javadsl/EventSourcedProvider.scala start line: 82 end line: 90 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 182 unit: override def extractOffset() file: eventsourced/src/main/scala/org/apache/pekko/projection/eventsourced/javadsl/EventSourcedProvider.scala start line: 92 end line: 102 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 183 unit: override def newContainer() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcContainerOffsetStoreSpec.scala start line: 106 end line: 114 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 184 unit: override def withRestartBackoffSettings() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraProjectionImpl.scala start line: 98 end line: 113 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 185 unit: def concatToText() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraProjectionSpec.scala start line: 99 end line: 107 size: 9 LOC McCabe index: 4 number of parameters: 2 id: 186 unit: def projectionName = column[String]() file: kafka-test/src/it/scala/org/apache/pekko/projection/kafka/integration/KafkaToSlickIntegrationSpec.scala start line: 92 end line: 102 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 187 unit: def partitionForUser() file: kafka-test/src/it/scala/org/apache/pekko/projection/kafka/integration/KafkaToSlickIntegrationSpec.scala start line: 325 end line: 332 size: 8 LOC McCabe index: 5 number of parameters: 1 id: 188 unit: override def withStatusObserver() file: slick/src/main/scala/org/apache/pekko/projection/slick/internal/SlickProjectionImpl.scala start line: 150 end line: 163 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 189 unit: private def callProtoc[T]() file: project/Protobuf.scala start line: 85 end line: 92 size: 8 LOC McCabe index: 3 number of parameters: 5 id: 190 unit: def getBeginningOffsets() file: kafka/src/main/scala/org/apache/pekko/projection/kafka/internal/MetadataClientAdapter.scala start line: 66 end line: 75 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 191 unit: def changesByTag[A]() file: durable-state/src/main/scala/org/apache/pekko/projection/state/scaladsl/DurableStateSourceProvider.scala start line: 43 end line: 52 size: 8 LOC McCabe index: 1 number of parameters: 3 id: 192 unit: override def source() file: durable-state/src/main/scala/org/apache/pekko/projection/state/javadsl/DurableStateSourceProvider.scala start line: 68 end line: 75 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 193 unit: private def currentOffsetToBinary() file: core/src/main/scala/org/apache/pekko/projection/internal/ProjectionSerializer.scala start line: 80 end line: 87 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 194 unit: def stopped() file: core/src/main/scala/org/apache/pekko/projection/internal/Telemetry.scala start line: 45 end line: 100 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 195 unit: def create() file: core/src/main/scala/org/apache/pekko/projection/internal/Telemetry.scala start line: 120 end line: 127 size: 8 LOC McCabe index: 1 number of parameters: 3 id: 196 unit: override def stopped() file: core/src/main/scala/org/apache/pekko/projection/internal/Telemetry.scala start line: 159 end line: 166 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 197 unit: override def start() file: core/src/main/scala/org/apache/pekko/projection/internal/HandlerAdapter.scala start line: 49 end line: 62 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 198 unit: override def start() file: core/src/main/scala/org/apache/pekko/projection/internal/HandlerAdapter.scala start line: 68 end line: 81 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 199 unit: override def start() file: core/src/main/scala/org/apache/pekko/projection/internal/HandlerAdapter.scala start line: 88 end line: 104 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 200 unit: def eventsByTag[Event]() file: eventsourced/src/main/scala/org/apache/pekko/projection/eventsourced/scaladsl/EventSourcedProvider.scala start line: 41 end line: 50 size: 8 LOC McCabe index: 1 number of parameters: 3 id: 201 unit: private[projection] def apply[Event]() file: eventsourced/src/main/scala/org/apache/pekko/projection/eventsourced/EventEnvelope.scala start line: 29 end line: 36 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 202 unit: def eventsByTag[Event]() file: eventsourced/src/main/scala/org/apache/pekko/projection/eventsourced/javadsl/EventSourcedProvider.scala start line: 48 end line: 57 size: 8 LOC McCabe index: 1 number of parameters: 3 id: 203 unit: def withConnection[S S)() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcSessionUtil.scala start line: 64 end line: 71 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 204 unit: def newContainer() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcContainerOffsetStoreSpec.scala start line: 64 end line: 72 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 205 unit: def concatToText() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 140 end line: 149 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 206 unit: def savePaused() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraOffsetStore.scala start line: 114 end line: 124 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 207 unit: override def withStatusObserver() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraProjectionImpl.scala start line: 150 end line: 163 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 208 unit: override def readOffsets() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraProjectionImpl.scala start line: 199 end line: 208 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 209 unit: override def setOffset() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraProjectionImpl.scala start line: 235 end line: 242 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 210 unit: private def genRandomProjectionId() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraProjectionSpec.scala start line: 189 end line: 197 size: 8 LOC McCabe index: 3 number of parameters: 0 id: 211 unit: public CompletionStage process() file: cassandra/src/it/java/org/apache/pekko/projection/cassandra/CassandraProjectionTest.java start line: 136 end line: 143 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 212 unit: private Handler concatHandlerFail4() file: cassandra/src/it/java/org/apache/pekko/projection/cassandra/CassandraProjectionTest.java start line: 210 end line: 217 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 213 unit: def produceEvents() file: kafka-test/src/it/scala/org/apache/pekko/projection/kafka/integration/KafkaToSlickIntegrationSpec.scala start line: 317 end line: 323 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 214 unit: def createOffsetTableIfNotExists[P <: JdbcProfile: ClassTag]() file: slick/src/main/scala/org/apache/pekko/projection/slick/SlickProjection.scala start line: 379 end line: 389 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 215 unit: override def withGroup() file: slick/src/main/scala/org/apache/pekko/projection/slick/internal/SlickProjectionImpl.scala start line: 123 end line: 132 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 216 unit: def partitionToKey() file: kafka/src/main/scala/org/apache/pekko/projection/kafka/KafkaOffsets.scala start line: 35 end line: 42 size: 7 LOC McCabe index: 3 number of parameters: 2 id: 217 unit: private def nextConsumerActorName() file: kafka/src/main/scala/org/apache/pekko/projection/kafka/internal/MetadataClientAdapter.scala start line: 47 end line: 57 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 218 unit: @InternalApi private[projection] def tryStop() file: core/src/main/scala/org/apache/pekko/projection/scaladsl/Handler.scala start line: 86 end line: 92 size: 7 LOC McCabe index: 3 number of parameters: 0 id: 219 unit: def getOffset[Offset]() file: core/src/main/scala/org/apache/pekko/projection/scaladsl/ProjectionManagement.scala start line: 81 end line: 87 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 220 unit: def isPaused() file: core/src/main/scala/org/apache/pekko/projection/scaladsl/ProjectionManagement.scala start line: 129 end line: 136 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 221 unit: def process() file: core/src/main/scala/org/apache/pekko/projection/javadsl/Handler.scala start line: 64 end line: 82 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 222 unit: def source() file: core/src/main/scala/org/apache/pekko/projection/javadsl/SourceProvider.scala start line: 29 end line: 44 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 223 unit: def initialState() file: core/src/main/scala/org/apache/pekko/projection/javadsl/StatefulHandler.scala start line: 29 end line: 50 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 224 unit: private def setPausedToBinary() file: core/src/main/scala/org/apache/pekko/projection/internal/ProjectionSerializer.scala start line: 118 end line: 124 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 225 unit: private def setOffsetFromBinary() file: core/src/main/scala/org/apache/pekko/projection/internal/ProjectionSerializer.scala start line: 155 end line: 161 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 226 unit: private def setPausedFromBinary() file: core/src/main/scala/org/apache/pekko/projection/internal/ProjectionSerializer.scala start line: 170 end line: 176 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 227 unit: protected def saveOffsetsAndReport() file: core/src/main/scala/org/apache/pekko/projection/internal/InternalProjectionState.scala start line: 90 end line: 101 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 228 unit: def recreateHandlerOnNextAccess() file: core/src/main/scala/org/apache/pekko/projection/internal/OffsetStrategy.scala start line: 64 end line: 73 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 229 unit: def source() file: core/src/main/scala/org/apache/pekko/projection/internal/SourceProviderAdapter.scala start line: 38 end line: 46 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 230 unit: private def spawnActorHandler() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/scaladsl/ProjectionTestKit.scala start line: 143 end line: 149 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 231 unit: override def source() file: eventsourced/src/main/scala/org/apache/pekko/projection/eventsourced/scaladsl/EventSourcedProvider.scala start line: 71 end line: 77 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 232 unit: def exactlyOnceProjection() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 465 end line: 471 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 233 unit: override def process() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 493 end line: 499 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 234 unit: override def process() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 539 end line: 547 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 235 unit: override def withGroup() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraProjectionImpl.scala start line: 118 end line: 127 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 236 unit: override def connect() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/ContainerSessionProvider.scala start line: 34 end line: 40 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 237 unit: override def process() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraProjectionSpec.scala start line: 209 end line: 215 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 238 unit: private Handler concatHandler() file: cassandra/src/it/java/org/apache/pekko/projection/cassandra/CassandraProjectionTest.java start line: 202 end line: 208 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 239 unit: public CompletionStage process() file: cassandra/src/it/java/org/apache/pekko/projection/cassandra/CassandraProjectionTest.java start line: 231 end line: 237 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 240 unit: def savePaused() file: slick/src/main/scala/org/apache/pekko/projection/slick/internal/SlickOffsetStore.scala start line: 217 end line: 223 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 241 unit: protected def initContainer() file: slick/src/it/scala/org/apache/pekko/projection/slick/SlickContainerOffsetStoreSpec.scala start line: 54 end line: 59 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 242 unit: override protected def initContainer() file: slick/src/it/scala/org/apache/pekko/projection/slick/SlickContainerOffsetStoreSpec.scala start line: 113 end line: 118 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 243 unit: override def extractCreationTime() file: kafka/src/main/scala/org/apache/pekko/projection/kafka/internal/KafkaSourceProviderImpl.scala start line: 132 end line: 137 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 244 unit: override def source() file: durable-state/src/main/scala/org/apache/pekko/projection/state/scaladsl/DurableStateSourceProvider.scala start line: 61 end line: 66 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 245 unit: override def extractOffset() file: durable-state/src/main/scala/org/apache/pekko/projection/state/scaladsl/DurableStateSourceProvider.scala start line: 68 end line: 74 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 246 unit: override def extractOffset() file: durable-state/src/main/scala/org/apache/pekko/projection/state/javadsl/DurableStateSourceProvider.scala start line: 77 end line: 83 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 247 unit: def source() file: core/src/main/scala/org/apache/pekko/projection/scaladsl/SourceProvider.scala start line: 28 end line: 42 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 248 unit: def initialState() file: core/src/main/scala/org/apache/pekko/projection/scaladsl/StatefulHandler.scala start line: 32 end line: 52 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 249 unit: private def getOffsetToBinary() file: core/src/main/scala/org/apache/pekko/projection/internal/ProjectionSerializer.scala start line: 73 end line: 78 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 250 unit: private def isPausedToBinary() file: core/src/main/scala/org/apache/pekko/projection/internal/ProjectionSerializer.scala start line: 111 end line: 116 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 251 unit: private def getOffsetFromBinary() file: core/src/main/scala/org/apache/pekko/projection/internal/ProjectionSerializer.scala start line: 141 end line: 146 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 252 unit: private def currentOffsetFromBinary() file: core/src/main/scala/org/apache/pekko/projection/internal/ProjectionSerializer.scala start line: 148 end line: 153 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 253 unit: private def isPausedFromBinary() file: core/src/main/scala/org/apache/pekko/projection/internal/ProjectionSerializer.scala start line: 163 end line: 168 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 254 unit: def apply[Envelope]() file: core/src/main/scala/org/apache/pekko/projection/internal/HandlerAdapter.scala start line: 31 end line: 36 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 255 unit: override def lastOffset() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/internal/TestOffsetStoreAdapter.scala start line: 32 end line: 39 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 256 unit: override def saveOffset() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/internal/TestOffsetStoreAdapter.scala start line: 41 end line: 47 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 257 unit: override def stop() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcProjectionImpl.scala start line: 284 end line: 291 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 258 unit: override def setOffset() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcProjectionImpl.scala start line: 299 end line: 304 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 259 unit: def apply() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcSettings.scala start line: 108 end line: 113 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 260 unit: override def start() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcHandlerAdapter.scala start line: 35 end line: 44 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 261 unit: private def projectedValueShouldInclude() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 257 end line: 262 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 262 unit: private def projectedValueShould() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 264 end line: 269 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 263 unit: private def projectedValueShouldIncludeNTimes() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 271 end line: 276 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 264 unit: @tailrec private def eventuallyExpectError() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 279 end line: 284 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 265 unit: def clearOffset() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraOffsetStore.scala start line: 95 end line: 100 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 266 unit: def save() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraProjectionSpec.scala start line: 109 end line: 114 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 267 unit: def findById() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraProjectionSpec.scala start line: 116 end line: 121 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 268 unit: def offsetShouldBe() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraProjectionSpec.scala start line: 220 end line: 225 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 269 unit: def handler() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraProjectionSpec.scala start line: 534 end line: 539 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 270 unit: public static void afterAll() file: cassandra/src/it/java/org/apache/pekko/projection/cassandra/CassandraProjectionTest.java start line: 92 end line: 97 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 271 unit: override def stop() file: slick/src/main/scala/org/apache/pekko/projection/slick/internal/SlickProjectionImpl.scala start line: 214 end line: 220 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 272 unit: def getBeginningOffsets() file: kafka/src/main/scala/org/apache/pekko/projection/kafka/internal/MetadataClientAdapter.scala start line: 35 end line: 43 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 273 unit: def of() file: core/src/main/scala/org/apache/pekko/projection/ProjectionId.scala start line: 59 end line: 97 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 274 unit: private[projection] def register() file: core/src/main/scala/org/apache/pekko/projection/scaladsl/ProjectionManagement.scala start line: 72 end line: 76 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 275 unit: def fromFunction[Envelope]() file: core/src/main/scala/org/apache/pekko/projection/javadsl/Handler.scala start line: 37 end line: 55 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 276 unit: override def lifecycle: HandlerLifecycle = handler() file: core/src/main/scala/org/apache/pekko/projection/internal/OffsetStrategy.scala start line: 104 end line: 109 size: 5 LOC McCabe index: 3 number of parameters: 0 id: 277 unit: def apply() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/scaladsl/ProjectionTestKit.scala start line: 33 end line: 38 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 278 unit: def create() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/javadsl/ProjectionTestKit.scala start line: 31 end line: 36 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 279 unit: protected def run() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/internal/TestProjectionImpl.scala start line: 196 end line: 201 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 280 unit: override def source() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/internal/TestSourceProviderImpl.scala start line: 100 end line: 104 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 281 unit: def fromFunction[Envelope, S <: JdbcSession]() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/javadsl/JdbcHandler.scala start line: 42 end line: 59 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 282 unit: def saveOffset[Offset]() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcOffsetStore.scala start line: 154 end line: 158 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 283 unit: private def genRandomProjectionId() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 239 end line: 244 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 284 unit: private def offsetShouldBeEmpty() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 246 end line: 250 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 285 unit: private def withRepo[R]() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 288 end line: 292 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 286 unit: override def process() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 662 end line: 666 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 287 unit: override def process() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 993 end line: 997 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 288 unit: def this() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraOffsetStore.scala start line: 54 end line: 59 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 289 unit: override def withRecoveryStrategy() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraProjectionImpl.scala start line: 129 end line: 136 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 290 unit: override def withRecoveryStrategy() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraProjectionImpl.scala start line: 141 end line: 148 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 291 unit: override def stop() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraProjectionImpl.scala start line: 221 end line: 227 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 292 unit: override def start() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraProjectionSpec.scala start line: 796 end line: 801 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 293 unit: def createTablesIfNotExists[P <: JdbcProfile: ClassTag]() file: slick/src/main/scala/org/apache/pekko/projection/slick/SlickProjection.scala start line: 373 end line: 376 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 294 unit: override def stopContainer() file: slick/src/it/scala/org/apache/pekko/projection/slick/SlickContainerOffsetStoreSpec.scala start line: 61 end line: 65 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 295 unit: def toMergeableOffset() file: kafka/src/main/scala/org/apache/pekko/projection/kafka/KafkaOffsets.scala start line: 30 end line: 33 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 296 unit: def fromConfig() file: kafka/src/main/scala/org/apache/pekko/projection/kafka/internal/KafkaSourceProviderSettings.scala start line: 39 end line: 42 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 297 unit: override def source() file: kafka/src/main/scala/org/apache/pekko/projection/kafka/internal/KafkaSourceProviderImpl.scala start line: 116 end line: 119 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 298 unit: private def receiveGetOffsetResult() file: core/src/main/scala/org/apache/pekko/projection/ProjectionBehavior.scala start line: 244 end line: 247 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 299 unit: override def equals() file: core/src/main/scala/org/apache/pekko/projection/ProjectionId.scala start line: 116 end line: 119 size: 4 LOC McCabe index: 3 number of parameters: 1 id: 300 unit: def process() file: core/src/main/scala/org/apache/pekko/projection/javadsl/ActorHandler.scala start line: 48 end line: 53 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 301 unit: def stop() file: core/src/main/scala/org/apache/pekko/projection/Projection.scala start line: 138 end line: 145 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 302 unit: override def saveOffset() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/internal/TestInMemoryOffsetStoreImpl.scala start line: 40 end line: 43 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 303 unit: override def savePaused() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/internal/TestInMemoryOffsetStoreImpl.scala start line: 49 end line: 52 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 304 unit: private def roundToMillis() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/internal/TestClock.scala start line: 48 end line: 52 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 305 unit: def process() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/scaladsl/JdbcHandler.scala start line: 42 end line: 47 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 306 unit: override def start() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcProjectionImpl.scala start line: 129 end line: 132 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 307 unit: override def stop() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcProjectionImpl.scala start line: 133 end line: 136 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 308 unit: def removeQuotes() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/Dialect.scala start line: 30 end line: 37 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 309 unit: override def stopContainer() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcContainerOffsetStoreSpec.scala start line: 74 end line: 78 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 310 unit: override def newContainer() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcContainerOffsetStoreSpec.scala start line: 80 end line: 83 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 311 unit: override def newContainer() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcContainerOffsetStoreSpec.scala start line: 93 end line: 97 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 312 unit: override def newContainer() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcContainerOffsetStoreSpec.scala start line: 99 end line: 103 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 313 unit: override def selectLastStatement: String = Dialect.removeQuotes() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcContainerOffsetStoreSpec.scala start line: 142 end line: 147 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 314 unit: private def projectedValueShouldBe() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 252 end line: 255 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 315 unit: override def start() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 1064 end line: 1068 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 316 unit: override def stop() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraProjectionSpec.scala start line: 803 end line: 806 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 317 unit: override protected def afterAll() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraOffsetStoreSpec.scala start line: 75 end line: 78 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 318 unit: public TestActorHandler() file: cassandra/src/it/java/org/apache/pekko/projection/cassandra/CassandraProjectionTest.java start line: 130 end line: 133 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 319 unit: def clearOffset() file: slick/src/main/scala/org/apache/pekko/projection/slick/internal/SlickOffsetStore.scala start line: 119 end line: 121 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 320 unit: override def getOffset() file: slick/src/main/scala/org/apache/pekko/projection/slick/internal/SlickProjectionImpl.scala start line: 223 end line: 225 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 321 unit: def apply() file: kafka/src/main/scala/org/apache/pekko/projection/kafka/internal/KafkaSourceProviderSettings.scala start line: 35 end line: 37 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 322 unit: def get() file: core/src/main/scala/org/apache/pekko/projection/scaladsl/ProjectionManagement.scala start line: 40 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 323 unit: def apply() file: core/src/main/scala/org/apache/pekko/projection/internal/ProjectionSettings.scala start line: 46 end line: 48 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 324 unit: private def projectionIdToProto() file: core/src/main/scala/org/apache/pekko/projection/internal/ProjectionSerializer.scala start line: 126 end line: 128 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 325 unit: override def process() file: core/src/main/scala/org/apache/pekko/projection/internal/HandlerAdapter.scala start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 326 unit: override def process() file: core/src/main/scala/org/apache/pekko/projection/internal/HandlerAdapter.scala start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 327 unit: override def readManagementState() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/internal/TestInMemoryOffsetStoreImpl.scala start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 328 unit: override def getOffset() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcProjectionImpl.scala start line: 294 end line: 296 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 329 unit: override def process() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcHandlerAdapter.scala start line: 31 end line: 33 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 330 unit: override def process() file: jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcHandlerAdapter.scala start line: 46 end line: 48 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 331 unit: def concat() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 131 end line: 134 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 332 unit: def updateWithNullValue() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 151 end line: 153 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 333 unit: override def stop() file: jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala start line: 1070 end line: 1072 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 334 unit: private def execute[T <: Statement[T]]() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraOffsetStore.scala start line: 61 end line: 63 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 335 unit: private[cassandra] def idToPartition[Offset]() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraOffsetStore.scala start line: 152 end line: 154 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 336 unit: override private[projection] def mappedSource() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraProjectionImpl.scala start line: 172 end line: 174 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 337 unit: override def readPaused() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraProjectionImpl.scala start line: 195 end line: 197 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 338 unit: override def getOffset() file: cassandra/src/main/scala/org/apache/pekko/projection/cassandra/internal/CassandraProjectionImpl.scala start line: 230 end line: 232 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 339 unit: def concat() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraProjectionSpec.scala start line: 92 end line: 95 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 340 unit: private def concatHandler() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraProjectionSpec.scala start line: 199 end line: 201 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 341 unit: override def process() file: cassandra/src/it/scala/org/apache/pekko/projection/cassandra/CassandraProjectionSpec.scala start line: 680 end line: 682 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 342 unit: private ProjectionId genRandomProjectionId() file: cassandra/src/it/java/org/apache/pekko/projection/cassandra/CassandraProjectionTest.java start line: 178 end line: 180 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 343 unit: override def beforeProcess[Envelope]() file: core/src/main/scala/org/apache/pekko/projection/internal/Telemetry.scala start line: 138 end line: 140 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 344 unit: override def recreateHandlerOnNextAccess() file: core/src/main/scala/org/apache/pekko/projection/internal/OffsetStrategy.scala start line: 137 end line: 139 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 345 unit: override def lastOffset() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/internal/TestInMemoryOffsetStoreImpl.scala start line: 33 end line: 34 size: 2 LOC McCabe index: 2 number of parameters: 0 id: 346 unit: override def allOffsets() file: testkit/src/main/scala/org/apache/pekko/projection/testkit/internal/TestInMemoryOffsetStoreImpl.scala start line: 36 end line: 38 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 347 unit: override def failed() file: core/src/main/scala/org/apache/pekko/projection/internal/Telemetry.scala start line: 134 end line: 134 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 348 unit: override def stopped() file: core/src/main/scala/org/apache/pekko/projection/internal/Telemetry.scala start line: 136 end line: 136 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 349 unit: override def onOffsetStored() file: core/src/main/scala/org/apache/pekko/projection/internal/Telemetry.scala start line: 142 end line: 142 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 350 unit: override def error() file: core/src/main/scala/org/apache/pekko/projection/internal/Telemetry.scala start line: 144 end line: 144 size: 1 LOC McCabe index: 1 number of parameters: 1