Build Logs

sageserpent-open/kineticmerge • 3.8.0-RC2:2025-11-27

Errors

0

Warnings

3815

Total Lines

4234

1##################################
2Clonning https://github.com/sageserpent-open/kineticmerge.git into /build/repo using revision v1.11.2
3##################################
4Note: switching to '42b5a5b7688144500ae674c45cbe67603910f51e'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21Using explicit Scala version for migration: 3.6.3 for source version
22Migrating project for -source:3.6 using Scala 3.6.3
23----
24Preparing build for 3.6.3
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.6-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28
29Try apply source patch:
30Path: src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
31Pattern: @tailrec
32Replacement:
33Starting compilation server
34Compiling project (Scala 3.7.3, JVM (17))
35Compiled project (Scala 3.7.3, JVM (17))
36Successfully applied pattern '@tailrec' in src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
37----
38Starting build for 3.6.3
39Execute tests: false
40sbt project found:
41No prepare script found for project sageserpent-open/kineticmerge
42##################################
43Scala version: 3.6.3
44Targets: com.sageserpent%kinetic-merge
45Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}
46##################################
47Using extra scalacOptions: -rewrite,REQUIRE:-source:3.6-migration
48Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
49[sbt_options] declare -a sbt_options=()
50[process_args] java_version = '17'
51[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
52# Executing command line:
53java
54-Xmx8G
55-Dcommunitybuild.scala=3.6.3
56-Dcommunitybuild.project.dependencies.add=
57-Xmx7G
58-Xms4G
59-Xss8M
60-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
61-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
62-jar
63/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
64"setCrossScalaVersions 3.6.3"
65"++3.6.3 -v"
66"mapScalacOptions "-rewrite,REQUIRE:-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
67"set every credentials := Nil"
68"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
69"removeScalacOptionsStartingWith -P:wartremover"
70
71moduleMappings
72"runBuild 3.6.3 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}""" com.sageserpent%kinetic-merge"
73
74[info] [launcher] getting org.scala-sbt sbt 1.11.7 (this may take some time)...
75[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
76[info] loading settings for project repo-build from akka.sbt, build.sbt, plugins.sbt...
77[info] loading project definition from /build/repo/project
78[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
79[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
80[info] Compilation completed in 8.131s.
81[info] done compiling
82[info] loading settings for project root from build.sbt, version.sbt...
83[info] set current project to kinetic-merge (in build file:/build/repo/)
84Execute setCrossScalaVersions: 3.6.3
85OpenCB::Changing crossVersion 3.3.7 -> 3.6.3 in root/crossScalaVersions
86[info] set current project to kinetic-merge (in build file:/build/repo/)
87[info] Setting Scala version to 3.6.3 on 1 projects.
88[info] Switching Scala version on:
89[info] * root (3.6.3)
90[info] Excluding projects:
91[info] Reapplying settings...
92[info] set current project to kinetic-merge (in build file:/build/repo/)
93Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
94[info] Reapplying settings...
95[info] set current project to kinetic-merge (in build file:/build/repo/)
96[info] Defining Global / credentials, credentials
97[info] The new values will be used by Compile / scalafmtOnly, IntegrationTest / scalafmtOnly and 5 others.
98[info] Run `last` for details.
99[info] Reapplying settings...
100[info] set current project to kinetic-merge (in build file:/build/repo/)
101Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
102[info] Reapplying settings...
103OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
104
105 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
106 Did you mean allExcludeDependencies ?
107 , retry without global scopes
108[info] Reapplying settings...
109[info] set current project to kinetic-merge (in build file:/build/repo/)
110Execute removeScalacOptionsStartingWith: -P:wartremover
111[info] Reapplying settings...
112[info] set current project to kinetic-merge (in build file:/build/repo/)
113[success] Total time: 0 s, completed Nov 27, 2025, 9:58:22 PM
114Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}
115Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
116Starting build...
117Projects: Set(root)
118Starting build for ProjectRef(file:/build/repo/,root) (kinetic-merge)... [0/1]
119OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
120OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.6-migration` in Scala 2.12.20 module Global
121OpenCB::Filter out '-source:future', matches setting pattern '^-?-source(:.*)?'
122Compile scalacOptions: -java-output-version:17, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.6-migration
123[info] compiling 20 Scala sources to /build/repo/target/scala-3.6.3/classes ...
124[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1090:34
125[warn] 1090 | given Order[Token] = Token.comparison
126[warn] | ^^^^^^^^^^^^^^^^
127[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
128[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1091:34
129[warn] 1091 | given Funnel[Token] = Token.funnel
130[warn] | ^^^^^^^^^^^^
131[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
132[warn] -- Migration Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:858:65
133[warn] 858 | type ParedDownMatch[MatchType <: GenericMatch] = MatchType match
134[warn] | ^
135[warn] |Match type upper bound inferred as GenericMatch, where previously it was defaulted to Any
136[warn] 859 | case GenericMatch => GenericMatch
137[warn] 860 | case PairwiseMatch => PairwiseMatch
138[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:880:65
139[warn] 880 | .corresponds(leftPotentialAffix)(Eq.eqv)
140[warn] | ^
141[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
142[warn] | (evidence$2 : cats.kernel.Order[Element])
143[warn] |and
144[warn] | (evidence$1 : cats.kernel.Eq[Element])
145[warn] |will change in the future release.
146[warn] |Current choice : the first alternative
147[warn] |Choice from Scala 3.7 : the second alternative
148[warn] |
149[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
150[warn] |by using @annotation.nowarn("id=205")
151[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:885:65
152[warn] 885 | .corresponds(leftPotentialAffix)(Eq.eqv))
153[warn] | ^
154[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
155[warn] | (evidence$2 : cats.kernel.Order[Element])
156[warn] |and
157[warn] | (evidence$1 : cats.kernel.Eq[Element])
158[warn] |will change in the future release.
159[warn] |Current choice : the first alternative
160[warn] |Choice from Scala 3.7 : the second alternative
161[warn] |
162[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
163[warn] |by using @annotation.nowarn("id=205")
164[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:924:66
165[warn] 924 | .corresponds(rightPotentialAffix)(Eq.eqv)
166[warn] | ^
167[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
168[warn] | (evidence$2 : cats.kernel.Order[Element])
169[warn] |and
170[warn] | (evidence$1 : cats.kernel.Eq[Element])
171[warn] |will change in the future release.
172[warn] |Current choice : the first alternative
173[warn] |Choice from Scala 3.7 : the second alternative
174[warn] |
175[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
176[warn] |by using @annotation.nowarn("id=205")
177[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:929:66
178[warn] 929 | .corresponds(rightPotentialAffix)(Eq.eqv))
179[warn] | ^
180[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
181[warn] | (evidence$2 : cats.kernel.Order[Element])
182[warn] |and
183[warn] | (evidence$1 : cats.kernel.Eq[Element])
184[warn] |will change in the future release.
185[warn] |Current choice : the first alternative
186[warn] |Choice from Scala 3.7 : the second alternative
187[warn] |
188[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
189[warn] |by using @annotation.nowarn("id=205")
190[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:1407:52
191[warn] 1407 | path -> mergeResult.innerFlatMap(resolution)
192[warn] | ^
193[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
194[warn] | (evidence$2 : cats.kernel.Order[Element])
195[warn] |and
196[warn] | (evidence$1 : cats.kernel.Eq[Element])
197[warn] |will change in the future release.
198[warn] |Current choice : the first alternative
199[warn] |Choice from Scala 3.7 : the second alternative
200[warn] |
201[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
202[warn] |by using @annotation.nowarn("id=205")
203[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:159:16
204[warn] 159 | (
205[warn] | ^
206[warn] |match may not be exhaustive.
207[warn] |
208[warn] |It would fail on pattern case: (Some(_), _, Some(_)), (Some(_), Some(_), _), (_, Some(_), Some(_)), (Some(_), Some(_), None), (None, None, None)
209[warn] 160 | Option(percentage),
210[warn] 161 | Option(impliedFraction),
211[warn] 162 | Option(explicitFraction)
212[warn] 163 | ).match
213[warn] |
214[warn] | longer explanation available when compiling with `-explain`
215[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:709:10
216[warn] 709 | case (
217[warn] | ^
218[warn] | match may not be exhaustive.
219[warn] |
220[warn] | It would fail on pattern case: (_, (None, None))
221[warn] |
222[warn] | longer explanation available when compiling with `-explain`
223[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1516:12
224[warn] 1516 | (leftRenamingDetail, rightRenamingDetail) match
225[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
226[warn] | match may not be exhaustive.
227[warn] |
228[warn] | It would fail on pattern case: (None, None)
229[warn] |
230[warn] | longer explanation available when compiling with `-explain`
231[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1984:12
232[warn] 1984 | case subsuming: Match.BaseAndLeft[Section[Element]] =>
233[warn] | ^
234[warn] |match may not be exhaustive.
235[warn] |
236[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
237[warn] |
238[warn] | longer explanation available when compiling with `-explain`
239[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1995:12
240[warn] 1995 | case subsuming: Match.BaseAndRight[Section[Element]] =>
241[warn] | ^
242[warn] |match may not be exhaustive.
243[warn] |
244[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
245[warn] |
246[warn] | longer explanation available when compiling with `-explain`
247[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2006:12
248[warn] 2006 | case subsuming: Match.LeftAndRight[Section[Element]] =>
249[warn] | ^
250[warn] |match may not be exhaustive.
251[warn] |
252[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _)
253[warn] |
254[warn] | longer explanation available when compiling with `-explain`
255[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2288:48
256[warn] 2288 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
257[warn] | ^
258[warn] | match may not be exhaustive.
259[warn] |
260[warn] | It would fail on pattern case: None
261[warn] |
262[warn] | longer explanation available when compiling with `-explain`
263[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2292:48
264[warn] 2292 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
265[warn] | ^
266[warn] | match may not be exhaustive.
267[warn] |
268[warn] | It would fail on pattern case: None
269[warn] |
270[warn] | longer explanation available when compiling with `-explain`
271[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2296:49
272[warn] 2296 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
273[warn] | ^
274[warn] | match may not be exhaustive.
275[warn] |
276[warn] | It would fail on pattern case: None
277[warn] |
278[warn] | longer explanation available when compiling with `-explain`
279[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2314:48
280[warn] 2314 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
281[warn] | ^
282[warn] | match may not be exhaustive.
283[warn] |
284[warn] | It would fail on pattern case: None
285[warn] |
286[warn] | longer explanation available when compiling with `-explain`
287[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2318:48
288[warn] 2318 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
289[warn] | ^
290[warn] | match may not be exhaustive.
291[warn] |
292[warn] | It would fail on pattern case: None
293[warn] |
294[warn] | longer explanation available when compiling with `-explain`
295[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2335:48
296[warn] 2335 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
297[warn] | ^
298[warn] | match may not be exhaustive.
299[warn] |
300[warn] | It would fail on pattern case: None
301[warn] |
302[warn] | longer explanation available when compiling with `-explain`
303[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2339:49
304[warn] 2339 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
305[warn] | ^
306[warn] | match may not be exhaustive.
307[warn] |
308[warn] | It would fail on pattern case: None
309[warn] |
310[warn] | longer explanation available when compiling with `-explain`
311[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2356:48
312[warn] 2356 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
313[warn] | ^
314[warn] | match may not be exhaustive.
315[warn] |
316[warn] | It would fail on pattern case: None
317[warn] |
318[warn] | longer explanation available when compiling with `-explain`
319[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2360:49
320[warn] 2360 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
321[warn] | ^
322[warn] | match may not be exhaustive.
323[warn] |
324[warn] | It would fail on pattern case: None
325[warn] |
326[warn] | longer explanation available when compiling with `-explain`
327[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:509:15
328[warn] 509 | case Some(sections) =>
329[warn] | ^^^^^^^^^^^^^^
330[warn] | Unreachable case
331[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:223:12
332[warn] 223 | (base, left, right) match
333[warn] | ^^^^^^^^^^^^^^^^^^^
334[warn] |match may not be exhaustive.
335[warn] |
336[warn] |It would fail on pattern case: (None, None, None), (None, None, None), (None, None, None)
337[warn] |
338[warn] | longer explanation available when compiling with `-explain`
339[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:378:14
340[warn] 378 | ) { case (partialResult @ head :: _, change) =>
341[warn] | ^
342[warn] | match may not be exhaustive.
343[warn] |
344[warn] | It would fail on pattern case: (Nil, _)
345[warn] |
346[warn] | longer explanation available when compiling with `-explain`
347[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/MoveDestinations.scala:88:6
348[warn] 88 | (left.nonEmpty, right.nonEmpty, coincident.nonEmpty) match
349[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
350[warn] |match may not be exhaustive.
351[warn] |
352[warn] |It would fail on pattern case: (false, false, false), (false, false, false), (false, false, false), (false, false, false), (false, false, false)
353[warn] |
354[warn] | longer explanation available when compiling with `-explain`
355[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/pprintCustomised.scala:16:7
356[warn] 16 | case rangedSeq: RangedSeq[?, ?] =>
357[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
358[warn] | Unreachable case
359[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala]
360[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala]
361[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequence.scala]
362[warn] 28 warnings found
363[info] done compiling
364Generating version resource: /build/repo/target/scala-3.6.3/resource_managed/main/version.txt for version: 1.11.2
365[info] compiling 3 Scala sources to /build/repo/target/scala-3.6.3/classes ...
366[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1090:34
367[warn] 1090 | given Order[Token] = Token.comparison
368[warn] | ^^^^^^^^^^^^^^^^
369[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
370[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1091:34
371[warn] 1091 | given Funnel[Token] = Token.funnel
372[warn] | ^^^^^^^^^^^^
373[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
374[warn] -- Migration Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:858:65
375[warn] 858 | type ParedDownMatch[MatchType <: GenericMatch] = MatchType match
376[warn] | ^
377[warn] |Match type upper bound inferred as GenericMatch, where previously it was defaulted to Any
378[warn] 859 | case GenericMatch => GenericMatch
379[warn] 860 | case PairwiseMatch => PairwiseMatch
380[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:159:16
381[warn] 159 | (
382[warn] | ^
383[warn] |match may not be exhaustive.
384[warn] |
385[warn] |It would fail on pattern case: (Some(_), _, Some(_)), (Some(_), Some(_), _), (_, Some(_), Some(_)), (Some(_), Some(_), None), (None, None, None)
386[warn] 160 | Option(percentage),
387[warn] 161 | Option(impliedFraction),
388[warn] 162 | Option(explicitFraction)
389[warn] 163 | ).match
390[warn] |
391[warn] | longer explanation available when compiling with `-explain`
392[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:709:10
393[warn] 709 | case (
394[warn] | ^
395[warn] | match may not be exhaustive.
396[warn] |
397[warn] | It would fail on pattern case: (_, (None, None))
398[warn] |
399[warn] | longer explanation available when compiling with `-explain`
400[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1516:12
401[warn] 1516 | (leftRenamingDetail, rightRenamingDetail) match
402[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
403[warn] | match may not be exhaustive.
404[warn] |
405[warn] | It would fail on pattern case: (None, None)
406[warn] |
407[warn] | longer explanation available when compiling with `-explain`
408[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1984:12
409[warn] 1984 | case subsuming: Match.BaseAndLeft[Section[Element]] =>
410[warn] | ^
411[warn] |match may not be exhaustive.
412[warn] |
413[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
414[warn] |
415[warn] | longer explanation available when compiling with `-explain`
416[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1995:12
417[warn] 1995 | case subsuming: Match.BaseAndRight[Section[Element]] =>
418[warn] | ^
419[warn] |match may not be exhaustive.
420[warn] |
421[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
422[warn] |
423[warn] | longer explanation available when compiling with `-explain`
424[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2006:12
425[warn] 2006 | case subsuming: Match.LeftAndRight[Section[Element]] =>
426[warn] | ^
427[warn] |match may not be exhaustive.
428[warn] |
429[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _)
430[warn] |
431[warn] | longer explanation available when compiling with `-explain`
432[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2288:48
433[warn] 2288 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
434[warn] | ^
435[warn] | match may not be exhaustive.
436[warn] |
437[warn] | It would fail on pattern case: None
438[warn] |
439[warn] | longer explanation available when compiling with `-explain`
440[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2292:48
441[warn] 2292 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
442[warn] | ^
443[warn] | match may not be exhaustive.
444[warn] |
445[warn] | It would fail on pattern case: None
446[warn] |
447[warn] | longer explanation available when compiling with `-explain`
448[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2296:49
449[warn] 2296 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
450[warn] | ^
451[warn] | match may not be exhaustive.
452[warn] |
453[warn] | It would fail on pattern case: None
454[warn] |
455[warn] | longer explanation available when compiling with `-explain`
456[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2314:48
457[warn] 2314 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
458[warn] | ^
459[warn] | match may not be exhaustive.
460[warn] |
461[warn] | It would fail on pattern case: None
462[warn] |
463[warn] | longer explanation available when compiling with `-explain`
464[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2318:48
465[warn] 2318 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
466[warn] | ^
467[warn] | match may not be exhaustive.
468[warn] |
469[warn] | It would fail on pattern case: None
470[warn] |
471[warn] | longer explanation available when compiling with `-explain`
472[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2335:48
473[warn] 2335 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
474[warn] | ^
475[warn] | match may not be exhaustive.
476[warn] |
477[warn] | It would fail on pattern case: None
478[warn] |
479[warn] | longer explanation available when compiling with `-explain`
480[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2339:49
481[warn] 2339 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
482[warn] | ^
483[warn] | match may not be exhaustive.
484[warn] |
485[warn] | It would fail on pattern case: None
486[warn] |
487[warn] | longer explanation available when compiling with `-explain`
488[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2356:48
489[warn] 2356 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
490[warn] | ^
491[warn] | match may not be exhaustive.
492[warn] |
493[warn] | It would fail on pattern case: None
494[warn] |
495[warn] | longer explanation available when compiling with `-explain`
496[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2360:49
497[warn] 2360 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
498[warn] | ^
499[warn] | match may not be exhaustive.
500[warn] |
501[warn] | It would fail on pattern case: None
502[warn] |
503[warn] | longer explanation available when compiling with `-explain`
504[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:509:15
505[warn] 509 | case Some(sections) =>
506[warn] | ^^^^^^^^^^^^^^
507[warn] | Unreachable case
508[warn] 19 warnings found
509[info] done compiling
510[info] compiling 12 Scala sources to /build/repo/target/scala-3.6.3/test-classes ...
511[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:27:30
512[warn] 27 | given Eq[Token] = Token.equality
513[warn] | ^^^^^^^^^^^^^^
514[warn] |method equality is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
515[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:28:30
516[warn] 28 | given Order[Token] = Token.comparison
517[warn] | ^^^^^^^^^^^^^^^^
518[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
519[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:29:30
520[warn] 29 | given Funnel[Token] = Token.funnel
521[warn] | ^^^^^^^^^^^^
522[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
523[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:159:26
524[warn] 159 | )(configuration): @unchecked
525[warn] | ^
526[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
527[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
528[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
529[warn] | )
530[warn] |and
531[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
532[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
533[warn] |will change in the future release.
534[warn] |Current choice : the first alternative
535[warn] |Choice from Scala 3.7 : the second alternative
536[warn] |
537[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
538[warn] |by using @annotation.nowarn("id=205")
539[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:162:36
540[warn] 162 | codeMotionAnalysis.merge
541[warn] | ^
542[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
543[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
544[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
545[warn] | )
546[warn] |and
547[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
548[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
549[warn] |will change in the future release.
550[warn] |Current choice : the first alternative
551[warn] |Choice from Scala 3.7 : the second alternative
552[warn] |
553[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
554[warn] |by using @annotation.nowarn("id=205")
555[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:215:20
556[warn] 215 | )(configuration): @unchecked
557[warn] | ^
558[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
559[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
560[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
561[warn] | )
562[warn] |and
563[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
564[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
565[warn] |will change in the future release.
566[warn] |Current choice : the first alternative
567[warn] |Choice from Scala 3.7 : the second alternative
568[warn] |
569[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
570[warn] |by using @annotation.nowarn("id=205")
571[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:218:30
572[warn] 218 | codeMotionAnalysis.merge
573[warn] | ^
574[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
575[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
576[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
577[warn] | )
578[warn] |and
579[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
580[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
581[warn] |will change in the future release.
582[warn] |Current choice : the first alternative
583[warn] |Choice from Scala 3.7 : the second alternative
584[warn] |
585[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
586[warn] |by using @annotation.nowarn("id=205")
587[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:297:26
588[warn] 297 | )(configuration): @unchecked
589[warn] | ^
590[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
591[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
592[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
593[warn] | )
594[warn] |and
595[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
596[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
597[warn] |will change in the future release.
598[warn] |Current choice : the first alternative
599[warn] |Choice from Scala 3.7 : the second alternative
600[warn] |
601[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
602[warn] |by using @annotation.nowarn("id=205")
603[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:300:36
604[warn] 300 | codeMotionAnalysis.merge
605[warn] | ^
606[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
607[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
608[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
609[warn] | )
610[warn] |and
611[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
612[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
613[warn] |will change in the future release.
614[warn] |Current choice : the first alternative
615[warn] |Choice from Scala 3.7 : the second alternative
616[warn] |
617[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
618[warn] |by using @annotation.nowarn("id=205")
619[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:394:26
620[warn] 394 | )(configuration): @unchecked
621[warn] | ^
622[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
623[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
624[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
625[warn] | )
626[warn] |and
627[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
628[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
629[warn] |will change in the future release.
630[warn] |Current choice : the first alternative
631[warn] |Choice from Scala 3.7 : the second alternative
632[warn] |
633[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
634[warn] |by using @annotation.nowarn("id=205")
635[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:397:36
636[warn] 397 | codeMotionAnalysis.merge
637[warn] | ^
638[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
639[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
640[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
641[warn] | )
642[warn] |and
643[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
644[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
645[warn] |will change in the future release.
646[warn] |Current choice : the first alternative
647[warn] |Choice from Scala 3.7 : the second alternative
648[warn] |
649[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
650[warn] |by using @annotation.nowarn("id=205")
651[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:437:20
652[warn] 437 | )(configuration): @unchecked
653[warn] | ^
654[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
655[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
656[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
657[warn] | )
658[warn] |and
659[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
660[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
661[warn] |will change in the future release.
662[warn] |Current choice : the first alternative
663[warn] |Choice from Scala 3.7 : the second alternative
664[warn] |
665[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
666[warn] |by using @annotation.nowarn("id=205")
667[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:440:30
668[warn] 440 | codeMotionAnalysis.merge
669[warn] | ^
670[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
671[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
672[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
673[warn] | )
674[warn] |and
675[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
676[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
677[warn] |will change in the future release.
678[warn] |Current choice : the first alternative
679[warn] |Choice from Scala 3.7 : the second alternative
680[warn] |
681[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
682[warn] |by using @annotation.nowarn("id=205")
683[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:487:24
684[warn] 487 | )(configuration): @unchecked
685[warn] | ^
686[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
687[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
688[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
689[warn] | )
690[warn] |and
691[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
692[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
693[warn] |will change in the future release.
694[warn] |Current choice : the first alternative
695[warn] |Choice from Scala 3.7 : the second alternative
696[warn] |
697[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
698[warn] |by using @annotation.nowarn("id=205")
699[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:490:34
700[warn] 490 | codeMotionAnalysis.merge
701[warn] | ^
702[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
703[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
704[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
705[warn] | )
706[warn] |and
707[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
708[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
709[warn] |will change in the future release.
710[warn] |Current choice : the first alternative
711[warn] |Choice from Scala 3.7 : the second alternative
712[warn] |
713[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
714[warn] |by using @annotation.nowarn("id=205")
715[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:546:22
716[warn] 546 | )(configuration): @unchecked
717[warn] | ^
718[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
719[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
720[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
721[warn] | )
722[warn] |and
723[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
724[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
725[warn] |will change in the future release.
726[warn] |Current choice : the first alternative
727[warn] |Choice from Scala 3.7 : the second alternative
728[warn] |
729[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
730[warn] |by using @annotation.nowarn("id=205")
731[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:548:60
732[warn] 548 | val (mergeResultsByPath, _) = codeMotionAnalysis.merge
733[warn] | ^
734[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
735[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
736[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
737[warn] | )
738[warn] |and
739[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
740[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
741[warn] |will change in the future release.
742[warn] |Current choice : the first alternative
743[warn] |Choice from Scala 3.7 : the second alternative
744[warn] |
745[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
746[warn] |by using @annotation.nowarn("id=205")
747[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:610:24
748[warn] 610 | )(configuration): @unchecked
749[warn] | ^
750[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
751[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
752[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
753[warn] | )
754[warn] |and
755[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
756[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
757[warn] |will change in the future release.
758[warn] |Current choice : the first alternative
759[warn] |Choice from Scala 3.7 : the second alternative
760[warn] |
761[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
762[warn] |by using @annotation.nowarn("id=205")
763[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:625:34
764[warn] 625 | codeMotionAnalysis.merge
765[warn] | ^
766[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
767[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
768[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
769[warn] | )
770[warn] |and
771[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
772[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
773[warn] |will change in the future release.
774[warn] |Current choice : the first alternative
775[warn] |Choice from Scala 3.7 : the second alternative
776[warn] |
777[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
778[warn] |by using @annotation.nowarn("id=205")
779[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:693:24
780[warn] 693 | )(configuration): @unchecked
781[warn] | ^
782[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
783[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
784[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
785[warn] | )
786[warn] |and
787[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
788[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
789[warn] |will change in the future release.
790[warn] |Current choice : the first alternative
791[warn] |Choice from Scala 3.7 : the second alternative
792[warn] |
793[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
794[warn] |by using @annotation.nowarn("id=205")
795[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:708:34
796[warn] 708 | codeMotionAnalysis.merge
797[warn] | ^
798[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
799[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
800[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
801[warn] | )
802[warn] |and
803[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
804[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
805[warn] |will change in the future release.
806[warn] |Current choice : the first alternative
807[warn] |Choice from Scala 3.7 : the second alternative
808[warn] |
809[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
810[warn] |by using @annotation.nowarn("id=205")
811[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:819:26
812[warn] 819 | )(configuration): @unchecked
813[warn] | ^
814[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
815[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
816[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
817[warn] | )
818[warn] |and
819[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
820[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
821[warn] |will change in the future release.
822[warn] |Current choice : the first alternative
823[warn] |Choice from Scala 3.7 : the second alternative
824[warn] |
825[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
826[warn] |by using @annotation.nowarn("id=205")
827[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:822:36
828[warn] 822 | codeMotionAnalysis.merge
829[warn] | ^
830[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
831[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
832[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
833[warn] | )
834[warn] |and
835[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
836[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
837[warn] |will change in the future release.
838[warn] |Current choice : the first alternative
839[warn] |Choice from Scala 3.7 : the second alternative
840[warn] |
841[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
842[warn] |by using @annotation.nowarn("id=205")
843[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:990:26
844[warn] 990 | )(configuration): @unchecked
845[warn] | ^
846[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
847[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
848[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
849[warn] | )
850[warn] |and
851[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
852[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
853[warn] |will change in the future release.
854[warn] |Current choice : the first alternative
855[warn] |Choice from Scala 3.7 : the second alternative
856[warn] |
857[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
858[warn] |by using @annotation.nowarn("id=205")
859[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:993:36
860[warn] 993 | codeMotionAnalysis.merge
861[warn] | ^
862[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
863[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
864[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
865[warn] | )
866[warn] |and
867[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
868[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
869[warn] |will change in the future release.
870[warn] |Current choice : the first alternative
871[warn] |Choice from Scala 3.7 : the second alternative
872[warn] |
873[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
874[warn] |by using @annotation.nowarn("id=205")
875[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1049:20
876[warn] 1049 | )(configuration): @unchecked
877[warn] | ^
878[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
879[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
880[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
881[warn] | )
882[warn] |and
883[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
884[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
885[warn] |will change in the future release.
886[warn] |Current choice : the first alternative
887[warn] |Choice from Scala 3.7 : the second alternative
888[warn] |
889[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
890[warn] |by using @annotation.nowarn("id=205")
891[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1052:30
892[warn] 1052 | codeMotionAnalysis.merge
893[warn] | ^
894[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
895[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
896[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
897[warn] | )
898[warn] |and
899[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
900[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
901[warn] |will change in the future release.
902[warn] |Current choice : the first alternative
903[warn] |Choice from Scala 3.7 : the second alternative
904[warn] |
905[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
906[warn] |by using @annotation.nowarn("id=205")
907[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1144:20
908[warn] 1144 | )(configuration): @unchecked
909[warn] | ^
910[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
911[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
912[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
913[warn] | )
914[warn] |and
915[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
916[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
917[warn] |will change in the future release.
918[warn] |Current choice : the first alternative
919[warn] |Choice from Scala 3.7 : the second alternative
920[warn] |
921[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
922[warn] |by using @annotation.nowarn("id=205")
923[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1147:30
924[warn] 1147 | codeMotionAnalysis.merge
925[warn] | ^
926[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
927[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
928[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
929[warn] | )
930[warn] |and
931[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
932[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
933[warn] |will change in the future release.
934[warn] |Current choice : the first alternative
935[warn] |Choice from Scala 3.7 : the second alternative
936[warn] |
937[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
938[warn] |by using @annotation.nowarn("id=205")
939[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1188:20
940[warn] 1188 | )(configuration): @unchecked
941[warn] | ^
942[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
943[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
944[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
945[warn] | )
946[warn] |and
947[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
948[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
949[warn] |will change in the future release.
950[warn] |Current choice : the first alternative
951[warn] |Choice from Scala 3.7 : the second alternative
952[warn] |
953[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
954[warn] |by using @annotation.nowarn("id=205")
955[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1191:30
956[warn] 1191 | codeMotionAnalysis.merge
957[warn] | ^
958[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
959[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
960[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
961[warn] | )
962[warn] |and
963[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
964[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
965[warn] |will change in the future release.
966[warn] |Current choice : the first alternative
967[warn] |Choice from Scala 3.7 : the second alternative
968[warn] |
969[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
970[warn] |by using @annotation.nowarn("id=205")
971[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1436:26
972[warn] 1436 | )(configuration): @unchecked
973[warn] | ^
974[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
975[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
976[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
977[warn] | )
978[warn] |and
979[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
980[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
981[warn] |will change in the future release.
982[warn] |Current choice : the first alternative
983[warn] |Choice from Scala 3.7 : the second alternative
984[warn] |
985[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
986[warn] |by using @annotation.nowarn("id=205")
987[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1439:36
988[warn] 1439 | codeMotionAnalysis.merge
989[warn] | ^
990[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
991[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
992[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
993[warn] | )
994[warn] |and
995[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
996[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
997[warn] |will change in the future release.
998[warn] |Current choice : the first alternative
999[warn] |Choice from Scala 3.7 : the second alternative
1000[warn] |
1001[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1002[warn] |by using @annotation.nowarn("id=205")
1003[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1702:26
1004[warn] 1702 | )(configuration): @unchecked
1005[warn] | ^
1006[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1007[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1008[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1009[warn] | )
1010[warn] |and
1011[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1012[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1013[warn] |will change in the future release.
1014[warn] |Current choice : the first alternative
1015[warn] |Choice from Scala 3.7 : the second alternative
1016[warn] |
1017[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1018[warn] |by using @annotation.nowarn("id=205")
1019[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1705:36
1020[warn] 1705 | codeMotionAnalysis.merge
1021[warn] | ^
1022[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1023[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1024[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1025[warn] | )
1026[warn] |and
1027[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1028[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1029[warn] |will change in the future release.
1030[warn] |Current choice : the first alternative
1031[warn] |Choice from Scala 3.7 : the second alternative
1032[warn] |
1033[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1034[warn] |by using @annotation.nowarn("id=205")
1035[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1782:20
1036[warn] 1782 | )(configuration): @unchecked
1037[warn] | ^
1038[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1039[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1040[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1041[warn] | )
1042[warn] |and
1043[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1044[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1045[warn] |will change in the future release.
1046[warn] |Current choice : the first alternative
1047[warn] |Choice from Scala 3.7 : the second alternative
1048[warn] |
1049[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1050[warn] |by using @annotation.nowarn("id=205")
1051[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1785:30
1052[warn] 1785 | codeMotionAnalysis.merge
1053[warn] | ^
1054[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1055[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1056[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1057[warn] | )
1058[warn] |and
1059[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1060[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1061[warn] |will change in the future release.
1062[warn] |Current choice : the first alternative
1063[warn] |Choice from Scala 3.7 : the second alternative
1064[warn] |
1065[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1066[warn] |by using @annotation.nowarn("id=205")
1067[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1857:22
1068[warn] 1857 | )(configuration): @unchecked
1069[warn] | ^
1070[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1071[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1072[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1073[warn] | )
1074[warn] |and
1075[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1076[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1077[warn] |will change in the future release.
1078[warn] |Current choice : the first alternative
1079[warn] |Choice from Scala 3.7 : the second alternative
1080[warn] |
1081[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1082[warn] |by using @annotation.nowarn("id=205")
1083[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1860:32
1084[warn] 1860 | codeMotionAnalysis.merge
1085[warn] | ^
1086[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1087[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1088[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1089[warn] | )
1090[warn] |and
1091[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1092[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1093[warn] |will change in the future release.
1094[warn] |Current choice : the first alternative
1095[warn] |Choice from Scala 3.7 : the second alternative
1096[warn] |
1097[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1098[warn] |by using @annotation.nowarn("id=205")
1099[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1918:22
1100[warn] 1918 | )(configuration): @unchecked
1101[warn] | ^
1102[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1103[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1104[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1105[warn] | )
1106[warn] |and
1107[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1108[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1109[warn] |will change in the future release.
1110[warn] |Current choice : the first alternative
1111[warn] |Choice from Scala 3.7 : the second alternative
1112[warn] |
1113[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1114[warn] |by using @annotation.nowarn("id=205")
1115[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1921:32
1116[warn] 1921 | codeMotionAnalysis.merge
1117[warn] | ^
1118[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1119[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1120[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1121[warn] | )
1122[warn] |and
1123[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1124[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1125[warn] |will change in the future release.
1126[warn] |Current choice : the first alternative
1127[warn] |Choice from Scala 3.7 : the second alternative
1128[warn] |
1129[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1130[warn] |by using @annotation.nowarn("id=205")
1131[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2007:22
1132[warn] 2007 | )(configuration): @unchecked
1133[warn] | ^
1134[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1135[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1136[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1137[warn] | )
1138[warn] |and
1139[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1140[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1141[warn] |will change in the future release.
1142[warn] |Current choice : the first alternative
1143[warn] |Choice from Scala 3.7 : the second alternative
1144[warn] |
1145[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1146[warn] |by using @annotation.nowarn("id=205")
1147[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2010:32
1148[warn] 2010 | codeMotionAnalysis.merge
1149[warn] | ^
1150[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1151[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1152[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1153[warn] | )
1154[warn] |and
1155[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1156[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1157[warn] |will change in the future release.
1158[warn] |Current choice : the first alternative
1159[warn] |Choice from Scala 3.7 : the second alternative
1160[warn] |
1161[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1162[warn] |by using @annotation.nowarn("id=205")
1163[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2063:22
1164[warn] 2063 | )(configuration): @unchecked
1165[warn] | ^
1166[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1167[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1168[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1169[warn] | )
1170[warn] |and
1171[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1172[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1173[warn] |will change in the future release.
1174[warn] |Current choice : the first alternative
1175[warn] |Choice from Scala 3.7 : the second alternative
1176[warn] |
1177[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1178[warn] |by using @annotation.nowarn("id=205")
1179[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2066:32
1180[warn] 2066 | codeMotionAnalysis.merge
1181[warn] | ^
1182[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1183[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1184[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1185[warn] | )
1186[warn] |and
1187[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1188[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1189[warn] |will change in the future release.
1190[warn] |Current choice : the first alternative
1191[warn] |Choice from Scala 3.7 : the second alternative
1192[warn] |
1193[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1194[warn] |by using @annotation.nowarn("id=205")
1195[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2193:20
1196[warn] 2193 | )(configuration): @unchecked
1197[warn] | ^
1198[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1199[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1200[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1201[warn] | )
1202[warn] |and
1203[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1204[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1205[warn] |will change in the future release.
1206[warn] |Current choice : the first alternative
1207[warn] |Choice from Scala 3.7 : the second alternative
1208[warn] |
1209[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1210[warn] |by using @annotation.nowarn("id=205")
1211[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2196:30
1212[warn] 2196 | codeMotionAnalysis.merge
1213[warn] | ^
1214[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1215[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1216[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1217[warn] | )
1218[warn] |and
1219[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1220[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1221[warn] |will change in the future release.
1222[warn] |Current choice : the first alternative
1223[warn] |Choice from Scala 3.7 : the second alternative
1224[warn] |
1225[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1226[warn] |by using @annotation.nowarn("id=205")
1227[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2302:22
1228[warn] 2302 | )(configuration): @unchecked
1229[warn] | ^
1230[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1231[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1232[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1233[warn] | )
1234[warn] |and
1235[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1236[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1237[warn] |will change in the future release.
1238[warn] |Current choice : the first alternative
1239[warn] |Choice from Scala 3.7 : the second alternative
1240[warn] |
1241[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1242[warn] |by using @annotation.nowarn("id=205")
1243[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2305:32
1244[warn] 2305 | codeMotionAnalysis.merge
1245[warn] | ^
1246[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1247[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1248[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1249[warn] | )
1250[warn] |and
1251[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1252[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1253[warn] |will change in the future release.
1254[warn] |Current choice : the first alternative
1255[warn] |Choice from Scala 3.7 : the second alternative
1256[warn] |
1257[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1258[warn] |by using @annotation.nowarn("id=205")
1259[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:33:33
1260[warn] 33 | given Sized[Element] = defaultElementSize
1261[warn] | ^^^^^^^^^^^^^^^^^^
1262[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1263[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
1264[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:228:33
1265[warn] 228 | given Sized[Element] = defaultElementSize
1266[warn] | ^^^^^^^^^^^^^^^^^^
1267[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1268[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
1269[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:49:24
1270[warn] 49 | given Eq[Element] = matchesByElement.equivalent
1271[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1272[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1273[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:50:27
1274[warn] 50 | given Sized[Element] = defaultElementSize
1275[warn] | ^^^^^^^^^^^^^^^^^^
1276[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1277[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1278[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:81:24
1279[warn] 81 | given Eq[Element] = matchesByElement.equivalent
1280[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1281[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1282[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:82:27
1283[warn] 82 | given Sized[Element] = defaultElementSize
1284[warn] | ^^^^^^^^^^^^^^^^^^
1285[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1286[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1287[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:113:24
1288[warn] 113 | given Eq[Element] = matchesByElement.equivalent
1289[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1290[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1291[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:114:27
1292[warn] 114 | given Sized[Element] = defaultElementSize
1293[warn] | ^^^^^^^^^^^^^^^^^^
1294[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1295[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1296[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:147:24
1297[warn] 147 | given Eq[Element] = matchesByElement.equivalent
1298[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1299[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1300[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:148:27
1301[warn] 148 | given Sized[Element] = defaultElementSize
1302[warn] | ^^^^^^^^^^^^^^^^^^
1303[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1304[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1305[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:180:24
1306[warn] 180 | given Eq[Element] = matchesByElement.equivalent
1307[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1308[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1309[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:181:27
1310[warn] 181 | given Sized[Element] = defaultElementSize
1311[warn] | ^^^^^^^^^^^^^^^^^^
1312[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1313[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1314[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:214:24
1315[warn] 214 | given Eq[Element] = matchesByElement.equivalent
1316[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1317[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1318[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:215:27
1319[warn] 215 | given Sized[Element] = defaultElementSize
1320[warn] | ^^^^^^^^^^^^^^^^^^
1321[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1322[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1323[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:248:24
1324[warn] 248 | given Eq[Element] = matchesByElement.equivalent
1325[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1326[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1327[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:249:27
1328[warn] 249 | given Sized[Element] = defaultElementSize
1329[warn] | ^^^^^^^^^^^^^^^^^^
1330[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1331[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1332[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:284:24
1333[warn] 284 | given Eq[Element] = matchesByElement.equivalent
1334[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1335[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1336[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:285:27
1337[warn] 285 | given Sized[Element] = defaultElementSize
1338[warn] | ^^^^^^^^^^^^^^^^^^
1339[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1340[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1341[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:323:27
1342[warn] 323 | given Eq[Element] = matchesByElement.equivalent
1343[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1344[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1345[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:324:27
1346[warn] 324 | given Sized[Element] = defaultElementSize
1347[warn] | ^^^^^^^^^^^^^^^^^^
1348[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1349[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1350[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:363:27
1351[warn] 363 | given Eq[Element] = matchesByElement.equivalent
1352[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1353[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1354[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:364:27
1355[warn] 364 | given Sized[Element] = defaultElementSize
1356[warn] | ^^^^^^^^^^^^^^^^^^
1357[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1358[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1359[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:404:24
1360[warn] 404 | given Eq[Element] = matchesByElement.equivalent
1361[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1362[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1363[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:405:27
1364[warn] 405 | given Sized[Element] = defaultElementSize
1365[warn] | ^^^^^^^^^^^^^^^^^^
1366[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1367[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1368[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:438:24
1369[warn] 438 | given Eq[Element] = matchesByElement.equivalent
1370[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1371[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1372[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:439:27
1373[warn] 439 | given Sized[Element] = defaultElementSize
1374[warn] | ^^^^^^^^^^^^^^^^^^
1375[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1376[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1377[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:474:24
1378[warn] 474 | given Eq[Element] = matchesByElement.equivalent
1379[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1380[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1381[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:475:27
1382[warn] 475 | given Sized[Element] = defaultElementSize
1383[warn] | ^^^^^^^^^^^^^^^^^^
1384[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1385[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1386[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:513:24
1387[warn] 513 | given Eq[Element] = matchesByElement.equivalent
1388[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1389[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1390[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:514:27
1391[warn] 514 | given Sized[Element] = defaultElementSize
1392[warn] | ^^^^^^^^^^^^^^^^^^
1393[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1394[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1395[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:550:24
1396[warn] 550 | given Eq[Element] = matchesByElement.equivalent
1397[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1398[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1399[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:551:27
1400[warn] 551 | given Sized[Element] = defaultElementSize
1401[warn] | ^^^^^^^^^^^^^^^^^^
1402[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1403[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1404[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:582:24
1405[warn] 582 | given Eq[Element] = matchesByElement.equivalent
1406[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1407[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1408[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:583:27
1409[warn] 583 | given Sized[Element] = defaultElementSize
1410[warn] | ^^^^^^^^^^^^^^^^^^
1411[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1412[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1413[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:617:24
1414[warn] 617 | given Eq[Element] = matchesByElement.equivalent
1415[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1416[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1417[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:618:27
1418[warn] 618 | given Sized[Element] = defaultElementSize
1419[warn] | ^^^^^^^^^^^^^^^^^^
1420[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1421[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1422[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:653:24
1423[warn] 653 | given Eq[Element] = matchesByElement.equivalent
1424[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1425[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1426[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:654:27
1427[warn] 654 | given Sized[Element] = defaultElementSize
1428[warn] | ^^^^^^^^^^^^^^^^^^
1429[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1430[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1431[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:692:24
1432[warn] 692 | given Eq[Element] = matchesByElement.equivalent
1433[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1434[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1435[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:693:27
1436[warn] 693 | given Sized[Element] = defaultElementSize
1437[warn] | ^^^^^^^^^^^^^^^^^^
1438[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1439[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1440[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:739:24
1441[warn] 739 | given Eq[Element] = matchesByElement.equivalent
1442[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1443[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1444[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:740:27
1445[warn] 740 | given Sized[Element] = defaultElementSize
1446[warn] | ^^^^^^^^^^^^^^^^^^
1447[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1448[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1449[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:788:24
1450[warn] 788 | given Eq[Element] = matchesByElement.equivalent
1451[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1452[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1453[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:789:27
1454[warn] 789 | given Sized[Element] = defaultElementSize
1455[warn] | ^^^^^^^^^^^^^^^^^^
1456[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1457[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1458[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:837:24
1459[warn] 837 | given Eq[Element] = matchesByElement.equivalent
1460[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1461[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1462[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:838:27
1463[warn] 838 | given Sized[Element] = defaultElementSize
1464[warn] | ^^^^^^^^^^^^^^^^^^
1465[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1466[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1467[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:887:24
1468[warn] 887 | given Eq[Element] = matchesByElement.equivalent
1469[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1470[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1471[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:888:27
1472[warn] 888 | given Sized[Element] = defaultElementSize
1473[warn] | ^^^^^^^^^^^^^^^^^^
1474[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1475[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1476[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:938:24
1477[warn] 938 | given Eq[Element] = matchesByElement.equivalent
1478[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1479[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1480[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:939:27
1481[warn] 939 | given Sized[Element] = defaultElementSize
1482[warn] | ^^^^^^^^^^^^^^^^^^
1483[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1484[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1485[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:989:24
1486[warn] 989 | given Eq[Element] = matchesByElement.equivalent
1487[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1488[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1489[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:991:27
1490[warn] 991 | given Sized[Element] = defaultElementSize
1491[warn] | ^^^^^^^^^^^^^^^^^^
1492[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1493[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1494[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1034:24
1495[warn] 1034 | given Eq[Element] = matchesByElement.equivalent
1496[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1497[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1498[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1035:27
1499[warn] 1035 | given Sized[Element] = defaultElementSize
1500[warn] | ^^^^^^^^^^^^^^^^^^
1501[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1502[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1503[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1079:24
1504[warn] 1079 | given Eq[Element] = matchesByElement.equivalent
1505[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1506[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1507[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1080:27
1508[warn] 1080 | given Sized[Element] = defaultElementSize
1509[warn] | ^^^^^^^^^^^^^^^^^^
1510[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1511[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1512[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1129:24
1513[warn] 1129 | given Eq[Element] = matchesByElement.equivalent
1514[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1515[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1516[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1130:27
1517[warn] 1130 | given Sized[Element] = defaultElementSize
1518[warn] | ^^^^^^^^^^^^^^^^^^
1519[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1520[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1521[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1174:24
1522[warn] 1174 | given Eq[Element] = matchesByElement.equivalent
1523[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1524[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1525[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1175:27
1526[warn] 1175 | given Sized[Element] = defaultElementSize
1527[warn] | ^^^^^^^^^^^^^^^^^^
1528[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1529[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1530[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1212:24
1531[warn] 1212 | given Eq[Element] = matchesByElement.equivalent
1532[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1533[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1534[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1213:27
1535[warn] 1213 | given Sized[Element] = defaultElementSize
1536[warn] | ^^^^^^^^^^^^^^^^^^
1537[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1538[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1539[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1253:24
1540[warn] 1253 | given Eq[Element] = matchesByElement.equivalent
1541[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1542[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1543[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1254:27
1544[warn] 1254 | given Sized[Element] = defaultElementSize
1545[warn] | ^^^^^^^^^^^^^^^^^^
1546[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1547[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1548[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1301:24
1549[warn] 1301 | given Eq[Element] = matchesByElement.equivalent
1550[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1551[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1552[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1302:27
1553[warn] 1302 | given Sized[Element] = defaultElementSize
1554[warn] | ^^^^^^^^^^^^^^^^^^
1555[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1556[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1557[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1345:24
1558[warn] 1345 | given Eq[Element] = matchesByElement.equivalent
1559[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1560[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1561[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1346:27
1562[warn] 1346 | given Sized[Element] = defaultElementSize
1563[warn] | ^^^^^^^^^^^^^^^^^^
1564[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1565[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1566[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1396:24
1567[warn] 1396 | given Eq[Element] = matchesByElement.equivalent
1568[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1569[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1570[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1398:27
1571[warn] 1398 | given Sized[Element] = defaultElementSize
1572[warn] | ^^^^^^^^^^^^^^^^^^
1573[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1574[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1575[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1445:24
1576[warn] 1445 | given Eq[Element] = matchesByElement.equivalent
1577[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1578[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1579[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1446:27
1580[warn] 1446 | given Sized[Element] = defaultElementSize
1581[warn] | ^^^^^^^^^^^^^^^^^^
1582[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1583[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1584[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1488:24
1585[warn] 1488 | given Eq[Element] = matchesByElement.equivalent
1586[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1587[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1588[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1489:27
1589[warn] 1489 | given Sized[Element] = defaultElementSize
1590[warn] | ^^^^^^^^^^^^^^^^^^
1591[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1592[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1593[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1533:24
1594[warn] 1533 | given Eq[Element] = matchesByElement.equivalent
1595[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1596[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1597[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1534:27
1598[warn] 1534 | given Sized[Element] = defaultElementSize
1599[warn] | ^^^^^^^^^^^^^^^^^^
1600[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1601[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1602[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1558:41
1603[warn] 1558 | given Eq[Element] = equivalent(testCase.matchesByElement)
1604[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1605[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1606[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1559:31
1607[warn] 1559 | given Sized[Element] = defaultElementSize
1608[warn] | ^^^^^^^^^^^^^^^^^^
1609[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1610[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1611[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1579:41
1612[warn] 1579 | given Eq[Element] = equivalent(testCase.matchesByElement)
1613[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1614[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1615[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1580:31
1616[warn] 1580 | given Sized[Element] = defaultElementSize
1617[warn] | ^^^^^^^^^^^^^^^^^^
1618[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1619[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1620[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1905:34
1621[warn] 1905 | given Eq[Element] = equivalent(matchesByElement)
1622[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1623[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1624[info] [patched file /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala]
1625[warn] 130 warnings found
1626[info] done compiling
1627Generating version resource: /build/repo/target/scala-3.6.3/resource_managed/main/version.txt for version: 1.11.2
1628[info] compiling 1 Scala source to /build/repo/target/scala-3.6.3/test-classes ...
1629[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:33:33
1630[warn] 33 | given Sized[Element] = defaultElementSize
1631[warn] | ^^^^^^^^^^^^^^^^^^
1632[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1633[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
1634[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:228:33
1635[warn] 228 | given Sized[Element] = defaultElementSize
1636[warn] | ^^^^^^^^^^^^^^^^^^
1637[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1638[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
1639[warn] two warnings found
1640[info] done compiling
1641Generating version resource: /build/repo/target/scala-3.6.3/resource_managed/main/version.txt for version: 1.11.2
1642
1643************************
1644Build summary:
1645[{
1646 "module": "kinetic-merge",
1647 "compile": {"status": "ok", "tookMs": 24134, "warnings": 28, "errors": 0, "sourceVersion": "3.6-migration"},
1648 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1649 "test-compile": {"status": "ok", "tookMs": 13942, "warnings": 130, "errors": 0, "sourceVersion": "3.6-migration"},
1650 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1651 "publish": {"status": "skipped", "tookMs": 0},
1652 "metadata": {
1653 "crossScalaVersions": ["3.3.7"]
1654}
1655}]
1656************************
1657[success] Total time: 68 s (0:01:08.0), completed Nov 27, 2025, 9:59:30 PM
1658[0JChecking patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala...
1659Checking patch project/plugins.sbt...
1660Checking patch build.sbt...
1661Applied patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala cleanly.
1662Applied patch project/plugins.sbt cleanly.
1663Applied patch build.sbt cleanly.
1664Commit migration rewrites
1665Switched to a new branch 'opencb/migrate-source-3.6'
1666[opencb/migrate-source-3.6 fb761706] Apply Scala compiler rewrites using -source:3.6-migration using Scala 3.6.3
1667 4 files changed, 18 insertions(+), 18 deletions(-)
1668Using target Scala version for migration: 3.7.4
1669Migrating project for -source:3.7 using Scala 3.7.4
1670----
1671Preparing build for 3.7.4
1672Would try to apply common scalacOption (best-effort, sbt/mill only):
1673Append: -rewrite,REQUIRE:-source:3.7-migration
1674Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1675
1676Try apply source patch:
1677Path: src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
1678Pattern: @tailrec
1679Replacement:
1680Successfully applied pattern '@tailrec' in src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
1681----
1682Starting build for 3.7.4
1683Execute tests: false
1684sbt project found:
1685No prepare script found for project sageserpent-open/kineticmerge
1686##################################
1687Scala version: 3.7.4
1688Targets: com.sageserpent%kinetic-merge
1689Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}
1690##################################
1691Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
1692Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1693[sbt_options] declare -a sbt_options=()
1694[process_args] java_version = '17'
1695[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
1696# Executing command line:
1697java
1698-Xmx8G
1699-Dcommunitybuild.scala=3.7.4
1700-Dcommunitybuild.project.dependencies.add=
1701-Xmx7G
1702-Xms4G
1703-Xss8M
1704-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
1705-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
1706-jar
1707/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
1708"setCrossScalaVersions 3.7.4"
1709"++3.7.4 -v"
1710"mapScalacOptions "-rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
1711"set every credentials := Nil"
1712"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
1713"removeScalacOptionsStartingWith -P:wartremover"
1714
1715moduleMappings
1716"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}""" com.sageserpent%kinetic-merge"
1717
1718[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
1719[info] loading settings for project repo-build from akka.sbt, build.sbt, plugins.sbt...
1720[info] loading project definition from /build/repo/project
1721[info] loading settings for project root from build.sbt, version.sbt...
1722[info] set current project to kinetic-merge (in build file:/build/repo/)
1723Execute setCrossScalaVersions: 3.7.4
1724OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in root/crossScalaVersions
1725[info] set current project to kinetic-merge (in build file:/build/repo/)
1726[info] Setting Scala version to 3.7.4 on 1 projects.
1727[info] Switching Scala version on:
1728[info] * root (3.7.4)
1729[info] Excluding projects:
1730[info] Reapplying settings...
1731[info] set current project to kinetic-merge (in build file:/build/repo/)
1732Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1733[info] Reapplying settings...
1734[info] set current project to kinetic-merge (in build file:/build/repo/)
1735[info] Defining Global / credentials, credentials
1736[info] The new values will be used by Compile / scalafmtOnly, IntegrationTest / scalafmtOnly and 5 others.
1737[info] Run `last` for details.
1738[info] Reapplying settings...
1739[info] set current project to kinetic-merge (in build file:/build/repo/)
1740Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
1741[info] Reapplying settings...
1742OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
1743
1744 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
1745 Did you mean allExcludeDependencies ?
1746 , retry without global scopes
1747[info] Reapplying settings...
1748[info] set current project to kinetic-merge (in build file:/build/repo/)
1749Execute removeScalacOptionsStartingWith: -P:wartremover
1750[info] Reapplying settings...
1751[info] set current project to kinetic-merge (in build file:/build/repo/)
1752[success] Total time: 0 s, completed Nov 27, 2025, 9:59:38 PM
1753Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}
1754Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
1755Starting build...
1756Projects: Set(root)
1757Starting build for ProjectRef(file:/build/repo/,root) (kinetic-merge)... [0/1]
1758OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
1759OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
1760OpenCB::Filter out '-source:future', matches setting pattern '^-?-source(:.*)?'
1761Compile scalacOptions: -java-output-version:17, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
1762[info] compiling 20 Scala sources to /build/repo/target/scala-3.7.4/classes ...
1763[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1090:34
1764[warn] 1090 | given Order[Token] = Token.comparison
1765[warn] | ^^^^^^^^^^^^^^^^
1766[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
1767[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1091:34
1768[warn] 1091 | given Funnel[Token] = Token.funnel
1769[warn] | ^^^^^^^^^^^^
1770[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
1771[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:880:65
1772[warn] 880 | .corresponds(leftPotentialAffix)(Eq.eqv)
1773[warn] | ^
1774[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
1775[warn] | (evidence$2 : cats.kernel.Order[Element])
1776[warn] |and
1777[warn] | (evidence$1 : cats.kernel.Eq[Element])
1778[warn] |has changed.
1779[warn] |Previous choice : the first alternative
1780[warn] |Choice from Scala 3.7 : the second alternative
1781[warn] |
1782[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1783[warn] |by using @annotation.nowarn("id=205")
1784[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:885:65
1785[warn] 885 | .corresponds(leftPotentialAffix)(Eq.eqv))
1786[warn] | ^
1787[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
1788[warn] | (evidence$2 : cats.kernel.Order[Element])
1789[warn] |and
1790[warn] | (evidence$1 : cats.kernel.Eq[Element])
1791[warn] |has changed.
1792[warn] |Previous choice : the first alternative
1793[warn] |Choice from Scala 3.7 : the second alternative
1794[warn] |
1795[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1796[warn] |by using @annotation.nowarn("id=205")
1797[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:924:66
1798[warn] 924 | .corresponds(rightPotentialAffix)(Eq.eqv)
1799[warn] | ^
1800[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
1801[warn] | (evidence$2 : cats.kernel.Order[Element])
1802[warn] |and
1803[warn] | (evidence$1 : cats.kernel.Eq[Element])
1804[warn] |has changed.
1805[warn] |Previous choice : the first alternative
1806[warn] |Choice from Scala 3.7 : the second alternative
1807[warn] |
1808[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1809[warn] |by using @annotation.nowarn("id=205")
1810[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:929:66
1811[warn] 929 | .corresponds(rightPotentialAffix)(Eq.eqv))
1812[warn] | ^
1813[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
1814[warn] | (evidence$2 : cats.kernel.Order[Element])
1815[warn] |and
1816[warn] | (evidence$1 : cats.kernel.Eq[Element])
1817[warn] |has changed.
1818[warn] |Previous choice : the first alternative
1819[warn] |Choice from Scala 3.7 : the second alternative
1820[warn] |
1821[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1822[warn] |by using @annotation.nowarn("id=205")
1823[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:1407:52
1824[warn] 1407 | path -> mergeResult.innerFlatMap(resolution)
1825[warn] | ^
1826[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
1827[warn] | (evidence$2 : cats.kernel.Order[Element])
1828[warn] |and
1829[warn] | (evidence$1 : cats.kernel.Eq[Element])
1830[warn] |has changed.
1831[warn] |Previous choice : the first alternative
1832[warn] |Choice from Scala 3.7 : the second alternative
1833[warn] |
1834[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1835[warn] |by using @annotation.nowarn("id=205")
1836[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:159:16
1837[warn] 159 | (
1838[warn] | ^
1839[warn] |match may not be exhaustive.
1840[warn] |
1841[warn] |It would fail on pattern case: (Some(_), _, Some(_)), (Some(_), Some(_), _), (_, Some(_), Some(_)), (Some(_), Some(_), None), (None, None, None)
1842[warn] 160 | Option(percentage),
1843[warn] 161 | Option(impliedFraction),
1844[warn] 162 | Option(explicitFraction)
1845[warn] 163 | ).match
1846[warn] |
1847[warn] | longer explanation available when compiling with `-explain`
1848[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:709:10
1849[warn] 709 | case (
1850[warn] | ^
1851[warn] | match may not be exhaustive.
1852[warn] |
1853[warn] | It would fail on pattern case: (_, (None, None))
1854[warn] |
1855[warn] | longer explanation available when compiling with `-explain`
1856[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1516:12
1857[warn] 1516 | (leftRenamingDetail, rightRenamingDetail) match
1858[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1859[warn] | match may not be exhaustive.
1860[warn] |
1861[warn] | It would fail on pattern case: (None, None)
1862[warn] |
1863[warn] | longer explanation available when compiling with `-explain`
1864[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1838:30
1865[warn] 1838 | mergeResultsByPath(path) match
1866[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1867[warn] |match may not be exhaustive.
1868[warn] |
1869[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
1870[warn] |
1871[warn] | longer explanation available when compiling with `-explain`
1872[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1843:30
1873[warn] 1843 | mergeResultsByPath(path) match
1874[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1875[warn] |match may not be exhaustive.
1876[warn] |
1877[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
1878[warn] |
1879[warn] | longer explanation available when compiling with `-explain`
1880[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1855:34
1881[warn] 1855 | mergeResultsByPath(path) match
1882[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1883[warn] |match may not be exhaustive.
1884[warn] |
1885[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
1886[warn] |
1887[warn] | longer explanation available when compiling with `-explain`
1888[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1898:34
1889[warn] 1898 | mergeResultsByPath(path) match
1890[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1891[warn] |match may not be exhaustive.
1892[warn] |
1893[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
1894[warn] |
1895[warn] | longer explanation available when compiling with `-explain`
1896[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1949:34
1897[warn] 1949 | mergeResultsByPath(path) match
1898[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1899[warn] |match may not be exhaustive.
1900[warn] |
1901[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
1902[warn] |
1903[warn] | longer explanation available when compiling with `-explain`
1904[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1999:34
1905[warn] 1999 | mergeResultsByPath(path) match
1906[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1907[warn] |match may not be exhaustive.
1908[warn] |
1909[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
1910[warn] |
1911[warn] | longer explanation available when compiling with `-explain`
1912[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:2259:34
1913[warn] 2259 | mergeResultsByPath(path) match
1914[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1915[warn] |match may not be exhaustive.
1916[warn] |
1917[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
1918[warn] |
1919[warn] | longer explanation available when compiling with `-explain`
1920[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:2319:34
1921[warn] 2319 | mergeResultsByPath(path) match
1922[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1923[warn] |match may not be exhaustive.
1924[warn] |
1925[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
1926[warn] |
1927[warn] | longer explanation available when compiling with `-explain`
1928[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1984:12
1929[warn] 1984 | case subsuming: Match.BaseAndLeft[Section[Element]] =>
1930[warn] | ^
1931[warn] |match may not be exhaustive.
1932[warn] |
1933[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
1934[warn] |
1935[warn] | longer explanation available when compiling with `-explain`
1936[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1995:12
1937[warn] 1995 | case subsuming: Match.BaseAndRight[Section[Element]] =>
1938[warn] | ^
1939[warn] |match may not be exhaustive.
1940[warn] |
1941[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
1942[warn] |
1943[warn] | longer explanation available when compiling with `-explain`
1944[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2006:12
1945[warn] 2006 | case subsuming: Match.LeftAndRight[Section[Element]] =>
1946[warn] | ^
1947[warn] |match may not be exhaustive.
1948[warn] |
1949[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _)
1950[warn] |
1951[warn] | longer explanation available when compiling with `-explain`
1952[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2288:48
1953[warn] 2288 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
1954[warn] | ^
1955[warn] | match may not be exhaustive.
1956[warn] |
1957[warn] | It would fail on pattern case: None
1958[warn] |
1959[warn] | longer explanation available when compiling with `-explain`
1960[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2292:48
1961[warn] 2292 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
1962[warn] | ^
1963[warn] | match may not be exhaustive.
1964[warn] |
1965[warn] | It would fail on pattern case: None
1966[warn] |
1967[warn] | longer explanation available when compiling with `-explain`
1968[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2296:49
1969[warn] 2296 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
1970[warn] | ^
1971[warn] | match may not be exhaustive.
1972[warn] |
1973[warn] | It would fail on pattern case: None
1974[warn] |
1975[warn] | longer explanation available when compiling with `-explain`
1976[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2314:48
1977[warn] 2314 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
1978[warn] | ^
1979[warn] | match may not be exhaustive.
1980[warn] |
1981[warn] | It would fail on pattern case: None
1982[warn] |
1983[warn] | longer explanation available when compiling with `-explain`
1984[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2318:48
1985[warn] 2318 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
1986[warn] | ^
1987[warn] | match may not be exhaustive.
1988[warn] |
1989[warn] | It would fail on pattern case: None
1990[warn] |
1991[warn] | longer explanation available when compiling with `-explain`
1992[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2335:48
1993[warn] 2335 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
1994[warn] | ^
1995[warn] | match may not be exhaustive.
1996[warn] |
1997[warn] | It would fail on pattern case: None
1998[warn] |
1999[warn] | longer explanation available when compiling with `-explain`
2000[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2339:49
2001[warn] 2339 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
2002[warn] | ^
2003[warn] | match may not be exhaustive.
2004[warn] |
2005[warn] | It would fail on pattern case: None
2006[warn] |
2007[warn] | longer explanation available when compiling with `-explain`
2008[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2356:48
2009[warn] 2356 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
2010[warn] | ^
2011[warn] | match may not be exhaustive.
2012[warn] |
2013[warn] | It would fail on pattern case: None
2014[warn] |
2015[warn] | longer explanation available when compiling with `-explain`
2016[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2360:49
2017[warn] 2360 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
2018[warn] | ^
2019[warn] | match may not be exhaustive.
2020[warn] |
2021[warn] | It would fail on pattern case: None
2022[warn] |
2023[warn] | longer explanation available when compiling with `-explain`
2024[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:509:15
2025[warn] 509 | case Some(sections) =>
2026[warn] | ^^^^^^^^^^^^^^
2027[warn] | Unreachable case
2028[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:223:12
2029[warn] 223 | (base, left, right) match
2030[warn] | ^^^^^^^^^^^^^^^^^^^
2031[warn] |match may not be exhaustive.
2032[warn] |
2033[warn] |It would fail on pattern case: (None, None, None), (None, None, None), (None, None, None)
2034[warn] |
2035[warn] | longer explanation available when compiling with `-explain`
2036[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:378:14
2037[warn] 378 | ) { case (partialResult @ head :: _, change) =>
2038[warn] | ^
2039[warn] | match may not be exhaustive.
2040[warn] |
2041[warn] | It would fail on pattern case: (Nil, _)
2042[warn] |
2043[warn] | longer explanation available when compiling with `-explain`
2044[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/MoveDestinations.scala:88:6
2045[warn] 88 | (left.nonEmpty, right.nonEmpty, coincident.nonEmpty) match
2046[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2047[warn] |match may not be exhaustive.
2048[warn] |
2049[warn] |It would fail on pattern case: (false, false, false), (false, false, false), (false, false, false), (false, false, false), (false, false, false)
2050[warn] |
2051[warn] | longer explanation available when compiling with `-explain`
2052[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/merge.scala:1054:6
2053[warn] 1054 | (coalescence, base, left, right) match
2054[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2055[warn] | match may not be exhaustive.
2056[warn] |
2057[warn] | It would fail on pattern case: (_, _, _, _)
2058[warn] |
2059[warn] | longer explanation available when compiling with `-explain`
2060[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/pprintCustomised.scala:16:7
2061[warn] 16 | case rangedSeq: RangedSeq[?, ?] =>
2062[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2063[warn] | Unreachable case
2064[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2414:15
2065[warn] 2414 | case PotentialMatchKey(anotherFingerprint, anotherImpliedContent) =>
2066[warn] | ^
2067[warn] |the type test for PotentialMatchKey cannot be checked at runtime because it's a local class
2068[warn] |
2069[warn] | longer explanation available when compiling with `-explain`
2070[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala]
2071[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequence.scala]
2072[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala]
2073[warn] 37 warnings found
2074[info] done compiling
2075Generating version resource: /build/repo/target/scala-3.7.4/resource_managed/main/version.txt for version: 1.11.2
2076[info] compiling 3 Scala sources to /build/repo/target/scala-3.7.4/classes ...
2077[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:880:65
2078[warn] 880 | .corresponds(leftPotentialAffix)(Eq.eqv)
2079[warn] | ^
2080[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
2081[warn] | (evidence$2 : cats.kernel.Order[Element])
2082[warn] |and
2083[warn] | (evidence$1 : cats.kernel.Eq[Element])
2084[warn] |has changed.
2085[warn] |Previous choice : the first alternative
2086[warn] |Choice from Scala 3.7 : the second alternative
2087[warn] |
2088[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2089[warn] |by using @annotation.nowarn("id=205")
2090[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:885:65
2091[warn] 885 | .corresponds(leftPotentialAffix)(Eq.eqv))
2092[warn] | ^
2093[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
2094[warn] | (evidence$2 : cats.kernel.Order[Element])
2095[warn] |and
2096[warn] | (evidence$1 : cats.kernel.Eq[Element])
2097[warn] |has changed.
2098[warn] |Previous choice : the first alternative
2099[warn] |Choice from Scala 3.7 : the second alternative
2100[warn] |
2101[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2102[warn] |by using @annotation.nowarn("id=205")
2103[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:924:66
2104[warn] 924 | .corresponds(rightPotentialAffix)(Eq.eqv)
2105[warn] | ^
2106[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
2107[warn] | (evidence$2 : cats.kernel.Order[Element])
2108[warn] |and
2109[warn] | (evidence$1 : cats.kernel.Eq[Element])
2110[warn] |has changed.
2111[warn] |Previous choice : the first alternative
2112[warn] |Choice from Scala 3.7 : the second alternative
2113[warn] |
2114[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2115[warn] |by using @annotation.nowarn("id=205")
2116[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:929:66
2117[warn] 929 | .corresponds(rightPotentialAffix)(Eq.eqv))
2118[warn] | ^
2119[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
2120[warn] | (evidence$2 : cats.kernel.Order[Element])
2121[warn] |and
2122[warn] | (evidence$1 : cats.kernel.Eq[Element])
2123[warn] |has changed.
2124[warn] |Previous choice : the first alternative
2125[warn] |Choice from Scala 3.7 : the second alternative
2126[warn] |
2127[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2128[warn] |by using @annotation.nowarn("id=205")
2129[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:1407:52
2130[warn] 1407 | path -> mergeResult.innerFlatMap(resolution)
2131[warn] | ^
2132[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
2133[warn] | (evidence$2 : cats.kernel.Order[Element])
2134[warn] |and
2135[warn] | (evidence$1 : cats.kernel.Eq[Element])
2136[warn] |has changed.
2137[warn] |Previous choice : the first alternative
2138[warn] |Choice from Scala 3.7 : the second alternative
2139[warn] |
2140[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2141[warn] |by using @annotation.nowarn("id=205")
2142[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1984:12
2143[warn] 1984 | case subsuming: Match.BaseAndLeft[Section[Element]] =>
2144[warn] | ^
2145[warn] |match may not be exhaustive.
2146[warn] |
2147[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
2148[warn] |
2149[warn] | longer explanation available when compiling with `-explain`
2150[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1995:12
2151[warn] 1995 | case subsuming: Match.BaseAndRight[Section[Element]] =>
2152[warn] | ^
2153[warn] |match may not be exhaustive.
2154[warn] |
2155[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
2156[warn] |
2157[warn] | longer explanation available when compiling with `-explain`
2158[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2006:12
2159[warn] 2006 | case subsuming: Match.LeftAndRight[Section[Element]] =>
2160[warn] | ^
2161[warn] |match may not be exhaustive.
2162[warn] |
2163[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _)
2164[warn] |
2165[warn] | longer explanation available when compiling with `-explain`
2166[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2288:48
2167[warn] 2288 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
2168[warn] | ^
2169[warn] | match may not be exhaustive.
2170[warn] |
2171[warn] | It would fail on pattern case: None
2172[warn] |
2173[warn] | longer explanation available when compiling with `-explain`
2174[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2292:48
2175[warn] 2292 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
2176[warn] | ^
2177[warn] | match may not be exhaustive.
2178[warn] |
2179[warn] | It would fail on pattern case: None
2180[warn] |
2181[warn] | longer explanation available when compiling with `-explain`
2182[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2296:49
2183[warn] 2296 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
2184[warn] | ^
2185[warn] | match may not be exhaustive.
2186[warn] |
2187[warn] | It would fail on pattern case: None
2188[warn] |
2189[warn] | longer explanation available when compiling with `-explain`
2190[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2314:48
2191[warn] 2314 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
2192[warn] | ^
2193[warn] | match may not be exhaustive.
2194[warn] |
2195[warn] | It would fail on pattern case: None
2196[warn] |
2197[warn] | longer explanation available when compiling with `-explain`
2198[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2318:48
2199[warn] 2318 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
2200[warn] | ^
2201[warn] | match may not be exhaustive.
2202[warn] |
2203[warn] | It would fail on pattern case: None
2204[warn] |
2205[warn] | longer explanation available when compiling with `-explain`
2206[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2335:48
2207[warn] 2335 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
2208[warn] | ^
2209[warn] | match may not be exhaustive.
2210[warn] |
2211[warn] | It would fail on pattern case: None
2212[warn] |
2213[warn] | longer explanation available when compiling with `-explain`
2214[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2339:49
2215[warn] 2339 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
2216[warn] | ^
2217[warn] | match may not be exhaustive.
2218[warn] |
2219[warn] | It would fail on pattern case: None
2220[warn] |
2221[warn] | longer explanation available when compiling with `-explain`
2222[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2356:48
2223[warn] 2356 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
2224[warn] | ^
2225[warn] | match may not be exhaustive.
2226[warn] |
2227[warn] | It would fail on pattern case: None
2228[warn] |
2229[warn] | longer explanation available when compiling with `-explain`
2230[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2360:49
2231[warn] 2360 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
2232[warn] | ^
2233[warn] | match may not be exhaustive.
2234[warn] |
2235[warn] | It would fail on pattern case: None
2236[warn] |
2237[warn] | longer explanation available when compiling with `-explain`
2238[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:509:15
2239[warn] 509 | case Some(sections) =>
2240[warn] | ^^^^^^^^^^^^^^
2241[warn] | Unreachable case
2242[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:223:12
2243[warn] 223 | (base, left, right) match
2244[warn] | ^^^^^^^^^^^^^^^^^^^
2245[warn] |match may not be exhaustive.
2246[warn] |
2247[warn] |It would fail on pattern case: (None, None, None), (None, None, None), (None, None, None)
2248[warn] |
2249[warn] | longer explanation available when compiling with `-explain`
2250[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:378:14
2251[warn] 378 | ) { case (partialResult @ head :: _, change) =>
2252[warn] | ^
2253[warn] | match may not be exhaustive.
2254[warn] |
2255[warn] | It would fail on pattern case: (Nil, _)
2256[warn] |
2257[warn] | longer explanation available when compiling with `-explain`
2258[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2414:15
2259[warn] 2414 | case PotentialMatchKey(anotherFingerprint, anotherImpliedContent) =>
2260[warn] | ^
2261[warn] |the type test for PotentialMatchKey cannot be checked at runtime because it's a local class
2262[warn] |
2263[warn] | longer explanation available when compiling with `-explain`
2264[warn] 21 warnings found
2265[info] done compiling
2266[info] compiling 12 Scala sources to /build/repo/target/scala-3.7.4/test-classes ...
2267[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:27:30
2268[warn] 27 | given Eq[Token] = Token.equality
2269[warn] | ^^^^^^^^^^^^^^
2270[warn] |method equality is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
2271[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:28:30
2272[warn] 28 | given Order[Token] = Token.comparison
2273[warn] | ^^^^^^^^^^^^^^^^
2274[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
2275[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:29:30
2276[warn] 29 | given Funnel[Token] = Token.funnel
2277[warn] | ^^^^^^^^^^^^
2278[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
2279[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:159:26
2280[warn] 159 | )(configuration): @unchecked
2281[warn] | ^
2282[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2283[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2284[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2285[warn] | )
2286[warn] |and
2287[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2288[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2289[warn] |has changed.
2290[warn] |Previous choice : the first alternative
2291[warn] |Choice from Scala 3.7 : the second alternative
2292[warn] |
2293[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2294[warn] |by using @annotation.nowarn("id=205")
2295[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:162:36
2296[warn] 162 | codeMotionAnalysis.merge
2297[warn] | ^
2298[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2299[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2300[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2301[warn] | )
2302[warn] |and
2303[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2304[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2305[warn] |has changed.
2306[warn] |Previous choice : the first alternative
2307[warn] |Choice from Scala 3.7 : the second alternative
2308[warn] |
2309[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2310[warn] |by using @annotation.nowarn("id=205")
2311[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:215:20
2312[warn] 215 | )(configuration): @unchecked
2313[warn] | ^
2314[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2315[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2316[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2317[warn] | )
2318[warn] |and
2319[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2320[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2321[warn] |has changed.
2322[warn] |Previous choice : the first alternative
2323[warn] |Choice from Scala 3.7 : the second alternative
2324[warn] |
2325[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2326[warn] |by using @annotation.nowarn("id=205")
2327[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:218:30
2328[warn] 218 | codeMotionAnalysis.merge
2329[warn] | ^
2330[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2331[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2332[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2333[warn] | )
2334[warn] |and
2335[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2336[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2337[warn] |has changed.
2338[warn] |Previous choice : the first alternative
2339[warn] |Choice from Scala 3.7 : the second alternative
2340[warn] |
2341[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2342[warn] |by using @annotation.nowarn("id=205")
2343[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:297:26
2344[warn] 297 | )(configuration): @unchecked
2345[warn] | ^
2346[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2347[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2348[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2349[warn] | )
2350[warn] |and
2351[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2352[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2353[warn] |has changed.
2354[warn] |Previous choice : the first alternative
2355[warn] |Choice from Scala 3.7 : the second alternative
2356[warn] |
2357[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2358[warn] |by using @annotation.nowarn("id=205")
2359[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:300:36
2360[warn] 300 | codeMotionAnalysis.merge
2361[warn] | ^
2362[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2363[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2364[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2365[warn] | )
2366[warn] |and
2367[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2368[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2369[warn] |has changed.
2370[warn] |Previous choice : the first alternative
2371[warn] |Choice from Scala 3.7 : the second alternative
2372[warn] |
2373[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2374[warn] |by using @annotation.nowarn("id=205")
2375[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:394:26
2376[warn] 394 | )(configuration): @unchecked
2377[warn] | ^
2378[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2379[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2380[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2381[warn] | )
2382[warn] |and
2383[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2384[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2385[warn] |has changed.
2386[warn] |Previous choice : the first alternative
2387[warn] |Choice from Scala 3.7 : the second alternative
2388[warn] |
2389[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2390[warn] |by using @annotation.nowarn("id=205")
2391[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:397:36
2392[warn] 397 | codeMotionAnalysis.merge
2393[warn] | ^
2394[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2395[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2396[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2397[warn] | )
2398[warn] |and
2399[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2400[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2401[warn] |has changed.
2402[warn] |Previous choice : the first alternative
2403[warn] |Choice from Scala 3.7 : the second alternative
2404[warn] |
2405[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2406[warn] |by using @annotation.nowarn("id=205")
2407[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:437:20
2408[warn] 437 | )(configuration): @unchecked
2409[warn] | ^
2410[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2411[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2412[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2413[warn] | )
2414[warn] |and
2415[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2416[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2417[warn] |has changed.
2418[warn] |Previous choice : the first alternative
2419[warn] |Choice from Scala 3.7 : the second alternative
2420[warn] |
2421[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2422[warn] |by using @annotation.nowarn("id=205")
2423[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:440:30
2424[warn] 440 | codeMotionAnalysis.merge
2425[warn] | ^
2426[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2427[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2428[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2429[warn] | )
2430[warn] |and
2431[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2432[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2433[warn] |has changed.
2434[warn] |Previous choice : the first alternative
2435[warn] |Choice from Scala 3.7 : the second alternative
2436[warn] |
2437[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2438[warn] |by using @annotation.nowarn("id=205")
2439[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:487:24
2440[warn] 487 | )(configuration): @unchecked
2441[warn] | ^
2442[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2443[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2444[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2445[warn] | )
2446[warn] |and
2447[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2448[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2449[warn] |has changed.
2450[warn] |Previous choice : the first alternative
2451[warn] |Choice from Scala 3.7 : the second alternative
2452[warn] |
2453[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2454[warn] |by using @annotation.nowarn("id=205")
2455[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:490:34
2456[warn] 490 | codeMotionAnalysis.merge
2457[warn] | ^
2458[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2459[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2460[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2461[warn] | )
2462[warn] |and
2463[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2464[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2465[warn] |has changed.
2466[warn] |Previous choice : the first alternative
2467[warn] |Choice from Scala 3.7 : the second alternative
2468[warn] |
2469[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2470[warn] |by using @annotation.nowarn("id=205")
2471[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:546:22
2472[warn] 546 | )(configuration): @unchecked
2473[warn] | ^
2474[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2475[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2476[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2477[warn] | )
2478[warn] |and
2479[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2480[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2481[warn] |has changed.
2482[warn] |Previous choice : the first alternative
2483[warn] |Choice from Scala 3.7 : the second alternative
2484[warn] |
2485[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2486[warn] |by using @annotation.nowarn("id=205")
2487[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:548:60
2488[warn] 548 | val (mergeResultsByPath, _) = codeMotionAnalysis.merge
2489[warn] | ^
2490[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2491[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2492[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2493[warn] | )
2494[warn] |and
2495[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2496[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2497[warn] |has changed.
2498[warn] |Previous choice : the first alternative
2499[warn] |Choice from Scala 3.7 : the second alternative
2500[warn] |
2501[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2502[warn] |by using @annotation.nowarn("id=205")
2503[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:610:24
2504[warn] 610 | )(configuration): @unchecked
2505[warn] | ^
2506[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2507[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2508[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2509[warn] | )
2510[warn] |and
2511[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2512[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2513[warn] |has changed.
2514[warn] |Previous choice : the first alternative
2515[warn] |Choice from Scala 3.7 : the second alternative
2516[warn] |
2517[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2518[warn] |by using @annotation.nowarn("id=205")
2519[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:625:34
2520[warn] 625 | codeMotionAnalysis.merge
2521[warn] | ^
2522[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2523[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2524[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2525[warn] | )
2526[warn] |and
2527[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2528[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2529[warn] |has changed.
2530[warn] |Previous choice : the first alternative
2531[warn] |Choice from Scala 3.7 : the second alternative
2532[warn] |
2533[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2534[warn] |by using @annotation.nowarn("id=205")
2535[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:693:24
2536[warn] 693 | )(configuration): @unchecked
2537[warn] | ^
2538[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2539[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2540[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2541[warn] | )
2542[warn] |and
2543[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2544[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2545[warn] |has changed.
2546[warn] |Previous choice : the first alternative
2547[warn] |Choice from Scala 3.7 : the second alternative
2548[warn] |
2549[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2550[warn] |by using @annotation.nowarn("id=205")
2551[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:708:34
2552[warn] 708 | codeMotionAnalysis.merge
2553[warn] | ^
2554[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2555[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2556[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2557[warn] | )
2558[warn] |and
2559[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2560[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2561[warn] |has changed.
2562[warn] |Previous choice : the first alternative
2563[warn] |Choice from Scala 3.7 : the second alternative
2564[warn] |
2565[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2566[warn] |by using @annotation.nowarn("id=205")
2567[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:819:26
2568[warn] 819 | )(configuration): @unchecked
2569[warn] | ^
2570[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2571[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2572[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2573[warn] | )
2574[warn] |and
2575[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2576[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2577[warn] |has changed.
2578[warn] |Previous choice : the first alternative
2579[warn] |Choice from Scala 3.7 : the second alternative
2580[warn] |
2581[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2582[warn] |by using @annotation.nowarn("id=205")
2583[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:822:36
2584[warn] 822 | codeMotionAnalysis.merge
2585[warn] | ^
2586[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2587[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2588[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2589[warn] | )
2590[warn] |and
2591[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2592[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2593[warn] |has changed.
2594[warn] |Previous choice : the first alternative
2595[warn] |Choice from Scala 3.7 : the second alternative
2596[warn] |
2597[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2598[warn] |by using @annotation.nowarn("id=205")
2599[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:990:26
2600[warn] 990 | )(configuration): @unchecked
2601[warn] | ^
2602[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2603[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2604[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2605[warn] | )
2606[warn] |and
2607[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2608[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2609[warn] |has changed.
2610[warn] |Previous choice : the first alternative
2611[warn] |Choice from Scala 3.7 : the second alternative
2612[warn] |
2613[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2614[warn] |by using @annotation.nowarn("id=205")
2615[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:993:36
2616[warn] 993 | codeMotionAnalysis.merge
2617[warn] | ^
2618[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2619[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2620[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2621[warn] | )
2622[warn] |and
2623[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2624[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2625[warn] |has changed.
2626[warn] |Previous choice : the first alternative
2627[warn] |Choice from Scala 3.7 : the second alternative
2628[warn] |
2629[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2630[warn] |by using @annotation.nowarn("id=205")
2631[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1049:20
2632[warn] 1049 | )(configuration): @unchecked
2633[warn] | ^
2634[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2635[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2636[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2637[warn] | )
2638[warn] |and
2639[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2640[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2641[warn] |has changed.
2642[warn] |Previous choice : the first alternative
2643[warn] |Choice from Scala 3.7 : the second alternative
2644[warn] |
2645[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2646[warn] |by using @annotation.nowarn("id=205")
2647[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1052:30
2648[warn] 1052 | codeMotionAnalysis.merge
2649[warn] | ^
2650[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2651[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2652[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2653[warn] | )
2654[warn] |and
2655[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2656[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2657[warn] |has changed.
2658[warn] |Previous choice : the first alternative
2659[warn] |Choice from Scala 3.7 : the second alternative
2660[warn] |
2661[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2662[warn] |by using @annotation.nowarn("id=205")
2663[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1144:20
2664[warn] 1144 | )(configuration): @unchecked
2665[warn] | ^
2666[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2667[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2668[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2669[warn] | )
2670[warn] |and
2671[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2672[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2673[warn] |has changed.
2674[warn] |Previous choice : the first alternative
2675[warn] |Choice from Scala 3.7 : the second alternative
2676[warn] |
2677[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2678[warn] |by using @annotation.nowarn("id=205")
2679[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1147:30
2680[warn] 1147 | codeMotionAnalysis.merge
2681[warn] | ^
2682[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2683[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2684[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2685[warn] | )
2686[warn] |and
2687[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2688[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2689[warn] |has changed.
2690[warn] |Previous choice : the first alternative
2691[warn] |Choice from Scala 3.7 : the second alternative
2692[warn] |
2693[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2694[warn] |by using @annotation.nowarn("id=205")
2695[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1188:20
2696[warn] 1188 | )(configuration): @unchecked
2697[warn] | ^
2698[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2699[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2700[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2701[warn] | )
2702[warn] |and
2703[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2704[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2705[warn] |has changed.
2706[warn] |Previous choice : the first alternative
2707[warn] |Choice from Scala 3.7 : the second alternative
2708[warn] |
2709[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2710[warn] |by using @annotation.nowarn("id=205")
2711[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1191:30
2712[warn] 1191 | codeMotionAnalysis.merge
2713[warn] | ^
2714[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2715[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2716[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2717[warn] | )
2718[warn] |and
2719[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2720[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2721[warn] |has changed.
2722[warn] |Previous choice : the first alternative
2723[warn] |Choice from Scala 3.7 : the second alternative
2724[warn] |
2725[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2726[warn] |by using @annotation.nowarn("id=205")
2727[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1436:26
2728[warn] 1436 | )(configuration): @unchecked
2729[warn] | ^
2730[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2731[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2732[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2733[warn] | )
2734[warn] |and
2735[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2736[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2737[warn] |has changed.
2738[warn] |Previous choice : the first alternative
2739[warn] |Choice from Scala 3.7 : the second alternative
2740[warn] |
2741[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2742[warn] |by using @annotation.nowarn("id=205")
2743[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1439:36
2744[warn] 1439 | codeMotionAnalysis.merge
2745[warn] | ^
2746[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2747[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2748[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2749[warn] | )
2750[warn] |and
2751[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2752[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2753[warn] |has changed.
2754[warn] |Previous choice : the first alternative
2755[warn] |Choice from Scala 3.7 : the second alternative
2756[warn] |
2757[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2758[warn] |by using @annotation.nowarn("id=205")
2759[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1702:26
2760[warn] 1702 | )(configuration): @unchecked
2761[warn] | ^
2762[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2763[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2764[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2765[warn] | )
2766[warn] |and
2767[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2768[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2769[warn] |has changed.
2770[warn] |Previous choice : the first alternative
2771[warn] |Choice from Scala 3.7 : the second alternative
2772[warn] |
2773[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2774[warn] |by using @annotation.nowarn("id=205")
2775[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1705:36
2776[warn] 1705 | codeMotionAnalysis.merge
2777[warn] | ^
2778[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2779[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2780[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2781[warn] | )
2782[warn] |and
2783[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2784[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2785[warn] |has changed.
2786[warn] |Previous choice : the first alternative
2787[warn] |Choice from Scala 3.7 : the second alternative
2788[warn] |
2789[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2790[warn] |by using @annotation.nowarn("id=205")
2791[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1782:20
2792[warn] 1782 | )(configuration): @unchecked
2793[warn] | ^
2794[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2795[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2796[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2797[warn] | )
2798[warn] |and
2799[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2800[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2801[warn] |has changed.
2802[warn] |Previous choice : the first alternative
2803[warn] |Choice from Scala 3.7 : the second alternative
2804[warn] |
2805[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2806[warn] |by using @annotation.nowarn("id=205")
2807[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1785:30
2808[warn] 1785 | codeMotionAnalysis.merge
2809[warn] | ^
2810[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2811[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2812[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2813[warn] | )
2814[warn] |and
2815[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2816[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2817[warn] |has changed.
2818[warn] |Previous choice : the first alternative
2819[warn] |Choice from Scala 3.7 : the second alternative
2820[warn] |
2821[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2822[warn] |by using @annotation.nowarn("id=205")
2823[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1857:22
2824[warn] 1857 | )(configuration): @unchecked
2825[warn] | ^
2826[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2827[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2828[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2829[warn] | )
2830[warn] |and
2831[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2832[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2833[warn] |has changed.
2834[warn] |Previous choice : the first alternative
2835[warn] |Choice from Scala 3.7 : the second alternative
2836[warn] |
2837[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2838[warn] |by using @annotation.nowarn("id=205")
2839[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1860:32
2840[warn] 1860 | codeMotionAnalysis.merge
2841[warn] | ^
2842[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2843[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2844[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2845[warn] | )
2846[warn] |and
2847[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2848[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2849[warn] |has changed.
2850[warn] |Previous choice : the first alternative
2851[warn] |Choice from Scala 3.7 : the second alternative
2852[warn] |
2853[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2854[warn] |by using @annotation.nowarn("id=205")
2855[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1918:22
2856[warn] 1918 | )(configuration): @unchecked
2857[warn] | ^
2858[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2859[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2860[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2861[warn] | )
2862[warn] |and
2863[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2864[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2865[warn] |has changed.
2866[warn] |Previous choice : the first alternative
2867[warn] |Choice from Scala 3.7 : the second alternative
2868[warn] |
2869[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2870[warn] |by using @annotation.nowarn("id=205")
2871[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1921:32
2872[warn] 1921 | codeMotionAnalysis.merge
2873[warn] | ^
2874[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2875[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2876[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2877[warn] | )
2878[warn] |and
2879[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2880[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2881[warn] |has changed.
2882[warn] |Previous choice : the first alternative
2883[warn] |Choice from Scala 3.7 : the second alternative
2884[warn] |
2885[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2886[warn] |by using @annotation.nowarn("id=205")
2887[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2007:22
2888[warn] 2007 | )(configuration): @unchecked
2889[warn] | ^
2890[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2891[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2892[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2893[warn] | )
2894[warn] |and
2895[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2896[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2897[warn] |has changed.
2898[warn] |Previous choice : the first alternative
2899[warn] |Choice from Scala 3.7 : the second alternative
2900[warn] |
2901[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2902[warn] |by using @annotation.nowarn("id=205")
2903[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2010:32
2904[warn] 2010 | codeMotionAnalysis.merge
2905[warn] | ^
2906[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2907[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2908[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2909[warn] | )
2910[warn] |and
2911[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2912[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2913[warn] |has changed.
2914[warn] |Previous choice : the first alternative
2915[warn] |Choice from Scala 3.7 : the second alternative
2916[warn] |
2917[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2918[warn] |by using @annotation.nowarn("id=205")
2919[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2063:22
2920[warn] 2063 | )(configuration): @unchecked
2921[warn] | ^
2922[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2923[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2924[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2925[warn] | )
2926[warn] |and
2927[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2928[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2929[warn] |has changed.
2930[warn] |Previous choice : the first alternative
2931[warn] |Choice from Scala 3.7 : the second alternative
2932[warn] |
2933[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2934[warn] |by using @annotation.nowarn("id=205")
2935[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2066:32
2936[warn] 2066 | codeMotionAnalysis.merge
2937[warn] | ^
2938[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2939[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2940[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2941[warn] | )
2942[warn] |and
2943[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2944[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2945[warn] |has changed.
2946[warn] |Previous choice : the first alternative
2947[warn] |Choice from Scala 3.7 : the second alternative
2948[warn] |
2949[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2950[warn] |by using @annotation.nowarn("id=205")
2951[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2193:20
2952[warn] 2193 | )(configuration): @unchecked
2953[warn] | ^
2954[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2955[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2956[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2957[warn] | )
2958[warn] |and
2959[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2960[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2961[warn] |has changed.
2962[warn] |Previous choice : the first alternative
2963[warn] |Choice from Scala 3.7 : the second alternative
2964[warn] |
2965[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2966[warn] |by using @annotation.nowarn("id=205")
2967[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2196:30
2968[warn] 2196 | codeMotionAnalysis.merge
2969[warn] | ^
2970[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2971[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2972[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2973[warn] | )
2974[warn] |and
2975[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2976[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2977[warn] |has changed.
2978[warn] |Previous choice : the first alternative
2979[warn] |Choice from Scala 3.7 : the second alternative
2980[warn] |
2981[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2982[warn] |by using @annotation.nowarn("id=205")
2983[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2302:22
2984[warn] 2302 | )(configuration): @unchecked
2985[warn] | ^
2986[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2987[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2988[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2989[warn] | )
2990[warn] |and
2991[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2992[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2993[warn] |has changed.
2994[warn] |Previous choice : the first alternative
2995[warn] |Choice from Scala 3.7 : the second alternative
2996[warn] |
2997[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2998[warn] |by using @annotation.nowarn("id=205")
2999[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2305:32
3000[warn] 2305 | codeMotionAnalysis.merge
3001[warn] | ^
3002[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
3003[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3004[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
3005[warn] | )
3006[warn] |and
3007[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3008[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
3009[warn] |has changed.
3010[warn] |Previous choice : the first alternative
3011[warn] |Choice from Scala 3.7 : the second alternative
3012[warn] |
3013[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
3014[warn] |by using @annotation.nowarn("id=205")
3015[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:33:33
3016[warn] 33 | given Sized[Element] = defaultElementSize
3017[warn] | ^^^^^^^^^^^^^^^^^^
3018[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3019[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
3020[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:228:33
3021[warn] 228 | given Sized[Element] = defaultElementSize
3022[warn] | ^^^^^^^^^^^^^^^^^^
3023[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3024[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
3025[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:49:24
3026[warn] 49 | given Eq[Element] = matchesByElement.equivalent
3027[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3028[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3029[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:50:27
3030[warn] 50 | given Sized[Element] = defaultElementSize
3031[warn] | ^^^^^^^^^^^^^^^^^^
3032[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3033[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3034[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:81:24
3035[warn] 81 | given Eq[Element] = matchesByElement.equivalent
3036[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3037[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3038[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:82:27
3039[warn] 82 | given Sized[Element] = defaultElementSize
3040[warn] | ^^^^^^^^^^^^^^^^^^
3041[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3042[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3043[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:113:24
3044[warn] 113 | given Eq[Element] = matchesByElement.equivalent
3045[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3046[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3047[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:114:27
3048[warn] 114 | given Sized[Element] = defaultElementSize
3049[warn] | ^^^^^^^^^^^^^^^^^^
3050[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3051[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3052[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:147:24
3053[warn] 147 | given Eq[Element] = matchesByElement.equivalent
3054[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3055[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3056[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:148:27
3057[warn] 148 | given Sized[Element] = defaultElementSize
3058[warn] | ^^^^^^^^^^^^^^^^^^
3059[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3060[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3061[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:180:24
3062[warn] 180 | given Eq[Element] = matchesByElement.equivalent
3063[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3064[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3065[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:181:27
3066[warn] 181 | given Sized[Element] = defaultElementSize
3067[warn] | ^^^^^^^^^^^^^^^^^^
3068[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3069[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3070[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:214:24
3071[warn] 214 | given Eq[Element] = matchesByElement.equivalent
3072[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3073[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3074[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:215:27
3075[warn] 215 | given Sized[Element] = defaultElementSize
3076[warn] | ^^^^^^^^^^^^^^^^^^
3077[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3078[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3079[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:248:24
3080[warn] 248 | given Eq[Element] = matchesByElement.equivalent
3081[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3082[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3083[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:249:27
3084[warn] 249 | given Sized[Element] = defaultElementSize
3085[warn] | ^^^^^^^^^^^^^^^^^^
3086[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3087[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3088[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:284:24
3089[warn] 284 | given Eq[Element] = matchesByElement.equivalent
3090[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3091[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3092[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:285:27
3093[warn] 285 | given Sized[Element] = defaultElementSize
3094[warn] | ^^^^^^^^^^^^^^^^^^
3095[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3096[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3097[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:323:27
3098[warn] 323 | given Eq[Element] = matchesByElement.equivalent
3099[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3100[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3101[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:324:27
3102[warn] 324 | given Sized[Element] = defaultElementSize
3103[warn] | ^^^^^^^^^^^^^^^^^^
3104[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3105[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3106[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:363:27
3107[warn] 363 | given Eq[Element] = matchesByElement.equivalent
3108[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3109[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3110[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:364:27
3111[warn] 364 | given Sized[Element] = defaultElementSize
3112[warn] | ^^^^^^^^^^^^^^^^^^
3113[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3114[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3115[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:404:24
3116[warn] 404 | given Eq[Element] = matchesByElement.equivalent
3117[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3118[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3119[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:405:27
3120[warn] 405 | given Sized[Element] = defaultElementSize
3121[warn] | ^^^^^^^^^^^^^^^^^^
3122[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3123[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3124[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:438:24
3125[warn] 438 | given Eq[Element] = matchesByElement.equivalent
3126[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3127[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3128[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:439:27
3129[warn] 439 | given Sized[Element] = defaultElementSize
3130[warn] | ^^^^^^^^^^^^^^^^^^
3131[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3132[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3133[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:474:24
3134[warn] 474 | given Eq[Element] = matchesByElement.equivalent
3135[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3136[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3137[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:475:27
3138[warn] 475 | given Sized[Element] = defaultElementSize
3139[warn] | ^^^^^^^^^^^^^^^^^^
3140[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3141[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3142[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:513:24
3143[warn] 513 | given Eq[Element] = matchesByElement.equivalent
3144[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3145[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3146[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:514:27
3147[warn] 514 | given Sized[Element] = defaultElementSize
3148[warn] | ^^^^^^^^^^^^^^^^^^
3149[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3150[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3151[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:550:24
3152[warn] 550 | given Eq[Element] = matchesByElement.equivalent
3153[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3154[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3155[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:551:27
3156[warn] 551 | given Sized[Element] = defaultElementSize
3157[warn] | ^^^^^^^^^^^^^^^^^^
3158[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3159[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3160[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:582:24
3161[warn] 582 | given Eq[Element] = matchesByElement.equivalent
3162[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3163[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3164[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:583:27
3165[warn] 583 | given Sized[Element] = defaultElementSize
3166[warn] | ^^^^^^^^^^^^^^^^^^
3167[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3168[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3169[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:617:24
3170[warn] 617 | given Eq[Element] = matchesByElement.equivalent
3171[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3172[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3173[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:618:27
3174[warn] 618 | given Sized[Element] = defaultElementSize
3175[warn] | ^^^^^^^^^^^^^^^^^^
3176[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3177[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3178[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:653:24
3179[warn] 653 | given Eq[Element] = matchesByElement.equivalent
3180[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3181[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3182[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:654:27
3183[warn] 654 | given Sized[Element] = defaultElementSize
3184[warn] | ^^^^^^^^^^^^^^^^^^
3185[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3186[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3187[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:692:24
3188[warn] 692 | given Eq[Element] = matchesByElement.equivalent
3189[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3190[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3191[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:693:27
3192[warn] 693 | given Sized[Element] = defaultElementSize
3193[warn] | ^^^^^^^^^^^^^^^^^^
3194[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3195[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3196[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:739:24
3197[warn] 739 | given Eq[Element] = matchesByElement.equivalent
3198[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3199[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3200[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:740:27
3201[warn] 740 | given Sized[Element] = defaultElementSize
3202[warn] | ^^^^^^^^^^^^^^^^^^
3203[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3204[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3205[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:788:24
3206[warn] 788 | given Eq[Element] = matchesByElement.equivalent
3207[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3208[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3209[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:789:27
3210[warn] 789 | given Sized[Element] = defaultElementSize
3211[warn] | ^^^^^^^^^^^^^^^^^^
3212[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3213[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3214[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:837:24
3215[warn] 837 | given Eq[Element] = matchesByElement.equivalent
3216[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3217[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3218[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:838:27
3219[warn] 838 | given Sized[Element] = defaultElementSize
3220[warn] | ^^^^^^^^^^^^^^^^^^
3221[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3222[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3223[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:887:24
3224[warn] 887 | given Eq[Element] = matchesByElement.equivalent
3225[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3226[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3227[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:888:27
3228[warn] 888 | given Sized[Element] = defaultElementSize
3229[warn] | ^^^^^^^^^^^^^^^^^^
3230[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3231[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3232[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:938:24
3233[warn] 938 | given Eq[Element] = matchesByElement.equivalent
3234[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3235[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3236[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:939:27
3237[warn] 939 | given Sized[Element] = defaultElementSize
3238[warn] | ^^^^^^^^^^^^^^^^^^
3239[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3240[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3241[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:989:24
3242[warn] 989 | given Eq[Element] = matchesByElement.equivalent
3243[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3244[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3245[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:991:27
3246[warn] 991 | given Sized[Element] = defaultElementSize
3247[warn] | ^^^^^^^^^^^^^^^^^^
3248[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3249[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3250[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1034:24
3251[warn] 1034 | given Eq[Element] = matchesByElement.equivalent
3252[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3253[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3254[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1035:27
3255[warn] 1035 | given Sized[Element] = defaultElementSize
3256[warn] | ^^^^^^^^^^^^^^^^^^
3257[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3258[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3259[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1079:24
3260[warn] 1079 | given Eq[Element] = matchesByElement.equivalent
3261[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3262[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3263[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1080:27
3264[warn] 1080 | given Sized[Element] = defaultElementSize
3265[warn] | ^^^^^^^^^^^^^^^^^^
3266[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3267[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3268[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1129:24
3269[warn] 1129 | given Eq[Element] = matchesByElement.equivalent
3270[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3271[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3272[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1130:27
3273[warn] 1130 | given Sized[Element] = defaultElementSize
3274[warn] | ^^^^^^^^^^^^^^^^^^
3275[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3276[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3277[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1174:24
3278[warn] 1174 | given Eq[Element] = matchesByElement.equivalent
3279[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3280[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3281[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1175:27
3282[warn] 1175 | given Sized[Element] = defaultElementSize
3283[warn] | ^^^^^^^^^^^^^^^^^^
3284[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3285[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3286[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1212:24
3287[warn] 1212 | given Eq[Element] = matchesByElement.equivalent
3288[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3289[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3290[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1213:27
3291[warn] 1213 | given Sized[Element] = defaultElementSize
3292[warn] | ^^^^^^^^^^^^^^^^^^
3293[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3294[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3295[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1253:24
3296[warn] 1253 | given Eq[Element] = matchesByElement.equivalent
3297[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3298[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3299[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1254:27
3300[warn] 1254 | given Sized[Element] = defaultElementSize
3301[warn] | ^^^^^^^^^^^^^^^^^^
3302[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3303[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3304[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1301:24
3305[warn] 1301 | given Eq[Element] = matchesByElement.equivalent
3306[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3307[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3308[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1302:27
3309[warn] 1302 | given Sized[Element] = defaultElementSize
3310[warn] | ^^^^^^^^^^^^^^^^^^
3311[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3312[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3313[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1345:24
3314[warn] 1345 | given Eq[Element] = matchesByElement.equivalent
3315[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3316[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3317[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1346:27
3318[warn] 1346 | given Sized[Element] = defaultElementSize
3319[warn] | ^^^^^^^^^^^^^^^^^^
3320[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3321[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3322[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1396:24
3323[warn] 1396 | given Eq[Element] = matchesByElement.equivalent
3324[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3325[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3326[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1398:27
3327[warn] 1398 | given Sized[Element] = defaultElementSize
3328[warn] | ^^^^^^^^^^^^^^^^^^
3329[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3330[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3331[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1445:24
3332[warn] 1445 | given Eq[Element] = matchesByElement.equivalent
3333[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3334[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3335[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1446:27
3336[warn] 1446 | given Sized[Element] = defaultElementSize
3337[warn] | ^^^^^^^^^^^^^^^^^^
3338[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3339[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3340[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1488:24
3341[warn] 1488 | given Eq[Element] = matchesByElement.equivalent
3342[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3343[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3344[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1489:27
3345[warn] 1489 | given Sized[Element] = defaultElementSize
3346[warn] | ^^^^^^^^^^^^^^^^^^
3347[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3348[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3349[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1533:24
3350[warn] 1533 | given Eq[Element] = matchesByElement.equivalent
3351[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3352[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3353[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1534:27
3354[warn] 1534 | given Sized[Element] = defaultElementSize
3355[warn] | ^^^^^^^^^^^^^^^^^^
3356[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3357[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3358[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1558:41
3359[warn] 1558 | given Eq[Element] = equivalent(testCase.matchesByElement)
3360[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3361[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3362[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1559:31
3363[warn] 1559 | given Sized[Element] = defaultElementSize
3364[warn] | ^^^^^^^^^^^^^^^^^^
3365[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3366[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3367[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1579:41
3368[warn] 1579 | given Eq[Element] = equivalent(testCase.matchesByElement)
3369[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3370[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3371[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1580:31
3372[warn] 1580 | given Sized[Element] = defaultElementSize
3373[warn] | ^^^^^^^^^^^^^^^^^^
3374[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3375[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3376[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1905:34
3377[warn] 1905 | given Eq[Element] = equivalent(matchesByElement)
3378[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3379[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3380[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:551:26
3381[warn] 551 | mergeResultsByPath(path) match
3382[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3383[warn] |match may not be exhaustive.
3384[warn] |
3385[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3386[warn] |
3387[warn] | longer explanation available when compiling with `-explain`
3388[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:842:22
3389[warn] 842 | mergeResultsByPath(path) match
3390[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3391[warn] |match may not be exhaustive.
3392[warn] |
3393[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3394[warn] |
3395[warn] | longer explanation available when compiling with `-explain`
3396[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1940:22
3397[warn] 1940 | mergeResultsByPath(path) match
3398[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3399[warn] |match may not be exhaustive.
3400[warn] |
3401[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3402[warn] |
3403[warn] | longer explanation available when compiling with `-explain`
3404[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1593:8
3405[warn] 1593 | result match
3406[warn] | ^^^^^^
3407[warn] |match may not be exhaustive.
3408[warn] |
3409[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3410[warn] |
3411[warn] | longer explanation available when compiling with `-explain`
3412[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1966:8
3413[warn] 1966 | result match
3414[warn] | ^^^^^^
3415[warn] |match may not be exhaustive.
3416[warn] |
3417[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3418[warn] |
3419[warn] | longer explanation available when compiling with `-explain`
3420[warn] 135 warnings found
3421[info] done compiling
3422Generating version resource: /build/repo/target/scala-3.7.4/resource_managed/main/version.txt for version: 1.11.2
3423Generating version resource: /build/repo/target/scala-3.7.4/resource_managed/main/version.txt for version: 1.11.2
3424
3425************************
3426Build summary:
3427[{
3428 "module": "kinetic-merge",
3429 "compile": {"status": "ok", "tookMs": 23673, "warnings": 37, "errors": 0, "sourceVersion": "3.7-migration"},
3430 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3431 "test-compile": {"status": "ok", "tookMs": 13490, "warnings": 135, "errors": 0, "sourceVersion": "3.7-migration"},
3432 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3433 "publish": {"status": "skipped", "tookMs": 0},
3434 "metadata": {
3435 "crossScalaVersions": ["3.3.7"]
3436}
3437}]
3438************************
3439[success] Total time: 45 s, completed Nov 27, 2025, 10:00:24 PM
3440[0JChecking patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala...
3441Checking patch project/plugins.sbt...
3442Checking patch build.sbt...
3443Applied patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala cleanly.
3444Applied patch project/plugins.sbt cleanly.
3445Applied patch build.sbt cleanly.
3446Commit migration rewrites
3447Switched to a new branch 'opencb/migrate-source-3.7'
3448[opencb/migrate-source-3.7 766b3066] Apply Scala compiler rewrites using -source:3.7-migration using Scala 3.7.4
3449 3 files changed, 5 insertions(+), 5 deletions(-)
3450----
3451Preparing build for 3.8.0-RC2
3452Scala binary version found: 3.8
3453Using configured source version: 3.5
3454Scala binary version found: 3.8
3455Using configured source version: 3.5
3456Would try to apply common scalacOption (best-effort, sbt/mill only):
3457Append: ,REQUIRE:-source:3.5
3458Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
3459
3460Try apply source patch:
3461Path: src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
3462Pattern: @tailrec
3463Replacement:
3464Successfully applied pattern '@tailrec' in src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
3465----
3466Starting build for 3.8.0-RC2
3467Execute tests: false
3468sbt project found:
3469No prepare script found for project sageserpent-open/kineticmerge
3470##################################
3471Scala version: 3.8.0-RC2
3472Targets: com.sageserpent%kinetic-merge
3473Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}
3474##################################
3475Using extra scalacOptions: ,REQUIRE:-source:3.5
3476Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
3477[sbt_options] declare -a sbt_options=()
3478[process_args] java_version = '17'
3479[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
3480# Executing command line:
3481java
3482-Xmx8G
3483-Dcommunitybuild.scala=3.8.0-RC2
3484-Dcommunitybuild.project.dependencies.add=
3485-Xmx7G
3486-Xms4G
3487-Xss8M
3488-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
3489-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
3490-jar
3491/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
3492"setCrossScalaVersions 3.8.0-RC2"
3493"++3.8.0-RC2 -v"
3494"mapScalacOptions ",REQUIRE:-source:3.5,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
3495"set every credentials := Nil"
3496"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
3497"removeScalacOptionsStartingWith -P:wartremover"
3498
3499moduleMappings
3500"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}""" com.sageserpent%kinetic-merge"
3501
3502[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
3503[info] loading settings for project repo-build from akka.sbt, build.sbt, plugins.sbt...
3504[info] loading project definition from /build/repo/project
3505[info] loading settings for project root from build.sbt, version.sbt...
3506[info] set current project to kinetic-merge (in build file:/build/repo/)
3507Execute setCrossScalaVersions: 3.8.0-RC2
3508OpenCB::Changing crossVersion 3.3.7 -> 3.8.0-RC2 in root/crossScalaVersions
3509[info] set current project to kinetic-merge (in build file:/build/repo/)
3510[info] Setting Scala version to 3.8.0-RC2 on 1 projects.
3511[info] Switching Scala version on:
3512[info] * root (3.8.0-RC2)
3513[info] Excluding projects:
3514[info] Reapplying settings...
3515[info] set current project to kinetic-merge (in build file:/build/repo/)
3516Execute mapScalacOptions: ,REQUIRE:-source:3.5,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
3517[info] Reapplying settings...
3518[info] set current project to kinetic-merge (in build file:/build/repo/)
3519[info] Defining Global / credentials, credentials
3520[info] The new values will be used by Compile / scalafmtOnly, IntegrationTest / scalafmtOnly and 5 others.
3521[info] Run `last` for details.
3522[info] Reapplying settings...
3523[info] set current project to kinetic-merge (in build file:/build/repo/)
3524Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
3525[info] Reapplying settings...
3526OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
3527
3528 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
3529 Did you mean allExcludeDependencies ?
3530 , retry without global scopes
3531[info] Reapplying settings...
3532[info] set current project to kinetic-merge (in build file:/build/repo/)
3533Execute removeScalacOptionsStartingWith: -P:wartremover
3534[info] Reapplying settings...
3535[info] set current project to kinetic-merge (in build file:/build/repo/)
3536[success] Total time: 0 s, completed Nov 27, 2025, 10:00:32 PM
3537Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}
3538Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
3539Starting build...
3540Projects: Set(root)
3541Starting build for ProjectRef(file:/build/repo/,root) (kinetic-merge)... [0/1]
3542OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.5` in Scala 2.12.20 module Global
3543OpenCB::Filter out '-source:future', matches setting pattern '^-?-source(:.*)?'
3544Compile scalacOptions: -java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.5
3545[info] compiling 20 Scala sources to /build/repo/target/scala-3.8.0-RC2/classes ...
3546[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1090:34
3547[warn] 1090 | given Order[Token] = Token.comparison
3548[warn] | ^^^^^^^^^^^^^^^^
3549[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
3550[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1091:34
3551[warn] 1091 | given Funnel[Token] = Token.funnel
3552[warn] | ^^^^^^^^^^^^
3553[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
3554[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:159:16
3555[warn] 159 | (
3556[warn] | ^
3557[warn] |match may not be exhaustive.
3558[warn] |
3559[warn] |It would fail on pattern case: (Some(_), _, Some(_)), (Some(_), Some(_), _), (_, Some(_), Some(_)), (Some(_), Some(_), None), (None, None, None)
3560[warn] 160 | Option(percentage),
3561[warn] 161 | Option(impliedFraction),
3562[warn] 162 | Option(explicitFraction)
3563[warn] 163 | ).match
3564[warn] |
3565[warn] | longer explanation available when compiling with `-explain`
3566[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:709:10
3567[warn] 709 | case (
3568[warn] | ^
3569[warn] | match may not be exhaustive.
3570[warn] |
3571[warn] | It would fail on pattern case: (_, (None, None))
3572[warn] |
3573[warn] | longer explanation available when compiling with `-explain`
3574[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1516:12
3575[warn] 1516 | (leftRenamingDetail, rightRenamingDetail) match
3576[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3577[warn] | match may not be exhaustive.
3578[warn] |
3579[warn] | It would fail on pattern case: (None, None)
3580[warn] |
3581[warn] | longer explanation available when compiling with `-explain`
3582[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1838:30
3583[warn] 1838 | mergeResultsByPath(path) match
3584[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3585[warn] |match may not be exhaustive.
3586[warn] |
3587[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3588[warn] |
3589[warn] | longer explanation available when compiling with `-explain`
3590[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1843:30
3591[warn] 1843 | mergeResultsByPath(path) match
3592[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3593[warn] |match may not be exhaustive.
3594[warn] |
3595[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3596[warn] |
3597[warn] | longer explanation available when compiling with `-explain`
3598[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1855:34
3599[warn] 1855 | mergeResultsByPath(path) match
3600[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3601[warn] |match may not be exhaustive.
3602[warn] |
3603[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3604[warn] |
3605[warn] | longer explanation available when compiling with `-explain`
3606[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1898:34
3607[warn] 1898 | mergeResultsByPath(path) match
3608[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3609[warn] |match may not be exhaustive.
3610[warn] |
3611[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3612[warn] |
3613[warn] | longer explanation available when compiling with `-explain`
3614[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1949:34
3615[warn] 1949 | mergeResultsByPath(path) match
3616[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3617[warn] |match may not be exhaustive.
3618[warn] |
3619[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3620[warn] |
3621[warn] | longer explanation available when compiling with `-explain`
3622[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1999:34
3623[warn] 1999 | mergeResultsByPath(path) match
3624[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3625[warn] |match may not be exhaustive.
3626[warn] |
3627[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3628[warn] |
3629[warn] | longer explanation available when compiling with `-explain`
3630[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:2259:34
3631[warn] 2259 | mergeResultsByPath(path) match
3632[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3633[warn] |match may not be exhaustive.
3634[warn] |
3635[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3636[warn] |
3637[warn] | longer explanation available when compiling with `-explain`
3638[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:2319:34
3639[warn] 2319 | mergeResultsByPath(path) match
3640[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3641[warn] |match may not be exhaustive.
3642[warn] |
3643[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3644[warn] |
3645[warn] | longer explanation available when compiling with `-explain`
3646[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1984:12
3647[warn] 1984 | case subsuming: Match.BaseAndLeft[Section[Element]] =>
3648[warn] | ^
3649[warn] |match may not be exhaustive.
3650[warn] |
3651[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
3652[warn] |
3653[warn] | longer explanation available when compiling with `-explain`
3654[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1995:12
3655[warn] 1995 | case subsuming: Match.BaseAndRight[Section[Element]] =>
3656[warn] | ^
3657[warn] |match may not be exhaustive.
3658[warn] |
3659[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
3660[warn] |
3661[warn] | longer explanation available when compiling with `-explain`
3662[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2006:12
3663[warn] 2006 | case subsuming: Match.LeftAndRight[Section[Element]] =>
3664[warn] | ^
3665[warn] |match may not be exhaustive.
3666[warn] |
3667[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _)
3668[warn] |
3669[warn] | longer explanation available when compiling with `-explain`
3670[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2288:48
3671[warn] 2288 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
3672[warn] | ^
3673[warn] | match may not be exhaustive.
3674[warn] |
3675[warn] | It would fail on pattern case: None
3676[warn] |
3677[warn] | longer explanation available when compiling with `-explain`
3678[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2292:48
3679[warn] 2292 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
3680[warn] | ^
3681[warn] | match may not be exhaustive.
3682[warn] |
3683[warn] | It would fail on pattern case: None
3684[warn] |
3685[warn] | longer explanation available when compiling with `-explain`
3686[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2296:49
3687[warn] 2296 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
3688[warn] | ^
3689[warn] | match may not be exhaustive.
3690[warn] |
3691[warn] | It would fail on pattern case: None
3692[warn] |
3693[warn] | longer explanation available when compiling with `-explain`
3694[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2314:48
3695[warn] 2314 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
3696[warn] | ^
3697[warn] | match may not be exhaustive.
3698[warn] |
3699[warn] | It would fail on pattern case: None
3700[warn] |
3701[warn] | longer explanation available when compiling with `-explain`
3702[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2318:48
3703[warn] 2318 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
3704[warn] | ^
3705[warn] | match may not be exhaustive.
3706[warn] |
3707[warn] | It would fail on pattern case: None
3708[warn] |
3709[warn] | longer explanation available when compiling with `-explain`
3710[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2335:48
3711[warn] 2335 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
3712[warn] | ^
3713[warn] | match may not be exhaustive.
3714[warn] |
3715[warn] | It would fail on pattern case: None
3716[warn] |
3717[warn] | longer explanation available when compiling with `-explain`
3718[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2339:49
3719[warn] 2339 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
3720[warn] | ^
3721[warn] | match may not be exhaustive.
3722[warn] |
3723[warn] | It would fail on pattern case: None
3724[warn] |
3725[warn] | longer explanation available when compiling with `-explain`
3726[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2356:48
3727[warn] 2356 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
3728[warn] | ^
3729[warn] | match may not be exhaustive.
3730[warn] |
3731[warn] | It would fail on pattern case: None
3732[warn] |
3733[warn] | longer explanation available when compiling with `-explain`
3734[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2360:49
3735[warn] 2360 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
3736[warn] | ^
3737[warn] | match may not be exhaustive.
3738[warn] |
3739[warn] | It would fail on pattern case: None
3740[warn] |
3741[warn] | longer explanation available when compiling with `-explain`
3742[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:509:15
3743[warn] 509 | case Some(sections) =>
3744[warn] | ^^^^^^^^^^^^^^
3745[warn] | Unreachable case
3746[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:223:12
3747[warn] 223 | (base, left, right) match
3748[warn] | ^^^^^^^^^^^^^^^^^^^
3749[warn] |match may not be exhaustive.
3750[warn] |
3751[warn] |It would fail on pattern case: (None, None, None), (None, None, None), (None, None, None)
3752[warn] |
3753[warn] | longer explanation available when compiling with `-explain`
3754[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:378:14
3755[warn] 378 | ) { case (partialResult @ head :: _, change) =>
3756[warn] | ^
3757[warn] | match may not be exhaustive.
3758[warn] |
3759[warn] | It would fail on pattern case: (Nil, _)
3760[warn] |
3761[warn] | longer explanation available when compiling with `-explain`
3762[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/MoveDestinations.scala:88:6
3763[warn] 88 | (left.nonEmpty, right.nonEmpty, coincident.nonEmpty) match
3764[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3765[warn] |match may not be exhaustive.
3766[warn] |
3767[warn] |It would fail on pattern case: (false, false, false), (false, false, false), (false, false, false), (false, false, false), (false, false, false)
3768[warn] |
3769[warn] | longer explanation available when compiling with `-explain`
3770[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/merge.scala:1054:6
3771[warn] 1054 | (coalescence, base, left, right) match
3772[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3773[warn] | match may not be exhaustive.
3774[warn] |
3775[warn] | It would fail on pattern case: (_, _, _, _)
3776[warn] |
3777[warn] | longer explanation available when compiling with `-explain`
3778[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/pprintCustomised.scala:16:7
3779[warn] 16 | case rangedSeq: RangedSeq[?, ?] =>
3780[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
3781[warn] | Unreachable case
3782[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2414:15
3783[warn] 2414 | case PotentialMatchKey(anotherFingerprint, anotherImpliedContent) =>
3784[warn] | ^
3785[warn] |the type test for PotentialMatchKey cannot be checked at runtime because it's a local class
3786[warn] |
3787[warn] | longer explanation available when compiling with `-explain`
3788[warn] 32 warnings found
3789[info] done compiling
3790Generating version resource: /build/repo/target/scala-3.8.0-RC2/resource_managed/main/version.txt for version: 1.11.2
3791[info] compiling 12 Scala sources to /build/repo/target/scala-3.8.0-RC2/test-classes ...
3792[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:27:30
3793[warn] 27 | given Eq[Token] = Token.equality
3794[warn] | ^^^^^^^^^^^^^^
3795[warn] |method equality is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
3796[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:28:30
3797[warn] 28 | given Order[Token] = Token.comparison
3798[warn] | ^^^^^^^^^^^^^^^^
3799[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
3800[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:29:30
3801[warn] 29 | given Funnel[Token] = Token.funnel
3802[warn] | ^^^^^^^^^^^^
3803[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
3804[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:33:33
3805[warn] 33 | given Sized[Element] = defaultElementSize
3806[warn] | ^^^^^^^^^^^^^^^^^^
3807[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3808[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
3809[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:228:33
3810[warn] 228 | given Sized[Element] = defaultElementSize
3811[warn] | ^^^^^^^^^^^^^^^^^^
3812[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3813[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
3814[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:49:24
3815[warn] 49 | given Eq[Element] = matchesByElement.equivalent
3816[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3817[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3818[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:50:27
3819[warn] 50 | given Sized[Element] = defaultElementSize
3820[warn] | ^^^^^^^^^^^^^^^^^^
3821[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3822[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3823[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:81:24
3824[warn] 81 | given Eq[Element] = matchesByElement.equivalent
3825[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3826[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3827[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:82:27
3828[warn] 82 | given Sized[Element] = defaultElementSize
3829[warn] | ^^^^^^^^^^^^^^^^^^
3830[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3831[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3832[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:113:24
3833[warn] 113 | given Eq[Element] = matchesByElement.equivalent
3834[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3835[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3836[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:114:27
3837[warn] 114 | given Sized[Element] = defaultElementSize
3838[warn] | ^^^^^^^^^^^^^^^^^^
3839[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3840[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3841[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:147:24
3842[warn] 147 | given Eq[Element] = matchesByElement.equivalent
3843[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3844[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3845[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:148:27
3846[warn] 148 | given Sized[Element] = defaultElementSize
3847[warn] | ^^^^^^^^^^^^^^^^^^
3848[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3849[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3850[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:180:24
3851[warn] 180 | given Eq[Element] = matchesByElement.equivalent
3852[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3853[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3854[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:181:27
3855[warn] 181 | given Sized[Element] = defaultElementSize
3856[warn] | ^^^^^^^^^^^^^^^^^^
3857[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3858[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3859[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:214:24
3860[warn] 214 | given Eq[Element] = matchesByElement.equivalent
3861[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3862[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3863[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:215:27
3864[warn] 215 | given Sized[Element] = defaultElementSize
3865[warn] | ^^^^^^^^^^^^^^^^^^
3866[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3867[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3868[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:248:24
3869[warn] 248 | given Eq[Element] = matchesByElement.equivalent
3870[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3871[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3872[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:249:27
3873[warn] 249 | given Sized[Element] = defaultElementSize
3874[warn] | ^^^^^^^^^^^^^^^^^^
3875[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3876[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3877[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:284:24
3878[warn] 284 | given Eq[Element] = matchesByElement.equivalent
3879[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3880[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3881[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:285:27
3882[warn] 285 | given Sized[Element] = defaultElementSize
3883[warn] | ^^^^^^^^^^^^^^^^^^
3884[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3885[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3886[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:323:27
3887[warn] 323 | given Eq[Element] = matchesByElement.equivalent
3888[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3889[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3890[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:324:27
3891[warn] 324 | given Sized[Element] = defaultElementSize
3892[warn] | ^^^^^^^^^^^^^^^^^^
3893[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3894[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3895[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:363:27
3896[warn] 363 | given Eq[Element] = matchesByElement.equivalent
3897[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3898[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3899[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:364:27
3900[warn] 364 | given Sized[Element] = defaultElementSize
3901[warn] | ^^^^^^^^^^^^^^^^^^
3902[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3903[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3904[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:404:24
3905[warn] 404 | given Eq[Element] = matchesByElement.equivalent
3906[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3907[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3908[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:405:27
3909[warn] 405 | given Sized[Element] = defaultElementSize
3910[warn] | ^^^^^^^^^^^^^^^^^^
3911[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3912[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3913[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:438:24
3914[warn] 438 | given Eq[Element] = matchesByElement.equivalent
3915[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3916[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3917[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:439:27
3918[warn] 439 | given Sized[Element] = defaultElementSize
3919[warn] | ^^^^^^^^^^^^^^^^^^
3920[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3921[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3922[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:474:24
3923[warn] 474 | given Eq[Element] = matchesByElement.equivalent
3924[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3925[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3926[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:475:27
3927[warn] 475 | given Sized[Element] = defaultElementSize
3928[warn] | ^^^^^^^^^^^^^^^^^^
3929[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3930[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3931[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:513:24
3932[warn] 513 | given Eq[Element] = matchesByElement.equivalent
3933[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3934[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3935[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:514:27
3936[warn] 514 | given Sized[Element] = defaultElementSize
3937[warn] | ^^^^^^^^^^^^^^^^^^
3938[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3939[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3940[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:550:24
3941[warn] 550 | given Eq[Element] = matchesByElement.equivalent
3942[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3943[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3944[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:551:27
3945[warn] 551 | given Sized[Element] = defaultElementSize
3946[warn] | ^^^^^^^^^^^^^^^^^^
3947[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3948[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3949[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:582:24
3950[warn] 582 | given Eq[Element] = matchesByElement.equivalent
3951[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3952[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3953[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:583:27
3954[warn] 583 | given Sized[Element] = defaultElementSize
3955[warn] | ^^^^^^^^^^^^^^^^^^
3956[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3957[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3958[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:617:24
3959[warn] 617 | given Eq[Element] = matchesByElement.equivalent
3960[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3961[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3962[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:618:27
3963[warn] 618 | given Sized[Element] = defaultElementSize
3964[warn] | ^^^^^^^^^^^^^^^^^^
3965[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3966[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3967[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:653:24
3968[warn] 653 | given Eq[Element] = matchesByElement.equivalent
3969[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3970[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3971[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:654:27
3972[warn] 654 | given Sized[Element] = defaultElementSize
3973[warn] | ^^^^^^^^^^^^^^^^^^
3974[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3975[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3976[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:692:24
3977[warn] 692 | given Eq[Element] = matchesByElement.equivalent
3978[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3979[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3980[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:693:27
3981[warn] 693 | given Sized[Element] = defaultElementSize
3982[warn] | ^^^^^^^^^^^^^^^^^^
3983[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3984[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3985[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:739:24
3986[warn] 739 | given Eq[Element] = matchesByElement.equivalent
3987[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3988[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3989[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:740:27
3990[warn] 740 | given Sized[Element] = defaultElementSize
3991[warn] | ^^^^^^^^^^^^^^^^^^
3992[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3993[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3994[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:788:24
3995[warn] 788 | given Eq[Element] = matchesByElement.equivalent
3996[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3997[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3998[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:789:27
3999[warn] 789 | given Sized[Element] = defaultElementSize
4000[warn] | ^^^^^^^^^^^^^^^^^^
4001[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4002[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4003[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:837:24
4004[warn] 837 | given Eq[Element] = matchesByElement.equivalent
4005[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4006[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4007[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:838:27
4008[warn] 838 | given Sized[Element] = defaultElementSize
4009[warn] | ^^^^^^^^^^^^^^^^^^
4010[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4011[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4012[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:887:24
4013[warn] 887 | given Eq[Element] = matchesByElement.equivalent
4014[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4015[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4016[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:888:27
4017[warn] 888 | given Sized[Element] = defaultElementSize
4018[warn] | ^^^^^^^^^^^^^^^^^^
4019[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4020[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4021[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:938:24
4022[warn] 938 | given Eq[Element] = matchesByElement.equivalent
4023[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4024[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4025[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:939:27
4026[warn] 939 | given Sized[Element] = defaultElementSize
4027[warn] | ^^^^^^^^^^^^^^^^^^
4028[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4029[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4030[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:989:24
4031[warn] 989 | given Eq[Element] = matchesByElement.equivalent
4032[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4033[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4034[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:991:27
4035[warn] 991 | given Sized[Element] = defaultElementSize
4036[warn] | ^^^^^^^^^^^^^^^^^^
4037[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4038[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4039[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1034:24
4040[warn] 1034 | given Eq[Element] = matchesByElement.equivalent
4041[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4042[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4043[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1035:27
4044[warn] 1035 | given Sized[Element] = defaultElementSize
4045[warn] | ^^^^^^^^^^^^^^^^^^
4046[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4047[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4048[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1079:24
4049[warn] 1079 | given Eq[Element] = matchesByElement.equivalent
4050[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4051[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4052[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1080:27
4053[warn] 1080 | given Sized[Element] = defaultElementSize
4054[warn] | ^^^^^^^^^^^^^^^^^^
4055[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4056[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4057[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1129:24
4058[warn] 1129 | given Eq[Element] = matchesByElement.equivalent
4059[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4060[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4061[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1130:27
4062[warn] 1130 | given Sized[Element] = defaultElementSize
4063[warn] | ^^^^^^^^^^^^^^^^^^
4064[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4065[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4066[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1174:24
4067[warn] 1174 | given Eq[Element] = matchesByElement.equivalent
4068[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4069[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4070[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1175:27
4071[warn] 1175 | given Sized[Element] = defaultElementSize
4072[warn] | ^^^^^^^^^^^^^^^^^^
4073[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4074[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4075[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1212:24
4076[warn] 1212 | given Eq[Element] = matchesByElement.equivalent
4077[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4078[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4079[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1213:27
4080[warn] 1213 | given Sized[Element] = defaultElementSize
4081[warn] | ^^^^^^^^^^^^^^^^^^
4082[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4083[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4084[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1253:24
4085[warn] 1253 | given Eq[Element] = matchesByElement.equivalent
4086[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4087[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4088[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1254:27
4089[warn] 1254 | given Sized[Element] = defaultElementSize
4090[warn] | ^^^^^^^^^^^^^^^^^^
4091[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4092[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4093[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1301:24
4094[warn] 1301 | given Eq[Element] = matchesByElement.equivalent
4095[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4096[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4097[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1302:27
4098[warn] 1302 | given Sized[Element] = defaultElementSize
4099[warn] | ^^^^^^^^^^^^^^^^^^
4100[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4101[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4102[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1345:24
4103[warn] 1345 | given Eq[Element] = matchesByElement.equivalent
4104[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4105[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4106[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1346:27
4107[warn] 1346 | given Sized[Element] = defaultElementSize
4108[warn] | ^^^^^^^^^^^^^^^^^^
4109[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4110[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4111[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1396:24
4112[warn] 1396 | given Eq[Element] = matchesByElement.equivalent
4113[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4114[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4115[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1398:27
4116[warn] 1398 | given Sized[Element] = defaultElementSize
4117[warn] | ^^^^^^^^^^^^^^^^^^
4118[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4119[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4120[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1445:24
4121[warn] 1445 | given Eq[Element] = matchesByElement.equivalent
4122[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4123[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4124[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1446:27
4125[warn] 1446 | given Sized[Element] = defaultElementSize
4126[warn] | ^^^^^^^^^^^^^^^^^^
4127[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4128[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4129[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1488:24
4130[warn] 1488 | given Eq[Element] = matchesByElement.equivalent
4131[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4132[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4133[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1489:27
4134[warn] 1489 | given Sized[Element] = defaultElementSize
4135[warn] | ^^^^^^^^^^^^^^^^^^
4136[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4137[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4138[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1533:24
4139[warn] 1533 | given Eq[Element] = matchesByElement.equivalent
4140[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4141[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4142[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1534:27
4143[warn] 1534 | given Sized[Element] = defaultElementSize
4144[warn] | ^^^^^^^^^^^^^^^^^^
4145[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4146[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4147[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1558:41
4148[warn] 1558 | given Eq[Element] = equivalent(testCase.matchesByElement)
4149[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4150[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4151[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1559:31
4152[warn] 1559 | given Sized[Element] = defaultElementSize
4153[warn] | ^^^^^^^^^^^^^^^^^^
4154[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4155[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4156[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1579:41
4157[warn] 1579 | given Eq[Element] = equivalent(testCase.matchesByElement)
4158[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4159[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4160[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1580:31
4161[warn] 1580 | given Sized[Element] = defaultElementSize
4162[warn] | ^^^^^^^^^^^^^^^^^^
4163[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4164[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4165[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1905:34
4166[warn] 1905 | given Eq[Element] = equivalent(matchesByElement)
4167[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4168[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4169[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:551:26
4170[warn] 551 | mergeResultsByPath(path) match
4171[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
4172[warn] |match may not be exhaustive.
4173[warn] |
4174[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
4175[warn] |
4176[warn] | longer explanation available when compiling with `-explain`
4177[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:842:22
4178[warn] 842 | mergeResultsByPath(path) match
4179[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
4180[warn] |match may not be exhaustive.
4181[warn] |
4182[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
4183[warn] |
4184[warn] | longer explanation available when compiling with `-explain`
4185[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1940:22
4186[warn] 1940 | mergeResultsByPath(path) match
4187[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
4188[warn] |match may not be exhaustive.
4189[warn] |
4190[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
4191[warn] |
4192[warn] | longer explanation available when compiling with `-explain`
4193[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1593:8
4194[warn] 1593 | result match
4195[warn] | ^^^^^^
4196[warn] |match may not be exhaustive.
4197[warn] |
4198[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
4199[warn] |
4200[warn] | longer explanation available when compiling with `-explain`
4201[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1966:8
4202[warn] 1966 | result match
4203[warn] | ^^^^^^
4204[warn] |match may not be exhaustive.
4205[warn] |
4206[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
4207[warn] |
4208[warn] | longer explanation available when compiling with `-explain`
4209[warn] 89 warnings found
4210[info] done compiling
4211Generating version resource: /build/repo/target/scala-3.8.0-RC2/resource_managed/main/version.txt for version: 1.11.2
4212Generating version resource: /build/repo/target/scala-3.8.0-RC2/resource_managed/main/version.txt for version: 1.11.2
4213
4214************************
4215Build summary:
4216[{
4217 "module": "kinetic-merge",
4218 "compile": {"status": "ok", "tookMs": 26994, "warnings": 32, "errors": 0, "sourceVersion": "3.5"},
4219 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4220 "test-compile": {"status": "ok", "tookMs": 12421, "warnings": 89, "errors": 0, "sourceVersion": "3.5"},
4221 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
4222 "publish": {"status": "skipped", "tookMs": 0},
4223 "metadata": {
4224 "crossScalaVersions": ["3.3.7"]
4225}
4226}]
4227************************
4228[success] Total time: 49 s, completed Nov 27, 2025, 10:01:21 PM
4229[0JChecking patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala...
4230Checking patch project/plugins.sbt...
4231Checking patch build.sbt...
4232Applied patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala cleanly.
4233Applied patch project/plugins.sbt cleanly.
4234Applied patch build.sbt cleanly.