Build Logs
sageserpent-open/kineticmerge • 3.8.0-RC4:2025-12-22
Errors
0
Warnings
3879
Total Lines
7525
1##################################
2Clonning https://github.com/sageserpent-open/kineticmerge.git into /build/repo using revision v1.13.0
3##################################
4Note: switching to '22075c3d4e5e135db59dfd1a3186fa9ce525c9e8'.
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.948s.
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 Dec 22, 2025, 6:28: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:1206:34
125[warn] 1206 | 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:1207:34
129[warn] 1207 | 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:930:65
139[warn] 930 | .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:935:65
152[warn] 935 | .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:974:66
165[warn] 974 | .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:979:66
178[warn] 979 | .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:1457:52
191[warn] 1457 | 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:148:16
204[warn] 148 | (
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] 149 | Option(percentage),
210[warn] 150 | Option(impliedFraction),
211[warn] 151 | Option(explicitFraction)
212[warn] 152 | ).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:781:10
216[warn] 781 | 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:1657:12
224[warn] 1657 | (renamingDescription, transplantationDescription) 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:240:12
332[warn] 240 | (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:395:14
340[warn] 395 | ) { 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/core/CodeMotionAnalysis.scala]
360[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequence.scala]
361[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.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.13.0
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:1206:34
367[warn] 1206 | 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:1207:34
371[warn] 1207 | 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:148:16
381[warn] 148 | (
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] 149 | Option(percentage),
387[warn] 150 | Option(impliedFraction),
388[warn] 151 | Option(explicitFraction)
389[warn] 152 | ).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:781:10
393[warn] 781 | 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:1657:12
401[warn] 1657 | (renamingDescription, transplantationDescription) 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:28:34
512[warn] 28 | 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:29:34
516[warn] 29 | 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:30:34
520[warn] 30 | 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:161:26
524[warn] 161 | )(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:164:36
540[warn] 164 | 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:217:20
556[warn] 217 | )(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:220:30
572[warn] 220 | 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:299:26
588[warn] 299 | )(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:302:36
604[warn] 302 | 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:396:26
620[warn] 396 | )(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:399:36
636[warn] 399 | 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:439:20
652[warn] 439 | )(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:442:30
668[warn] 442 | 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:489:24
684[warn] 489 | )(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:492:34
700[warn] 492 | 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:548:22
716[warn] 548 | )(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:550:60
732[warn] 550 | 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:612:24
748[warn] 612 | )(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:627:34
764[warn] 627 | 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:695:24
780[warn] 695 | )(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:710:34
796[warn] 710 | 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:856:26
812[warn] 856 | )(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:859:36
828[warn] 859 | 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:992:26
844[warn] 992 | )(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:995:36
860[warn] 995 | 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:1051:20
876[warn] 1051 | )(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:1054:30
892[warn] 1054 | 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:1146:20
908[warn] 1146 | )(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:1149:30
924[warn] 1149 | 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:1218:20
940[warn] 1218 | )(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:1221:30
956[warn] 1221 | 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:1466:26
972[warn] 1466 | )(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:1469:36
988[warn] 1469 | 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:1732:26
1004[warn] 1732 | )(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:1735:36
1020[warn] 1735 | 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:1812:20
1036[warn] 1812 | )(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:1815:30
1052[warn] 1815 | 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:1887:22
1068[warn] 1887 | )(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:1890:32
1084[warn] 1890 | 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:1948:22
1100[warn] 1948 | )(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:1951:32
1116[warn] 1951 | 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:2009:22
1132[warn] 2009 | )(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:2012:32
1148[warn] 2012 | 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:2065:22
1164[warn] 2065 | )(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:2068:32
1180[warn] 2068 | 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:2195:20
1196[warn] 2195 | )(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:2198:30
1212[warn] 2198 | 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:2304:22
1228[warn] 2304 | )(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:2307:32
1244[warn] 2307 | 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] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2411:22
1260[warn] 2411 | )(configuration): @unchecked
1261[warn] | ^
1262[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1263[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1264[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1265[warn] | )
1266[warn] |and
1267[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1268[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1269[warn] |will change in the future release.
1270[warn] |Current choice : the first alternative
1271[warn] |Choice from Scala 3.7 : the second alternative
1272[warn] |
1273[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1274[warn] |by using @annotation.nowarn("id=205")
1275[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2413:55
1276[warn] 2413 | assertDoesNotThrow(() => codeMotionAnalysis.merge)
1277[warn] | ^
1278[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1279[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1280[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1281[warn] | )
1282[warn] |and
1283[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1284[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1285[warn] |will change in the future release.
1286[warn] |Current choice : the first alternative
1287[warn] |Choice from Scala 3.7 : the second alternative
1288[warn] |
1289[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1290[warn] |by using @annotation.nowarn("id=205")
1291[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:34:33
1292[warn] 34 | 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.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
1296[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:229:33
1297[warn] 229 | given Sized[Element] = defaultElementSize
1298[warn] | ^^^^^^^^^^^^^^^^^^
1299[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1300[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
1301[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:50:24
1302[warn] 50 | given Eq[Element] = matchesByElement.equivalent
1303[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1304[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:51:27
1306[warn] 51 | given Sized[Element] = defaultElementSize
1307[warn] | ^^^^^^^^^^^^^^^^^^
1308[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1309[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1310[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:82:24
1311[warn] 82 | given Eq[Element] = matchesByElement.equivalent
1312[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1313[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:83:27
1315[warn] 83 | given Sized[Element] = defaultElementSize
1316[warn] | ^^^^^^^^^^^^^^^^^^
1317[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1318[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1319[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:114:24
1320[warn] 114 | given Eq[Element] = matchesByElement.equivalent
1321[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1322[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:115:27
1324[warn] 115 | given Sized[Element] = defaultElementSize
1325[warn] | ^^^^^^^^^^^^^^^^^^
1326[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1327[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1328[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:148:24
1329[warn] 148 | given Eq[Element] = matchesByElement.equivalent
1330[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1331[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:149:27
1333[warn] 149 | given Sized[Element] = defaultElementSize
1334[warn] | ^^^^^^^^^^^^^^^^^^
1335[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1336[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1337[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:181:24
1338[warn] 181 | given Eq[Element] = matchesByElement.equivalent
1339[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1340[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:182:27
1342[warn] 182 | given Sized[Element] = defaultElementSize
1343[warn] | ^^^^^^^^^^^^^^^^^^
1344[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1345[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1346[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:215:24
1347[warn] 215 | given Eq[Element] = matchesByElement.equivalent
1348[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1349[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:216:27
1351[warn] 216 | given Sized[Element] = defaultElementSize
1352[warn] | ^^^^^^^^^^^^^^^^^^
1353[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1354[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1355[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:249:24
1356[warn] 249 | given Eq[Element] = matchesByElement.equivalent
1357[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1358[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:250:27
1360[warn] 250 | given Sized[Element] = defaultElementSize
1361[warn] | ^^^^^^^^^^^^^^^^^^
1362[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1363[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1364[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:285:24
1365[warn] 285 | given Eq[Element] = matchesByElement.equivalent
1366[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1367[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:286:27
1369[warn] 286 | given Sized[Element] = defaultElementSize
1370[warn] | ^^^^^^^^^^^^^^^^^^
1371[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1372[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1373[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:324:27
1374[warn] 324 | given Eq[Element] = matchesByElement.equivalent
1375[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1376[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:325:27
1378[warn] 325 | given Sized[Element] = defaultElementSize
1379[warn] | ^^^^^^^^^^^^^^^^^^
1380[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1381[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1382[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:364:27
1383[warn] 364 | given Eq[Element] = matchesByElement.equivalent
1384[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1385[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:365:27
1387[warn] 365 | given Sized[Element] = defaultElementSize
1388[warn] | ^^^^^^^^^^^^^^^^^^
1389[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1390[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1391[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:405:24
1392[warn] 405 | given Eq[Element] = matchesByElement.equivalent
1393[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1394[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:406:27
1396[warn] 406 | given Sized[Element] = defaultElementSize
1397[warn] | ^^^^^^^^^^^^^^^^^^
1398[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1399[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1400[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:439:24
1401[warn] 439 | given Eq[Element] = matchesByElement.equivalent
1402[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1403[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:440:27
1405[warn] 440 | given Sized[Element] = defaultElementSize
1406[warn] | ^^^^^^^^^^^^^^^^^^
1407[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1408[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1409[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:475:24
1410[warn] 475 | given Eq[Element] = matchesByElement.equivalent
1411[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1412[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:476:27
1414[warn] 476 | given Sized[Element] = defaultElementSize
1415[warn] | ^^^^^^^^^^^^^^^^^^
1416[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1417[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1418[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:514:24
1419[warn] 514 | given Eq[Element] = matchesByElement.equivalent
1420[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1421[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:515:27
1423[warn] 515 | given Sized[Element] = defaultElementSize
1424[warn] | ^^^^^^^^^^^^^^^^^^
1425[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1426[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1427[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:551:24
1428[warn] 551 | given Eq[Element] = matchesByElement.equivalent
1429[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1430[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:552:27
1432[warn] 552 | given Sized[Element] = defaultElementSize
1433[warn] | ^^^^^^^^^^^^^^^^^^
1434[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1435[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1436[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:583:24
1437[warn] 583 | given Eq[Element] = matchesByElement.equivalent
1438[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1439[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:584:27
1441[warn] 584 | given Sized[Element] = defaultElementSize
1442[warn] | ^^^^^^^^^^^^^^^^^^
1443[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1444[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1445[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:618:24
1446[warn] 618 | given Eq[Element] = matchesByElement.equivalent
1447[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1448[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:619:27
1450[warn] 619 | given Sized[Element] = defaultElementSize
1451[warn] | ^^^^^^^^^^^^^^^^^^
1452[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1453[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1454[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:654:24
1455[warn] 654 | given Eq[Element] = matchesByElement.equivalent
1456[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1457[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:655:27
1459[warn] 655 | given Sized[Element] = defaultElementSize
1460[warn] | ^^^^^^^^^^^^^^^^^^
1461[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1462[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1463[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:693:24
1464[warn] 693 | given Eq[Element] = matchesByElement.equivalent
1465[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1466[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:694:27
1468[warn] 694 | given Sized[Element] = defaultElementSize
1469[warn] | ^^^^^^^^^^^^^^^^^^
1470[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1471[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1472[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:740:24
1473[warn] 740 | given Eq[Element] = matchesByElement.equivalent
1474[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1475[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:741:27
1477[warn] 741 | given Sized[Element] = defaultElementSize
1478[warn] | ^^^^^^^^^^^^^^^^^^
1479[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1480[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1481[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:789:24
1482[warn] 789 | given Eq[Element] = matchesByElement.equivalent
1483[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1484[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:790:27
1486[warn] 790 | given Sized[Element] = defaultElementSize
1487[warn] | ^^^^^^^^^^^^^^^^^^
1488[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1489[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1490[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:838:24
1491[warn] 838 | given Eq[Element] = matchesByElement.equivalent
1492[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1493[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:839:27
1495[warn] 839 | given Sized[Element] = defaultElementSize
1496[warn] | ^^^^^^^^^^^^^^^^^^
1497[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1498[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1499[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:888:24
1500[warn] 888 | given Eq[Element] = matchesByElement.equivalent
1501[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1502[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:889:27
1504[warn] 889 | given Sized[Element] = defaultElementSize
1505[warn] | ^^^^^^^^^^^^^^^^^^
1506[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1507[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1508[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:939:24
1509[warn] 939 | given Eq[Element] = matchesByElement.equivalent
1510[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1511[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:940:27
1513[warn] 940 | given Sized[Element] = defaultElementSize
1514[warn] | ^^^^^^^^^^^^^^^^^^
1515[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1516[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1517[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:990:24
1518[warn] 990 | given Eq[Element] = matchesByElement.equivalent
1519[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1520[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:992:27
1522[warn] 992 | given Sized[Element] = defaultElementSize
1523[warn] | ^^^^^^^^^^^^^^^^^^
1524[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1525[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1526[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1035:24
1527[warn] 1035 | given Eq[Element] = matchesByElement.equivalent
1528[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1529[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:1036:27
1531[warn] 1036 | given Sized[Element] = defaultElementSize
1532[warn] | ^^^^^^^^^^^^^^^^^^
1533[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1534[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1535[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1080:24
1536[warn] 1080 | given Eq[Element] = matchesByElement.equivalent
1537[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1538[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:1081:27
1540[warn] 1081 | given Sized[Element] = defaultElementSize
1541[warn] | ^^^^^^^^^^^^^^^^^^
1542[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1543[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1544[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1130:24
1545[warn] 1130 | given Eq[Element] = matchesByElement.equivalent
1546[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1547[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:1131:27
1549[warn] 1131 | given Sized[Element] = defaultElementSize
1550[warn] | ^^^^^^^^^^^^^^^^^^
1551[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1552[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1553[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1175:24
1554[warn] 1175 | given Eq[Element] = matchesByElement.equivalent
1555[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1556[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:1176:27
1558[warn] 1176 | given Sized[Element] = defaultElementSize
1559[warn] | ^^^^^^^^^^^^^^^^^^
1560[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1561[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1562[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1213:24
1563[warn] 1213 | given Eq[Element] = matchesByElement.equivalent
1564[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1565[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:1214:27
1567[warn] 1214 | given Sized[Element] = defaultElementSize
1568[warn] | ^^^^^^^^^^^^^^^^^^
1569[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1570[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1571[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1254:24
1572[warn] 1254 | given Eq[Element] = matchesByElement.equivalent
1573[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1574[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:1255:27
1576[warn] 1255 | given Sized[Element] = defaultElementSize
1577[warn] | ^^^^^^^^^^^^^^^^^^
1578[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1579[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1580[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1302:24
1581[warn] 1302 | given Eq[Element] = matchesByElement.equivalent
1582[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1583[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:1303:27
1585[warn] 1303 | given Sized[Element] = defaultElementSize
1586[warn] | ^^^^^^^^^^^^^^^^^^
1587[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1588[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1589[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1346:24
1590[warn] 1346 | given Eq[Element] = matchesByElement.equivalent
1591[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1592[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:1347:27
1594[warn] 1347 | given Sized[Element] = defaultElementSize
1595[warn] | ^^^^^^^^^^^^^^^^^^
1596[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1597[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1598[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1397:24
1599[warn] 1397 | given Eq[Element] = matchesByElement.equivalent
1600[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1601[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:1399:27
1603[warn] 1399 | given Sized[Element] = defaultElementSize
1604[warn] | ^^^^^^^^^^^^^^^^^^
1605[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1606[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1607[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1446:24
1608[warn] 1446 | given Eq[Element] = matchesByElement.equivalent
1609[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1610[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:1447:27
1612[warn] 1447 | given Sized[Element] = defaultElementSize
1613[warn] | ^^^^^^^^^^^^^^^^^^
1614[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1615[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1616[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1489:24
1617[warn] 1489 | given Eq[Element] = matchesByElement.equivalent
1618[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1619[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[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:1490:27
1621[warn] 1490 | given Sized[Element] = defaultElementSize
1622[warn] | ^^^^^^^^^^^^^^^^^^
1623[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1624[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1625[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1534:24
1626[warn] 1534 | given Eq[Element] = matchesByElement.equivalent
1627[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1628[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1629[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1535:27
1630[warn] 1535 | 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.MergeTest.Element] does not have the @FunctionalInterface annotation.
1634[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1559:41
1635[warn] 1559 | given Eq[Element] = equivalent(testCase.matchesByElement)
1636[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1637[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1638[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1560:31
1639[warn] 1560 | given Sized[Element] = defaultElementSize
1640[warn] | ^^^^^^^^^^^^^^^^^^
1641[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1642[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1643[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1580:41
1644[warn] 1580 | given Eq[Element] = equivalent(testCase.matchesByElement)
1645[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1646[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1647[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1581:31
1648[warn] 1581 | given Sized[Element] = defaultElementSize
1649[warn] | ^^^^^^^^^^^^^^^^^^
1650[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1651[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1652[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1908:34
1653[warn] 1908 | given Eq[Element] = equivalent(matchesByElement)
1654[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1655[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1656[info] [patched file /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala]
1657[warn] 132 warnings found
1658[info] done compiling
1659Generating version resource: /build/repo/target/scala-3.6.3/resource_managed/main/version.txt for version: 1.13.0
1660[info] compiling 1 Scala source to /build/repo/target/scala-3.6.3/test-classes ...
1661[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:34:33
1662[warn] 34 | given Sized[Element] = defaultElementSize
1663[warn] | ^^^^^^^^^^^^^^^^^^
1664[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1665[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
1666[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:229:33
1667[warn] 229 | given Sized[Element] = defaultElementSize
1668[warn] | ^^^^^^^^^^^^^^^^^^
1669[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1670[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
1671[warn] two warnings found
1672[info] done compiling
1673Generating version resource: /build/repo/target/scala-3.6.3/resource_managed/main/version.txt for version: 1.13.0
1674
1675************************
1676Build summary:
1677[{
1678 "module": "kinetic-merge",
1679 "compile": {"status": "ok", "tookMs": 25832, "warnings": 28, "errors": 0, "sourceVersion": "3.6-migration"},
1680 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1681 "test-compile": {"status": "ok", "tookMs": 16265, "warnings": 132, "errors": 0, "sourceVersion": "3.6-migration"},
1682 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1683 "publish": {"status": "skipped", "tookMs": 0},
1684 "metadata": {
1685 "crossScalaVersions": ["3.3.7"]
1686}
1687}]
1688************************
1689[success] Total time: 71 s (0:01:11.0), completed Dec 22, 2025, 6:29:33 PM
1690[0JChecking patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala...
1691Checking patch project/plugins.sbt...
1692Checking patch build.sbt...
1693Applied patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala cleanly.
1694Applied patch project/plugins.sbt cleanly.
1695Applied patch build.sbt cleanly.
1696Commit migration rewrites
1697Switched to a new branch 'opencb/migrate-source-3.6'
1698[opencb/migrate-source-3.6 8dc9411f] Apply Scala compiler rewrites using -source:3.6-migration using Scala 3.6.3
1699 4 files changed, 18 insertions(+), 18 deletions(-)
1700Using target Scala version for migration: 3.7.4
1701Migrating project for -source:3.7 using Scala 3.7.4
1702----
1703Preparing build for 3.7.4
1704Would try to apply common scalacOption (best-effort, sbt/mill only):
1705Append: -rewrite,REQUIRE:-source:3.7-migration
1706Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1707
1708Try apply source patch:
1709Path: src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
1710Pattern: @tailrec
1711Replacement:
1712Successfully applied pattern '@tailrec' in src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
1713----
1714Starting build for 3.7.4
1715Execute tests: false
1716sbt project found:
1717No prepare script found for project sageserpent-open/kineticmerge
1718##################################
1719Scala version: 3.7.4
1720Targets: com.sageserpent%kinetic-merge
1721Project 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":""}]}
1722##################################
1723Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
1724Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1725[sbt_options] declare -a sbt_options=()
1726[process_args] java_version = '17'
1727[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
1728# Executing command line:
1729java
1730-Xmx8G
1731-Dcommunitybuild.scala=3.7.4
1732-Dcommunitybuild.project.dependencies.add=
1733-Xmx7G
1734-Xms4G
1735-Xss8M
1736-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
1737-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
1738-jar
1739/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
1740"setCrossScalaVersions 3.7.4"
1741"++3.7.4 -v"
1742"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""
1743"set every credentials := Nil"
1744"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
1745"removeScalacOptionsStartingWith -P:wartremover"
1746
1747moduleMappings
1748"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"
1749
1750[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
1751[info] loading settings for project repo-build from akka.sbt, build.sbt, plugins.sbt...
1752[info] loading project definition from /build/repo/project
1753[info] loading settings for project root from build.sbt, version.sbt...
1754[info] set current project to kinetic-merge (in build file:/build/repo/)
1755Execute setCrossScalaVersions: 3.7.4
1756OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in root/crossScalaVersions
1757[info] set current project to kinetic-merge (in build file:/build/repo/)
1758[info] Setting Scala version to 3.7.4 on 1 projects.
1759[info] Switching Scala version on:
1760[info] * root (3.7.4)
1761[info] Excluding projects:
1762[info] Reapplying settings...
1763[info] set current project to kinetic-merge (in build file:/build/repo/)
1764Execute 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
1765[info] Reapplying settings...
1766[info] set current project to kinetic-merge (in build file:/build/repo/)
1767[info] Defining Global / credentials, credentials
1768[info] The new values will be used by Compile / scalafmtOnly, IntegrationTest / scalafmtOnly and 5 others.
1769[info] Run `last` for details.
1770[info] Reapplying settings...
1771[info] set current project to kinetic-merge (in build file:/build/repo/)
1772Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
1773[info] Reapplying settings...
1774OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
1775
1776 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
1777 Did you mean allExcludeDependencies ?
1778 , retry without global scopes
1779[info] Reapplying settings...
1780[info] set current project to kinetic-merge (in build file:/build/repo/)
1781Execute removeScalacOptionsStartingWith: -P:wartremover
1782[info] Reapplying settings...
1783[info] set current project to kinetic-merge (in build file:/build/repo/)
1784[success] Total time: 0 s, completed Dec 22, 2025, 6:29:45 PM
1785Build 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":""}]}
1786Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
1787Starting build...
1788Projects: Set(root)
1789Starting build for ProjectRef(file:/build/repo/,root) (kinetic-merge)... [0/1]
1790OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
1791OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
1792OpenCB::Filter out '-source:future', matches setting pattern '^-?-source(:.*)?'
1793Compile scalacOptions: -java-output-version:17, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
1794[info] compiling 20 Scala sources to /build/repo/target/scala-3.7.4/classes ...
1795[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1206:34
1796[warn] 1206 | given Order[Token] = Token.comparison
1797[warn] | ^^^^^^^^^^^^^^^^
1798[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
1799[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1207:34
1800[warn] 1207 | given Funnel[Token] = Token.funnel
1801[warn] | ^^^^^^^^^^^^
1802[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
1803[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:930:65
1804[warn] 930 | .corresponds(leftPotentialAffix)(Eq.eqv)
1805[warn] | ^
1806[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
1807[warn] | (evidence$2 : cats.kernel.Order[Element])
1808[warn] |and
1809[warn] | (evidence$1 : cats.kernel.Eq[Element])
1810[warn] |has changed.
1811[warn] |Previous choice : the first alternative
1812[warn] |Choice from Scala 3.7 : the second alternative
1813[warn] |
1814[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1815[warn] |by using @annotation.nowarn("id=205")
1816[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:935:65
1817[warn] 935 | .corresponds(leftPotentialAffix)(Eq.eqv))
1818[warn] | ^
1819[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
1820[warn] | (evidence$2 : cats.kernel.Order[Element])
1821[warn] |and
1822[warn] | (evidence$1 : cats.kernel.Eq[Element])
1823[warn] |has changed.
1824[warn] |Previous choice : the first alternative
1825[warn] |Choice from Scala 3.7 : the second alternative
1826[warn] |
1827[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1828[warn] |by using @annotation.nowarn("id=205")
1829[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:974:66
1830[warn] 974 | .corresponds(rightPotentialAffix)(Eq.eqv)
1831[warn] | ^
1832[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
1833[warn] | (evidence$2 : cats.kernel.Order[Element])
1834[warn] |and
1835[warn] | (evidence$1 : cats.kernel.Eq[Element])
1836[warn] |has changed.
1837[warn] |Previous choice : the first alternative
1838[warn] |Choice from Scala 3.7 : the second alternative
1839[warn] |
1840[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1841[warn] |by using @annotation.nowarn("id=205")
1842[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:979:66
1843[warn] 979 | .corresponds(rightPotentialAffix)(Eq.eqv))
1844[warn] | ^
1845[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
1846[warn] | (evidence$2 : cats.kernel.Order[Element])
1847[warn] |and
1848[warn] | (evidence$1 : cats.kernel.Eq[Element])
1849[warn] |has changed.
1850[warn] |Previous choice : the first alternative
1851[warn] |Choice from Scala 3.7 : the second alternative
1852[warn] |
1853[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1854[warn] |by using @annotation.nowarn("id=205")
1855[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:1457:52
1856[warn] 1457 | path -> mergeResult.innerFlatMap(resolution)
1857[warn] | ^
1858[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
1859[warn] | (evidence$2 : cats.kernel.Order[Element])
1860[warn] |and
1861[warn] | (evidence$1 : cats.kernel.Eq[Element])
1862[warn] |has changed.
1863[warn] |Previous choice : the first alternative
1864[warn] |Choice from Scala 3.7 : the second alternative
1865[warn] |
1866[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1867[warn] |by using @annotation.nowarn("id=205")
1868[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:148:16
1869[warn] 148 | (
1870[warn] | ^
1871[warn] |match may not be exhaustive.
1872[warn] |
1873[warn] |It would fail on pattern case: (Some(_), _, Some(_)), (Some(_), Some(_), _), (_, Some(_), Some(_)), (Some(_), Some(_), None), (None, None, None)
1874[warn] 149 | Option(percentage),
1875[warn] 150 | Option(impliedFraction),
1876[warn] 151 | Option(explicitFraction)
1877[warn] 152 | ).match
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:781:10
1881[warn] 781 | case (
1882[warn] | ^
1883[warn] | match may not be exhaustive.
1884[warn] |
1885[warn] | It would fail on pattern case: (_, (None, None))
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:1657:12
1889[warn] 1657 | (renamingDescription, transplantationDescription) match
1890[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1891[warn] | match may not be exhaustive.
1892[warn] |
1893[warn] | It would fail on pattern case: (None, None)
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:1988:30
1897[warn] 1988 | 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:1993:30
1905[warn] 1993 | 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:2007:38
1913[warn] 2007 | 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:2059:36
1921[warn] 2059 | 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/Main.scala:2106:36
1929[warn] 2106 | mergeResultsByPath(path) match
1930[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1931[warn] |match may not be exhaustive.
1932[warn] |
1933[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
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/Main.scala:2163:34
1937[warn] 2163 | mergeResultsByPath(path) match
1938[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1939[warn] |match may not be exhaustive.
1940[warn] |
1941[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
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/Main.scala:2424:36
1945[warn] 2424 | mergeResultsByPath(path) match
1946[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1947[warn] |match may not be exhaustive.
1948[warn] |
1949[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
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/Main.scala:2552:38
1953[warn] 2552 | mergeResultsByPath(path) match
1954[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1955[warn] |match may not be exhaustive.
1956[warn] |
1957[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
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:1984:12
1961[warn] 1984 | case subsuming: Match.BaseAndLeft[Section[Element]] =>
1962[warn] | ^
1963[warn] |match may not be exhaustive.
1964[warn] |
1965[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
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:1995:12
1969[warn] 1995 | case subsuming: Match.BaseAndRight[Section[Element]] =>
1970[warn] | ^
1971[warn] |match may not be exhaustive.
1972[warn] |
1973[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
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:2006:12
1977[warn] 2006 | case subsuming: Match.LeftAndRight[Section[Element]] =>
1978[warn] | ^
1979[warn] |match may not be exhaustive.
1980[warn] |
1981[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _)
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:2288:48
1985[warn] 2288 | .modify(_.updatedWith(basePath) { 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:2292:48
1993[warn] 2292 | .modify(_.updatedWith(leftPath) { 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:2296:49
2001[warn] 2296 | .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:2314:48
2009[warn] 2314 | .modify(_.updatedWith(basePath) { 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:2318:48
2017[warn] 2318 | .modify(_.updatedWith(leftPath) { 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] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2335:48
2025[warn] 2335 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
2026[warn] | ^
2027[warn] | match may not be exhaustive.
2028[warn] |
2029[warn] | It would fail on pattern case: None
2030[warn] |
2031[warn] | longer explanation available when compiling with `-explain`
2032[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2339:49
2033[warn] 2339 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
2034[warn] | ^
2035[warn] | match may not be exhaustive.
2036[warn] |
2037[warn] | It would fail on pattern case: None
2038[warn] |
2039[warn] | longer explanation available when compiling with `-explain`
2040[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2356:48
2041[warn] 2356 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
2042[warn] | ^
2043[warn] | match may not be exhaustive.
2044[warn] |
2045[warn] | It would fail on pattern case: None
2046[warn] |
2047[warn] | longer explanation available when compiling with `-explain`
2048[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2360:49
2049[warn] 2360 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
2050[warn] | ^
2051[warn] | match may not be exhaustive.
2052[warn] |
2053[warn] | It would fail on pattern case: None
2054[warn] |
2055[warn] | longer explanation available when compiling with `-explain`
2056[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:509:15
2057[warn] 509 | case Some(sections) =>
2058[warn] | ^^^^^^^^^^^^^^
2059[warn] | Unreachable case
2060[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:240:12
2061[warn] 240 | (base, left, right) match
2062[warn] | ^^^^^^^^^^^^^^^^^^^
2063[warn] |match may not be exhaustive.
2064[warn] |
2065[warn] |It would fail on pattern case: (None, None, None), (None, None, None), (None, None, None)
2066[warn] |
2067[warn] | longer explanation available when compiling with `-explain`
2068[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:395:14
2069[warn] 395 | ) { case (partialResult @ head :: _, change) =>
2070[warn] | ^
2071[warn] | match may not be exhaustive.
2072[warn] |
2073[warn] | It would fail on pattern case: (Nil, _)
2074[warn] |
2075[warn] | longer explanation available when compiling with `-explain`
2076[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/MoveDestinations.scala:88:6
2077[warn] 88 | (left.nonEmpty, right.nonEmpty, coincident.nonEmpty) match
2078[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2079[warn] |match may not be exhaustive.
2080[warn] |
2081[warn] |It would fail on pattern case: (false, false, false), (false, false, false), (false, false, false), (false, false, false), (false, false, false)
2082[warn] |
2083[warn] | longer explanation available when compiling with `-explain`
2084[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/merge.scala:1055:6
2085[warn] 1055 | (coalescence, base, left, right) match
2086[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2087[warn] | match may not be exhaustive.
2088[warn] |
2089[warn] | It would fail on pattern case: (_, _, _, _)
2090[warn] |
2091[warn] | longer explanation available when compiling with `-explain`
2092[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/pprintCustomised.scala:16:7
2093[warn] 16 | case rangedSeq: RangedSeq[?, ?] =>
2094[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2095[warn] | Unreachable case
2096[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2414:15
2097[warn] 2414 | case PotentialMatchKey(anotherFingerprint, anotherImpliedContent) =>
2098[warn] | ^
2099[warn] |the type test for PotentialMatchKey cannot be checked at runtime because it's a local class
2100[warn] |
2101[warn] | longer explanation available when compiling with `-explain`
2102[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequence.scala]
2103[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala]
2104[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala]
2105[warn] 37 warnings found
2106[info] done compiling
2107Generating version resource: /build/repo/target/scala-3.7.4/resource_managed/main/version.txt for version: 1.13.0
2108[info] compiling 3 Scala sources to /build/repo/target/scala-3.7.4/classes ...
2109[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:930:65
2110[warn] 930 | .corresponds(leftPotentialAffix)(Eq.eqv)
2111[warn] | ^
2112[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
2113[warn] | (evidence$2 : cats.kernel.Order[Element])
2114[warn] |and
2115[warn] | (evidence$1 : cats.kernel.Eq[Element])
2116[warn] |has changed.
2117[warn] |Previous choice : the first alternative
2118[warn] |Choice from Scala 3.7 : the second alternative
2119[warn] |
2120[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2121[warn] |by using @annotation.nowarn("id=205")
2122[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:935:65
2123[warn] 935 | .corresponds(leftPotentialAffix)(Eq.eqv))
2124[warn] | ^
2125[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
2126[warn] | (evidence$2 : cats.kernel.Order[Element])
2127[warn] |and
2128[warn] | (evidence$1 : cats.kernel.Eq[Element])
2129[warn] |has changed.
2130[warn] |Previous choice : the first alternative
2131[warn] |Choice from Scala 3.7 : the second alternative
2132[warn] |
2133[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2134[warn] |by using @annotation.nowarn("id=205")
2135[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:974:66
2136[warn] 974 | .corresponds(rightPotentialAffix)(Eq.eqv)
2137[warn] | ^
2138[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
2139[warn] | (evidence$2 : cats.kernel.Order[Element])
2140[warn] |and
2141[warn] | (evidence$1 : cats.kernel.Eq[Element])
2142[warn] |has changed.
2143[warn] |Previous choice : the first alternative
2144[warn] |Choice from Scala 3.7 : the second alternative
2145[warn] |
2146[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2147[warn] |by using @annotation.nowarn("id=205")
2148[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:979:66
2149[warn] 979 | .corresponds(rightPotentialAffix)(Eq.eqv))
2150[warn] | ^
2151[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
2152[warn] | (evidence$2 : cats.kernel.Order[Element])
2153[warn] |and
2154[warn] | (evidence$1 : cats.kernel.Eq[Element])
2155[warn] |has changed.
2156[warn] |Previous choice : the first alternative
2157[warn] |Choice from Scala 3.7 : the second alternative
2158[warn] |
2159[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2160[warn] |by using @annotation.nowarn("id=205")
2161[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:1457:52
2162[warn] 1457 | path -> mergeResult.innerFlatMap(resolution)
2163[warn] | ^
2164[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
2165[warn] | (evidence$2 : cats.kernel.Order[Element])
2166[warn] |and
2167[warn] | (evidence$1 : cats.kernel.Eq[Element])
2168[warn] |has changed.
2169[warn] |Previous choice : the first alternative
2170[warn] |Choice from Scala 3.7 : the second alternative
2171[warn] |
2172[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2173[warn] |by using @annotation.nowarn("id=205")
2174[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1984:12
2175[warn] 1984 | case subsuming: Match.BaseAndLeft[Section[Element]] =>
2176[warn] | ^
2177[warn] |match may not be exhaustive.
2178[warn] |
2179[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
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:1995:12
2183[warn] 1995 | case subsuming: Match.BaseAndRight[Section[Element]] =>
2184[warn] | ^
2185[warn] |match may not be exhaustive.
2186[warn] |
2187[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
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:2006:12
2191[warn] 2006 | case subsuming: Match.LeftAndRight[Section[Element]] =>
2192[warn] | ^
2193[warn] |match may not be exhaustive.
2194[warn] |
2195[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _)
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:2288:48
2199[warn] 2288 | .modify(_.updatedWith(basePath) { 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:2292:48
2207[warn] 2292 | .modify(_.updatedWith(leftPath) { 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:2296:49
2215[warn] 2296 | .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:2314:48
2223[warn] 2314 | .modify(_.updatedWith(basePath) { 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:2318:48
2231[warn] 2318 | .modify(_.updatedWith(leftPath) { 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] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2335:48
2239[warn] 2335 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
2240[warn] | ^
2241[warn] | match may not be exhaustive.
2242[warn] |
2243[warn] | It would fail on pattern case: None
2244[warn] |
2245[warn] | longer explanation available when compiling with `-explain`
2246[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2339:49
2247[warn] 2339 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
2248[warn] | ^
2249[warn] | match may not be exhaustive.
2250[warn] |
2251[warn] | It would fail on pattern case: None
2252[warn] |
2253[warn] | longer explanation available when compiling with `-explain`
2254[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2356:48
2255[warn] 2356 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
2256[warn] | ^
2257[warn] | match may not be exhaustive.
2258[warn] |
2259[warn] | It would fail on pattern case: None
2260[warn] |
2261[warn] | longer explanation available when compiling with `-explain`
2262[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2360:49
2263[warn] 2360 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
2264[warn] | ^
2265[warn] | match may not be exhaustive.
2266[warn] |
2267[warn] | It would fail on pattern case: None
2268[warn] |
2269[warn] | longer explanation available when compiling with `-explain`
2270[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:509:15
2271[warn] 509 | case Some(sections) =>
2272[warn] | ^^^^^^^^^^^^^^
2273[warn] | Unreachable case
2274[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:240:12
2275[warn] 240 | (base, left, right) match
2276[warn] | ^^^^^^^^^^^^^^^^^^^
2277[warn] |match may not be exhaustive.
2278[warn] |
2279[warn] |It would fail on pattern case: (None, None, None), (None, None, None), (None, None, None)
2280[warn] |
2281[warn] | longer explanation available when compiling with `-explain`
2282[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:395:14
2283[warn] 395 | ) { case (partialResult @ head :: _, change) =>
2284[warn] | ^
2285[warn] | match may not be exhaustive.
2286[warn] |
2287[warn] | It would fail on pattern case: (Nil, _)
2288[warn] |
2289[warn] | longer explanation available when compiling with `-explain`
2290[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2414:15
2291[warn] 2414 | case PotentialMatchKey(anotherFingerprint, anotherImpliedContent) =>
2292[warn] | ^
2293[warn] |the type test for PotentialMatchKey cannot be checked at runtime because it's a local class
2294[warn] |
2295[warn] | longer explanation available when compiling with `-explain`
2296[warn] 21 warnings found
2297[info] done compiling
2298[info] compiling 12 Scala sources to /build/repo/target/scala-3.7.4/test-classes ...
2299[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:28:34
2300[warn] 28 | given Eq[Token] = Token.equality
2301[warn] | ^^^^^^^^^^^^^^
2302[warn] |method equality is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
2303[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:29:34
2304[warn] 29 | given Order[Token] = Token.comparison
2305[warn] | ^^^^^^^^^^^^^^^^
2306[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
2307[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:30:34
2308[warn] 30 | given Funnel[Token] = Token.funnel
2309[warn] | ^^^^^^^^^^^^
2310[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
2311[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:161:26
2312[warn] 161 | )(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:164:36
2328[warn] 164 | 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:217:20
2344[warn] 217 | )(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:220:30
2360[warn] 220 | 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:299:26
2376[warn] 299 | )(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:302:36
2392[warn] 302 | 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:396:26
2408[warn] 396 | )(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:399:36
2424[warn] 399 | 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:439:20
2440[warn] 439 | )(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:442:30
2456[warn] 442 | 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:489:24
2472[warn] 489 | )(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:492:34
2488[warn] 492 | 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:548:22
2504[warn] 548 | )(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:550:60
2520[warn] 550 | val (mergeResultsByPath, _) = 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:612:24
2536[warn] 612 | )(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:627:34
2552[warn] 627 | 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:695:24
2568[warn] 695 | )(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:710:34
2584[warn] 710 | 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:856:26
2600[warn] 856 | )(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:859:36
2616[warn] 859 | 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:992:26
2632[warn] 992 | )(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:995:36
2648[warn] 995 | 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:1051:20
2664[warn] 1051 | )(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:1054:30
2680[warn] 1054 | 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:1146:20
2696[warn] 1146 | )(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:1149:30
2712[warn] 1149 | 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:1218:20
2728[warn] 1218 | )(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:1221:30
2744[warn] 1221 | 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:1466:26
2760[warn] 1466 | )(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:1469:36
2776[warn] 1469 | 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:1732:26
2792[warn] 1732 | )(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:1735:36
2808[warn] 1735 | 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:1812:20
2824[warn] 1812 | )(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:1815:30
2840[warn] 1815 | 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:1887:22
2856[warn] 1887 | )(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:1890:32
2872[warn] 1890 | 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:1948:22
2888[warn] 1948 | )(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:1951:32
2904[warn] 1951 | 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:2009:22
2920[warn] 2009 | )(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:2012:32
2936[warn] 2012 | 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:2065:22
2952[warn] 2065 | )(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:2068:32
2968[warn] 2068 | 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:2195:20
2984[warn] 2195 | )(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:2198:30
3000[warn] 2198 | 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] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2304:22
3016[warn] 2304 | )(configuration): @unchecked
3017[warn] | ^
3018[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
3019[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3020[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
3021[warn] | )
3022[warn] |and
3023[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3024[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
3025[warn] |has changed.
3026[warn] |Previous choice : the first alternative
3027[warn] |Choice from Scala 3.7 : the second alternative
3028[warn] |
3029[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
3030[warn] |by using @annotation.nowarn("id=205")
3031[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2307:32
3032[warn] 2307 | codeMotionAnalysis.merge
3033[warn] | ^
3034[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
3035[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3036[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
3037[warn] | )
3038[warn] |and
3039[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3040[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
3041[warn] |has changed.
3042[warn] |Previous choice : the first alternative
3043[warn] |Choice from Scala 3.7 : the second alternative
3044[warn] |
3045[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
3046[warn] |by using @annotation.nowarn("id=205")
3047[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2411:22
3048[warn] 2411 | )(configuration): @unchecked
3049[warn] | ^
3050[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
3051[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3052[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
3053[warn] | )
3054[warn] |and
3055[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3056[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
3057[warn] |has changed.
3058[warn] |Previous choice : the first alternative
3059[warn] |Choice from Scala 3.7 : the second alternative
3060[warn] |
3061[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
3062[warn] |by using @annotation.nowarn("id=205")
3063[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2413:55
3064[warn] 2413 | assertDoesNotThrow(() => codeMotionAnalysis.merge)
3065[warn] | ^
3066[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
3067[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3068[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
3069[warn] | )
3070[warn] |and
3071[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3072[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
3073[warn] |has changed.
3074[warn] |Previous choice : the first alternative
3075[warn] |Choice from Scala 3.7 : the second alternative
3076[warn] |
3077[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
3078[warn] |by using @annotation.nowarn("id=205")
3079[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:34:33
3080[warn] 34 | given Sized[Element] = defaultElementSize
3081[warn] | ^^^^^^^^^^^^^^^^^^
3082[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3083[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
3084[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:229:33
3085[warn] 229 | given Sized[Element] = defaultElementSize
3086[warn] | ^^^^^^^^^^^^^^^^^^
3087[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3088[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
3089[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:50:24
3090[warn] 50 | given Eq[Element] = matchesByElement.equivalent
3091[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3092[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3093[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:51:27
3094[warn] 51 | given Sized[Element] = defaultElementSize
3095[warn] | ^^^^^^^^^^^^^^^^^^
3096[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3097[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3098[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:82:24
3099[warn] 82 | given Eq[Element] = matchesByElement.equivalent
3100[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3101[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3102[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:83:27
3103[warn] 83 | given Sized[Element] = defaultElementSize
3104[warn] | ^^^^^^^^^^^^^^^^^^
3105[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3106[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3107[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:114:24
3108[warn] 114 | given Eq[Element] = matchesByElement.equivalent
3109[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3110[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3111[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:115:27
3112[warn] 115 | given Sized[Element] = defaultElementSize
3113[warn] | ^^^^^^^^^^^^^^^^^^
3114[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3115[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3116[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:148:24
3117[warn] 148 | given Eq[Element] = matchesByElement.equivalent
3118[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3119[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3120[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:149:27
3121[warn] 149 | given Sized[Element] = defaultElementSize
3122[warn] | ^^^^^^^^^^^^^^^^^^
3123[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3124[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3125[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:181:24
3126[warn] 181 | given Eq[Element] = matchesByElement.equivalent
3127[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3128[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3129[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:182:27
3130[warn] 182 | given Sized[Element] = defaultElementSize
3131[warn] | ^^^^^^^^^^^^^^^^^^
3132[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3133[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3134[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:215:24
3135[warn] 215 | given Eq[Element] = matchesByElement.equivalent
3136[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3137[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3138[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:216:27
3139[warn] 216 | given Sized[Element] = defaultElementSize
3140[warn] | ^^^^^^^^^^^^^^^^^^
3141[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3142[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3143[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:249:24
3144[warn] 249 | given Eq[Element] = matchesByElement.equivalent
3145[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3146[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3147[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:250:27
3148[warn] 250 | given Sized[Element] = defaultElementSize
3149[warn] | ^^^^^^^^^^^^^^^^^^
3150[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3151[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3152[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:285:24
3153[warn] 285 | given Eq[Element] = matchesByElement.equivalent
3154[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3155[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3156[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:286:27
3157[warn] 286 | given Sized[Element] = defaultElementSize
3158[warn] | ^^^^^^^^^^^^^^^^^^
3159[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3160[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3161[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:324:27
3162[warn] 324 | given Eq[Element] = matchesByElement.equivalent
3163[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3164[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3165[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:325:27
3166[warn] 325 | given Sized[Element] = defaultElementSize
3167[warn] | ^^^^^^^^^^^^^^^^^^
3168[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3169[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3170[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:364:27
3171[warn] 364 | given Eq[Element] = matchesByElement.equivalent
3172[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3173[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3174[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:365:27
3175[warn] 365 | given Sized[Element] = defaultElementSize
3176[warn] | ^^^^^^^^^^^^^^^^^^
3177[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3178[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3179[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:405:24
3180[warn] 405 | given Eq[Element] = matchesByElement.equivalent
3181[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3182[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3183[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:406:27
3184[warn] 406 | given Sized[Element] = defaultElementSize
3185[warn] | ^^^^^^^^^^^^^^^^^^
3186[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3187[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3188[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:439:24
3189[warn] 439 | given Eq[Element] = matchesByElement.equivalent
3190[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3191[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3192[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:440:27
3193[warn] 440 | given Sized[Element] = defaultElementSize
3194[warn] | ^^^^^^^^^^^^^^^^^^
3195[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3196[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3197[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:475:24
3198[warn] 475 | given Eq[Element] = matchesByElement.equivalent
3199[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3200[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3201[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:476:27
3202[warn] 476 | given Sized[Element] = defaultElementSize
3203[warn] | ^^^^^^^^^^^^^^^^^^
3204[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3205[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3206[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:514:24
3207[warn] 514 | given Eq[Element] = matchesByElement.equivalent
3208[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3209[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3210[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:515:27
3211[warn] 515 | given Sized[Element] = defaultElementSize
3212[warn] | ^^^^^^^^^^^^^^^^^^
3213[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3214[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3215[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:551:24
3216[warn] 551 | given Eq[Element] = matchesByElement.equivalent
3217[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3218[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3219[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:552:27
3220[warn] 552 | given Sized[Element] = defaultElementSize
3221[warn] | ^^^^^^^^^^^^^^^^^^
3222[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3223[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3224[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:583:24
3225[warn] 583 | given Eq[Element] = matchesByElement.equivalent
3226[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3227[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3228[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:584:27
3229[warn] 584 | given Sized[Element] = defaultElementSize
3230[warn] | ^^^^^^^^^^^^^^^^^^
3231[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3232[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3233[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:618:24
3234[warn] 618 | given Eq[Element] = matchesByElement.equivalent
3235[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3236[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3237[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:619:27
3238[warn] 619 | given Sized[Element] = defaultElementSize
3239[warn] | ^^^^^^^^^^^^^^^^^^
3240[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3241[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3242[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:654:24
3243[warn] 654 | given Eq[Element] = matchesByElement.equivalent
3244[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3245[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3246[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:655:27
3247[warn] 655 | given Sized[Element] = defaultElementSize
3248[warn] | ^^^^^^^^^^^^^^^^^^
3249[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3250[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3251[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:693:24
3252[warn] 693 | given Eq[Element] = matchesByElement.equivalent
3253[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3254[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3255[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:694:27
3256[warn] 694 | given Sized[Element] = defaultElementSize
3257[warn] | ^^^^^^^^^^^^^^^^^^
3258[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3259[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3260[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:740:24
3261[warn] 740 | given Eq[Element] = matchesByElement.equivalent
3262[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3263[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3264[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:741:27
3265[warn] 741 | given Sized[Element] = defaultElementSize
3266[warn] | ^^^^^^^^^^^^^^^^^^
3267[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3268[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3269[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:789:24
3270[warn] 789 | given Eq[Element] = matchesByElement.equivalent
3271[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3272[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3273[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:790:27
3274[warn] 790 | given Sized[Element] = defaultElementSize
3275[warn] | ^^^^^^^^^^^^^^^^^^
3276[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3277[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3278[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:838:24
3279[warn] 838 | given Eq[Element] = matchesByElement.equivalent
3280[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3281[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3282[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:839:27
3283[warn] 839 | given Sized[Element] = defaultElementSize
3284[warn] | ^^^^^^^^^^^^^^^^^^
3285[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3286[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3287[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:888:24
3288[warn] 888 | given Eq[Element] = matchesByElement.equivalent
3289[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3290[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3291[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:889:27
3292[warn] 889 | given Sized[Element] = defaultElementSize
3293[warn] | ^^^^^^^^^^^^^^^^^^
3294[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3295[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3296[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:939:24
3297[warn] 939 | given Eq[Element] = matchesByElement.equivalent
3298[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3299[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3300[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:940:27
3301[warn] 940 | given Sized[Element] = defaultElementSize
3302[warn] | ^^^^^^^^^^^^^^^^^^
3303[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3304[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3305[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:990:24
3306[warn] 990 | given Eq[Element] = matchesByElement.equivalent
3307[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3308[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3309[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:992:27
3310[warn] 992 | given Sized[Element] = defaultElementSize
3311[warn] | ^^^^^^^^^^^^^^^^^^
3312[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3313[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3314[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1035:24
3315[warn] 1035 | given Eq[Element] = matchesByElement.equivalent
3316[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3317[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3318[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1036:27
3319[warn] 1036 | given Sized[Element] = defaultElementSize
3320[warn] | ^^^^^^^^^^^^^^^^^^
3321[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3322[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3323[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1080:24
3324[warn] 1080 | given Eq[Element] = matchesByElement.equivalent
3325[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3326[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3327[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1081:27
3328[warn] 1081 | given Sized[Element] = defaultElementSize
3329[warn] | ^^^^^^^^^^^^^^^^^^
3330[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3331[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3332[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1130:24
3333[warn] 1130 | given Eq[Element] = matchesByElement.equivalent
3334[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3335[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3336[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1131:27
3337[warn] 1131 | given Sized[Element] = defaultElementSize
3338[warn] | ^^^^^^^^^^^^^^^^^^
3339[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3340[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3341[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1175:24
3342[warn] 1175 | given Eq[Element] = matchesByElement.equivalent
3343[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3344[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3345[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1176:27
3346[warn] 1176 | given Sized[Element] = defaultElementSize
3347[warn] | ^^^^^^^^^^^^^^^^^^
3348[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3349[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3350[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1213:24
3351[warn] 1213 | given Eq[Element] = matchesByElement.equivalent
3352[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3353[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3354[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1214:27
3355[warn] 1214 | given Sized[Element] = defaultElementSize
3356[warn] | ^^^^^^^^^^^^^^^^^^
3357[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3358[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3359[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1254:24
3360[warn] 1254 | given Eq[Element] = matchesByElement.equivalent
3361[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3362[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3363[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1255:27
3364[warn] 1255 | given Sized[Element] = defaultElementSize
3365[warn] | ^^^^^^^^^^^^^^^^^^
3366[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3367[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3368[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1302:24
3369[warn] 1302 | given Eq[Element] = matchesByElement.equivalent
3370[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3371[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3372[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1303:27
3373[warn] 1303 | given Sized[Element] = defaultElementSize
3374[warn] | ^^^^^^^^^^^^^^^^^^
3375[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3376[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3377[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1346:24
3378[warn] 1346 | given Eq[Element] = matchesByElement.equivalent
3379[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3380[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3381[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1347:27
3382[warn] 1347 | given Sized[Element] = defaultElementSize
3383[warn] | ^^^^^^^^^^^^^^^^^^
3384[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3385[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3386[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1397:24
3387[warn] 1397 | given Eq[Element] = matchesByElement.equivalent
3388[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3389[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3390[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1399:27
3391[warn] 1399 | given Sized[Element] = defaultElementSize
3392[warn] | ^^^^^^^^^^^^^^^^^^
3393[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3394[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3395[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1446:24
3396[warn] 1446 | given Eq[Element] = matchesByElement.equivalent
3397[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3398[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3399[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1447:27
3400[warn] 1447 | given Sized[Element] = defaultElementSize
3401[warn] | ^^^^^^^^^^^^^^^^^^
3402[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3403[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3404[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1489:24
3405[warn] 1489 | given Eq[Element] = matchesByElement.equivalent
3406[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3407[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3408[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1490:27
3409[warn] 1490 | given Sized[Element] = defaultElementSize
3410[warn] | ^^^^^^^^^^^^^^^^^^
3411[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3412[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3413[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1534:24
3414[warn] 1534 | given Eq[Element] = matchesByElement.equivalent
3415[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3416[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3417[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1535:27
3418[warn] 1535 | given Sized[Element] = defaultElementSize
3419[warn] | ^^^^^^^^^^^^^^^^^^
3420[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3421[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3422[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1559:41
3423[warn] 1559 | given Eq[Element] = equivalent(testCase.matchesByElement)
3424[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3425[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3426[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1560:31
3427[warn] 1560 | given Sized[Element] = defaultElementSize
3428[warn] | ^^^^^^^^^^^^^^^^^^
3429[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3430[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3431[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1580:41
3432[warn] 1580 | given Eq[Element] = equivalent(testCase.matchesByElement)
3433[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3434[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3435[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1581:31
3436[warn] 1581 | given Sized[Element] = defaultElementSize
3437[warn] | ^^^^^^^^^^^^^^^^^^
3438[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3439[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3440[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1908:34
3441[warn] 1908 | given Eq[Element] = equivalent(matchesByElement)
3442[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3443[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3444[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:553:26
3445[warn] 553 | mergeResultsByPath(path) match
3446[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3447[warn] |match may not be exhaustive.
3448[warn] |
3449[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3450[warn] |
3451[warn] | longer explanation available when compiling with `-explain`
3452[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:729:22
3453[warn] 729 | mergeResultsByPath(path) match
3454[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3455[warn] |match may not be exhaustive.
3456[warn] |
3457[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3458[warn] |
3459[warn] | longer explanation available when compiling with `-explain`
3460[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1173:22
3461[warn] 1173 | mergeResultsByPath(path) match
3462[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3463[warn] |match may not be exhaustive.
3464[warn] |
3465[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3466[warn] |
3467[warn] | longer explanation available when compiling with `-explain`
3468[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1594:8
3469[warn] 1594 | result match
3470[warn] | ^^^^^^
3471[warn] |match may not be exhaustive.
3472[warn] |
3473[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3474[warn] |
3475[warn] | longer explanation available when compiling with `-explain`
3476[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1969:8
3477[warn] 1969 | result match
3478[warn] | ^^^^^^
3479[warn] |match may not be exhaustive.
3480[warn] |
3481[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3482[warn] |
3483[warn] | longer explanation available when compiling with `-explain`
3484[warn] 137 warnings found
3485[info] done compiling
3486Generating version resource: /build/repo/target/scala-3.7.4/resource_managed/main/version.txt for version: 1.13.0
3487Generating version resource: /build/repo/target/scala-3.7.4/resource_managed/main/version.txt for version: 1.13.0
3488
3489************************
3490Build summary:
3491[{
3492 "module": "kinetic-merge",
3493 "compile": {"status": "ok", "tookMs": 25865, "warnings": 37, "errors": 0, "sourceVersion": "3.7-migration"},
3494 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3495 "test-compile": {"status": "ok", "tookMs": 15072, "warnings": 137, "errors": 0, "sourceVersion": "3.7-migration"},
3496 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3497 "publish": {"status": "skipped", "tookMs": 0},
3498 "metadata": {
3499 "crossScalaVersions": ["3.3.7"]
3500}
3501}]
3502************************
3503[success] Total time: 49 s, completed Dec 22, 2025, 6:30:34 PM
3504[0JChecking patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala...
3505Checking patch project/plugins.sbt...
3506Checking patch build.sbt...
3507Applied patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala cleanly.
3508Applied patch project/plugins.sbt cleanly.
3509Applied patch build.sbt cleanly.
3510Commit migration rewrites
3511Switched to a new branch 'opencb/migrate-source-3.7'
3512[opencb/migrate-source-3.7 d1246af8] Apply Scala compiler rewrites using -source:3.7-migration using Scala 3.7.4
3513 3 files changed, 5 insertions(+), 5 deletions(-)
3514----
3515Preparing build for 3.8.0-RC4
3516Scala binary version found: 3.8
3517Using configured source version: 3.5
3518Scala binary version found: 3.8
3519Using configured source version: 3.5
3520Would try to apply common scalacOption (best-effort, sbt/mill only):
3521Append: ,REQUIRE:-source:3.5
3522Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
3523
3524Try apply source patch:
3525Path: src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
3526Pattern: @tailrec
3527Replacement:
3528Successfully applied pattern '@tailrec' in src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
3529----
3530Starting build for 3.8.0-RC4
3531Execute tests: true
3532sbt project found:
3533No prepare script found for project sageserpent-open/kineticmerge
3534##################################
3535Scala version: 3.8.0-RC4
3536Targets: com.sageserpent%kinetic-merge
3537Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","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":""}]}
3538##################################
3539Using extra scalacOptions: ,REQUIRE:-source:3.5
3540Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
3541[sbt_options] declare -a sbt_options=()
3542[process_args] java_version = '17'
3543[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
3544# Executing command line:
3545java
3546-Xmx8G
3547-Dcommunitybuild.scala=3.8.0-RC4
3548-Dcommunitybuild.project.dependencies.add=
3549-Xmx7G
3550-Xms4G
3551-Xss8M
3552-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
3553-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
3554-jar
3555/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
3556"setCrossScalaVersions 3.8.0-RC4"
3557"++3.8.0-RC4 -v"
3558"mapScalacOptions ",REQUIRE:-source:3.5,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
3559"set every credentials := Nil"
3560"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
3561"removeScalacOptionsStartingWith -P:wartremover"
3562
3563moduleMappings
3564"runBuild 3.8.0-RC4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","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"
3565
3566[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
3567[info] loading settings for project repo-build from akka.sbt, build.sbt, plugins.sbt...
3568[info] loading project definition from /build/repo/project
3569[info] loading settings for project root from build.sbt, version.sbt...
3570[info] set current project to kinetic-merge (in build file:/build/repo/)
3571Execute setCrossScalaVersions: 3.8.0-RC4
3572OpenCB::Changing crossVersion 3.3.7 -> 3.8.0-RC4 in root/crossScalaVersions
3573[info] set current project to kinetic-merge (in build file:/build/repo/)
3574[info] Setting Scala version to 3.8.0-RC4 on 1 projects.
3575[info] Switching Scala version on:
3576[info] * root (3.8.0-RC4)
3577[info] Excluding projects:
3578[info] Reapplying settings...
3579[info] set current project to kinetic-merge (in build file:/build/repo/)
3580Execute mapScalacOptions: ,REQUIRE:-source:3.5,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
3581[info] Reapplying settings...
3582[info] set current project to kinetic-merge (in build file:/build/repo/)
3583[info] Defining Global / credentials, credentials
3584[info] The new values will be used by Compile / scalafmtOnly, IntegrationTest / scalafmtOnly and 5 others.
3585[info] Run `last` for details.
3586[info] Reapplying settings...
3587[info] set current project to kinetic-merge (in build file:/build/repo/)
3588Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
3589[info] Reapplying settings...
3590OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
3591
3592 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
3593 Did you mean allExcludeDependencies ?
3594 , retry without global scopes
3595[info] Reapplying settings...
3596[info] set current project to kinetic-merge (in build file:/build/repo/)
3597Execute removeScalacOptionsStartingWith: -P:wartremover
3598[info] Reapplying settings...
3599[info] set current project to kinetic-merge (in build file:/build/repo/)
3600[success] Total time: 0 s, completed Dec 22, 2025, 6:30:46 PM
3601Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","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":""}]}
3602Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
3603Starting build...
3604Projects: Set(root)
3605Starting build for ProjectRef(file:/build/repo/,root) (kinetic-merge)... [0/1]
3606OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.5` in Scala 2.12.20 module Global
3607OpenCB::Filter out '-source:future', matches setting pattern '^-?-source(:.*)?'
3608Compile scalacOptions: -java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.5
3609[info] compiling 20 Scala sources to /build/repo/target/scala-3.8.0-RC4/classes ...
3610[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1206:34
3611[warn] 1206 | given Order[Token] = Token.comparison
3612[warn] | ^^^^^^^^^^^^^^^^
3613[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
3614[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1207:34
3615[warn] 1207 | given Funnel[Token] = Token.funnel
3616[warn] | ^^^^^^^^^^^^
3617[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
3618[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:148:16
3619[warn] 148 | (
3620[warn] | ^
3621[warn] |match may not be exhaustive.
3622[warn] |
3623[warn] |It would fail on pattern case: (Some(_), _, Some(_)), (Some(_), Some(_), _), (_, Some(_), Some(_)), (Some(_), Some(_), None), (None, None, None)
3624[warn] 149 | Option(percentage),
3625[warn] 150 | Option(impliedFraction),
3626[warn] 151 | Option(explicitFraction)
3627[warn] 152 | ).match
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:781:10
3631[warn] 781 | case (
3632[warn] | ^
3633[warn] | match may not be exhaustive.
3634[warn] |
3635[warn] | It would fail on pattern case: (_, (None, None))
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:1657:12
3639[warn] 1657 | (renamingDescription, transplantationDescription) match
3640[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3641[warn] | match may not be exhaustive.
3642[warn] |
3643[warn] | It would fail on pattern case: (None, None)
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/Main.scala:1988:30
3647[warn] 1988 | mergeResultsByPath(path) match
3648[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3649[warn] |match may not be exhaustive.
3650[warn] |
3651[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
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/Main.scala:1993:30
3655[warn] 1993 | mergeResultsByPath(path) match
3656[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3657[warn] |match may not be exhaustive.
3658[warn] |
3659[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
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/Main.scala:2007:38
3663[warn] 2007 | mergeResultsByPath(path) match
3664[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3665[warn] |match may not be exhaustive.
3666[warn] |
3667[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
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/Main.scala:2059:36
3671[warn] 2059 | mergeResultsByPath(path) match
3672[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3673[warn] |match may not be exhaustive.
3674[warn] |
3675[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
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/Main.scala:2106:36
3679[warn] 2106 | mergeResultsByPath(path) match
3680[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3681[warn] |match may not be exhaustive.
3682[warn] |
3683[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
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/Main.scala:2163:34
3687[warn] 2163 | mergeResultsByPath(path) match
3688[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3689[warn] |match may not be exhaustive.
3690[warn] |
3691[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
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/Main.scala:2424:36
3695[warn] 2424 | mergeResultsByPath(path) match
3696[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3697[warn] |match may not be exhaustive.
3698[warn] |
3699[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
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/Main.scala:2552:38
3703[warn] 2552 | mergeResultsByPath(path) match
3704[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3705[warn] |match may not be exhaustive.
3706[warn] |
3707[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
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:1984:12
3711[warn] 1984 | case subsuming: Match.BaseAndLeft[Section[Element]] =>
3712[warn] | ^
3713[warn] |match may not be exhaustive.
3714[warn] |
3715[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
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:1995:12
3719[warn] 1995 | case subsuming: Match.BaseAndRight[Section[Element]] =>
3720[warn] | ^
3721[warn] |match may not be exhaustive.
3722[warn] |
3723[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
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:2006:12
3727[warn] 2006 | case subsuming: Match.LeftAndRight[Section[Element]] =>
3728[warn] | ^
3729[warn] |match may not be exhaustive.
3730[warn] |
3731[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _)
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:2288:48
3735[warn] 2288 | .modify(_.updatedWith(basePath) { 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] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2292:48
3743[warn] 2292 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
3744[warn] | ^
3745[warn] | match may not be exhaustive.
3746[warn] |
3747[warn] | It would fail on pattern case: None
3748[warn] |
3749[warn] | longer explanation available when compiling with `-explain`
3750[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2296:49
3751[warn] 2296 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
3752[warn] | ^
3753[warn] | match may not be exhaustive.
3754[warn] |
3755[warn] | It would fail on pattern case: None
3756[warn] |
3757[warn] | longer explanation available when compiling with `-explain`
3758[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2314:48
3759[warn] 2314 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
3760[warn] | ^
3761[warn] | match may not be exhaustive.
3762[warn] |
3763[warn] | It would fail on pattern case: None
3764[warn] |
3765[warn] | longer explanation available when compiling with `-explain`
3766[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2318:48
3767[warn] 2318 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
3768[warn] | ^
3769[warn] | match may not be exhaustive.
3770[warn] |
3771[warn] | It would fail on pattern case: None
3772[warn] |
3773[warn] | longer explanation available when compiling with `-explain`
3774[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2335:48
3775[warn] 2335 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
3776[warn] | ^
3777[warn] | match may not be exhaustive.
3778[warn] |
3779[warn] | It would fail on pattern case: None
3780[warn] |
3781[warn] | longer explanation available when compiling with `-explain`
3782[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2339:49
3783[warn] 2339 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
3784[warn] | ^
3785[warn] | match may not be exhaustive.
3786[warn] |
3787[warn] | It would fail on pattern case: None
3788[warn] |
3789[warn] | longer explanation available when compiling with `-explain`
3790[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2356:48
3791[warn] 2356 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
3792[warn] | ^
3793[warn] | match may not be exhaustive.
3794[warn] |
3795[warn] | It would fail on pattern case: None
3796[warn] |
3797[warn] | longer explanation available when compiling with `-explain`
3798[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2360:49
3799[warn] 2360 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
3800[warn] | ^
3801[warn] | match may not be exhaustive.
3802[warn] |
3803[warn] | It would fail on pattern case: None
3804[warn] |
3805[warn] | longer explanation available when compiling with `-explain`
3806[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:509:15
3807[warn] 509 | case Some(sections) =>
3808[warn] | ^^^^^^^^^^^^^^
3809[warn] | Unreachable case
3810[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:240:12
3811[warn] 240 | (base, left, right) match
3812[warn] | ^^^^^^^^^^^^^^^^^^^
3813[warn] |match may not be exhaustive.
3814[warn] |
3815[warn] |It would fail on pattern case: (None, None, None), (None, None, None), (None, None, None)
3816[warn] |
3817[warn] | longer explanation available when compiling with `-explain`
3818[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:395:14
3819[warn] 395 | ) { case (partialResult @ head :: _, change) =>
3820[warn] | ^
3821[warn] | match may not be exhaustive.
3822[warn] |
3823[warn] | It would fail on pattern case: (Nil, _)
3824[warn] |
3825[warn] | longer explanation available when compiling with `-explain`
3826[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/MoveDestinations.scala:88:6
3827[warn] 88 | (left.nonEmpty, right.nonEmpty, coincident.nonEmpty) match
3828[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3829[warn] |match may not be exhaustive.
3830[warn] |
3831[warn] |It would fail on pattern case: (false, false, false), (false, false, false), (false, false, false), (false, false, false), (false, false, false)
3832[warn] |
3833[warn] | longer explanation available when compiling with `-explain`
3834[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/merge.scala:1055:6
3835[warn] 1055 | (coalescence, base, left, right) match
3836[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3837[warn] | match may not be exhaustive.
3838[warn] |
3839[warn] | It would fail on pattern case: (_, _, _, _)
3840[warn] |
3841[warn] | longer explanation available when compiling with `-explain`
3842[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/pprintCustomised.scala:16:7
3843[warn] 16 | case rangedSeq: RangedSeq[?, ?] =>
3844[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
3845[warn] | Unreachable case
3846[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2414:15
3847[warn] 2414 | case PotentialMatchKey(anotherFingerprint, anotherImpliedContent) =>
3848[warn] | ^
3849[warn] |the type test for PotentialMatchKey cannot be checked at runtime because it's a local class
3850[warn] |
3851[warn] | longer explanation available when compiling with `-explain`
3852[warn] 32 warnings found
3853[info] done compiling
3854Generating version resource: /build/repo/target/scala-3.8.0-RC4/resource_managed/main/version.txt for version: 1.13.0
3855[info] compiling 12 Scala sources to /build/repo/target/scala-3.8.0-RC4/test-classes ...
3856[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:28:34
3857[warn] 28 | given Eq[Token] = Token.equality
3858[warn] | ^^^^^^^^^^^^^^
3859[warn] |method equality is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
3860[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:29:34
3861[warn] 29 | given Order[Token] = Token.comparison
3862[warn] | ^^^^^^^^^^^^^^^^
3863[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
3864[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:30:34
3865[warn] 30 | given Funnel[Token] = Token.funnel
3866[warn] | ^^^^^^^^^^^^
3867[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
3868[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:34:33
3869[warn] 34 | given Sized[Element] = defaultElementSize
3870[warn] | ^^^^^^^^^^^^^^^^^^
3871[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3872[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
3873[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:229:33
3874[warn] 229 | given Sized[Element] = defaultElementSize
3875[warn] | ^^^^^^^^^^^^^^^^^^
3876[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3877[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
3878[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:50:24
3879[warn] 50 | given Eq[Element] = matchesByElement.equivalent
3880[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3881[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3882[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:51:27
3883[warn] 51 | given Sized[Element] = defaultElementSize
3884[warn] | ^^^^^^^^^^^^^^^^^^
3885[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3886[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3887[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:82:24
3888[warn] 82 | given Eq[Element] = matchesByElement.equivalent
3889[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3890[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3891[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:83:27
3892[warn] 83 | given Sized[Element] = defaultElementSize
3893[warn] | ^^^^^^^^^^^^^^^^^^
3894[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3895[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3896[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:114:24
3897[warn] 114 | given Eq[Element] = matchesByElement.equivalent
3898[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3899[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3900[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:115:27
3901[warn] 115 | given Sized[Element] = defaultElementSize
3902[warn] | ^^^^^^^^^^^^^^^^^^
3903[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3904[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3905[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:148:24
3906[warn] 148 | given Eq[Element] = matchesByElement.equivalent
3907[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3908[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3909[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:149:27
3910[warn] 149 | given Sized[Element] = defaultElementSize
3911[warn] | ^^^^^^^^^^^^^^^^^^
3912[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3913[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3914[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:181:24
3915[warn] 181 | given Eq[Element] = matchesByElement.equivalent
3916[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3917[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3918[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:182:27
3919[warn] 182 | given Sized[Element] = defaultElementSize
3920[warn] | ^^^^^^^^^^^^^^^^^^
3921[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3922[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3923[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:215:24
3924[warn] 215 | given Eq[Element] = matchesByElement.equivalent
3925[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3926[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3927[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:216:27
3928[warn] 216 | given Sized[Element] = defaultElementSize
3929[warn] | ^^^^^^^^^^^^^^^^^^
3930[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3931[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3932[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:249:24
3933[warn] 249 | given Eq[Element] = matchesByElement.equivalent
3934[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3935[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3936[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:250:27
3937[warn] 250 | given Sized[Element] = defaultElementSize
3938[warn] | ^^^^^^^^^^^^^^^^^^
3939[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3940[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3941[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:285:24
3942[warn] 285 | given Eq[Element] = matchesByElement.equivalent
3943[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3944[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3945[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:286:27
3946[warn] 286 | given Sized[Element] = defaultElementSize
3947[warn] | ^^^^^^^^^^^^^^^^^^
3948[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3949[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3950[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:324:27
3951[warn] 324 | given Eq[Element] = matchesByElement.equivalent
3952[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3953[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3954[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:325:27
3955[warn] 325 | given Sized[Element] = defaultElementSize
3956[warn] | ^^^^^^^^^^^^^^^^^^
3957[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3958[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3959[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:364:27
3960[warn] 364 | given Eq[Element] = matchesByElement.equivalent
3961[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3962[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3963[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:365:27
3964[warn] 365 | given Sized[Element] = defaultElementSize
3965[warn] | ^^^^^^^^^^^^^^^^^^
3966[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3967[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3968[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:405:24
3969[warn] 405 | given Eq[Element] = matchesByElement.equivalent
3970[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3971[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3972[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:406:27
3973[warn] 406 | given Sized[Element] = defaultElementSize
3974[warn] | ^^^^^^^^^^^^^^^^^^
3975[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3976[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3977[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:439:24
3978[warn] 439 | given Eq[Element] = matchesByElement.equivalent
3979[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3980[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3981[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:440:27
3982[warn] 440 | given Sized[Element] = defaultElementSize
3983[warn] | ^^^^^^^^^^^^^^^^^^
3984[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3985[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3986[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:475:24
3987[warn] 475 | given Eq[Element] = matchesByElement.equivalent
3988[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3989[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3990[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:476:27
3991[warn] 476 | given Sized[Element] = defaultElementSize
3992[warn] | ^^^^^^^^^^^^^^^^^^
3993[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3994[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3995[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:514:24
3996[warn] 514 | given Eq[Element] = matchesByElement.equivalent
3997[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3998[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3999[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:515:27
4000[warn] 515 | given Sized[Element] = defaultElementSize
4001[warn] | ^^^^^^^^^^^^^^^^^^
4002[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4003[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4004[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:551:24
4005[warn] 551 | given Eq[Element] = matchesByElement.equivalent
4006[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4007[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4008[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:552:27
4009[warn] 552 | given Sized[Element] = defaultElementSize
4010[warn] | ^^^^^^^^^^^^^^^^^^
4011[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4012[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4013[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:583:24
4014[warn] 583 | given Eq[Element] = matchesByElement.equivalent
4015[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4016[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4017[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:584:27
4018[warn] 584 | given Sized[Element] = defaultElementSize
4019[warn] | ^^^^^^^^^^^^^^^^^^
4020[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4021[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4022[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:618:24
4023[warn] 618 | given Eq[Element] = matchesByElement.equivalent
4024[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4025[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4026[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:619:27
4027[warn] 619 | given Sized[Element] = defaultElementSize
4028[warn] | ^^^^^^^^^^^^^^^^^^
4029[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4030[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4031[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:654:24
4032[warn] 654 | given Eq[Element] = matchesByElement.equivalent
4033[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4034[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4035[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:655:27
4036[warn] 655 | given Sized[Element] = defaultElementSize
4037[warn] | ^^^^^^^^^^^^^^^^^^
4038[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4039[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4040[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:693:24
4041[warn] 693 | given Eq[Element] = matchesByElement.equivalent
4042[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4043[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4044[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:694:27
4045[warn] 694 | given Sized[Element] = defaultElementSize
4046[warn] | ^^^^^^^^^^^^^^^^^^
4047[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4048[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4049[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:740:24
4050[warn] 740 | given Eq[Element] = matchesByElement.equivalent
4051[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4052[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4053[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:741:27
4054[warn] 741 | given Sized[Element] = defaultElementSize
4055[warn] | ^^^^^^^^^^^^^^^^^^
4056[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4057[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4058[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:789:24
4059[warn] 789 | given Eq[Element] = matchesByElement.equivalent
4060[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4061[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4062[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:790:27
4063[warn] 790 | given Sized[Element] = defaultElementSize
4064[warn] | ^^^^^^^^^^^^^^^^^^
4065[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4066[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4067[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:838:24
4068[warn] 838 | given Eq[Element] = matchesByElement.equivalent
4069[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4070[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4071[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:839:27
4072[warn] 839 | given Sized[Element] = defaultElementSize
4073[warn] | ^^^^^^^^^^^^^^^^^^
4074[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4075[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4076[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:888:24
4077[warn] 888 | given Eq[Element] = matchesByElement.equivalent
4078[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4079[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4080[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:889:27
4081[warn] 889 | given Sized[Element] = defaultElementSize
4082[warn] | ^^^^^^^^^^^^^^^^^^
4083[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4084[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4085[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:939:24
4086[warn] 939 | given Eq[Element] = matchesByElement.equivalent
4087[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4088[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4089[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:940:27
4090[warn] 940 | given Sized[Element] = defaultElementSize
4091[warn] | ^^^^^^^^^^^^^^^^^^
4092[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4093[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4094[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:990:24
4095[warn] 990 | given Eq[Element] = matchesByElement.equivalent
4096[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4097[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4098[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:992:27
4099[warn] 992 | given Sized[Element] = defaultElementSize
4100[warn] | ^^^^^^^^^^^^^^^^^^
4101[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4102[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4103[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1035:24
4104[warn] 1035 | given Eq[Element] = matchesByElement.equivalent
4105[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4106[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4107[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1036:27
4108[warn] 1036 | given Sized[Element] = defaultElementSize
4109[warn] | ^^^^^^^^^^^^^^^^^^
4110[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4111[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4112[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1080:24
4113[warn] 1080 | given Eq[Element] = matchesByElement.equivalent
4114[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4115[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4116[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1081:27
4117[warn] 1081 | given Sized[Element] = defaultElementSize
4118[warn] | ^^^^^^^^^^^^^^^^^^
4119[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4120[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4121[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1130:24
4122[warn] 1130 | given Eq[Element] = matchesByElement.equivalent
4123[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4124[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4125[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1131:27
4126[warn] 1131 | given Sized[Element] = defaultElementSize
4127[warn] | ^^^^^^^^^^^^^^^^^^
4128[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4129[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4130[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1175:24
4131[warn] 1175 | given Eq[Element] = matchesByElement.equivalent
4132[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4133[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4134[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1176:27
4135[warn] 1176 | given Sized[Element] = defaultElementSize
4136[warn] | ^^^^^^^^^^^^^^^^^^
4137[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4138[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4139[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1213:24
4140[warn] 1213 | given Eq[Element] = matchesByElement.equivalent
4141[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4142[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4143[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1214:27
4144[warn] 1214 | given Sized[Element] = defaultElementSize
4145[warn] | ^^^^^^^^^^^^^^^^^^
4146[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4147[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4148[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1254:24
4149[warn] 1254 | given Eq[Element] = matchesByElement.equivalent
4150[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4151[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4152[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1255:27
4153[warn] 1255 | given Sized[Element] = defaultElementSize
4154[warn] | ^^^^^^^^^^^^^^^^^^
4155[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4156[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4157[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1302:24
4158[warn] 1302 | given Eq[Element] = matchesByElement.equivalent
4159[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4160[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4161[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1303:27
4162[warn] 1303 | given Sized[Element] = defaultElementSize
4163[warn] | ^^^^^^^^^^^^^^^^^^
4164[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4165[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4166[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1346:24
4167[warn] 1346 | given Eq[Element] = matchesByElement.equivalent
4168[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4169[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4170[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1347:27
4171[warn] 1347 | given Sized[Element] = defaultElementSize
4172[warn] | ^^^^^^^^^^^^^^^^^^
4173[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4174[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4175[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1397:24
4176[warn] 1397 | given Eq[Element] = matchesByElement.equivalent
4177[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4178[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4179[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1399:27
4180[warn] 1399 | given Sized[Element] = defaultElementSize
4181[warn] | ^^^^^^^^^^^^^^^^^^
4182[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4183[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4184[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1446:24
4185[warn] 1446 | given Eq[Element] = matchesByElement.equivalent
4186[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4187[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4188[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1447:27
4189[warn] 1447 | given Sized[Element] = defaultElementSize
4190[warn] | ^^^^^^^^^^^^^^^^^^
4191[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4192[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4193[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1489:24
4194[warn] 1489 | given Eq[Element] = matchesByElement.equivalent
4195[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4196[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4197[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1490:27
4198[warn] 1490 | given Sized[Element] = defaultElementSize
4199[warn] | ^^^^^^^^^^^^^^^^^^
4200[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4201[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4202[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1534:24
4203[warn] 1534 | given Eq[Element] = matchesByElement.equivalent
4204[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4205[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4206[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1535:27
4207[warn] 1535 | given Sized[Element] = defaultElementSize
4208[warn] | ^^^^^^^^^^^^^^^^^^
4209[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4210[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4211[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1559:41
4212[warn] 1559 | given Eq[Element] = equivalent(testCase.matchesByElement)
4213[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4214[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4215[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1560:31
4216[warn] 1560 | given Sized[Element] = defaultElementSize
4217[warn] | ^^^^^^^^^^^^^^^^^^
4218[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4219[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4220[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1580:41
4221[warn] 1580 | given Eq[Element] = equivalent(testCase.matchesByElement)
4222[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4223[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4224[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1581:31
4225[warn] 1581 | given Sized[Element] = defaultElementSize
4226[warn] | ^^^^^^^^^^^^^^^^^^
4227[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4228[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4229[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1908:34
4230[warn] 1908 | given Eq[Element] = equivalent(matchesByElement)
4231[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4232[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4233[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:553:26
4234[warn] 553 | mergeResultsByPath(path) match
4235[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
4236[warn] |match may not be exhaustive.
4237[warn] |
4238[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
4239[warn] |
4240[warn] | longer explanation available when compiling with `-explain`
4241[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:729:22
4242[warn] 729 | mergeResultsByPath(path) match
4243[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
4244[warn] |match may not be exhaustive.
4245[warn] |
4246[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
4247[warn] |
4248[warn] | longer explanation available when compiling with `-explain`
4249[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1173:22
4250[warn] 1173 | mergeResultsByPath(path) match
4251[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
4252[warn] |match may not be exhaustive.
4253[warn] |
4254[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
4255[warn] |
4256[warn] | longer explanation available when compiling with `-explain`
4257[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1594:8
4258[warn] 1594 | result match
4259[warn] | ^^^^^^
4260[warn] |match may not be exhaustive.
4261[warn] |
4262[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
4263[warn] |
4264[warn] | longer explanation available when compiling with `-explain`
4265[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1969:8
4266[warn] 1969 | result match
4267[warn] | ^^^^^^
4268[warn] |match may not be exhaustive.
4269[warn] |
4270[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
4271[warn] |
4272[warn] | longer explanation available when compiling with `-explain`
4273[warn] 89 warnings found
4274[info] done compiling
4275Generating version resource: /build/repo/target/scala-3.8.0-RC4/resource_managed/main/version.txt for version: 1.13.0
4276hint: Using 'master' as the name for the initial branch. This default branch name
4277hint: is subject to change. To configure the initial branch name to use in all
4278hint: of your new repositories, which will suppress this warning, call:
4279hint:
4280hint: git config --global init.defaultBranch <name>
4281hint:
4282hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4283hint: 'development'. The just-created branch can be renamed via this command:
4284hint:
4285hint: git branch -m <name>
4286Switched to a new branch 'master'
4287Switched to a new branch 'movedFileBranch'
4288Switched to branch 'master'
4289Switched to branch 'movedFileBranch'
4290hint: Using 'master' as the name for the initial branch. This default branch name
4291hint: is subject to change. To configure the initial branch name to use in all
4292hint: of your new repositories, which will suppress this warning, call:
4293hint:
4294hint: git config --global init.defaultBranch <name>
4295hint:
4296hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4297hint: 'development'. The just-created branch can be renamed via this command:
4298hint:
4299hint: git branch -m <name>
4300Switched to a new branch 'master'
4301Switched to a new branch 'movedFileBranch'
4302Switched to branch 'master'
4303hint: Using 'master' as the name for the initial branch. This default branch name
4304hint: is subject to change. To configure the initial branch name to use in all
4305hint: of your new repositories, which will suppress this warning, call:
4306hint:
4307hint: git config --global init.defaultBranch <name>
4308hint:
4309hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4310hint: 'development'. The just-created branch can be renamed via this command:
4311hint:
4312hint: git branch -m <name>
4313Switched to a new branch 'master'
4314Switched to a new branch 'movedFileBranch'
4315Switched to branch 'master'
4316hint: Using 'master' as the name for the initial branch. This default branch name
4317hint: is subject to change. To configure the initial branch name to use in all
4318hint: of your new repositories, which will suppress this warning, call:
4319hint:
4320hint: git config --global init.defaultBranch <name>
4321hint:
4322hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4323hint: 'development'. The just-created branch can be renamed via this command:
4324hint:
4325hint: git branch -m <name>
4326Switched to a new branch 'master'
4327Switched to a new branch 'movedFileBranch'
4328Switched to branch 'master'
4329Switched to branch 'movedFileBranch'
4330hint: Using 'master' as the name for the initial branch. This default branch name
4331hint: is subject to change. To configure the initial branch name to use in all
4332hint: of your new repositories, which will suppress this warning, call:
4333hint:
4334hint: git config --global init.defaultBranch <name>
4335hint:
4336hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4337hint: 'development'. The just-created branch can be renamed via this command:
4338hint:
4339hint: git branch -m <name>
4340Switched to a new branch 'master'
4341Switched to a new branch 'movedFileBranch'
4342Switched to branch 'master'
4343Switched to branch 'movedFileBranch'
4344hint: Using 'master' as the name for the initial branch. This default branch name
4345hint: is subject to change. To configure the initial branch name to use in all
4346hint: of your new repositories, which will suppress this warning, call:
4347hint:
4348hint: git config --global init.defaultBranch <name>
4349hint:
4350hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4351hint: 'development'. The just-created branch can be renamed via this command:
4352hint:
4353hint: git branch -m <name>
4354Switched to a new branch 'master'
4355Switched to a new branch 'movedFileBranch'
4356Switched to branch 'master'
4357hint: Using 'master' as the name for the initial branch. This default branch name
4358hint: is subject to change. To configure the initial branch name to use in all
4359hint: of your new repositories, which will suppress this warning, call:
4360hint:
4361hint: git config --global init.defaultBranch <name>
4362hint:
4363hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4364hint: 'development'. The just-created branch can be renamed via this command:
4365hint:
4366hint: git branch -m <name>
4367Switched to a new branch 'master'
4368Switched to a new branch 'movedFileBranch'
4369Switched to branch 'master'
4370hint: Using 'master' as the name for the initial branch. This default branch name
4371hint: is subject to change. To configure the initial branch name to use in all
4372hint: of your new repositories, which will suppress this warning, call:
4373hint:
4374hint: git config --global init.defaultBranch <name>
4375hint:
4376hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4377hint: 'development'. The just-created branch can be renamed via this command:
4378hint:
4379hint: git branch -m <name>
4380Switched to a new branch 'master'
4381Switched to a new branch 'movedFileBranch'
4382Switched to branch 'master'
4383Switched to branch 'movedFileBranch'
4384hint: Using 'master' as the name for the initial branch. This default branch name
4385hint: is subject to change. To configure the initial branch name to use in all
4386hint: of your new repositories, which will suppress this warning, call:
4387hint:
4388hint: git config --global init.defaultBranch <name>
4389hint:
4390hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4391hint: 'development'. The just-created branch can be renamed via this command:
4392hint:
4393hint: git branch -m <name>
4394Switched to a new branch 'master'
4395Switched to a new branch 'modifiedFileBranch'
4396Switched to branch 'master'
4397Switched to branch 'modifiedFileBranch'
4398hint: Using 'master' as the name for the initial branch. This default branch name
4399hint: is subject to change. To configure the initial branch name to use in all
4400hint: of your new repositories, which will suppress this warning, call:
4401hint:
4402hint: git config --global init.defaultBranch <name>
4403hint:
4404hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4405hint: 'development'. The just-created branch can be renamed via this command:
4406hint:
4407hint: git branch -m <name>
4408Switched to a new branch 'master'
4409Switched to a new branch 'modifiedFileBranch'
4410Switched to branch 'master'
4411hint: Using 'master' as the name for the initial branch. This default branch name
4412hint: is subject to change. To configure the initial branch name to use in all
4413hint: of your new repositories, which will suppress this warning, call:
4414hint:
4415hint: git config --global init.defaultBranch <name>
4416hint:
4417hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4418hint: 'development'. The just-created branch can be renamed via this command:
4419hint:
4420hint: git branch -m <name>
4421Switched to a new branch 'master'
4422Switched to a new branch 'modifiedFileBranch'
4423Switched to branch 'master'
4424hint: Using 'master' as the name for the initial branch. This default branch name
4425hint: is subject to change. To configure the initial branch name to use in all
4426hint: of your new repositories, which will suppress this warning, call:
4427hint:
4428hint: git config --global init.defaultBranch <name>
4429hint:
4430hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4431hint: 'development'. The just-created branch can be renamed via this command:
4432hint:
4433hint: git branch -m <name>
4434Switched to a new branch 'master'
4435Switched to a new branch 'modifiedFileBranch'
4436Switched to branch 'master'
4437Switched to branch 'modifiedFileBranch'
4438hint: Using 'master' as the name for the initial branch. This default branch name
4439hint: is subject to change. To configure the initial branch name to use in all
4440hint: of your new repositories, which will suppress this warning, call:
4441hint:
4442hint: git config --global init.defaultBranch <name>
4443hint:
4444hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4445hint: 'development'. The just-created branch can be renamed via this command:
4446hint:
4447hint: git branch -m <name>
4448Switched to a new branch 'master'
4449Switched to a new branch 'modifiedFileBranch'
4450Switched to branch 'master'
4451Switched to branch 'modifiedFileBranch'
4452hint: Using 'master' as the name for the initial branch. This default branch name
4453hint: is subject to change. To configure the initial branch name to use in all
4454hint: of your new repositories, which will suppress this warning, call:
4455hint:
4456hint: git config --global init.defaultBranch <name>
4457hint:
4458hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4459hint: 'development'. The just-created branch can be renamed via this command:
4460hint:
4461hint: git branch -m <name>
4462Switched to a new branch 'master'
4463Switched to a new branch 'modifiedFileBranch'
4464Switched to branch 'master'
4465hint: Using 'master' as the name for the initial branch. This default branch name
4466hint: is subject to change. To configure the initial branch name to use in all
4467hint: of your new repositories, which will suppress this warning, call:
4468hint:
4469hint: git config --global init.defaultBranch <name>
4470hint:
4471hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4472hint: 'development'. The just-created branch can be renamed via this command:
4473hint:
4474hint: git branch -m <name>
4475Switched to a new branch 'master'
4476Switched to a new branch 'modifiedFileBranch'
4477Switched to branch 'master'
4478hint: Using 'master' as the name for the initial branch. This default branch name
4479hint: is subject to change. To configure the initial branch name to use in all
4480hint: of your new repositories, which will suppress this warning, call:
4481hint:
4482hint: git config --global init.defaultBranch <name>
4483hint:
4484hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4485hint: 'development'. The just-created branch can be renamed via this command:
4486hint:
4487hint: git branch -m <name>
4488Switched to a new branch 'master'
4489Switched to a new branch 'modifiedFileBranch'
4490Switched to branch 'master'
4491Switched to branch 'modifiedFileBranch'
4492hint: Using 'master' as the name for the initial branch. This default branch name
4493hint: is subject to change. To configure the initial branch name to use in all
4494hint: of your new repositories, which will suppress this warning, call:
4495hint:
4496hint: git config --global init.defaultBranch <name>
4497hint:
4498hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4499hint: 'development'. The just-created branch can be renamed via this command:
4500hint:
4501hint: git branch -m <name>
4502Switched to a new branch 'master'
4503Switched to a new branch 'concurrentlyModifiedFileBranch'
4504Switched to branch 'master'
4505Switched to branch 'concurrentlyModifiedFileBranch'
4506hint: Using 'master' as the name for the initial branch. This default branch name
4507hint: is subject to change. To configure the initial branch name to use in all
4508hint: of your new repositories, which will suppress this warning, call:
4509hint:
4510hint: git config --global init.defaultBranch <name>
4511hint:
4512hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4513hint: 'development'. The just-created branch can be renamed via this command:
4514hint:
4515hint: git branch -m <name>
4516Switched to a new branch 'master'
4517Switched to a new branch 'concurrentlyModifiedFileBranch'
4518Switched to branch 'master'
4519Switched to branch 'concurrentlyModifiedFileBranch'
4520hint: Using 'master' as the name for the initial branch. This default branch name
4521hint: is subject to change. To configure the initial branch name to use in all
4522hint: of your new repositories, which will suppress this warning, call:
4523hint:
4524hint: git config --global init.defaultBranch <name>
4525hint:
4526hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4527hint: 'development'. The just-created branch can be renamed via this command:
4528hint:
4529hint: git branch -m <name>
4530Switched to a new branch 'master'
4531Switched to a new branch 'concurrentlyModifiedFileBranch'
4532Switched to branch 'master'
4533hint: Using 'master' as the name for the initial branch. This default branch name
4534hint: is subject to change. To configure the initial branch name to use in all
4535hint: of your new repositories, which will suppress this warning, call:
4536hint:
4537hint: git config --global init.defaultBranch <name>
4538hint:
4539hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4540hint: 'development'. The just-created branch can be renamed via this command:
4541hint:
4542hint: git branch -m <name>
4543Switched to a new branch 'master'
4544Switched to a new branch 'concurrentlyModifiedFileBranch'
4545Switched to branch 'master'
4546hint: Using 'master' as the name for the initial branch. This default branch name
4547hint: is subject to change. To configure the initial branch name to use in all
4548hint: of your new repositories, which will suppress this warning, call:
4549hint:
4550hint: git config --global init.defaultBranch <name>
4551hint:
4552hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4553hint: 'development'. The just-created branch can be renamed via this command:
4554hint:
4555hint: git branch -m <name>
4556Switched to a new branch 'master'
4557Switched to a new branch 'advancedBranch'
4558Switched to branch 'master'
4559hint: Using 'master' as the name for the initial branch. This default branch name
4560hint: is subject to change. To configure the initial branch name to use in all
4561hint: of your new repositories, which will suppress this warning, call:
4562hint:
4563hint: git config --global init.defaultBranch <name>
4564hint:
4565hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4566hint: 'development'. The just-created branch can be renamed via this command:
4567hint:
4568hint: git branch -m <name>
4569Switched to a new branch 'master'
4570Switched to a new branch 'advancedBranch'
4571Switched to branch 'master'
4572hint: Using 'master' as the name for the initial branch. This default branch name
4573hint: is subject to change. To configure the initial branch name to use in all
4574hint: of your new repositories, which will suppress this warning, call:
4575hint:
4576hint: git config --global init.defaultBranch <name>
4577hint:
4578hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4579hint: 'development'. The just-created branch can be renamed via this command:
4580hint:
4581hint: git branch -m <name>
4582Switched to a new branch 'master'
4583Switched to a new branch 'advancedBranch'
4584hint: Using 'master' as the name for the initial branch. This default branch name
4585hint: is subject to change. To configure the initial branch name to use in all
4586hint: of your new repositories, which will suppress this warning, call:
4587hint:
4588hint: git config --global init.defaultBranch <name>
4589hint:
4590hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4591hint: 'development'. The just-created branch can be renamed via this command:
4592hint:
4593hint: git branch -m <name>
4594Switched to a new branch 'master'
4595Switched to a new branch 'advancedBranch'
4596hint: Using 'master' as the name for the initial branch. This default branch name
4597hint: is subject to change. To configure the initial branch name to use in all
4598hint: of your new repositories, which will suppress this warning, call:
4599hint:
4600hint: git config --global init.defaultBranch <name>
4601hint:
4602hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4603hint: 'development'. The just-created branch can be renamed via this command:
4604hint:
4605hint: git branch -m <name>
4606Switched to a new branch 'master'
4607Switched to a new branch 'advancedBranch'
4608hint: Using 'master' as the name for the initial branch. This default branch name
4609hint: is subject to change. To configure the initial branch name to use in all
4610hint: of your new repositories, which will suppress this warning, call:
4611hint:
4612hint: git config --global init.defaultBranch <name>
4613hint:
4614hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4615hint: 'development'. The just-created branch can be renamed via this command:
4616hint:
4617hint: git branch -m <name>
4618Switched to a new branch 'master'
4619Switched to a new branch 'advancedBranch'
4620hint: Using 'master' as the name for the initial branch. This default branch name
4621hint: is subject to change. To configure the initial branch name to use in all
4622hint: of your new repositories, which will suppress this warning, call:
4623hint:
4624hint: git config --global init.defaultBranch <name>
4625hint:
4626hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4627hint: 'development'. The just-created branch can be renamed via this command:
4628hint:
4629hint: git branch -m <name>
4630Switched to a new branch 'master'
4631Switched to a new branch 'advancedBranch'
4632Switched to branch 'master'
4633hint: Using 'master' as the name for the initial branch. This default branch name
4634hint: is subject to change. To configure the initial branch name to use in all
4635hint: of your new repositories, which will suppress this warning, call:
4636hint:
4637hint: git config --global init.defaultBranch <name>
4638hint:
4639hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4640hint: 'development'. The just-created branch can be renamed via this command:
4641hint:
4642hint: git branch -m <name>
4643Switched to a new branch 'master'
4644Switched to a new branch 'advancedBranch'
4645Switched to branch 'master'
4646hint: Using 'master' as the name for the initial branch. This default branch name
4647hint: is subject to change. To configure the initial branch name to use in all
4648hint: of your new repositories, which will suppress this warning, call:
4649hint:
4650hint: git config --global init.defaultBranch <name>
4651hint:
4652hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4653hint: 'development'. The just-created branch can be renamed via this command:
4654hint:
4655hint: git branch -m <name>
4656Switched to a new branch 'master'
4657Switched to a new branch 'advancedBranch'
4658hint: Using 'master' as the name for the initial branch. This default branch name
4659hint: is subject to change. To configure the initial branch name to use in all
4660hint: of your new repositories, which will suppress this warning, call:
4661hint:
4662hint: git config --global init.defaultBranch <name>
4663hint:
4664hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4665hint: 'development'. The just-created branch can be renamed via this command:
4666hint:
4667hint: git branch -m <name>
4668Switched to a new branch 'master'
4669Switched to a new branch 'advancedBranch'
4670Switched to branch 'master'
4671hint: Using 'master' as the name for the initial branch. This default branch name
4672hint: is subject to change. To configure the initial branch name to use in all
4673hint: of your new repositories, which will suppress this warning, call:
4674hint:
4675hint: git config --global init.defaultBranch <name>
4676hint:
4677hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4678hint: 'development'. The just-created branch can be renamed via this command:
4679hint:
4680hint: git branch -m <name>
4681Switched to a new branch 'master'
4682Switched to a new branch 'advancedBranch'
4683Switched to branch 'master'
4684hint: Using 'master' as the name for the initial branch. This default branch name
4685hint: is subject to change. To configure the initial branch name to use in all
4686hint: of your new repositories, which will suppress this warning, call:
4687hint:
4688hint: git config --global init.defaultBranch <name>
4689hint:
4690hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4691hint: 'development'. The just-created branch can be renamed via this command:
4692hint:
4693hint: git branch -m <name>
4694Switched to a new branch 'master'
4695Switched to a new branch 'advancedBranch'
4696hint: Using 'master' as the name for the initial branch. This default branch name
4697hint: is subject to change. To configure the initial branch name to use in all
4698hint: of your new repositories, which will suppress this warning, call:
4699hint:
4700hint: git config --global init.defaultBranch <name>
4701hint:
4702hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4703hint: 'development'. The just-created branch can be renamed via this command:
4704hint:
4705hint: git branch -m <name>
4706Switched to a new branch 'master'
4707Switched to a new branch 'advancedBranch'
4708Switched to branch 'master'
4709hint: Using 'master' as the name for the initial branch. This default branch name
4710hint: is subject to change. To configure the initial branch name to use in all
4711hint: of your new repositories, which will suppress this warning, call:
4712hint:
4713hint: git config --global init.defaultBranch <name>
4714hint:
4715hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4716hint: 'development'. The just-created branch can be renamed via this command:
4717hint:
4718hint: git branch -m <name>
4719Switched to a new branch 'master'
4720Switched to a new branch 'advancedBranch'
4721hint: Using 'master' as the name for the initial branch. This default branch name
4722hint: is subject to change. To configure the initial branch name to use in all
4723hint: of your new repositories, which will suppress this warning, call:
4724hint:
4725hint: git config --global init.defaultBranch <name>
4726hint:
4727hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4728hint: 'development'. The just-created branch can be renamed via this command:
4729hint:
4730hint: git branch -m <name>
4731Switched to a new branch 'master'
4732Switched to a new branch 'deletedFileBranch'
4733Switched to branch 'master'
4734Switched to branch 'deletedFileBranch'
4735hint: Using 'master' as the name for the initial branch. This default branch name
4736hint: is subject to change. To configure the initial branch name to use in all
4737hint: of your new repositories, which will suppress this warning, call:
4738hint:
4739hint: git config --global init.defaultBranch <name>
4740hint:
4741hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4742hint: 'development'. The just-created branch can be renamed via this command:
4743hint:
4744hint: git branch -m <name>
4745Switched to a new branch 'master'
4746Switched to a new branch 'deletedFileBranch'
4747Switched to branch 'master'
4748Switched to branch 'deletedFileBranch'
4749hint: Using 'master' as the name for the initial branch. This default branch name
4750hint: is subject to change. To configure the initial branch name to use in all
4751hint: of your new repositories, which will suppress this warning, call:
4752hint:
4753hint: git config --global init.defaultBranch <name>
4754hint:
4755hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4756hint: 'development'. The just-created branch can be renamed via this command:
4757hint:
4758hint: git branch -m <name>
4759Switched to a new branch 'master'
4760Switched to a new branch 'deletedFileBranch'
4761Switched to branch 'master'
4762hint: Using 'master' as the name for the initial branch. This default branch name
4763hint: is subject to change. To configure the initial branch name to use in all
4764hint: of your new repositories, which will suppress this warning, call:
4765hint:
4766hint: git config --global init.defaultBranch <name>
4767hint:
4768hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4769hint: 'development'. The just-created branch can be renamed via this command:
4770hint:
4771hint: git branch -m <name>
4772Switched to a new branch 'master'
4773Switched to a new branch 'deletedFileBranch'
4774Switched to branch 'master'
4775hint: Using 'master' as the name for the initial branch. This default branch name
4776hint: is subject to change. To configure the initial branch name to use in all
4777hint: of your new repositories, which will suppress this warning, call:
4778hint:
4779hint: git config --global init.defaultBranch <name>
4780hint:
4781hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4782hint: 'development'. The just-created branch can be renamed via this command:
4783hint:
4784hint: git branch -m <name>
4785Switched to a new branch 'master'
4786Switched to a new branch 'condensedFileBranch'
4787Switched to branch 'master'
4788Switched to branch 'condensedFileBranch'
4789hint: Using 'master' as the name for the initial branch. This default branch name
4790hint: is subject to change. To configure the initial branch name to use in all
4791hint: of your new repositories, which will suppress this warning, call:
4792hint:
4793hint: git config --global init.defaultBranch <name>
4794hint:
4795hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4796hint: 'development'. The just-created branch can be renamed via this command:
4797hint:
4798hint: git branch -m <name>
4799Switched to a new branch 'master'
4800Switched to a new branch 'condensedFileBranch'
4801Switched to branch 'master'
4802hint: Using 'master' as the name for the initial branch. This default branch name
4803hint: is subject to change. To configure the initial branch name to use in all
4804hint: of your new repositories, which will suppress this warning, call:
4805hint:
4806hint: git config --global init.defaultBranch <name>
4807hint:
4808hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4809hint: 'development'. The just-created branch can be renamed via this command:
4810hint:
4811hint: git branch -m <name>
4812Switched to a new branch 'master'
4813Switched to a new branch 'condensedFileBranch'
4814Switched to branch 'master'
4815hint: Using 'master' as the name for the initial branch. This default branch name
4816hint: is subject to change. To configure the initial branch name to use in all
4817hint: of your new repositories, which will suppress this warning, call:
4818hint:
4819hint: git config --global init.defaultBranch <name>
4820hint:
4821hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4822hint: 'development'. The just-created branch can be renamed via this command:
4823hint:
4824hint: git branch -m <name>
4825Switched to a new branch 'master'
4826Switched to a new branch 'condensedFileBranch'
4827Switched to branch 'master'
4828Switched to branch 'condensedFileBranch'
4829hint: Using 'master' as the name for the initial branch. This default branch name
4830hint: is subject to change. To configure the initial branch name to use in all
4831hint: of your new repositories, which will suppress this warning, call:
4832hint:
4833hint: git config --global init.defaultBranch <name>
4834hint:
4835hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4836hint: 'development'. The just-created branch can be renamed via this command:
4837hint:
4838hint: git branch -m <name>
4839Switched to a new branch 'master'
4840Switched to a new branch 'condensedFileBranch'
4841Switched to branch 'master'
4842Switched to branch 'condensedFileBranch'
4843hint: Using 'master' as the name for the initial branch. This default branch name
4844hint: is subject to change. To configure the initial branch name to use in all
4845hint: of your new repositories, which will suppress this warning, call:
4846hint:
4847hint: git config --global init.defaultBranch <name>
4848hint:
4849hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4850hint: 'development'. The just-created branch can be renamed via this command:
4851hint:
4852hint: git branch -m <name>
4853Switched to a new branch 'master'
4854Switched to a new branch 'condensedFileBranch'
4855Switched to branch 'master'
4856hint: Using 'master' as the name for the initial branch. This default branch name
4857hint: is subject to change. To configure the initial branch name to use in all
4858hint: of your new repositories, which will suppress this warning, call:
4859hint:
4860hint: git config --global init.defaultBranch <name>
4861hint:
4862hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4863hint: 'development'. The just-created branch can be renamed via this command:
4864hint:
4865hint: git branch -m <name>
4866Switched to a new branch 'master'
4867Switched to a new branch 'condensedFileBranch'
4868Switched to branch 'master'
4869hint: Using 'master' as the name for the initial branch. This default branch name
4870hint: is subject to change. To configure the initial branch name to use in all
4871hint: of your new repositories, which will suppress this warning, call:
4872hint:
4873hint: git config --global init.defaultBranch <name>
4874hint:
4875hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4876hint: 'development'. The just-created branch can be renamed via this command:
4877hint:
4878hint: git branch -m <name>
4879Switched to a new branch 'master'
4880Switched to a new branch 'condensedFileBranch'
4881Switched to branch 'master'
4882Switched to branch 'condensedFileBranch'
4883hint: Using 'master' as the name for the initial branch. This default branch name
4884hint: is subject to change. To configure the initial branch name to use in all
4885hint: of your new repositories, which will suppress this warning, call:
4886hint:
4887hint: git config --global init.defaultBranch <name>
4888hint:
4889hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4890hint: 'development'. The just-created branch can be renamed via this command:
4891hint:
4892hint: git branch -m <name>
4893Switched to a new branch 'master'
4894Switched to a new branch 'deletedFileBranch'
4895Switched to branch 'master'
4896Switched to branch 'deletedFileBranch'
4897hint: Using 'master' as the name for the initial branch. This default branch name
4898hint: is subject to change. To configure the initial branch name to use in all
4899hint: of your new repositories, which will suppress this warning, call:
4900hint:
4901hint: git config --global init.defaultBranch <name>
4902hint:
4903hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4904hint: 'development'. The just-created branch can be renamed via this command:
4905hint:
4906hint: git branch -m <name>
4907Switched to a new branch 'master'
4908Switched to a new branch 'deletedFileBranch'
4909Switched to branch 'master'
4910Switched to branch 'deletedFileBranch'
4911hint: Using 'master' as the name for the initial branch. This default branch name
4912hint: is subject to change. To configure the initial branch name to use in all
4913hint: of your new repositories, which will suppress this warning, call:
4914hint:
4915hint: git config --global init.defaultBranch <name>
4916hint:
4917hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4918hint: 'development'. The just-created branch can be renamed via this command:
4919hint:
4920hint: git branch -m <name>
4921Switched to a new branch 'master'
4922Switched to a new branch 'deletedFileBranch'
4923Switched to branch 'master'
4924hint: Using 'master' as the name for the initial branch. This default branch name
4925hint: is subject to change. To configure the initial branch name to use in all
4926hint: of your new repositories, which will suppress this warning, call:
4927hint:
4928hint: git config --global init.defaultBranch <name>
4929hint:
4930hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4931hint: 'development'. The just-created branch can be renamed via this command:
4932hint:
4933hint: git branch -m <name>
4934Switched to a new branch 'master'
4935Switched to a new branch 'deletedFileBranch'
4936Switched to branch 'master'
4937hint: Using 'master' as the name for the initial branch. This default branch name
4938hint: is subject to change. To configure the initial branch name to use in all
4939hint: of your new repositories, which will suppress this warning, call:
4940hint:
4941hint: git config --global init.defaultBranch <name>
4942hint:
4943hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4944hint: 'development'. The just-created branch can be renamed via this command:
4945hint:
4946hint: git branch -m <name>
4947Switched to a new branch 'master'
4948Switched to a new branch 'movedFileBranch'
4949Switched to branch 'master'
4950Switched to branch 'movedFileBranch'
4951hint: Using 'master' as the name for the initial branch. This default branch name
4952hint: is subject to change. To configure the initial branch name to use in all
4953hint: of your new repositories, which will suppress this warning, call:
4954hint:
4955hint: git config --global init.defaultBranch <name>
4956hint:
4957hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4958hint: 'development'. The just-created branch can be renamed via this command:
4959hint:
4960hint: git branch -m <name>
4961Switched to a new branch 'master'
4962Switched to a new branch 'movedFileBranch'
4963Switched to branch 'master'
4964hint: Using 'master' as the name for the initial branch. This default branch name
4965hint: is subject to change. To configure the initial branch name to use in all
4966hint: of your new repositories, which will suppress this warning, call:
4967hint:
4968hint: git config --global init.defaultBranch <name>
4969hint:
4970hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4971hint: 'development'. The just-created branch can be renamed via this command:
4972hint:
4973hint: git branch -m <name>
4974Switched to a new branch 'master'
4975Switched to a new branch 'movedFileBranch'
4976Switched to branch 'master'
4977hint: Using 'master' as the name for the initial branch. This default branch name
4978hint: is subject to change. To configure the initial branch name to use in all
4979hint: of your new repositories, which will suppress this warning, call:
4980hint:
4981hint: git config --global init.defaultBranch <name>
4982hint:
4983hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4984hint: 'development'. The just-created branch can be renamed via this command:
4985hint:
4986hint: git branch -m <name>
4987Switched to a new branch 'master'
4988Switched to a new branch 'movedFileBranch'
4989Switched to branch 'master'
4990Switched to branch 'movedFileBranch'
4991hint: Using 'master' as the name for the initial branch. This default branch name
4992hint: is subject to change. To configure the initial branch name to use in all
4993hint: of your new repositories, which will suppress this warning, call:
4994hint:
4995hint: git config --global init.defaultBranch <name>
4996hint:
4997hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4998hint: 'development'. The just-created branch can be renamed via this command:
4999hint:
5000hint: git branch -m <name>
5001Switched to a new branch 'master'
5002Switched to a new branch 'movedFileBranch'
5003Switched to branch 'master'
5004Switched to branch 'movedFileBranch'
5005hint: Using 'master' as the name for the initial branch. This default branch name
5006hint: is subject to change. To configure the initial branch name to use in all
5007hint: of your new repositories, which will suppress this warning, call:
5008hint:
5009hint: git config --global init.defaultBranch <name>
5010hint:
5011hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5012hint: 'development'. The just-created branch can be renamed via this command:
5013hint:
5014hint: git branch -m <name>
5015Switched to a new branch 'master'
5016Switched to a new branch 'movedFileBranch'
5017Switched to branch 'master'
5018hint: Using 'master' as the name for the initial branch. This default branch name
5019hint: is subject to change. To configure the initial branch name to use in all
5020hint: of your new repositories, which will suppress this warning, call:
5021hint:
5022hint: git config --global init.defaultBranch <name>
5023hint:
5024hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5025hint: 'development'. The just-created branch can be renamed via this command:
5026hint:
5027hint: git branch -m <name>
5028Switched to a new branch 'master'
5029Switched to a new branch 'movedFileBranch'
5030Switched to branch 'master'
5031hint: Using 'master' as the name for the initial branch. This default branch name
5032hint: is subject to change. To configure the initial branch name to use in all
5033hint: of your new repositories, which will suppress this warning, call:
5034hint:
5035hint: git config --global init.defaultBranch <name>
5036hint:
5037hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5038hint: 'development'. The just-created branch can be renamed via this command:
5039hint:
5040hint: git branch -m <name>
5041Switched to a new branch 'master'
5042Switched to a new branch 'movedFileBranch'
5043Switched to branch 'master'
5044Switched to branch 'movedFileBranch'
5045hint: Using 'master' as the name for the initial branch. This default branch name
5046hint: is subject to change. To configure the initial branch name to use in all
5047hint: of your new repositories, which will suppress this warning, call:
5048hint:
5049hint: git config --global init.defaultBranch <name>
5050hint:
5051hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5052hint: 'development'. The just-created branch can be renamed via this command:
5053hint:
5054hint: git branch -m <name>
5055Switched to a new branch 'master'
5056Switched to a new branch 'evilTwin'
5057Switched to branch 'master'
5058Switched to branch 'evilTwin'
5059hint: Using 'master' as the name for the initial branch. This default branch name
5060hint: is subject to change. To configure the initial branch name to use in all
5061hint: of your new repositories, which will suppress this warning, call:
5062hint:
5063hint: git config --global init.defaultBranch <name>
5064hint:
5065hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5066hint: 'development'. The just-created branch can be renamed via this command:
5067hint:
5068hint: git branch -m <name>
5069Switched to a new branch 'master'
5070Switched to a new branch 'evilTwin'
5071Switched to branch 'master'
5072Switched to branch 'evilTwin'
5073hint: Using 'master' as the name for the initial branch. This default branch name
5074hint: is subject to change. To configure the initial branch name to use in all
5075hint: of your new repositories, which will suppress this warning, call:
5076hint:
5077hint: git config --global init.defaultBranch <name>
5078hint:
5079hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5080hint: 'development'. The just-created branch can be renamed via this command:
5081hint:
5082hint: git branch -m <name>
5083Switched to a new branch 'master'
5084Switched to a new branch 'evilTwin'
5085Switched to branch 'master'
5086hint: Using 'master' as the name for the initial branch. This default branch name
5087hint: is subject to change. To configure the initial branch name to use in all
5088hint: of your new repositories, which will suppress this warning, call:
5089hint:
5090hint: git config --global init.defaultBranch <name>
5091hint:
5092hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5093hint: 'development'. The just-created branch can be renamed via this command:
5094hint:
5095hint: git branch -m <name>
5096Switched to a new branch 'master'
5097Switched to a new branch 'evilTwin'
5098Switched to branch 'master'
5099hint: Using 'master' as the name for the initial branch. This default branch name
5100hint: is subject to change. To configure the initial branch name to use in all
5101hint: of your new repositories, which will suppress this warning, call:
5102hint:
5103hint: git config --global init.defaultBranch <name>
5104hint:
5105hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5106hint: 'development'. The just-created branch can be renamed via this command:
5107hint:
5108hint: git branch -m <name>
5109Switched to a new branch 'master'
5110Switched to a new branch 'movedFileBranch'
5111Switched to branch 'master'
5112Switched to branch 'movedFileBranch'
5113hint: Using 'master' as the name for the initial branch. This default branch name
5114hint: is subject to change. To configure the initial branch name to use in all
5115hint: of your new repositories, which will suppress this warning, call:
5116hint:
5117hint: git config --global init.defaultBranch <name>
5118hint:
5119hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5120hint: 'development'. The just-created branch can be renamed via this command:
5121hint:
5122hint: git branch -m <name>
5123Switched to a new branch 'master'
5124Switched to a new branch 'movedFileBranch'
5125Switched to branch 'master'
5126hint: Using 'master' as the name for the initial branch. This default branch name
5127hint: is subject to change. To configure the initial branch name to use in all
5128hint: of your new repositories, which will suppress this warning, call:
5129hint:
5130hint: git config --global init.defaultBranch <name>
5131hint:
5132hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5133hint: 'development'. The just-created branch can be renamed via this command:
5134hint:
5135hint: git branch -m <name>
5136Switched to a new branch 'master'
5137Switched to a new branch 'movedFileBranch'
5138Switched to branch 'master'
5139hint: Using 'master' as the name for the initial branch. This default branch name
5140hint: is subject to change. To configure the initial branch name to use in all
5141hint: of your new repositories, which will suppress this warning, call:
5142hint:
5143hint: git config --global init.defaultBranch <name>
5144hint:
5145hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5146hint: 'development'. The just-created branch can be renamed via this command:
5147hint:
5148hint: git branch -m <name>
5149Switched to a new branch 'master'
5150Switched to a new branch 'movedFileBranch'
5151Switched to branch 'master'
5152Switched to branch 'movedFileBranch'
5153hint: Using 'master' as the name for the initial branch. This default branch name
5154hint: is subject to change. To configure the initial branch name to use in all
5155hint: of your new repositories, which will suppress this warning, call:
5156hint:
5157hint: git config --global init.defaultBranch <name>
5158hint:
5159hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5160hint: 'development'. The just-created branch can be renamed via this command:
5161hint:
5162hint: git branch -m <name>
5163Switched to a new branch 'master'
5164Switched to a new branch 'movedFileBranch'
5165Switched to branch 'master'
5166Switched to branch 'movedFileBranch'
5167hint: Using 'master' as the name for the initial branch. This default branch name
5168hint: is subject to change. To configure the initial branch name to use in all
5169hint: of your new repositories, which will suppress this warning, call:
5170hint:
5171hint: git config --global init.defaultBranch <name>
5172hint:
5173hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5174hint: 'development'. The just-created branch can be renamed via this command:
5175hint:
5176hint: git branch -m <name>
5177Switched to a new branch 'master'
5178Switched to a new branch 'movedFileBranch'
5179Switched to branch 'master'
5180hint: Using 'master' as the name for the initial branch. This default branch name
5181hint: is subject to change. To configure the initial branch name to use in all
5182hint: of your new repositories, which will suppress this warning, call:
5183hint:
5184hint: git config --global init.defaultBranch <name>
5185hint:
5186hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5187hint: 'development'. The just-created branch can be renamed via this command:
5188hint:
5189hint: git branch -m <name>
5190Switched to a new branch 'master'
5191Switched to a new branch 'movedFileBranch'
5192Switched to branch 'master'
5193hint: Using 'master' as the name for the initial branch. This default branch name
5194hint: is subject to change. To configure the initial branch name to use in all
5195hint: of your new repositories, which will suppress this warning, call:
5196hint:
5197hint: git config --global init.defaultBranch <name>
5198hint:
5199hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5200hint: 'development'. The just-created branch can be renamed via this command:
5201hint:
5202hint: git branch -m <name>
5203Switched to a new branch 'master'
5204Switched to a new branch 'movedFileBranch'
5205Switched to branch 'master'
5206Switched to branch 'movedFileBranch'
5207hint: Using 'master' as the name for the initial branch. This default branch name
5208hint: is subject to change. To configure the initial branch name to use in all
5209hint: of your new repositories, which will suppress this warning, call:
5210hint:
5211hint: git config --global init.defaultBranch <name>
5212hint:
5213hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5214hint: 'development'. The just-created branch can be renamed via this command:
5215hint:
5216hint: git branch -m <name>
5217Switched to a new branch 'master'
5218Switched to a new branch 'movedFileBranch'
5219Switched to branch 'master'
5220Switched to branch 'movedFileBranch'
5221hint: Using 'master' as the name for the initial branch. This default branch name
5222hint: is subject to change. To configure the initial branch name to use in all
5223hint: of your new repositories, which will suppress this warning, call:
5224hint:
5225hint: git config --global init.defaultBranch <name>
5226hint:
5227hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5228hint: 'development'. The just-created branch can be renamed via this command:
5229hint:
5230hint: git branch -m <name>
5231Switched to a new branch 'master'
5232Switched to a new branch 'movedFileBranch'
5233Switched to branch 'master'
5234hint: Using 'master' as the name for the initial branch. This default branch name
5235hint: is subject to change. To configure the initial branch name to use in all
5236hint: of your new repositories, which will suppress this warning, call:
5237hint:
5238hint: git config --global init.defaultBranch <name>
5239hint:
5240hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5241hint: 'development'. The just-created branch can be renamed via this command:
5242hint:
5243hint: git branch -m <name>
5244Switched to a new branch 'master'
5245Switched to a new branch 'movedFileBranch'
5246Switched to branch 'master'
5247hint: Using 'master' as the name for the initial branch. This default branch name
5248hint: is subject to change. To configure the initial branch name to use in all
5249hint: of your new repositories, which will suppress this warning, call:
5250hint:
5251hint: git config --global init.defaultBranch <name>
5252hint:
5253hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5254hint: 'development'. The just-created branch can be renamed via this command:
5255hint:
5256hint: git branch -m <name>
5257Switched to a new branch 'master'
5258Switched to a new branch 'movedFileBranch'
5259Switched to branch 'master'
5260Switched to branch 'movedFileBranch'
5261hint: Using 'master' as the name for the initial branch. This default branch name
5262hint: is subject to change. To configure the initial branch name to use in all
5263hint: of your new repositories, which will suppress this warning, call:
5264hint:
5265hint: git config --global init.defaultBranch <name>
5266hint:
5267hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5268hint: 'development'. The just-created branch can be renamed via this command:
5269hint:
5270hint: git branch -m <name>
5271Switched to a new branch 'master'
5272Switched to a new branch 'movedFileBranch'
5273Switched to branch 'master'
5274Switched to branch 'movedFileBranch'
5275hint: Using 'master' as the name for the initial branch. This default branch name
5276hint: is subject to change. To configure the initial branch name to use in all
5277hint: of your new repositories, which will suppress this warning, call:
5278hint:
5279hint: git config --global init.defaultBranch <name>
5280hint:
5281hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5282hint: 'development'. The just-created branch can be renamed via this command:
5283hint:
5284hint: git branch -m <name>
5285Switched to a new branch 'master'
5286Switched to a new branch 'movedFileBranch'
5287Switched to branch 'master'
5288hint: Using 'master' as the name for the initial branch. This default branch name
5289hint: is subject to change. To configure the initial branch name to use in all
5290hint: of your new repositories, which will suppress this warning, call:
5291hint:
5292hint: git config --global init.defaultBranch <name>
5293hint:
5294hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5295hint: 'development'. The just-created branch can be renamed via this command:
5296hint:
5297hint: git branch -m <name>
5298Switched to a new branch 'master'
5299Switched to a new branch 'movedFileBranch'
5300Switched to branch 'master'
5301hint: Using 'master' as the name for the initial branch. This default branch name
5302hint: is subject to change. To configure the initial branch name to use in all
5303hint: of your new repositories, which will suppress this warning, call:
5304hint:
5305hint: git config --global init.defaultBranch <name>
5306hint:
5307hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5308hint: 'development'. The just-created branch can be renamed via this command:
5309hint:
5310hint: git branch -m <name>
5311Switched to a new branch 'master'
5312Switched to a new branch 'movedFileBranch'
5313Switched to branch 'master'
5314Switched to branch 'movedFileBranch'
5315hint: Using 'master' as the name for the initial branch. This default branch name
5316hint: is subject to change. To configure the initial branch name to use in all
5317hint: of your new repositories, which will suppress this warning, call:
5318hint:
5319hint: git config --global init.defaultBranch <name>
5320hint:
5321hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5322hint: 'development'. The just-created branch can be renamed via this command:
5323hint:
5324hint: git branch -m <name>
5325Switched to a new branch 'master'
5326Switched to a new branch 'swappedFileBranch'
5327Switched to branch 'master'
5328Switched to branch 'swappedFileBranch'
5329hint: Using 'master' as the name for the initial branch. This default branch name
5330hint: is subject to change. To configure the initial branch name to use in all
5331hint: of your new repositories, which will suppress this warning, call:
5332hint:
5333hint: git config --global init.defaultBranch <name>
5334hint:
5335hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5336hint: 'development'. The just-created branch can be renamed via this command:
5337hint:
5338hint: git branch -m <name>
5339Switched to a new branch 'master'
5340Switched to a new branch 'swappedFileBranch'
5341Switched to branch 'master'
5342hint: Using 'master' as the name for the initial branch. This default branch name
5343hint: is subject to change. To configure the initial branch name to use in all
5344hint: of your new repositories, which will suppress this warning, call:
5345hint:
5346hint: git config --global init.defaultBranch <name>
5347hint:
5348hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5349hint: 'development'. The just-created branch can be renamed via this command:
5350hint:
5351hint: git branch -m <name>
5352Switched to a new branch 'master'
5353Switched to a new branch 'swappedFileBranch'
5354Switched to branch 'master'
5355hint: Using 'master' as the name for the initial branch. This default branch name
5356hint: is subject to change. To configure the initial branch name to use in all
5357hint: of your new repositories, which will suppress this warning, call:
5358hint:
5359hint: git config --global init.defaultBranch <name>
5360hint:
5361hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5362hint: 'development'. The just-created branch can be renamed via this command:
5363hint:
5364hint: git branch -m <name>
5365Switched to a new branch 'master'
5366Switched to a new branch 'swappedFileBranch'
5367Switched to branch 'master'
5368Switched to branch 'swappedFileBranch'
5369hint: Using 'master' as the name for the initial branch. This default branch name
5370hint: is subject to change. To configure the initial branch name to use in all
5371hint: of your new repositories, which will suppress this warning, call:
5372hint:
5373hint: git config --global init.defaultBranch <name>
5374hint:
5375hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5376hint: 'development'. The just-created branch can be renamed via this command:
5377hint:
5378hint: git branch -m <name>
5379Switched to a new branch 'master'
5380Switched to a new branch 'swappedFileBranch'
5381Switched to branch 'master'
5382Switched to branch 'swappedFileBranch'
5383hint: Using 'master' as the name for the initial branch. This default branch name
5384hint: is subject to change. To configure the initial branch name to use in all
5385hint: of your new repositories, which will suppress this warning, call:
5386hint:
5387hint: git config --global init.defaultBranch <name>
5388hint:
5389hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5390hint: 'development'. The just-created branch can be renamed via this command:
5391hint:
5392hint: git branch -m <name>
5393Switched to a new branch 'master'
5394Switched to a new branch 'swappedFileBranch'
5395Switched to branch 'master'
5396hint: Using 'master' as the name for the initial branch. This default branch name
5397hint: is subject to change. To configure the initial branch name to use in all
5398hint: of your new repositories, which will suppress this warning, call:
5399hint:
5400hint: git config --global init.defaultBranch <name>
5401hint:
5402hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5403hint: 'development'. The just-created branch can be renamed via this command:
5404hint:
5405hint: git branch -m <name>
5406Switched to a new branch 'master'
5407Switched to a new branch 'swappedFileBranch'
5408Switched to branch 'master'
5409hint: Using 'master' as the name for the initial branch. This default branch name
5410hint: is subject to change. To configure the initial branch name to use in all
5411hint: of your new repositories, which will suppress this warning, call:
5412hint:
5413hint: git config --global init.defaultBranch <name>
5414hint:
5415hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5416hint: 'development'. The just-created branch can be renamed via this command:
5417hint:
5418hint: git branch -m <name>
5419Switched to a new branch 'master'
5420Switched to a new branch 'swappedFileBranch'
5421Switched to branch 'master'
5422Switched to branch 'swappedFileBranch'
5423hint: Using 'master' as the name for the initial branch. This default branch name
5424hint: is subject to change. To configure the initial branch name to use in all
5425hint: of your new repositories, which will suppress this warning, call:
5426hint:
5427hint: git config --global init.defaultBranch <name>
5428hint:
5429hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5430hint: 'development'. The just-created branch can be renamed via this command:
5431hint:
5432hint: git branch -m <name>
5433Switched to a new branch 'master'
5434Switched to a new branch 'casesLimitStrategyMovesBranch'
5435Switched to branch 'master'
5436Switched to branch 'casesLimitStrategyMovesBranch'
5437hint: Using 'master' as the name for the initial branch. This default branch name
5438hint: is subject to change. To configure the initial branch name to use in all
5439hint: of your new repositories, which will suppress this warning, call:
5440hint:
5441hint: git config --global init.defaultBranch <name>
5442hint:
5443hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5444hint: 'development'. The just-created branch can be renamed via this command:
5445hint:
5446hint: git branch -m <name>
5447Switched to a new branch 'master'
5448Switched to a new branch 'casesLimitStrategyMovesBranch'
5449Switched to branch 'master'
5450hint: Using 'master' as the name for the initial branch. This default branch name
5451hint: is subject to change. To configure the initial branch name to use in all
5452hint: of your new repositories, which will suppress this warning, call:
5453hint:
5454hint: git config --global init.defaultBranch <name>
5455hint:
5456hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5457hint: 'development'. The just-created branch can be renamed via this command:
5458hint:
5459hint: git branch -m <name>
5460Switched to a new branch 'master'
5461Switched to a new branch 'casesLimitStrategyMovesBranch'
5462Switched to branch 'master'
5463hint: Using 'master' as the name for the initial branch. This default branch name
5464hint: is subject to change. To configure the initial branch name to use in all
5465hint: of your new repositories, which will suppress this warning, call:
5466hint:
5467hint: git config --global init.defaultBranch <name>
5468hint:
5469hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5470hint: 'development'. The just-created branch can be renamed via this command:
5471hint:
5472hint: git branch -m <name>
5473Switched to a new branch 'master'
5474Switched to a new branch 'casesLimitStrategyMovesBranch'
5475Switched to branch 'master'
5476Switched to branch 'casesLimitStrategyMovesBranch'
5477hint: Using 'master' as the name for the initial branch. This default branch name
5478hint: is subject to change. To configure the initial branch name to use in all
5479hint: of your new repositories, which will suppress this warning, call:
5480hint:
5481hint: git config --global init.defaultBranch <name>
5482hint:
5483hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5484hint: 'development'. The just-created branch can be renamed via this command:
5485hint:
5486hint: git branch -m <name>
5487Switched to a new branch 'master'
5488Switched to a new branch 'casesLimitStrategyMovesBranch'
5489Switched to branch 'master'
5490Switched to branch 'casesLimitStrategyMovesBranch'
5491hint: Using 'master' as the name for the initial branch. This default branch name
5492hint: is subject to change. To configure the initial branch name to use in all
5493hint: of your new repositories, which will suppress this warning, call:
5494hint:
5495hint: git config --global init.defaultBranch <name>
5496hint:
5497hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5498hint: 'development'. The just-created branch can be renamed via this command:
5499hint:
5500hint: git branch -m <name>
5501Switched to a new branch 'master'
5502Switched to a new branch 'casesLimitStrategyMovesBranch'
5503Switched to branch 'master'
5504hint: Using 'master' as the name for the initial branch. This default branch name
5505hint: is subject to change. To configure the initial branch name to use in all
5506hint: of your new repositories, which will suppress this warning, call:
5507hint:
5508hint: git config --global init.defaultBranch <name>
5509hint:
5510hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5511hint: 'development'. The just-created branch can be renamed via this command:
5512hint:
5513hint: git branch -m <name>
5514Switched to a new branch 'master'
5515Switched to a new branch 'casesLimitStrategyMovesBranch'
5516Switched to branch 'master'
5517hint: Using 'master' as the name for the initial branch. This default branch name
5518hint: is subject to change. To configure the initial branch name to use in all
5519hint: of your new repositories, which will suppress this warning, call:
5520hint:
5521hint: git config --global init.defaultBranch <name>
5522hint:
5523hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5524hint: 'development'. The just-created branch can be renamed via this command:
5525hint:
5526hint: git branch -m <name>
5527Switched to a new branch 'master'
5528Switched to a new branch 'casesLimitStrategyMovesBranch'
5529Switched to branch 'master'
5530Switched to branch 'casesLimitStrategyMovesBranch'
5531hint: Using 'master' as the name for the initial branch. This default branch name
5532hint: is subject to change. To configure the initial branch name to use in all
5533hint: of your new repositories, which will suppress this warning, call:
5534hint:
5535hint: git config --global init.defaultBranch <name>
5536hint:
5537hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5538hint: 'development'. The just-created branch can be renamed via this command:
5539hint:
5540hint: git branch -m <name>
5541Switched to a new branch 'master'
5542Switched to a new branch 'newFileBranch'
5543Switched to branch 'master'
5544Switched to branch 'newFileBranch'
5545hint: Using 'master' as the name for the initial branch. This default branch name
5546hint: is subject to change. To configure the initial branch name to use in all
5547hint: of your new repositories, which will suppress this warning, call:
5548hint:
5549hint: git config --global init.defaultBranch <name>
5550hint:
5551hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5552hint: 'development'. The just-created branch can be renamed via this command:
5553hint:
5554hint: git branch -m <name>
5555Switched to a new branch 'master'
5556Switched to a new branch 'newFileBranch'
5557Switched to branch 'master'
5558hint: Using 'master' as the name for the initial branch. This default branch name
5559hint: is subject to change. To configure the initial branch name to use in all
5560hint: of your new repositories, which will suppress this warning, call:
5561hint:
5562hint: git config --global init.defaultBranch <name>
5563hint:
5564hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5565hint: 'development'. The just-created branch can be renamed via this command:
5566hint:
5567hint: git branch -m <name>
5568Switched to a new branch 'master'
5569Switched to a new branch 'newFileBranch'
5570Switched to branch 'master'
5571hint: Using 'master' as the name for the initial branch. This default branch name
5572hint: is subject to change. To configure the initial branch name to use in all
5573hint: of your new repositories, which will suppress this warning, call:
5574hint:
5575hint: git config --global init.defaultBranch <name>
5576hint:
5577hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5578hint: 'development'. The just-created branch can be renamed via this command:
5579hint:
5580hint: git branch -m <name>
5581Switched to a new branch 'master'
5582Switched to a new branch 'newFileBranch'
5583Switched to branch 'master'
5584Switched to branch 'newFileBranch'
5585hint: Using 'master' as the name for the initial branch. This default branch name
5586hint: is subject to change. To configure the initial branch name to use in all
5587hint: of your new repositories, which will suppress this warning, call:
5588hint:
5589hint: git config --global init.defaultBranch <name>
5590hint:
5591hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5592hint: 'development'. The just-created branch can be renamed via this command:
5593hint:
5594hint: git branch -m <name>
5595Switched to a new branch 'master'
5596Switched to a new branch 'newFileBranch'
5597Switched to branch 'master'
5598Switched to branch 'newFileBranch'
5599hint: Using 'master' as the name for the initial branch. This default branch name
5600hint: is subject to change. To configure the initial branch name to use in all
5601hint: of your new repositories, which will suppress this warning, call:
5602hint:
5603hint: git config --global init.defaultBranch <name>
5604hint:
5605hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5606hint: 'development'. The just-created branch can be renamed via this command:
5607hint:
5608hint: git branch -m <name>
5609Switched to a new branch 'master'
5610Switched to a new branch 'newFileBranch'
5611Switched to branch 'master'
5612hint: Using 'master' as the name for the initial branch. This default branch name
5613hint: is subject to change. To configure the initial branch name to use in all
5614hint: of your new repositories, which will suppress this warning, call:
5615hint:
5616hint: git config --global init.defaultBranch <name>
5617hint:
5618hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5619hint: 'development'. The just-created branch can be renamed via this command:
5620hint:
5621hint: git branch -m <name>
5622Switched to a new branch 'master'
5623Switched to a new branch 'newFileBranch'
5624Switched to branch 'master'
5625hint: Using 'master' as the name for the initial branch. This default branch name
5626hint: is subject to change. To configure the initial branch name to use in all
5627hint: of your new repositories, which will suppress this warning, call:
5628hint:
5629hint: git config --global init.defaultBranch <name>
5630hint:
5631hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5632hint: 'development'. The just-created branch can be renamed via this command:
5633hint:
5634hint: git branch -m <name>
5635Switched to a new branch 'master'
5636Switched to a new branch 'newFileBranch'
5637Switched to branch 'master'
5638Switched to branch 'newFileBranch'
5639hint: Using 'master' as the name for the initial branch. This default branch name
5640hint: is subject to change. To configure the initial branch name to use in all
5641hint: of your new repositories, which will suppress this warning, call:
5642hint:
5643hint: git config --global init.defaultBranch <name>
5644hint:
5645hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5646hint: 'development'. The just-created branch can be renamed via this command:
5647hint:
5648hint: git branch -m <name>
5649Switched to a new branch 'master'
5650Switched to a new branch 'splitFileBranch'
5651Switched to branch 'master'
5652Switched to branch 'splitFileBranch'
5653hint: Using 'master' as the name for the initial branch. This default branch name
5654hint: is subject to change. To configure the initial branch name to use in all
5655hint: of your new repositories, which will suppress this warning, call:
5656hint:
5657hint: git config --global init.defaultBranch <name>
5658hint:
5659hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5660hint: 'development'. The just-created branch can be renamed via this command:
5661hint:
5662hint: git branch -m <name>
5663Switched to a new branch 'master'
5664Switched to a new branch 'splitFileBranch'
5665Switched to branch 'master'
5666Switched to branch 'splitFileBranch'
5667hint: Using 'master' as the name for the initial branch. This default branch name
5668hint: is subject to change. To configure the initial branch name to use in all
5669hint: of your new repositories, which will suppress this warning, call:
5670hint:
5671hint: git config --global init.defaultBranch <name>
5672hint:
5673hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5674hint: 'development'. The just-created branch can be renamed via this command:
5675hint:
5676hint: git branch -m <name>
5677Switched to a new branch 'master'
5678Switched to a new branch 'splitFileBranch'
5679Switched to branch 'master'
5680hint: Using 'master' as the name for the initial branch. This default branch name
5681hint: is subject to change. To configure the initial branch name to use in all
5682hint: of your new repositories, which will suppress this warning, call:
5683hint:
5684hint: git config --global init.defaultBranch <name>
5685hint:
5686hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5687hint: 'development'. The just-created branch can be renamed via this command:
5688hint:
5689hint: git branch -m <name>
5690Switched to a new branch 'master'
5691Switched to a new branch 'splitFileBranch'
5692Switched to branch 'master'
5693hint: Using 'master' as the name for the initial branch. This default branch name
5694hint: is subject to change. To configure the initial branch name to use in all
5695hint: of your new repositories, which will suppress this warning, call:
5696hint:
5697hint: git config --global init.defaultBranch <name>
5698hint:
5699hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5700hint: 'development'. The just-created branch can be renamed via this command:
5701hint:
5702hint: git branch -m <name>
5703Switched to a new branch 'master'
5704Switched to a new branch 'splitFileBranch'
5705Switched to branch 'master'
5706hint: Using 'master' as the name for the initial branch. This default branch name
5707hint: is subject to change. To configure the initial branch name to use in all
5708hint: of your new repositories, which will suppress this warning, call:
5709hint:
5710hint: git config --global init.defaultBranch <name>
5711hint:
5712hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5713hint: 'development'. The just-created branch can be renamed via this command:
5714hint:
5715hint: git branch -m <name>
5716Switched to a new branch 'master'
5717Switched to a new branch 'splitFileBranch'
5718Switched to branch 'master'
5719hint: Using 'master' as the name for the initial branch. This default branch name
5720hint: is subject to change. To configure the initial branch name to use in all
5721hint: of your new repositories, which will suppress this warning, call:
5722hint:
5723hint: git config --global init.defaultBranch <name>
5724hint:
5725hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5726hint: 'development'. The just-created branch can be renamed via this command:
5727hint:
5728hint: git branch -m <name>
5729Switched to a new branch 'master'
5730Switched to a new branch 'splitFileBranch'
5731Switched to branch 'master'
5732Switched to branch 'splitFileBranch'
5733hint: Using 'master' as the name for the initial branch. This default branch name
5734hint: is subject to change. To configure the initial branch name to use in all
5735hint: of your new repositories, which will suppress this warning, call:
5736hint:
5737hint: git config --global init.defaultBranch <name>
5738hint:
5739hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5740hint: 'development'. The just-created branch can be renamed via this command:
5741hint:
5742hint: git branch -m <name>
5743Switched to a new branch 'master'
5744Switched to a new branch 'splitFileBranch'
5745Switched to branch 'master'
5746Switched to branch 'splitFileBranch'
5747hint: Using 'master' as the name for the initial branch. This default branch name
5748hint: is subject to change. To configure the initial branch name to use in all
5749hint: of your new repositories, which will suppress this warning, call:
5750hint:
5751hint: git config --global init.defaultBranch <name>
5752hint:
5753hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5754hint: 'development'. The just-created branch can be renamed via this command:
5755hint:
5756hint: git branch -m <name>
5757Switched to a new branch 'master'
5758Switched to a new branch 'splitFileBranch'
5759Switched to branch 'master'
5760hint: Using 'master' as the name for the initial branch. This default branch name
5761hint: is subject to change. To configure the initial branch name to use in all
5762hint: of your new repositories, which will suppress this warning, call:
5763hint:
5764hint: git config --global init.defaultBranch <name>
5765hint:
5766hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5767hint: 'development'. The just-created branch can be renamed via this command:
5768hint:
5769hint: git branch -m <name>
5770Switched to a new branch 'master'
5771Switched to a new branch 'splitFileBranch'
5772Switched to branch 'master'
5773Switched to branch 'splitFileBranch'
5774hint: Using 'master' as the name for the initial branch. This default branch name
5775hint: is subject to change. To configure the initial branch name to use in all
5776hint: of your new repositories, which will suppress this warning, call:
5777hint:
5778hint: git config --global init.defaultBranch <name>
5779hint:
5780hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5781hint: 'development'. The just-created branch can be renamed via this command:
5782hint:
5783hint: git branch -m <name>
5784Switched to a new branch 'master'
5785Switched to a new branch 'splitFileBranch'
5786Switched to branch 'master'
5787Switched to branch 'splitFileBranch'
5788hint: Using 'master' as the name for the initial branch. This default branch name
5789hint: is subject to change. To configure the initial branch name to use in all
5790hint: of your new repositories, which will suppress this warning, call:
5791hint:
5792hint: git config --global init.defaultBranch <name>
5793hint:
5794hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5795hint: 'development'. The just-created branch can be renamed via this command:
5796hint:
5797hint: git branch -m <name>
5798Switched to a new branch 'master'
5799Switched to a new branch 'splitFileBranch'
5800Switched to branch 'master'
5801hint: Using 'master' as the name for the initial branch. This default branch name
5802hint: is subject to change. To configure the initial branch name to use in all
5803hint: of your new repositories, which will suppress this warning, call:
5804hint:
5805hint: git config --global init.defaultBranch <name>
5806hint:
5807hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5808hint: 'development'. The just-created branch can be renamed via this command:
5809hint:
5810hint: git branch -m <name>
5811Switched to a new branch 'master'
5812Switched to a new branch 'splitFileBranch'
5813Switched to branch 'master'
5814Switched to branch 'splitFileBranch'
5815hint: Using 'master' as the name for the initial branch. This default branch name
5816hint: is subject to change. To configure the initial branch name to use in all
5817hint: of your new repositories, which will suppress this warning, call:
5818hint:
5819hint: git config --global init.defaultBranch <name>
5820hint:
5821hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5822hint: 'development'. The just-created branch can be renamed via this command:
5823hint:
5824hint: git branch -m <name>
5825Switched to a new branch 'master'
5826Switched to a new branch 'splitFileBranch'
5827Switched to branch 'master'
5828hint: Using 'master' as the name for the initial branch. This default branch name
5829hint: is subject to change. To configure the initial branch name to use in all
5830hint: of your new repositories, which will suppress this warning, call:
5831hint:
5832hint: git config --global init.defaultBranch <name>
5833hint:
5834hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5835hint: 'development'. The just-created branch can be renamed via this command:
5836hint:
5837hint: git branch -m <name>
5838Switched to a new branch 'master'
5839Switched to a new branch 'splitFileBranch'
5840Switched to branch 'master'
5841hint: Using 'master' as the name for the initial branch. This default branch name
5842hint: is subject to change. To configure the initial branch name to use in all
5843hint: of your new repositories, which will suppress this warning, call:
5844hint:
5845hint: git config --global init.defaultBranch <name>
5846hint:
5847hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5848hint: 'development'. The just-created branch can be renamed via this command:
5849hint:
5850hint: git branch -m <name>
5851Switched to a new branch 'master'
5852Switched to a new branch 'splitFileBranch'
5853Switched to branch 'master'
5854Switched to branch 'splitFileBranch'
5855hint: Using 'master' as the name for the initial branch. This default branch name
5856hint: is subject to change. To configure the initial branch name to use in all
5857hint: of your new repositories, which will suppress this warning, call:
5858hint:
5859hint: git config --global init.defaultBranch <name>
5860hint:
5861hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5862hint: 'development'. The just-created branch can be renamed via this command:
5863hint:
5864hint: git branch -m <name>
5865Switched to a new branch 'master'
5866Switched to a new branch 'deletedFileBranch'
5867Switched to branch 'master'
5868Switched to branch 'deletedFileBranch'
5869hint: Using 'master' as the name for the initial branch. This default branch name
5870hint: is subject to change. To configure the initial branch name to use in all
5871hint: of your new repositories, which will suppress this warning, call:
5872hint:
5873hint: git config --global init.defaultBranch <name>
5874hint:
5875hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5876hint: 'development'. The just-created branch can be renamed via this command:
5877hint:
5878hint: git branch -m <name>
5879Switched to a new branch 'master'
5880Switched to a new branch 'deletedFileBranch'
5881Switched to branch 'master'
5882hint: Using 'master' as the name for the initial branch. This default branch name
5883hint: is subject to change. To configure the initial branch name to use in all
5884hint: of your new repositories, which will suppress this warning, call:
5885hint:
5886hint: git config --global init.defaultBranch <name>
5887hint:
5888hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5889hint: 'development'. The just-created branch can be renamed via this command:
5890hint:
5891hint: git branch -m <name>
5892Switched to a new branch 'master'
5893Switched to a new branch 'deletedFileBranch'
5894Switched to branch 'master'
5895hint: Using 'master' as the name for the initial branch. This default branch name
5896hint: is subject to change. To configure the initial branch name to use in all
5897hint: of your new repositories, which will suppress this warning, call:
5898hint:
5899hint: git config --global init.defaultBranch <name>
5900hint:
5901hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5902hint: 'development'. The just-created branch can be renamed via this command:
5903hint:
5904hint: git branch -m <name>
5905Switched to a new branch 'master'
5906Switched to a new branch 'deletedFileBranch'
5907Switched to branch 'master'
5908Switched to branch 'deletedFileBranch'
5909hint: Using 'master' as the name for the initial branch. This default branch name
5910hint: is subject to change. To configure the initial branch name to use in all
5911hint: of your new repositories, which will suppress this warning, call:
5912hint:
5913hint: git config --global init.defaultBranch <name>
5914hint:
5915hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5916hint: 'development'. The just-created branch can be renamed via this command:
5917hint:
5918hint: git branch -m <name>
5919Switched to a new branch 'master'
5920Switched to a new branch 'deletedFileBranch'
5921Switched to branch 'master'
5922Switched to branch 'deletedFileBranch'
5923hint: Using 'master' as the name for the initial branch. This default branch name
5924hint: is subject to change. To configure the initial branch name to use in all
5925hint: of your new repositories, which will suppress this warning, call:
5926hint:
5927hint: git config --global init.defaultBranch <name>
5928hint:
5929hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5930hint: 'development'. The just-created branch can be renamed via this command:
5931hint:
5932hint: git branch -m <name>
5933Switched to a new branch 'master'
5934Switched to a new branch 'deletedFileBranch'
5935Switched to branch 'master'
5936hint: Using 'master' as the name for the initial branch. This default branch name
5937hint: is subject to change. To configure the initial branch name to use in all
5938hint: of your new repositories, which will suppress this warning, call:
5939hint:
5940hint: git config --global init.defaultBranch <name>
5941hint:
5942hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5943hint: 'development'. The just-created branch can be renamed via this command:
5944hint:
5945hint: git branch -m <name>
5946Switched to a new branch 'master'
5947Switched to a new branch 'deletedFileBranch'
5948Switched to branch 'master'
5949hint: Using 'master' as the name for the initial branch. This default branch name
5950hint: is subject to change. To configure the initial branch name to use in all
5951hint: of your new repositories, which will suppress this warning, call:
5952hint:
5953hint: git config --global init.defaultBranch <name>
5954hint:
5955hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5956hint: 'development'. The just-created branch can be renamed via this command:
5957hint:
5958hint: git branch -m <name>
5959Switched to a new branch 'master'
5960Switched to a new branch 'deletedFileBranch'
5961Switched to branch 'master'
5962Switched to branch 'deletedFileBranch'
5963hint: Using 'master' as the name for the initial branch. This default branch name
5964hint: is subject to change. To configure the initial branch name to use in all
5965hint: of your new repositories, which will suppress this warning, call:
5966hint:
5967hint: git config --global init.defaultBranch <name>
5968hint:
5969hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5970hint: 'development'. The just-created branch can be renamed via this command:
5971hint:
5972hint: git branch -m <name>
5973Switched to a new branch 'master'
5974Switched to a new branch 'evilTwin'
5975Switched to branch 'master'
5976Switched to branch 'evilTwin'
5977hint: Using 'master' as the name for the initial branch. This default branch name
5978hint: is subject to change. To configure the initial branch name to use in all
5979hint: of your new repositories, which will suppress this warning, call:
5980hint:
5981hint: git config --global init.defaultBranch <name>
5982hint:
5983hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5984hint: 'development'. The just-created branch can be renamed via this command:
5985hint:
5986hint: git branch -m <name>
5987Switched to a new branch 'master'
5988Switched to a new branch 'evilTwin'
5989Switched to branch 'master'
5990Switched to branch 'evilTwin'
5991hint: Using 'master' as the name for the initial branch. This default branch name
5992hint: is subject to change. To configure the initial branch name to use in all
5993hint: of your new repositories, which will suppress this warning, call:
5994hint:
5995hint: git config --global init.defaultBranch <name>
5996hint:
5997hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5998hint: 'development'. The just-created branch can be renamed via this command:
5999hint:
6000hint: git branch -m <name>
6001Switched to a new branch 'master'
6002Switched to a new branch 'evilTwin'
6003Switched to branch 'master'
6004hint: Using 'master' as the name for the initial branch. This default branch name
6005hint: is subject to change. To configure the initial branch name to use in all
6006hint: of your new repositories, which will suppress this warning, call:
6007hint:
6008hint: git config --global init.defaultBranch <name>
6009hint:
6010hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6011hint: 'development'. The just-created branch can be renamed via this command:
6012hint:
6013hint: git branch -m <name>
6014Switched to a new branch 'master'
6015Switched to a new branch 'evilTwin'
6016Switched to branch 'master'
6017hint: Using 'master' as the name for the initial branch. This default branch name
6018hint: is subject to change. To configure the initial branch name to use in all
6019hint: of your new repositories, which will suppress this warning, call:
6020hint:
6021hint: git config --global init.defaultBranch <name>
6022hint:
6023hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6024hint: 'development'. The just-created branch can be renamed via this command:
6025hint:
6026hint: git branch -m <name>
6027Switched to a new branch 'master'
6028Switched to a new branch 'concurrentlyDeletedFileBranch'
6029Switched to branch 'master'
6030Switched to branch 'concurrentlyDeletedFileBranch'
6031hint: Using 'master' as the name for the initial branch. This default branch name
6032hint: is subject to change. To configure the initial branch name to use in all
6033hint: of your new repositories, which will suppress this warning, call:
6034hint:
6035hint: git config --global init.defaultBranch <name>
6036hint:
6037hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6038hint: 'development'. The just-created branch can be renamed via this command:
6039hint:
6040hint: git branch -m <name>
6041Switched to a new branch 'master'
6042Switched to a new branch 'concurrentlyDeletedFileBranch'
6043Switched to branch 'master'
6044hint: Using 'master' as the name for the initial branch. This default branch name
6045hint: is subject to change. To configure the initial branch name to use in all
6046hint: of your new repositories, which will suppress this warning, call:
6047hint:
6048hint: git config --global init.defaultBranch <name>
6049hint:
6050hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6051hint: 'development'. The just-created branch can be renamed via this command:
6052hint:
6053hint: git branch -m <name>
6054Switched to a new branch 'master'
6055Switched to a new branch 'concurrentlyDeletedFileBranch'
6056Switched to branch 'master'
6057hint: Using 'master' as the name for the initial branch. This default branch name
6058hint: is subject to change. To configure the initial branch name to use in all
6059hint: of your new repositories, which will suppress this warning, call:
6060hint:
6061hint: git config --global init.defaultBranch <name>
6062hint:
6063hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6064hint: 'development'. The just-created branch can be renamed via this command:
6065hint:
6066hint: git branch -m <name>
6067Switched to a new branch 'master'
6068Switched to a new branch 'concurrentlyDeletedFileBranch'
6069Switched to branch 'master'
6070Switched to branch 'concurrentlyDeletedFileBranch'
6071hint: Using 'master' as the name for the initial branch. This default branch name
6072hint: is subject to change. To configure the initial branch name to use in all
6073hint: of your new repositories, which will suppress this warning, call:
6074hint:
6075hint: git config --global init.defaultBranch <name>
6076hint:
6077hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6078hint: 'development'. The just-created branch can be renamed via this command:
6079hint:
6080hint: git branch -m <name>
6081Switched to a new branch 'master'
6082Switched to a new branch 'concurrentlyDeletedFileBranch'
6083Switched to branch 'master'
6084Switched to branch 'concurrentlyDeletedFileBranch'
6085hint: Using 'master' as the name for the initial branch. This default branch name
6086hint: is subject to change. To configure the initial branch name to use in all
6087hint: of your new repositories, which will suppress this warning, call:
6088hint:
6089hint: git config --global init.defaultBranch <name>
6090hint:
6091hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6092hint: 'development'. The just-created branch can be renamed via this command:
6093hint:
6094hint: git branch -m <name>
6095Switched to a new branch 'master'
6096Switched to a new branch 'concurrentlyDeletedFileBranch'
6097Switched to branch 'master'
6098hint: Using 'master' as the name for the initial branch. This default branch name
6099hint: is subject to change. To configure the initial branch name to use in all
6100hint: of your new repositories, which will suppress this warning, call:
6101hint:
6102hint: git config --global init.defaultBranch <name>
6103hint:
6104hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6105hint: 'development'. The just-created branch can be renamed via this command:
6106hint:
6107hint: git branch -m <name>
6108Switched to a new branch 'master'
6109Switched to a new branch 'concurrentlyDeletedFileBranch'
6110Switched to branch 'master'
6111hint: Using 'master' as the name for the initial branch. This default branch name
6112hint: is subject to change. To configure the initial branch name to use in all
6113hint: of your new repositories, which will suppress this warning, call:
6114hint:
6115hint: git config --global init.defaultBranch <name>
6116hint:
6117hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6118hint: 'development'. The just-created branch can be renamed via this command:
6119hint:
6120hint: git branch -m <name>
6121Switched to a new branch 'master'
6122Switched to a new branch 'concurrentlyDeletedFileBranch'
6123Switched to branch 'master'
6124Switched to branch 'concurrentlyDeletedFileBranch'
6125hint: Using 'master' as the name for the initial branch. This default branch name
6126hint: is subject to change. To configure the initial branch name to use in all
6127hint: of your new repositories, which will suppress this warning, call:
6128hint:
6129hint: git config --global init.defaultBranch <name>
6130hint:
6131hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6132hint: 'development'. The just-created branch can be renamed via this command:
6133hint:
6134hint: git branch -m <name>
6135Switched to a new branch 'master'
6136Switched to a new branch 'renamedFileBranch'
6137Switched to branch 'master'
6138hint: Using 'master' as the name for the initial branch. This default branch name
6139hint: is subject to change. To configure the initial branch name to use in all
6140hint: of your new repositories, which will suppress this warning, call:
6141hint:
6142hint: git config --global init.defaultBranch <name>
6143hint:
6144hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6145hint: 'development'. The just-created branch can be renamed via this command:
6146hint:
6147hint: git branch -m <name>
6148Switched to a new branch 'master'
6149Switched to a new branch 'renamedFileBranch'
6150Switched to branch 'master'
6151Switched to branch 'renamedFileBranch'
6152hint: Using 'master' as the name for the initial branch. This default branch name
6153hint: is subject to change. To configure the initial branch name to use in all
6154hint: of your new repositories, which will suppress this warning, call:
6155hint:
6156hint: git config --global init.defaultBranch <name>
6157hint:
6158hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6159hint: 'development'. The just-created branch can be renamed via this command:
6160hint:
6161hint: git branch -m <name>
6162Switched to a new branch 'master'
6163Switched to a new branch 'renamedFileBranch'
6164Switched to branch 'master'
6165hint: Using 'master' as the name for the initial branch. This default branch name
6166hint: is subject to change. To configure the initial branch name to use in all
6167hint: of your new repositories, which will suppress this warning, call:
6168hint:
6169hint: git config --global init.defaultBranch <name>
6170hint:
6171hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6172hint: 'development'. The just-created branch can be renamed via this command:
6173hint:
6174hint: git branch -m <name>
6175Switched to a new branch 'master'
6176Switched to a new branch 'renamedFileBranch'
6177Switched to branch 'master'
6178Switched to branch 'renamedFileBranch'
6179hint: Using 'master' as the name for the initial branch. This default branch name
6180hint: is subject to change. To configure the initial branch name to use in all
6181hint: of your new repositories, which will suppress this warning, call:
6182hint:
6183hint: git config --global init.defaultBranch <name>
6184hint:
6185hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6186hint: 'development'. The just-created branch can be renamed via this command:
6187hint:
6188hint: git branch -m <name>
6189Switched to a new branch 'master'
6190Switched to a new branch 'renamedFileBranch'
6191Switched to branch 'master'
6192hint: Using 'master' as the name for the initial branch. This default branch name
6193hint: is subject to change. To configure the initial branch name to use in all
6194hint: of your new repositories, which will suppress this warning, call:
6195hint:
6196hint: git config --global init.defaultBranch <name>
6197hint:
6198hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6199hint: 'development'. The just-created branch can be renamed via this command:
6200hint:
6201hint: git branch -m <name>
6202Switched to a new branch 'master'
6203Switched to a new branch 'renamedFileBranch'
6204Switched to branch 'master'
6205Switched to branch 'renamedFileBranch'
6206hint: Using 'master' as the name for the initial branch. This default branch name
6207hint: is subject to change. To configure the initial branch name to use in all
6208hint: of your new repositories, which will suppress this warning, call:
6209hint:
6210hint: git config --global init.defaultBranch <name>
6211hint:
6212hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6213hint: 'development'. The just-created branch can be renamed via this command:
6214hint:
6215hint: git branch -m <name>
6216Switched to a new branch 'master'
6217Switched to a new branch 'renamedFileBranch'
6218Switched to branch 'master'
6219hint: Using 'master' as the name for the initial branch. This default branch name
6220hint: is subject to change. To configure the initial branch name to use in all
6221hint: of your new repositories, which will suppress this warning, call:
6222hint:
6223hint: git config --global init.defaultBranch <name>
6224hint:
6225hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6226hint: 'development'. The just-created branch can be renamed via this command:
6227hint:
6228hint: git branch -m <name>
6229Switched to a new branch 'master'
6230Switched to a new branch 'renamedFileBranch'
6231Switched to branch 'master'
6232Switched to branch 'renamedFileBranch'
6233hint: Using 'master' as the name for the initial branch. This default branch name
6234hint: is subject to change. To configure the initial branch name to use in all
6235hint: of your new repositories, which will suppress this warning, call:
6236hint:
6237hint: git config --global init.defaultBranch <name>
6238hint:
6239hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6240hint: 'development'. The just-created branch can be renamed via this command:
6241hint:
6242hint: git branch -m <name>
6243Switched to a new branch 'master'
6244Switched to a new branch 'concurrentlyModifiedFileBranch'
6245Switched to branch 'master'
6246Switched to branch 'concurrentlyModifiedFileBranch'
6247hint: Using 'master' as the name for the initial branch. This default branch name
6248hint: is subject to change. To configure the initial branch name to use in all
6249hint: of your new repositories, which will suppress this warning, call:
6250hint:
6251hint: git config --global init.defaultBranch <name>
6252hint:
6253hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6254hint: 'development'. The just-created branch can be renamed via this command:
6255hint:
6256hint: git branch -m <name>
6257Switched to a new branch 'master'
6258Switched to a new branch 'concurrentlyModifiedFileBranch'
6259Switched to branch 'master'
6260Switched to branch 'concurrentlyModifiedFileBranch'
6261hint: Using 'master' as the name for the initial branch. This default branch name
6262hint: is subject to change. To configure the initial branch name to use in all
6263hint: of your new repositories, which will suppress this warning, call:
6264hint:
6265hint: git config --global init.defaultBranch <name>
6266hint:
6267hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6268hint: 'development'. The just-created branch can be renamed via this command:
6269hint:
6270hint: git branch -m <name>
6271Switched to a new branch 'master'
6272Switched to a new branch 'concurrentlyModifiedFileBranch'
6273Switched to branch 'master'
6274hint: Using 'master' as the name for the initial branch. This default branch name
6275hint: is subject to change. To configure the initial branch name to use in all
6276hint: of your new repositories, which will suppress this warning, call:
6277hint:
6278hint: git config --global init.defaultBranch <name>
6279hint:
6280hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6281hint: 'development'. The just-created branch can be renamed via this command:
6282hint:
6283hint: git branch -m <name>
6284Switched to a new branch 'master'
6285Switched to a new branch 'concurrentlyModifiedFileBranch'
6286Switched to branch 'master'
6287hint: Using 'master' as the name for the initial branch. This default branch name
6288hint: is subject to change. To configure the initial branch name to use in all
6289hint: of your new repositories, which will suppress this warning, call:
6290hint:
6291hint: git config --global init.defaultBranch <name>
6292hint:
6293hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6294hint: 'development'. The just-created branch can be renamed via this command:
6295hint:
6296hint: git branch -m <name>
6297Switched to a new branch 'master'
6298Switched to a new branch 'movedFileBranch'
6299Switched to branch 'master'
6300Switched to branch 'movedFileBranch'
6301hint: Using 'master' as the name for the initial branch. This default branch name
6302hint: is subject to change. To configure the initial branch name to use in all
6303hint: of your new repositories, which will suppress this warning, call:
6304hint:
6305hint: git config --global init.defaultBranch <name>
6306hint:
6307hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6308hint: 'development'. The just-created branch can be renamed via this command:
6309hint:
6310hint: git branch -m <name>
6311Switched to a new branch 'master'
6312Switched to a new branch 'movedFileBranch'
6313Switched to branch 'master'
6314Switched to branch 'movedFileBranch'
6315hint: Using 'master' as the name for the initial branch. This default branch name
6316hint: is subject to change. To configure the initial branch name to use in all
6317hint: of your new repositories, which will suppress this warning, call:
6318hint:
6319hint: git config --global init.defaultBranch <name>
6320hint:
6321hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6322hint: 'development'. The just-created branch can be renamed via this command:
6323hint:
6324hint: git branch -m <name>
6325Switched to a new branch 'master'
6326Switched to a new branch 'movedFileBranch'
6327Switched to branch 'master'
6328hint: Using 'master' as the name for the initial branch. This default branch name
6329hint: is subject to change. To configure the initial branch name to use in all
6330hint: of your new repositories, which will suppress this warning, call:
6331hint:
6332hint: git config --global init.defaultBranch <name>
6333hint:
6334hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6335hint: 'development'. The just-created branch can be renamed via this command:
6336hint:
6337hint: git branch -m <name>
6338Switched to a new branch 'master'
6339Switched to a new branch 'movedFileBranch'
6340Switched to branch 'master'
6341hint: Using 'master' as the name for the initial branch. This default branch name
6342hint: is subject to change. To configure the initial branch name to use in all
6343hint: of your new repositories, which will suppress this warning, call:
6344hint:
6345hint: git config --global init.defaultBranch <name>
6346hint:
6347hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6348hint: 'development'. The just-created branch can be renamed via this command:
6349hint:
6350hint: git branch -m <name>
6351Switched to a new branch 'master'
6352Switched to a new branch 'movedFileBranch'
6353Switched to branch 'master'
6354hint: Using 'master' as the name for the initial branch. This default branch name
6355hint: is subject to change. To configure the initial branch name to use in all
6356hint: of your new repositories, which will suppress this warning, call:
6357hint:
6358hint: git config --global init.defaultBranch <name>
6359hint:
6360hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6361hint: 'development'. The just-created branch can be renamed via this command:
6362hint:
6363hint: git branch -m <name>
6364Switched to a new branch 'master'
6365Switched to a new branch 'movedFileBranch'
6366Switched to branch 'master'
6367hint: Using 'master' as the name for the initial branch. This default branch name
6368hint: is subject to change. To configure the initial branch name to use in all
6369hint: of your new repositories, which will suppress this warning, call:
6370hint:
6371hint: git config --global init.defaultBranch <name>
6372hint:
6373hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6374hint: 'development'. The just-created branch can be renamed via this command:
6375hint:
6376hint: git branch -m <name>
6377Switched to a new branch 'master'
6378Switched to a new branch 'movedFileBranch'
6379Switched to branch 'master'
6380Switched to branch 'movedFileBranch'
6381hint: Using 'master' as the name for the initial branch. This default branch name
6382hint: is subject to change. To configure the initial branch name to use in all
6383hint: of your new repositories, which will suppress this warning, call:
6384hint:
6385hint: git config --global init.defaultBranch <name>
6386hint:
6387hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6388hint: 'development'. The just-created branch can be renamed via this command:
6389hint:
6390hint: git branch -m <name>
6391Switched to a new branch 'master'
6392Switched to a new branch 'movedFileBranch'
6393Switched to branch 'master'
6394Switched to branch 'movedFileBranch'
6395hint: Using 'master' as the name for the initial branch. This default branch name
6396hint: is subject to change. To configure the initial branch name to use in all
6397hint: of your new repositories, which will suppress this warning, call:
6398hint:
6399hint: git config --global init.defaultBranch <name>
6400hint:
6401hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6402hint: 'development'. The just-created branch can be renamed via this command:
6403hint:
6404hint: git branch -m <name>
6405Switched to a new branch 'master'
6406Switched to a new branch 'movedFileBranch'
6407Switched to branch 'master'
6408hint: Using 'master' as the name for the initial branch. This default branch name
6409hint: is subject to change. To configure the initial branch name to use in all
6410hint: of your new repositories, which will suppress this warning, call:
6411hint:
6412hint: git config --global init.defaultBranch <name>
6413hint:
6414hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6415hint: 'development'. The just-created branch can be renamed via this command:
6416hint:
6417hint: git branch -m <name>
6418Switched to a new branch 'master'
6419Switched to a new branch 'movedFileBranch'
6420Switched to branch 'master'
6421Switched to branch 'movedFileBranch'
6422hint: Using 'master' as the name for the initial branch. This default branch name
6423hint: is subject to change. To configure the initial branch name to use in all
6424hint: of your new repositories, which will suppress this warning, call:
6425hint:
6426hint: git config --global init.defaultBranch <name>
6427hint:
6428hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6429hint: 'development'. The just-created branch can be renamed via this command:
6430hint:
6431hint: git branch -m <name>
6432Switched to a new branch 'master'
6433Switched to a new branch 'condensedFilesBranch'
6434Switched to branch 'master'
6435Switched to branch 'condensedFilesBranch'
6436hint: Using 'master' as the name for the initial branch. This default branch name
6437hint: is subject to change. To configure the initial branch name to use in all
6438hint: of your new repositories, which will suppress this warning, call:
6439hint:
6440hint: git config --global init.defaultBranch <name>
6441hint:
6442hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6443hint: 'development'. The just-created branch can be renamed via this command:
6444hint:
6445hint: git branch -m <name>
6446Switched to a new branch 'master'
6447Switched to a new branch 'condensedFilesBranch'
6448Switched to branch 'master'
6449Switched to branch 'condensedFilesBranch'
6450hint: Using 'master' as the name for the initial branch. This default branch name
6451hint: is subject to change. To configure the initial branch name to use in all
6452hint: of your new repositories, which will suppress this warning, call:
6453hint:
6454hint: git config --global init.defaultBranch <name>
6455hint:
6456hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6457hint: 'development'. The just-created branch can be renamed via this command:
6458hint:
6459hint: git branch -m <name>
6460Switched to a new branch 'master'
6461Switched to a new branch 'condensedFilesBranch'
6462Switched to branch 'master'
6463hint: Using 'master' as the name for the initial branch. This default branch name
6464hint: is subject to change. To configure the initial branch name to use in all
6465hint: of your new repositories, which will suppress this warning, call:
6466hint:
6467hint: git config --global init.defaultBranch <name>
6468hint:
6469hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6470hint: 'development'. The just-created branch can be renamed via this command:
6471hint:
6472hint: git branch -m <name>
6473Switched to a new branch 'master'
6474Switched to a new branch 'condensedFilesBranch'
6475Switched to branch 'master'
6476hint: Using 'master' as the name for the initial branch. This default branch name
6477hint: is subject to change. To configure the initial branch name to use in all
6478hint: of your new repositories, which will suppress this warning, call:
6479hint:
6480hint: git config --global init.defaultBranch <name>
6481hint:
6482hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6483hint: 'development'. The just-created branch can be renamed via this command:
6484hint:
6485hint: git branch -m <name>
6486Switched to a new branch 'master'
6487Switched to a new branch 'condensedFilesBranch'
6488Switched to branch 'master'
6489hint: Using 'master' as the name for the initial branch. This default branch name
6490hint: is subject to change. To configure the initial branch name to use in all
6491hint: of your new repositories, which will suppress this warning, call:
6492hint:
6493hint: git config --global init.defaultBranch <name>
6494hint:
6495hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6496hint: 'development'. The just-created branch can be renamed via this command:
6497hint:
6498hint: git branch -m <name>
6499Switched to a new branch 'master'
6500Switched to a new branch 'condensedFilesBranch'
6501Switched to branch 'master'
6502hint: Using 'master' as the name for the initial branch. This default branch name
6503hint: is subject to change. To configure the initial branch name to use in all
6504hint: of your new repositories, which will suppress this warning, call:
6505hint:
6506hint: git config --global init.defaultBranch <name>
6507hint:
6508hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6509hint: 'development'. The just-created branch can be renamed via this command:
6510hint:
6511hint: git branch -m <name>
6512Switched to a new branch 'master'
6513Switched to a new branch 'condensedFilesBranch'
6514Switched to branch 'master'
6515Switched to branch 'condensedFilesBranch'
6516hint: Using 'master' as the name for the initial branch. This default branch name
6517hint: is subject to change. To configure the initial branch name to use in all
6518hint: of your new repositories, which will suppress this warning, call:
6519hint:
6520hint: git config --global init.defaultBranch <name>
6521hint:
6522hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6523hint: 'development'. The just-created branch can be renamed via this command:
6524hint:
6525hint: git branch -m <name>
6526Switched to a new branch 'master'
6527Switched to a new branch 'condensedFilesBranch'
6528Switched to branch 'master'
6529Switched to branch 'condensedFilesBranch'
6530hint: Using 'master' as the name for the initial branch. This default branch name
6531hint: is subject to change. To configure the initial branch name to use in all
6532hint: of your new repositories, which will suppress this warning, call:
6533hint:
6534hint: git config --global init.defaultBranch <name>
6535hint:
6536hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6537hint: 'development'. The just-created branch can be renamed via this command:
6538hint:
6539hint: git branch -m <name>
6540Switched to a new branch 'master'
6541Switched to a new branch 'condensedFilesBranch'
6542Switched to branch 'master'
6543hint: Using 'master' as the name for the initial branch. This default branch name
6544hint: is subject to change. To configure the initial branch name to use in all
6545hint: of your new repositories, which will suppress this warning, call:
6546hint:
6547hint: git config --global init.defaultBranch <name>
6548hint:
6549hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6550hint: 'development'. The just-created branch can be renamed via this command:
6551hint:
6552hint: git branch -m <name>
6553Switched to a new branch 'master'
6554Switched to a new branch 'condensedFilesBranch'
6555Switched to branch 'master'
6556Switched to branch 'condensedFilesBranch'
6557hint: Using 'master' as the name for the initial branch. This default branch name
6558hint: is subject to change. To configure the initial branch name to use in all
6559hint: of your new repositories, which will suppress this warning, call:
6560hint:
6561hint: git config --global init.defaultBranch <name>
6562hint:
6563hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6564hint: 'development'. The just-created branch can be renamed via this command:
6565hint:
6566hint: git branch -m <name>
6567Switched to a new branch 'master'
6568Switched to a new branch 'condensedFilesBranch'
6569Switched to branch 'master'
6570Switched to branch 'condensedFilesBranch'
6571hint: Using 'master' as the name for the initial branch. This default branch name
6572hint: is subject to change. To configure the initial branch name to use in all
6573hint: of your new repositories, which will suppress this warning, call:
6574hint:
6575hint: git config --global init.defaultBranch <name>
6576hint:
6577hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6578hint: 'development'. The just-created branch can be renamed via this command:
6579hint:
6580hint: git branch -m <name>
6581Switched to a new branch 'master'
6582Switched to a new branch 'condensedFilesBranch'
6583Switched to branch 'master'
6584hint: Using 'master' as the name for the initial branch. This default branch name
6585hint: is subject to change. To configure the initial branch name to use in all
6586hint: of your new repositories, which will suppress this warning, call:
6587hint:
6588hint: git config --global init.defaultBranch <name>
6589hint:
6590hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6591hint: 'development'. The just-created branch can be renamed via this command:
6592hint:
6593hint: git branch -m <name>
6594Switched to a new branch 'master'
6595Switched to a new branch 'condensedFilesBranch'
6596Switched to branch 'master'
6597Switched to branch 'condensedFilesBranch'
6598hint: Using 'master' as the name for the initial branch. This default branch name
6599hint: is subject to change. To configure the initial branch name to use in all
6600hint: of your new repositories, which will suppress this warning, call:
6601hint:
6602hint: git config --global init.defaultBranch <name>
6603hint:
6604hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6605hint: 'development'. The just-created branch can be renamed via this command:
6606hint:
6607hint: git branch -m <name>
6608Switched to a new branch 'master'
6609Switched to a new branch 'condensedFilesBranch'
6610Switched to branch 'master'
6611hint: Using 'master' as the name for the initial branch. This default branch name
6612hint: is subject to change. To configure the initial branch name to use in all
6613hint: of your new repositories, which will suppress this warning, call:
6614hint:
6615hint: git config --global init.defaultBranch <name>
6616hint:
6617hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6618hint: 'development'. The just-created branch can be renamed via this command:
6619hint:
6620hint: git branch -m <name>
6621Switched to a new branch 'master'
6622Switched to a new branch 'condensedFilesBranch'
6623Switched to branch 'master'
6624hint: Using 'master' as the name for the initial branch. This default branch name
6625hint: is subject to change. To configure the initial branch name to use in all
6626hint: of your new repositories, which will suppress this warning, call:
6627hint:
6628hint: git config --global init.defaultBranch <name>
6629hint:
6630hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6631hint: 'development'. The just-created branch can be renamed via this command:
6632hint:
6633hint: git branch -m <name>
6634Switched to a new branch 'master'
6635Switched to a new branch 'condensedFilesBranch'
6636Switched to branch 'master'
6637Switched to branch 'condensedFilesBranch'
6638hint: Using 'master' as the name for the initial branch. This default branch name
6639hint: is subject to change. To configure the initial branch name to use in all
6640hint: of your new repositories, which will suppress this warning, call:
6641hint:
6642hint: git config --global init.defaultBranch <name>
6643hint:
6644hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6645hint: 'development'. The just-created branch can be renamed via this command:
6646hint:
6647hint: git branch -m <name>
6648Switched to a new branch 'master'
6649Switched to a new branch 'concurrentlyDeletedFileBranch'
6650Switched to branch 'master'
6651Switched to branch 'concurrentlyDeletedFileBranch'
6652hint: Using 'master' as the name for the initial branch. This default branch name
6653hint: is subject to change. To configure the initial branch name to use in all
6654hint: of your new repositories, which will suppress this warning, call:
6655hint:
6656hint: git config --global init.defaultBranch <name>
6657hint:
6658hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6659hint: 'development'. The just-created branch can be renamed via this command:
6660hint:
6661hint: git branch -m <name>
6662Switched to a new branch 'master'
6663Switched to a new branch 'concurrentlyDeletedFileBranch'
6664Switched to branch 'master'
6665hint: Using 'master' as the name for the initial branch. This default branch name
6666hint: is subject to change. To configure the initial branch name to use in all
6667hint: of your new repositories, which will suppress this warning, call:
6668hint:
6669hint: git config --global init.defaultBranch <name>
6670hint:
6671hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6672hint: 'development'. The just-created branch can be renamed via this command:
6673hint:
6674hint: git branch -m <name>
6675Switched to a new branch 'master'
6676Switched to a new branch 'concurrentlyDeletedFileBranch'
6677Switched to branch 'master'
6678hint: Using 'master' as the name for the initial branch. This default branch name
6679hint: is subject to change. To configure the initial branch name to use in all
6680hint: of your new repositories, which will suppress this warning, call:
6681hint:
6682hint: git config --global init.defaultBranch <name>
6683hint:
6684hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6685hint: 'development'. The just-created branch can be renamed via this command:
6686hint:
6687hint: git branch -m <name>
6688Switched to a new branch 'master'
6689Switched to a new branch 'concurrentlyDeletedFileBranch'
6690Switched to branch 'master'
6691Switched to branch 'concurrentlyDeletedFileBranch'
6692hint: Using 'master' as the name for the initial branch. This default branch name
6693hint: is subject to change. To configure the initial branch name to use in all
6694hint: of your new repositories, which will suppress this warning, call:
6695hint:
6696hint: git config --global init.defaultBranch <name>
6697hint:
6698hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6699hint: 'development'. The just-created branch can be renamed via this command:
6700hint:
6701hint: git branch -m <name>
6702Switched to a new branch 'master'
6703Switched to a new branch 'concurrentlyDeletedFileBranch'
6704Switched to branch 'master'
6705Switched to branch 'concurrentlyDeletedFileBranch'
6706hint: Using 'master' as the name for the initial branch. This default branch name
6707hint: is subject to change. To configure the initial branch name to use in all
6708hint: of your new repositories, which will suppress this warning, call:
6709hint:
6710hint: git config --global init.defaultBranch <name>
6711hint:
6712hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6713hint: 'development'. The just-created branch can be renamed via this command:
6714hint:
6715hint: git branch -m <name>
6716Switched to a new branch 'master'
6717Switched to a new branch 'concurrentlyDeletedFileBranch'
6718Switched to branch 'master'
6719hint: Using 'master' as the name for the initial branch. This default branch name
6720hint: is subject to change. To configure the initial branch name to use in all
6721hint: of your new repositories, which will suppress this warning, call:
6722hint:
6723hint: git config --global init.defaultBranch <name>
6724hint:
6725hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6726hint: 'development'. The just-created branch can be renamed via this command:
6727hint:
6728hint: git branch -m <name>
6729Switched to a new branch 'master'
6730Switched to a new branch 'concurrentlyDeletedFileBranch'
6731Switched to branch 'master'
6732hint: Using 'master' as the name for the initial branch. This default branch name
6733hint: is subject to change. To configure the initial branch name to use in all
6734hint: of your new repositories, which will suppress this warning, call:
6735hint:
6736hint: git config --global init.defaultBranch <name>
6737hint:
6738hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6739hint: 'development'. The just-created branch can be renamed via this command:
6740hint:
6741hint: git branch -m <name>
6742Switched to a new branch 'master'
6743Switched to a new branch 'concurrentlyDeletedFileBranch'
6744Switched to branch 'master'
6745Switched to branch 'concurrentlyDeletedFileBranch'
6746hint: Using 'master' as the name for the initial branch. This default branch name
6747hint: is subject to change. To configure the initial branch name to use in all
6748hint: of your new repositories, which will suppress this warning, call:
6749hint:
6750hint: git config --global init.defaultBranch <name>
6751hint:
6752hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6753hint: 'development'. The just-created branch can be renamed via this command:
6754hint:
6755hint: git branch -m <name>
6756Switched to a new branch 'master'
6757Switched to a new branch 'deletedFileBranch'
6758Switched to branch 'master'
6759Switched to branch 'deletedFileBranch'
6760hint: Using 'master' as the name for the initial branch. This default branch name
6761hint: is subject to change. To configure the initial branch name to use in all
6762hint: of your new repositories, which will suppress this warning, call:
6763hint:
6764hint: git config --global init.defaultBranch <name>
6765hint:
6766hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6767hint: 'development'. The just-created branch can be renamed via this command:
6768hint:
6769hint: git branch -m <name>
6770Switched to a new branch 'master'
6771Switched to a new branch 'deletedFileBranch'
6772Switched to branch 'master'
6773Switched to branch 'deletedFileBranch'
6774hint: Using 'master' as the name for the initial branch. This default branch name
6775hint: is subject to change. To configure the initial branch name to use in all
6776hint: of your new repositories, which will suppress this warning, call:
6777hint:
6778hint: git config --global init.defaultBranch <name>
6779hint:
6780hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6781hint: 'development'. The just-created branch can be renamed via this command:
6782hint:
6783hint: git branch -m <name>
6784Switched to a new branch 'master'
6785Switched to a new branch 'deletedFileBranch'
6786Switched to branch 'master'
6787hint: Using 'master' as the name for the initial branch. This default branch name
6788hint: is subject to change. To configure the initial branch name to use in all
6789hint: of your new repositories, which will suppress this warning, call:
6790hint:
6791hint: git config --global init.defaultBranch <name>
6792hint:
6793hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6794hint: 'development'. The just-created branch can be renamed via this command:
6795hint:
6796hint: git branch -m <name>
6797Switched to a new branch 'master'
6798Switched to a new branch 'deletedFileBranch'
6799Switched to branch 'master'
6800hint: Using 'master' as the name for the initial branch. This default branch name
6801hint: is subject to change. To configure the initial branch name to use in all
6802hint: of your new repositories, which will suppress this warning, call:
6803hint:
6804hint: git config --global init.defaultBranch <name>
6805hint:
6806hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6807hint: 'development'. The just-created branch can be renamed via this command:
6808hint:
6809hint: git branch -m <name>
6810Switched to a new branch 'master'
6811Switched to a new branch 'deletedFileBranch'
6812Switched to branch 'master'
6813Switched to branch 'deletedFileBranch'
6814hint: Using 'master' as the name for the initial branch. This default branch name
6815hint: is subject to change. To configure the initial branch name to use in all
6816hint: of your new repositories, which will suppress this warning, call:
6817hint:
6818hint: git config --global init.defaultBranch <name>
6819hint:
6820hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6821hint: 'development'. The just-created branch can be renamed via this command:
6822hint:
6823hint: git branch -m <name>
6824Switched to a new branch 'master'
6825Switched to a new branch 'deletedFileBranch'
6826Switched to branch 'master'
6827hint: Using 'master' as the name for the initial branch. This default branch name
6828hint: is subject to change. To configure the initial branch name to use in all
6829hint: of your new repositories, which will suppress this warning, call:
6830hint:
6831hint: git config --global init.defaultBranch <name>
6832hint:
6833hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6834hint: 'development'. The just-created branch can be renamed via this command:
6835hint:
6836hint: git branch -m <name>
6837Switched to a new branch 'master'
6838Switched to a new branch 'deletedFileBranch'
6839Switched to branch 'master'
6840hint: Using 'master' as the name for the initial branch. This default branch name
6841hint: is subject to change. To configure the initial branch name to use in all
6842hint: of your new repositories, which will suppress this warning, call:
6843hint:
6844hint: git config --global init.defaultBranch <name>
6845hint:
6846hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6847hint: 'development'. The just-created branch can be renamed via this command:
6848hint:
6849hint: git branch -m <name>
6850Switched to a new branch 'master'
6851Switched to a new branch 'deletedFileBranch'
6852Switched to branch 'master'
6853Switched to branch 'deletedFileBranch'
6854hint: Using 'master' as the name for the initial branch. This default branch name
6855hint: is subject to change. To configure the initial branch name to use in all
6856hint: of your new repositories, which will suppress this warning, call:
6857hint:
6858hint: git config --global init.defaultBranch <name>
6859hint:
6860hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6861hint: 'development'. The just-created branch can be renamed via this command:
6862hint:
6863hint: git branch -m <name>
6864Switched to a new branch 'master'
6865Switched to a new branch 'deletedFileBranch'
6866Switched to branch 'master'
6867Switched to branch 'deletedFileBranch'
6868hint: Using 'master' as the name for the initial branch. This default branch name
6869hint: is subject to change. To configure the initial branch name to use in all
6870hint: of your new repositories, which will suppress this warning, call:
6871hint:
6872hint: git config --global init.defaultBranch <name>
6873hint:
6874hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6875hint: 'development'. The just-created branch can be renamed via this command:
6876hint:
6877hint: git branch -m <name>
6878Switched to a new branch 'master'
6879Switched to a new branch 'deletedFileBranch'
6880Switched to branch 'master'
6881hint: Using 'master' as the name for the initial branch. This default branch name
6882hint: is subject to change. To configure the initial branch name to use in all
6883hint: of your new repositories, which will suppress this warning, call:
6884hint:
6885hint: git config --global init.defaultBranch <name>
6886hint:
6887hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6888hint: 'development'. The just-created branch can be renamed via this command:
6889hint:
6890hint: git branch -m <name>
6891Switched to a new branch 'master'
6892Switched to a new branch 'deletedFileBranch'
6893Switched to branch 'master'
6894hint: Using 'master' as the name for the initial branch. This default branch name
6895hint: is subject to change. To configure the initial branch name to use in all
6896hint: of your new repositories, which will suppress this warning, call:
6897hint:
6898hint: git config --global init.defaultBranch <name>
6899hint:
6900hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6901hint: 'development'. The just-created branch can be renamed via this command:
6902hint:
6903hint: git branch -m <name>
6904Switched to a new branch 'master'
6905Switched to a new branch 'deletedFileBranch'
6906Switched to branch 'master'
6907Switched to branch 'deletedFileBranch'
6908hint: Using 'master' as the name for the initial branch. This default branch name
6909hint: is subject to change. To configure the initial branch name to use in all
6910hint: of your new repositories, which will suppress this warning, call:
6911hint:
6912hint: git config --global init.defaultBranch <name>
6913hint:
6914hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6915hint: 'development'. The just-created branch can be renamed via this command:
6916hint:
6917hint: git branch -m <name>
6918Switched to a new branch 'master'
6919Switched to a new branch 'concurrentlyModifiedFileBranch'
6920Switched to branch 'master'
6921Switched to branch 'concurrentlyModifiedFileBranch'
6922hint: Using 'master' as the name for the initial branch. This default branch name
6923hint: is subject to change. To configure the initial branch name to use in all
6924hint: of your new repositories, which will suppress this warning, call:
6925hint:
6926hint: git config --global init.defaultBranch <name>
6927hint:
6928hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6929hint: 'development'. The just-created branch can be renamed via this command:
6930hint:
6931hint: git branch -m <name>
6932Switched to a new branch 'master'
6933Switched to a new branch 'concurrentlyModifiedFileBranch'
6934Switched to branch 'master'
6935hint: Using 'master' as the name for the initial branch. This default branch name
6936hint: is subject to change. To configure the initial branch name to use in all
6937hint: of your new repositories, which will suppress this warning, call:
6938hint:
6939hint: git config --global init.defaultBranch <name>
6940hint:
6941hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6942hint: 'development'. The just-created branch can be renamed via this command:
6943hint:
6944hint: git branch -m <name>
6945Switched to a new branch 'master'
6946Switched to a new branch 'concurrentlyModifiedFileBranch'
6947Switched to branch 'master'
6948hint: Using 'master' as the name for the initial branch. This default branch name
6949hint: is subject to change. To configure the initial branch name to use in all
6950hint: of your new repositories, which will suppress this warning, call:
6951hint:
6952hint: git config --global init.defaultBranch <name>
6953hint:
6954hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6955hint: 'development'. The just-created branch can be renamed via this command:
6956hint:
6957hint: git branch -m <name>
6958Switched to a new branch 'master'
6959Switched to a new branch 'concurrentlyModifiedFileBranch'
6960Switched to branch 'master'
6961Switched to branch 'concurrentlyModifiedFileBranch'
6962hint: Using 'master' as the name for the initial branch. This default branch name
6963hint: is subject to change. To configure the initial branch name to use in all
6964hint: of your new repositories, which will suppress this warning, call:
6965hint:
6966hint: git config --global init.defaultBranch <name>
6967hint:
6968hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6969hint: 'development'. The just-created branch can be renamed via this command:
6970hint:
6971hint: git branch -m <name>
6972Switched to a new branch 'master'
6973Switched to a new branch 'concurrentlyModifiedFileBranch'
6974Switched to branch 'master'
6975Switched to branch 'concurrentlyModifiedFileBranch'
6976hint: Using 'master' as the name for the initial branch. This default branch name
6977hint: is subject to change. To configure the initial branch name to use in all
6978hint: of your new repositories, which will suppress this warning, call:
6979hint:
6980hint: git config --global init.defaultBranch <name>
6981hint:
6982hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6983hint: 'development'. The just-created branch can be renamed via this command:
6984hint:
6985hint: git branch -m <name>
6986Switched to a new branch 'master'
6987Switched to a new branch 'concurrentlyModifiedFileBranch'
6988Switched to branch 'master'
6989hint: Using 'master' as the name for the initial branch. This default branch name
6990hint: is subject to change. To configure the initial branch name to use in all
6991hint: of your new repositories, which will suppress this warning, call:
6992hint:
6993hint: git config --global init.defaultBranch <name>
6994hint:
6995hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6996hint: 'development'. The just-created branch can be renamed via this command:
6997hint:
6998hint: git branch -m <name>
6999Switched to a new branch 'master'
7000Switched to a new branch 'concurrentlyModifiedFileBranch'
7001Switched to branch 'master'
7002hint: Using 'master' as the name for the initial branch. This default branch name
7003hint: is subject to change. To configure the initial branch name to use in all
7004hint: of your new repositories, which will suppress this warning, call:
7005hint:
7006hint: git config --global init.defaultBranch <name>
7007hint:
7008hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7009hint: 'development'. The just-created branch can be renamed via this command:
7010hint:
7011hint: git branch -m <name>
7012Switched to a new branch 'master'
7013Switched to a new branch 'concurrentlyModifiedFileBranch'
7014Switched to branch 'master'
7015Switched to branch 'concurrentlyModifiedFileBranch'
7016hint: Using 'master' as the name for the initial branch. This default branch name
7017hint: is subject to change. To configure the initial branch name to use in all
7018hint: of your new repositories, which will suppress this warning, call:
7019hint:
7020hint: git config --global init.defaultBranch <name>
7021hint:
7022hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7023hint: 'development'. The just-created branch can be renamed via this command:
7024hint:
7025hint: git branch -m <name>
7026Switched to a new branch 'master'
7027Switched to a new branch 'swappedFileBranch'
7028Switched to branch 'master'
7029Switched to branch 'swappedFileBranch'
7030hint: Using 'master' as the name for the initial branch. This default branch name
7031hint: is subject to change. To configure the initial branch name to use in all
7032hint: of your new repositories, which will suppress this warning, call:
7033hint:
7034hint: git config --global init.defaultBranch <name>
7035hint:
7036hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7037hint: 'development'. The just-created branch can be renamed via this command:
7038hint:
7039hint: git branch -m <name>
7040Switched to a new branch 'master'
7041Switched to a new branch 'swappedFileBranch'
7042Switched to branch 'master'
7043hint: Using 'master' as the name for the initial branch. This default branch name
7044hint: is subject to change. To configure the initial branch name to use in all
7045hint: of your new repositories, which will suppress this warning, call:
7046hint:
7047hint: git config --global init.defaultBranch <name>
7048hint:
7049hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7050hint: 'development'. The just-created branch can be renamed via this command:
7051hint:
7052hint: git branch -m <name>
7053Switched to a new branch 'master'
7054Switched to a new branch 'swappedFileBranch'
7055Switched to branch 'master'
7056hint: Using 'master' as the name for the initial branch. This default branch name
7057hint: is subject to change. To configure the initial branch name to use in all
7058hint: of your new repositories, which will suppress this warning, call:
7059hint:
7060hint: git config --global init.defaultBranch <name>
7061hint:
7062hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7063hint: 'development'. The just-created branch can be renamed via this command:
7064hint:
7065hint: git branch -m <name>
7066Switched to a new branch 'master'
7067Switched to a new branch 'swappedFileBranch'
7068Switched to branch 'master'
7069Switched to branch 'swappedFileBranch'
7070hint: Using 'master' as the name for the initial branch. This default branch name
7071hint: is subject to change. To configure the initial branch name to use in all
7072hint: of your new repositories, which will suppress this warning, call:
7073hint:
7074hint: git config --global init.defaultBranch <name>
7075hint:
7076hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7077hint: 'development'. The just-created branch can be renamed via this command:
7078hint:
7079hint: git branch -m <name>
7080Switched to a new branch 'master'
7081Switched to a new branch 'swappedFileBranch'
7082Switched to branch 'master'
7083Switched to branch 'swappedFileBranch'
7084hint: Using 'master' as the name for the initial branch. This default branch name
7085hint: is subject to change. To configure the initial branch name to use in all
7086hint: of your new repositories, which will suppress this warning, call:
7087hint:
7088hint: git config --global init.defaultBranch <name>
7089hint:
7090hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7091hint: 'development'. The just-created branch can be renamed via this command:
7092hint:
7093hint: git branch -m <name>
7094Switched to a new branch 'master'
7095Switched to a new branch 'swappedFileBranch'
7096Switched to branch 'master'
7097hint: Using 'master' as the name for the initial branch. This default branch name
7098hint: is subject to change. To configure the initial branch name to use in all
7099hint: of your new repositories, which will suppress this warning, call:
7100hint:
7101hint: git config --global init.defaultBranch <name>
7102hint:
7103hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7104hint: 'development'. The just-created branch can be renamed via this command:
7105hint:
7106hint: git branch -m <name>
7107Switched to a new branch 'master'
7108Switched to a new branch 'swappedFileBranch'
7109Switched to branch 'master'
7110hint: Using 'master' as the name for the initial branch. This default branch name
7111hint: is subject to change. To configure the initial branch name to use in all
7112hint: of your new repositories, which will suppress this warning, call:
7113hint:
7114hint: git config --global init.defaultBranch <name>
7115hint:
7116hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7117hint: 'development'. The just-created branch can be renamed via this command:
7118hint:
7119hint: git branch -m <name>
7120Switched to a new branch 'master'
7121Switched to a new branch 'swappedFileBranch'
7122Switched to branch 'master'
7123Switched to branch 'swappedFileBranch'
7124hint: Using 'master' as the name for the initial branch. This default branch name
7125hint: is subject to change. To configure the initial branch name to use in all
7126hint: of your new repositories, which will suppress this warning, call:
7127hint:
7128hint: git config --global init.defaultBranch <name>
7129hint:
7130hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7131hint: 'development'. The just-created branch can be renamed via this command:
7132hint:
7133hint: git branch -m <name>
7134Switched to a new branch 'master'
7135Switched to a new branch 'deletedFileBranch'
7136Switched to branch 'master'
7137Switched to branch 'deletedFileBranch'
7138hint: Using 'master' as the name for the initial branch. This default branch name
7139hint: is subject to change. To configure the initial branch name to use in all
7140hint: of your new repositories, which will suppress this warning, call:
7141hint:
7142hint: git config --global init.defaultBranch <name>
7143hint:
7144hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7145hint: 'development'. The just-created branch can be renamed via this command:
7146hint:
7147hint: git branch -m <name>
7148Switched to a new branch 'master'
7149Switched to a new branch 'deletedFileBranch'
7150Switched to branch 'master'
7151Switched to branch 'deletedFileBranch'
7152hint: Using 'master' as the name for the initial branch. This default branch name
7153hint: is subject to change. To configure the initial branch name to use in all
7154hint: of your new repositories, which will suppress this warning, call:
7155hint:
7156hint: git config --global init.defaultBranch <name>
7157hint:
7158hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7159hint: 'development'. The just-created branch can be renamed via this command:
7160hint:
7161hint: git branch -m <name>
7162Switched to a new branch 'master'
7163Switched to a new branch 'deletedFileBranch'
7164Switched to branch 'master'
7165hint: Using 'master' as the name for the initial branch. This default branch name
7166hint: is subject to change. To configure the initial branch name to use in all
7167hint: of your new repositories, which will suppress this warning, call:
7168hint:
7169hint: git config --global init.defaultBranch <name>
7170hint:
7171hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7172hint: 'development'. The just-created branch can be renamed via this command:
7173hint:
7174hint: git branch -m <name>
7175Switched to a new branch 'master'
7176Switched to a new branch 'deletedFileBranch'
7177Switched to branch 'master'
7178hint: Using 'master' as the name for the initial branch. This default branch name
7179hint: is subject to change. To configure the initial branch name to use in all
7180hint: of your new repositories, which will suppress this warning, call:
7181hint:
7182hint: git config --global init.defaultBranch <name>
7183hint:
7184hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7185hint: 'development'. The just-created branch can be renamed via this command:
7186hint:
7187hint: git branch -m <name>
7188Switched to a new branch 'master'
7189Switched to a new branch 'movedFileBranch'
7190Switched to branch 'master'
7191Switched to branch 'movedFileBranch'
7192hint: Using 'master' as the name for the initial branch. This default branch name
7193hint: is subject to change. To configure the initial branch name to use in all
7194hint: of your new repositories, which will suppress this warning, call:
7195hint:
7196hint: git config --global init.defaultBranch <name>
7197hint:
7198hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7199hint: 'development'. The just-created branch can be renamed via this command:
7200hint:
7201hint: git branch -m <name>
7202Switched to a new branch 'master'
7203Switched to a new branch 'movedFileBranch'
7204Switched to branch 'master'
7205hint: Using 'master' as the name for the initial branch. This default branch name
7206hint: is subject to change. To configure the initial branch name to use in all
7207hint: of your new repositories, which will suppress this warning, call:
7208hint:
7209hint: git config --global init.defaultBranch <name>
7210hint:
7211hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7212hint: 'development'. The just-created branch can be renamed via this command:
7213hint:
7214hint: git branch -m <name>
7215Switched to a new branch 'master'
7216Switched to a new branch 'movedFileBranch'
7217Switched to branch 'master'
7218hint: Using 'master' as the name for the initial branch. This default branch name
7219hint: is subject to change. To configure the initial branch name to use in all
7220hint: of your new repositories, which will suppress this warning, call:
7221hint:
7222hint: git config --global init.defaultBranch <name>
7223hint:
7224hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7225hint: 'development'. The just-created branch can be renamed via this command:
7226hint:
7227hint: git branch -m <name>
7228Switched to a new branch 'master'
7229Switched to a new branch 'movedFileBranch'
7230Switched to branch 'master'
7231Switched to branch 'movedFileBranch'
7232hint: Using 'master' as the name for the initial branch. This default branch name
7233hint: is subject to change. To configure the initial branch name to use in all
7234hint: of your new repositories, which will suppress this warning, call:
7235hint:
7236hint: git config --global init.defaultBranch <name>
7237hint:
7238hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7239hint: 'development'. The just-created branch can be renamed via this command:
7240hint:
7241hint: git branch -m <name>
7242Switched to a new branch 'master'
7243Switched to a new branch 'movedFileBranch'
7244Switched to branch 'master'
7245Switched to branch 'movedFileBranch'
7246hint: Using 'master' as the name for the initial branch. This default branch name
7247hint: is subject to change. To configure the initial branch name to use in all
7248hint: of your new repositories, which will suppress this warning, call:
7249hint:
7250hint: git config --global init.defaultBranch <name>
7251hint:
7252hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7253hint: 'development'. The just-created branch can be renamed via this command:
7254hint:
7255hint: git branch -m <name>
7256Switched to a new branch 'master'
7257Switched to a new branch 'movedFileBranch'
7258Switched to branch 'master'
7259hint: Using 'master' as the name for the initial branch. This default branch name
7260hint: is subject to change. To configure the initial branch name to use in all
7261hint: of your new repositories, which will suppress this warning, call:
7262hint:
7263hint: git config --global init.defaultBranch <name>
7264hint:
7265hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7266hint: 'development'. The just-created branch can be renamed via this command:
7267hint:
7268hint: git branch -m <name>
7269Switched to a new branch 'master'
7270Switched to a new branch 'movedFileBranch'
7271Switched to branch 'master'
7272hint: Using 'master' as the name for the initial branch. This default branch name
7273hint: is subject to change. To configure the initial branch name to use in all
7274hint: of your new repositories, which will suppress this warning, call:
7275hint:
7276hint: git config --global init.defaultBranch <name>
7277hint:
7278hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7279hint: 'development'. The just-created branch can be renamed via this command:
7280hint:
7281hint: git branch -m <name>
7282Switched to a new branch 'master'
7283Switched to a new branch 'movedFileBranch'
7284Switched to branch 'master'
7285Switched to branch 'movedFileBranch'
7286hint: Using 'master' as the name for the initial branch. This default branch name
7287hint: is subject to change. To configure the initial branch name to use in all
7288hint: of your new repositories, which will suppress this warning, call:
7289hint:
7290hint: git config --global init.defaultBranch <name>
7291hint:
7292hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7293hint: 'development'. The just-created branch can be renamed via this command:
7294hint:
7295hint: git branch -m <name>
7296Switched to a new branch 'master'
7297Switched to a new branch 'benignTwin'
7298Switched to branch 'master'
7299Switched to branch 'benignTwin'
7300hint: Using 'master' as the name for the initial branch. This default branch name
7301hint: is subject to change. To configure the initial branch name to use in all
7302hint: of your new repositories, which will suppress this warning, call:
7303hint:
7304hint: git config --global init.defaultBranch <name>
7305hint:
7306hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7307hint: 'development'. The just-created branch can be renamed via this command:
7308hint:
7309hint: git branch -m <name>
7310Switched to a new branch 'master'
7311Switched to a new branch 'benignTwin'
7312Switched to branch 'master'
7313hint: Using 'master' as the name for the initial branch. This default branch name
7314hint: is subject to change. To configure the initial branch name to use in all
7315hint: of your new repositories, which will suppress this warning, call:
7316hint:
7317hint: git config --global init.defaultBranch <name>
7318hint:
7319hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7320hint: 'development'. The just-created branch can be renamed via this command:
7321hint:
7322hint: git branch -m <name>
7323Switched to a new branch 'master'
7324Switched to a new branch 'benignTwin'
7325Switched to branch 'master'
7326hint: Using 'master' as the name for the initial branch. This default branch name
7327hint: is subject to change. To configure the initial branch name to use in all
7328hint: of your new repositories, which will suppress this warning, call:
7329hint:
7330hint: git config --global init.defaultBranch <name>
7331hint:
7332hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7333hint: 'development'. The just-created branch can be renamed via this command:
7334hint:
7335hint: git branch -m <name>
7336Switched to a new branch 'master'
7337Switched to a new branch 'benignTwin'
7338Switched to branch 'master'
7339Switched to branch 'benignTwin'
7340hint: Using 'master' as the name for the initial branch. This default branch name
7341hint: is subject to change. To configure the initial branch name to use in all
7342hint: of your new repositories, which will suppress this warning, call:
7343hint:
7344hint: git config --global init.defaultBranch <name>
7345hint:
7346hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7347hint: 'development'. The just-created branch can be renamed via this command:
7348hint:
7349hint: git branch -m <name>
7350Switched to a new branch 'master'
7351Switched to a new branch 'benignTwin'
7352Switched to branch 'master'
7353Switched to branch 'benignTwin'
7354hint: Using 'master' as the name for the initial branch. This default branch name
7355hint: is subject to change. To configure the initial branch name to use in all
7356hint: of your new repositories, which will suppress this warning, call:
7357hint:
7358hint: git config --global init.defaultBranch <name>
7359hint:
7360hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7361hint: 'development'. The just-created branch can be renamed via this command:
7362hint:
7363hint: git branch -m <name>
7364Switched to a new branch 'master'
7365Switched to a new branch 'benignTwin'
7366Switched to branch 'master'
7367hint: Using 'master' as the name for the initial branch. This default branch name
7368hint: is subject to change. To configure the initial branch name to use in all
7369hint: of your new repositories, which will suppress this warning, call:
7370hint:
7371hint: git config --global init.defaultBranch <name>
7372hint:
7373hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7374hint: 'development'. The just-created branch can be renamed via this command:
7375hint:
7376hint: git branch -m <name>
7377Switched to a new branch 'master'
7378Switched to a new branch 'benignTwin'
7379Switched to branch 'master'
7380hint: Using 'master' as the name for the initial branch. This default branch name
7381hint: is subject to change. To configure the initial branch name to use in all
7382hint: of your new repositories, which will suppress this warning, call:
7383hint:
7384hint: git config --global init.defaultBranch <name>
7385hint:
7386hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7387hint: 'development'. The just-created branch can be renamed via this command:
7388hint:
7389hint: git branch -m <name>
7390Switched to a new branch 'master'
7391Switched to a new branch 'benignTwin'
7392Switched to branch 'master'
7393Switched to branch 'benignTwin'
7394hint: Using 'master' as the name for the initial branch. This default branch name
7395hint: is subject to change. To configure the initial branch name to use in all
7396hint: of your new repositories, which will suppress this warning, call:
7397hint:
7398hint: git config --global init.defaultBranch <name>
7399hint:
7400hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7401hint: 'development'. The just-created branch can be renamed via this command:
7402hint:
7403hint: git branch -m <name>
7404Switched to a new branch 'master'
7405Switched to a new branch 'movedFileBranch'
7406Switched to branch 'master'
7407Switched to branch 'movedFileBranch'
7408hint: Using 'master' as the name for the initial branch. This default branch name
7409hint: is subject to change. To configure the initial branch name to use in all
7410hint: of your new repositories, which will suppress this warning, call:
7411hint:
7412hint: git config --global init.defaultBranch <name>
7413hint:
7414hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7415hint: 'development'. The just-created branch can be renamed via this command:
7416hint:
7417hint: git branch -m <name>
7418Switched to a new branch 'master'
7419Switched to a new branch 'movedFileBranch'
7420Switched to branch 'master'
7421hint: Using 'master' as the name for the initial branch. This default branch name
7422hint: is subject to change. To configure the initial branch name to use in all
7423hint: of your new repositories, which will suppress this warning, call:
7424hint:
7425hint: git config --global init.defaultBranch <name>
7426hint:
7427hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7428hint: 'development'. The just-created branch can be renamed via this command:
7429hint:
7430hint: git branch -m <name>
7431Switched to a new branch 'master'
7432Switched to a new branch 'movedFileBranch'
7433Switched to branch 'master'
7434hint: Using 'master' as the name for the initial branch. This default branch name
7435hint: is subject to change. To configure the initial branch name to use in all
7436hint: of your new repositories, which will suppress this warning, call:
7437hint:
7438hint: git config --global init.defaultBranch <name>
7439hint:
7440hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7441hint: 'development'. The just-created branch can be renamed via this command:
7442hint:
7443hint: git branch -m <name>
7444Switched to a new branch 'master'
7445Switched to a new branch 'movedFileBranch'
7446Switched to branch 'master'
7447Switched to branch 'movedFileBranch'
7448hint: Using 'master' as the name for the initial branch. This default branch name
7449hint: is subject to change. To configure the initial branch name to use in all
7450hint: of your new repositories, which will suppress this warning, call:
7451hint:
7452hint: git config --global init.defaultBranch <name>
7453hint:
7454hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7455hint: 'development'. The just-created branch can be renamed via this command:
7456hint:
7457hint: git branch -m <name>
7458Switched to a new branch 'master'
7459Switched to a new branch 'movedFileBranch'
7460Switched to branch 'master'
7461Switched to branch 'movedFileBranch'
7462hint: Using 'master' as the name for the initial branch. This default branch name
7463hint: is subject to change. To configure the initial branch name to use in all
7464hint: of your new repositories, which will suppress this warning, call:
7465hint:
7466hint: git config --global init.defaultBranch <name>
7467hint:
7468hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7469hint: 'development'. The just-created branch can be renamed via this command:
7470hint:
7471hint: git branch -m <name>
7472Switched to a new branch 'master'
7473Switched to a new branch 'movedFileBranch'
7474Switched to branch 'master'
7475hint: Using 'master' as the name for the initial branch. This default branch name
7476hint: is subject to change. To configure the initial branch name to use in all
7477hint: of your new repositories, which will suppress this warning, call:
7478hint:
7479hint: git config --global init.defaultBranch <name>
7480hint:
7481hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7482hint: 'development'. The just-created branch can be renamed via this command:
7483hint:
7484hint: git branch -m <name>
7485Switched to a new branch 'master'
7486Switched to a new branch 'movedFileBranch'
7487Switched to branch 'master'
7488hint: Using 'master' as the name for the initial branch. This default branch name
7489hint: is subject to change. To configure the initial branch name to use in all
7490hint: of your new repositories, which will suppress this warning, call:
7491hint:
7492hint: git config --global init.defaultBranch <name>
7493hint:
7494hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7495hint: 'development'. The just-created branch can be renamed via this command:
7496hint:
7497hint: git branch -m <name>
7498Switched to a new branch 'master'
7499Switched to a new branch 'movedFileBranch'
7500Switched to branch 'master'
7501Switched to branch 'movedFileBranch'
7502Generating version resource: /build/repo/target/scala-3.8.0-RC4/resource_managed/main/version.txt for version: 1.13.0
7503Generating version resource: /build/repo/target/scala-3.8.0-RC4/resource_managed/main/version.txt for version: 1.13.0
7504
7505************************
7506Build summary:
7507[{
7508 "module": "kinetic-merge",
7509 "compile": {"status": "ok", "tookMs": 28199, "warnings": 32, "errors": 0, "sourceVersion": "3.5"},
7510 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
7511 "test-compile": {"status": "ok", "tookMs": 10984, "warnings": 89, "errors": 0, "sourceVersion": "3.5"},
7512 "test": {"status": "ok", "tookMs": 495807, "passed": 34630, "failed": 8984, "ignored": 0, "skipped": 0, "total": 43614, "byFramework": [{"framework": "Jupiter", "stats": {"passed": 34630, "failed": 8984, "ignored": 0, "skipped": 0, "total": 43614}}]},
7513 "publish": {"status": "skipped", "tookMs": 0},
7514 "metadata": {
7515 "crossScalaVersions": ["3.3.7"]
7516}
7517}]
7518************************
7519[success] Total time: 544 s (0:09:04.0), completed Dec 22, 2025, 6:39:50 PM
7520[0JChecking patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala...
7521Checking patch project/plugins.sbt...
7522Checking patch build.sbt...
7523Applied patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala cleanly.
7524Applied patch project/plugins.sbt cleanly.
7525Applied patch build.sbt cleanly.