Build Logs
sageserpent-open/kineticmerge • 3.8.0-RC2:2025-11-28
Errors
0
Warnings
3815
Total Lines
7218
1##################################
2Clonning https://github.com/sageserpent-open/kineticmerge.git into /build/repo using revision v1.11.2
3##################################
4Note: switching to '42b5a5b7688144500ae674c45cbe67603910f51e'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21Using explicit Scala version for migration: 3.6.3 for source version
22Migrating project for -source:3.6 using Scala 3.6.3
23----
24Preparing build for 3.6.3
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.6-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28
29Try apply source patch:
30Path: src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
31Pattern: @tailrec
32Replacement:
33Starting compilation server
34Compiling project (Scala 3.7.3, JVM (17))
35Compiled project (Scala 3.7.3, JVM (17))
36Successfully applied pattern '@tailrec' in src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
37----
38Starting build for 3.6.3
39Execute tests: false
40sbt project found:
41No prepare script found for project sageserpent-open/kineticmerge
42##################################
43Scala version: 3.6.3
44Targets: com.sageserpent%kinetic-merge
45Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}
46##################################
47Using extra scalacOptions: -rewrite,REQUIRE:-source:3.6-migration
48Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
49[sbt_options] declare -a sbt_options=()
50[process_args] java_version = '17'
51[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
52# Executing command line:
53java
54-Xmx8G
55-Dcommunitybuild.scala=3.6.3
56-Dcommunitybuild.project.dependencies.add=
57-Xmx7G
58-Xms4G
59-Xss8M
60-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
61-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
62-jar
63/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
64"setCrossScalaVersions 3.6.3"
65"++3.6.3 -v"
66"mapScalacOptions "-rewrite,REQUIRE:-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
67"set every credentials := Nil"
68"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
69"removeScalacOptionsStartingWith -P:wartremover"
70
71moduleMappings
72"runBuild 3.6.3 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}""" com.sageserpent%kinetic-merge"
73
74[info] [launcher] getting org.scala-sbt sbt 1.11.7 (this may take some time)...
75[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
76[info] loading settings for project repo-build from akka.sbt, build.sbt, plugins.sbt...
77[info] loading project definition from /build/repo/project
78[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
79[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
80[info] Compilation completed in 8.416s.
81[info] done compiling
82[info] loading settings for project root from build.sbt, version.sbt...
83[info] set current project to kinetic-merge (in build file:/build/repo/)
84Execute setCrossScalaVersions: 3.6.3
85OpenCB::Changing crossVersion 3.3.7 -> 3.6.3 in root/crossScalaVersions
86[info] set current project to kinetic-merge (in build file:/build/repo/)
87[info] Setting Scala version to 3.6.3 on 1 projects.
88[info] Switching Scala version on:
89[info] * root (3.6.3)
90[info] Excluding projects:
91[info] Reapplying settings...
92[info] set current project to kinetic-merge (in build file:/build/repo/)
93Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
94[info] Reapplying settings...
95[info] set current project to kinetic-merge (in build file:/build/repo/)
96[info] Defining Global / credentials, credentials
97[info] The new values will be used by Compile / scalafmtOnly, IntegrationTest / scalafmtOnly and 5 others.
98[info] Run `last` for details.
99[info] Reapplying settings...
100[info] set current project to kinetic-merge (in build file:/build/repo/)
101Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
102[info] Reapplying settings...
103OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
104
105 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
106 Did you mean allExcludeDependencies ?
107 , retry without global scopes
108[info] Reapplying settings...
109[info] set current project to kinetic-merge (in build file:/build/repo/)
110Execute removeScalacOptionsStartingWith: -P:wartremover
111[info] Reapplying settings...
112[info] set current project to kinetic-merge (in build file:/build/repo/)
113[success] Total time: 0 s, completed Nov 28, 2025, 12:59:07 PM
114Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}
115Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
116Starting build...
117Projects: Set(root)
118Starting build for ProjectRef(file:/build/repo/,root) (kinetic-merge)... [0/1]
119OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
120OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.6-migration` in Scala 2.12.20 module Global
121OpenCB::Filter out '-source:future', matches setting pattern '^-?-source(:.*)?'
122Compile scalacOptions: -java-output-version:17, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.6-migration
123[info] compiling 20 Scala sources to /build/repo/target/scala-3.6.3/classes ...
124[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1090:34
125[warn] 1090 | given Order[Token] = Token.comparison
126[warn] | ^^^^^^^^^^^^^^^^
127[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
128[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1091:34
129[warn] 1091 | given Funnel[Token] = Token.funnel
130[warn] | ^^^^^^^^^^^^
131[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
132[warn] -- Migration Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:858:65
133[warn] 858 | type ParedDownMatch[MatchType <: GenericMatch] = MatchType match
134[warn] | ^
135[warn] |Match type upper bound inferred as GenericMatch, where previously it was defaulted to Any
136[warn] 859 | case GenericMatch => GenericMatch
137[warn] 860 | case PairwiseMatch => PairwiseMatch
138[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:880:65
139[warn] 880 | .corresponds(leftPotentialAffix)(Eq.eqv)
140[warn] | ^
141[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
142[warn] | (evidence$2 : cats.kernel.Order[Element])
143[warn] |and
144[warn] | (evidence$1 : cats.kernel.Eq[Element])
145[warn] |will change in the future release.
146[warn] |Current choice : the first alternative
147[warn] |Choice from Scala 3.7 : the second alternative
148[warn] |
149[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
150[warn] |by using @annotation.nowarn("id=205")
151[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:885:65
152[warn] 885 | .corresponds(leftPotentialAffix)(Eq.eqv))
153[warn] | ^
154[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
155[warn] | (evidence$2 : cats.kernel.Order[Element])
156[warn] |and
157[warn] | (evidence$1 : cats.kernel.Eq[Element])
158[warn] |will change in the future release.
159[warn] |Current choice : the first alternative
160[warn] |Choice from Scala 3.7 : the second alternative
161[warn] |
162[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
163[warn] |by using @annotation.nowarn("id=205")
164[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:924:66
165[warn] 924 | .corresponds(rightPotentialAffix)(Eq.eqv)
166[warn] | ^
167[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
168[warn] | (evidence$2 : cats.kernel.Order[Element])
169[warn] |and
170[warn] | (evidence$1 : cats.kernel.Eq[Element])
171[warn] |will change in the future release.
172[warn] |Current choice : the first alternative
173[warn] |Choice from Scala 3.7 : the second alternative
174[warn] |
175[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
176[warn] |by using @annotation.nowarn("id=205")
177[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:929:66
178[warn] 929 | .corresponds(rightPotentialAffix)(Eq.eqv))
179[warn] | ^
180[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
181[warn] | (evidence$2 : cats.kernel.Order[Element])
182[warn] |and
183[warn] | (evidence$1 : cats.kernel.Eq[Element])
184[warn] |will change in the future release.
185[warn] |Current choice : the first alternative
186[warn] |Choice from Scala 3.7 : the second alternative
187[warn] |
188[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
189[warn] |by using @annotation.nowarn("id=205")
190[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:1407:52
191[warn] 1407 | path -> mergeResult.innerFlatMap(resolution)
192[warn] | ^
193[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
194[warn] | (evidence$2 : cats.kernel.Order[Element])
195[warn] |and
196[warn] | (evidence$1 : cats.kernel.Eq[Element])
197[warn] |will change in the future release.
198[warn] |Current choice : the first alternative
199[warn] |Choice from Scala 3.7 : the second alternative
200[warn] |
201[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
202[warn] |by using @annotation.nowarn("id=205")
203[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:159:16
204[warn] 159 | (
205[warn] | ^
206[warn] |match may not be exhaustive.
207[warn] |
208[warn] |It would fail on pattern case: (Some(_), _, Some(_)), (Some(_), Some(_), _), (_, Some(_), Some(_)), (Some(_), Some(_), None), (None, None, None)
209[warn] 160 | Option(percentage),
210[warn] 161 | Option(impliedFraction),
211[warn] 162 | Option(explicitFraction)
212[warn] 163 | ).match
213[warn] |
214[warn] | longer explanation available when compiling with `-explain`
215[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:709:10
216[warn] 709 | case (
217[warn] | ^
218[warn] | match may not be exhaustive.
219[warn] |
220[warn] | It would fail on pattern case: (_, (None, None))
221[warn] |
222[warn] | longer explanation available when compiling with `-explain`
223[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1516:12
224[warn] 1516 | (leftRenamingDetail, rightRenamingDetail) match
225[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
226[warn] | match may not be exhaustive.
227[warn] |
228[warn] | It would fail on pattern case: (None, None)
229[warn] |
230[warn] | longer explanation available when compiling with `-explain`
231[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1984:12
232[warn] 1984 | case subsuming: Match.BaseAndLeft[Section[Element]] =>
233[warn] | ^
234[warn] |match may not be exhaustive.
235[warn] |
236[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
237[warn] |
238[warn] | longer explanation available when compiling with `-explain`
239[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1995:12
240[warn] 1995 | case subsuming: Match.BaseAndRight[Section[Element]] =>
241[warn] | ^
242[warn] |match may not be exhaustive.
243[warn] |
244[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
245[warn] |
246[warn] | longer explanation available when compiling with `-explain`
247[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2006:12
248[warn] 2006 | case subsuming: Match.LeftAndRight[Section[Element]] =>
249[warn] | ^
250[warn] |match may not be exhaustive.
251[warn] |
252[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _)
253[warn] |
254[warn] | longer explanation available when compiling with `-explain`
255[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2288:48
256[warn] 2288 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
257[warn] | ^
258[warn] | match may not be exhaustive.
259[warn] |
260[warn] | It would fail on pattern case: None
261[warn] |
262[warn] | longer explanation available when compiling with `-explain`
263[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2292:48
264[warn] 2292 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
265[warn] | ^
266[warn] | match may not be exhaustive.
267[warn] |
268[warn] | It would fail on pattern case: None
269[warn] |
270[warn] | longer explanation available when compiling with `-explain`
271[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2296:49
272[warn] 2296 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
273[warn] | ^
274[warn] | match may not be exhaustive.
275[warn] |
276[warn] | It would fail on pattern case: None
277[warn] |
278[warn] | longer explanation available when compiling with `-explain`
279[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2314:48
280[warn] 2314 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
281[warn] | ^
282[warn] | match may not be exhaustive.
283[warn] |
284[warn] | It would fail on pattern case: None
285[warn] |
286[warn] | longer explanation available when compiling with `-explain`
287[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2318:48
288[warn] 2318 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
289[warn] | ^
290[warn] | match may not be exhaustive.
291[warn] |
292[warn] | It would fail on pattern case: None
293[warn] |
294[warn] | longer explanation available when compiling with `-explain`
295[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2335:48
296[warn] 2335 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
297[warn] | ^
298[warn] | match may not be exhaustive.
299[warn] |
300[warn] | It would fail on pattern case: None
301[warn] |
302[warn] | longer explanation available when compiling with `-explain`
303[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2339:49
304[warn] 2339 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
305[warn] | ^
306[warn] | match may not be exhaustive.
307[warn] |
308[warn] | It would fail on pattern case: None
309[warn] |
310[warn] | longer explanation available when compiling with `-explain`
311[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2356:48
312[warn] 2356 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
313[warn] | ^
314[warn] | match may not be exhaustive.
315[warn] |
316[warn] | It would fail on pattern case: None
317[warn] |
318[warn] | longer explanation available when compiling with `-explain`
319[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2360:49
320[warn] 2360 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
321[warn] | ^
322[warn] | match may not be exhaustive.
323[warn] |
324[warn] | It would fail on pattern case: None
325[warn] |
326[warn] | longer explanation available when compiling with `-explain`
327[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:509:15
328[warn] 509 | case Some(sections) =>
329[warn] | ^^^^^^^^^^^^^^
330[warn] | Unreachable case
331[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:223:12
332[warn] 223 | (base, left, right) match
333[warn] | ^^^^^^^^^^^^^^^^^^^
334[warn] |match may not be exhaustive.
335[warn] |
336[warn] |It would fail on pattern case: (None, None, None), (None, None, None), (None, None, None)
337[warn] |
338[warn] | longer explanation available when compiling with `-explain`
339[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:378:14
340[warn] 378 | ) { case (partialResult @ head :: _, change) =>
341[warn] | ^
342[warn] | match may not be exhaustive.
343[warn] |
344[warn] | It would fail on pattern case: (Nil, _)
345[warn] |
346[warn] | longer explanation available when compiling with `-explain`
347[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/MoveDestinations.scala:88:6
348[warn] 88 | (left.nonEmpty, right.nonEmpty, coincident.nonEmpty) match
349[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
350[warn] |match may not be exhaustive.
351[warn] |
352[warn] |It would fail on pattern case: (false, false, false), (false, false, false), (false, false, false), (false, false, false), (false, false, false)
353[warn] |
354[warn] | longer explanation available when compiling with `-explain`
355[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/pprintCustomised.scala:16:7
356[warn] 16 | case rangedSeq: RangedSeq[?, ?] =>
357[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
358[warn] | Unreachable case
359[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala]
360[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequence.scala]
361[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala]
362[warn] 28 warnings found
363[info] done compiling
364Generating version resource: /build/repo/target/scala-3.6.3/resource_managed/main/version.txt for version: 1.11.2
365[info] compiling 3 Scala sources to /build/repo/target/scala-3.6.3/classes ...
366[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1090:34
367[warn] 1090 | given Order[Token] = Token.comparison
368[warn] | ^^^^^^^^^^^^^^^^
369[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
370[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1091:34
371[warn] 1091 | given Funnel[Token] = Token.funnel
372[warn] | ^^^^^^^^^^^^
373[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
374[warn] -- Migration Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:858:65
375[warn] 858 | type ParedDownMatch[MatchType <: GenericMatch] = MatchType match
376[warn] | ^
377[warn] |Match type upper bound inferred as GenericMatch, where previously it was defaulted to Any
378[warn] 859 | case GenericMatch => GenericMatch
379[warn] 860 | case PairwiseMatch => PairwiseMatch
380[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:159:16
381[warn] 159 | (
382[warn] | ^
383[warn] |match may not be exhaustive.
384[warn] |
385[warn] |It would fail on pattern case: (Some(_), _, Some(_)), (Some(_), Some(_), _), (_, Some(_), Some(_)), (Some(_), Some(_), None), (None, None, None)
386[warn] 160 | Option(percentage),
387[warn] 161 | Option(impliedFraction),
388[warn] 162 | Option(explicitFraction)
389[warn] 163 | ).match
390[warn] |
391[warn] | longer explanation available when compiling with `-explain`
392[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:709:10
393[warn] 709 | case (
394[warn] | ^
395[warn] | match may not be exhaustive.
396[warn] |
397[warn] | It would fail on pattern case: (_, (None, None))
398[warn] |
399[warn] | longer explanation available when compiling with `-explain`
400[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1516:12
401[warn] 1516 | (leftRenamingDetail, rightRenamingDetail) match
402[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
403[warn] | match may not be exhaustive.
404[warn] |
405[warn] | It would fail on pattern case: (None, None)
406[warn] |
407[warn] | longer explanation available when compiling with `-explain`
408[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1984:12
409[warn] 1984 | case subsuming: Match.BaseAndLeft[Section[Element]] =>
410[warn] | ^
411[warn] |match may not be exhaustive.
412[warn] |
413[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
414[warn] |
415[warn] | longer explanation available when compiling with `-explain`
416[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1995:12
417[warn] 1995 | case subsuming: Match.BaseAndRight[Section[Element]] =>
418[warn] | ^
419[warn] |match may not be exhaustive.
420[warn] |
421[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
422[warn] |
423[warn] | longer explanation available when compiling with `-explain`
424[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2006:12
425[warn] 2006 | case subsuming: Match.LeftAndRight[Section[Element]] =>
426[warn] | ^
427[warn] |match may not be exhaustive.
428[warn] |
429[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _)
430[warn] |
431[warn] | longer explanation available when compiling with `-explain`
432[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2288:48
433[warn] 2288 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
434[warn] | ^
435[warn] | match may not be exhaustive.
436[warn] |
437[warn] | It would fail on pattern case: None
438[warn] |
439[warn] | longer explanation available when compiling with `-explain`
440[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2292:48
441[warn] 2292 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
442[warn] | ^
443[warn] | match may not be exhaustive.
444[warn] |
445[warn] | It would fail on pattern case: None
446[warn] |
447[warn] | longer explanation available when compiling with `-explain`
448[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2296:49
449[warn] 2296 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
450[warn] | ^
451[warn] | match may not be exhaustive.
452[warn] |
453[warn] | It would fail on pattern case: None
454[warn] |
455[warn] | longer explanation available when compiling with `-explain`
456[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2314:48
457[warn] 2314 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
458[warn] | ^
459[warn] | match may not be exhaustive.
460[warn] |
461[warn] | It would fail on pattern case: None
462[warn] |
463[warn] | longer explanation available when compiling with `-explain`
464[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2318:48
465[warn] 2318 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
466[warn] | ^
467[warn] | match may not be exhaustive.
468[warn] |
469[warn] | It would fail on pattern case: None
470[warn] |
471[warn] | longer explanation available when compiling with `-explain`
472[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2335:48
473[warn] 2335 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
474[warn] | ^
475[warn] | match may not be exhaustive.
476[warn] |
477[warn] | It would fail on pattern case: None
478[warn] |
479[warn] | longer explanation available when compiling with `-explain`
480[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2339:49
481[warn] 2339 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
482[warn] | ^
483[warn] | match may not be exhaustive.
484[warn] |
485[warn] | It would fail on pattern case: None
486[warn] |
487[warn] | longer explanation available when compiling with `-explain`
488[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2356:48
489[warn] 2356 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
490[warn] | ^
491[warn] | match may not be exhaustive.
492[warn] |
493[warn] | It would fail on pattern case: None
494[warn] |
495[warn] | longer explanation available when compiling with `-explain`
496[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2360:49
497[warn] 2360 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
498[warn] | ^
499[warn] | match may not be exhaustive.
500[warn] |
501[warn] | It would fail on pattern case: None
502[warn] |
503[warn] | longer explanation available when compiling with `-explain`
504[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:509:15
505[warn] 509 | case Some(sections) =>
506[warn] | ^^^^^^^^^^^^^^
507[warn] | Unreachable case
508[warn] 19 warnings found
509[info] done compiling
510[info] compiling 12 Scala sources to /build/repo/target/scala-3.6.3/test-classes ...
511[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:27:30
512[warn] 27 | given Eq[Token] = Token.equality
513[warn] | ^^^^^^^^^^^^^^
514[warn] |method equality is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
515[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:28:30
516[warn] 28 | given Order[Token] = Token.comparison
517[warn] | ^^^^^^^^^^^^^^^^
518[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
519[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:29:30
520[warn] 29 | given Funnel[Token] = Token.funnel
521[warn] | ^^^^^^^^^^^^
522[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
523[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:159:26
524[warn] 159 | )(configuration): @unchecked
525[warn] | ^
526[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
527[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
528[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
529[warn] | )
530[warn] |and
531[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
532[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
533[warn] |will change in the future release.
534[warn] |Current choice : the first alternative
535[warn] |Choice from Scala 3.7 : the second alternative
536[warn] |
537[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
538[warn] |by using @annotation.nowarn("id=205")
539[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:162:36
540[warn] 162 | codeMotionAnalysis.merge
541[warn] | ^
542[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
543[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
544[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
545[warn] | )
546[warn] |and
547[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
548[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
549[warn] |will change in the future release.
550[warn] |Current choice : the first alternative
551[warn] |Choice from Scala 3.7 : the second alternative
552[warn] |
553[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
554[warn] |by using @annotation.nowarn("id=205")
555[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:215:20
556[warn] 215 | )(configuration): @unchecked
557[warn] | ^
558[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
559[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
560[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
561[warn] | )
562[warn] |and
563[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
564[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
565[warn] |will change in the future release.
566[warn] |Current choice : the first alternative
567[warn] |Choice from Scala 3.7 : the second alternative
568[warn] |
569[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
570[warn] |by using @annotation.nowarn("id=205")
571[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:218:30
572[warn] 218 | codeMotionAnalysis.merge
573[warn] | ^
574[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
575[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
576[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
577[warn] | )
578[warn] |and
579[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
580[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
581[warn] |will change in the future release.
582[warn] |Current choice : the first alternative
583[warn] |Choice from Scala 3.7 : the second alternative
584[warn] |
585[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
586[warn] |by using @annotation.nowarn("id=205")
587[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:297:26
588[warn] 297 | )(configuration): @unchecked
589[warn] | ^
590[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
591[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
592[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
593[warn] | )
594[warn] |and
595[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
596[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
597[warn] |will change in the future release.
598[warn] |Current choice : the first alternative
599[warn] |Choice from Scala 3.7 : the second alternative
600[warn] |
601[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
602[warn] |by using @annotation.nowarn("id=205")
603[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:300:36
604[warn] 300 | codeMotionAnalysis.merge
605[warn] | ^
606[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
607[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
608[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
609[warn] | )
610[warn] |and
611[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
612[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
613[warn] |will change in the future release.
614[warn] |Current choice : the first alternative
615[warn] |Choice from Scala 3.7 : the second alternative
616[warn] |
617[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
618[warn] |by using @annotation.nowarn("id=205")
619[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:394:26
620[warn] 394 | )(configuration): @unchecked
621[warn] | ^
622[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
623[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
624[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
625[warn] | )
626[warn] |and
627[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
628[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
629[warn] |will change in the future release.
630[warn] |Current choice : the first alternative
631[warn] |Choice from Scala 3.7 : the second alternative
632[warn] |
633[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
634[warn] |by using @annotation.nowarn("id=205")
635[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:397:36
636[warn] 397 | codeMotionAnalysis.merge
637[warn] | ^
638[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
639[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
640[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
641[warn] | )
642[warn] |and
643[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
644[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
645[warn] |will change in the future release.
646[warn] |Current choice : the first alternative
647[warn] |Choice from Scala 3.7 : the second alternative
648[warn] |
649[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
650[warn] |by using @annotation.nowarn("id=205")
651[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:437:20
652[warn] 437 | )(configuration): @unchecked
653[warn] | ^
654[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
655[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
656[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
657[warn] | )
658[warn] |and
659[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
660[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
661[warn] |will change in the future release.
662[warn] |Current choice : the first alternative
663[warn] |Choice from Scala 3.7 : the second alternative
664[warn] |
665[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
666[warn] |by using @annotation.nowarn("id=205")
667[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:440:30
668[warn] 440 | codeMotionAnalysis.merge
669[warn] | ^
670[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
671[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
672[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
673[warn] | )
674[warn] |and
675[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
676[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
677[warn] |will change in the future release.
678[warn] |Current choice : the first alternative
679[warn] |Choice from Scala 3.7 : the second alternative
680[warn] |
681[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
682[warn] |by using @annotation.nowarn("id=205")
683[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:487:24
684[warn] 487 | )(configuration): @unchecked
685[warn] | ^
686[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
687[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
688[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
689[warn] | )
690[warn] |and
691[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
692[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
693[warn] |will change in the future release.
694[warn] |Current choice : the first alternative
695[warn] |Choice from Scala 3.7 : the second alternative
696[warn] |
697[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
698[warn] |by using @annotation.nowarn("id=205")
699[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:490:34
700[warn] 490 | codeMotionAnalysis.merge
701[warn] | ^
702[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
703[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
704[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
705[warn] | )
706[warn] |and
707[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
708[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
709[warn] |will change in the future release.
710[warn] |Current choice : the first alternative
711[warn] |Choice from Scala 3.7 : the second alternative
712[warn] |
713[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
714[warn] |by using @annotation.nowarn("id=205")
715[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:546:22
716[warn] 546 | )(configuration): @unchecked
717[warn] | ^
718[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
719[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
720[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
721[warn] | )
722[warn] |and
723[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
724[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
725[warn] |will change in the future release.
726[warn] |Current choice : the first alternative
727[warn] |Choice from Scala 3.7 : the second alternative
728[warn] |
729[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
730[warn] |by using @annotation.nowarn("id=205")
731[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:548:60
732[warn] 548 | val (mergeResultsByPath, _) = codeMotionAnalysis.merge
733[warn] | ^
734[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
735[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
736[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
737[warn] | )
738[warn] |and
739[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
740[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
741[warn] |will change in the future release.
742[warn] |Current choice : the first alternative
743[warn] |Choice from Scala 3.7 : the second alternative
744[warn] |
745[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
746[warn] |by using @annotation.nowarn("id=205")
747[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:610:24
748[warn] 610 | )(configuration): @unchecked
749[warn] | ^
750[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
751[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
752[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
753[warn] | )
754[warn] |and
755[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
756[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
757[warn] |will change in the future release.
758[warn] |Current choice : the first alternative
759[warn] |Choice from Scala 3.7 : the second alternative
760[warn] |
761[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
762[warn] |by using @annotation.nowarn("id=205")
763[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:625:34
764[warn] 625 | codeMotionAnalysis.merge
765[warn] | ^
766[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
767[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
768[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
769[warn] | )
770[warn] |and
771[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
772[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
773[warn] |will change in the future release.
774[warn] |Current choice : the first alternative
775[warn] |Choice from Scala 3.7 : the second alternative
776[warn] |
777[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
778[warn] |by using @annotation.nowarn("id=205")
779[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:693:24
780[warn] 693 | )(configuration): @unchecked
781[warn] | ^
782[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
783[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
784[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
785[warn] | )
786[warn] |and
787[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
788[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
789[warn] |will change in the future release.
790[warn] |Current choice : the first alternative
791[warn] |Choice from Scala 3.7 : the second alternative
792[warn] |
793[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
794[warn] |by using @annotation.nowarn("id=205")
795[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:708:34
796[warn] 708 | codeMotionAnalysis.merge
797[warn] | ^
798[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
799[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
800[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
801[warn] | )
802[warn] |and
803[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
804[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
805[warn] |will change in the future release.
806[warn] |Current choice : the first alternative
807[warn] |Choice from Scala 3.7 : the second alternative
808[warn] |
809[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
810[warn] |by using @annotation.nowarn("id=205")
811[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:819:26
812[warn] 819 | )(configuration): @unchecked
813[warn] | ^
814[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
815[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
816[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
817[warn] | )
818[warn] |and
819[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
820[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
821[warn] |will change in the future release.
822[warn] |Current choice : the first alternative
823[warn] |Choice from Scala 3.7 : the second alternative
824[warn] |
825[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
826[warn] |by using @annotation.nowarn("id=205")
827[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:822:36
828[warn] 822 | codeMotionAnalysis.merge
829[warn] | ^
830[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
831[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
832[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
833[warn] | )
834[warn] |and
835[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
836[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
837[warn] |will change in the future release.
838[warn] |Current choice : the first alternative
839[warn] |Choice from Scala 3.7 : the second alternative
840[warn] |
841[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
842[warn] |by using @annotation.nowarn("id=205")
843[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:990:26
844[warn] 990 | )(configuration): @unchecked
845[warn] | ^
846[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
847[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
848[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
849[warn] | )
850[warn] |and
851[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
852[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
853[warn] |will change in the future release.
854[warn] |Current choice : the first alternative
855[warn] |Choice from Scala 3.7 : the second alternative
856[warn] |
857[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
858[warn] |by using @annotation.nowarn("id=205")
859[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:993:36
860[warn] 993 | codeMotionAnalysis.merge
861[warn] | ^
862[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
863[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
864[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
865[warn] | )
866[warn] |and
867[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
868[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
869[warn] |will change in the future release.
870[warn] |Current choice : the first alternative
871[warn] |Choice from Scala 3.7 : the second alternative
872[warn] |
873[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
874[warn] |by using @annotation.nowarn("id=205")
875[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1049:20
876[warn] 1049 | )(configuration): @unchecked
877[warn] | ^
878[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
879[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
880[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
881[warn] | )
882[warn] |and
883[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
884[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
885[warn] |will change in the future release.
886[warn] |Current choice : the first alternative
887[warn] |Choice from Scala 3.7 : the second alternative
888[warn] |
889[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
890[warn] |by using @annotation.nowarn("id=205")
891[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1052:30
892[warn] 1052 | codeMotionAnalysis.merge
893[warn] | ^
894[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
895[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
896[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
897[warn] | )
898[warn] |and
899[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
900[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
901[warn] |will change in the future release.
902[warn] |Current choice : the first alternative
903[warn] |Choice from Scala 3.7 : the second alternative
904[warn] |
905[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
906[warn] |by using @annotation.nowarn("id=205")
907[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1144:20
908[warn] 1144 | )(configuration): @unchecked
909[warn] | ^
910[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
911[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
912[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
913[warn] | )
914[warn] |and
915[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
916[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
917[warn] |will change in the future release.
918[warn] |Current choice : the first alternative
919[warn] |Choice from Scala 3.7 : the second alternative
920[warn] |
921[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
922[warn] |by using @annotation.nowarn("id=205")
923[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1147:30
924[warn] 1147 | codeMotionAnalysis.merge
925[warn] | ^
926[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
927[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
928[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
929[warn] | )
930[warn] |and
931[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
932[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
933[warn] |will change in the future release.
934[warn] |Current choice : the first alternative
935[warn] |Choice from Scala 3.7 : the second alternative
936[warn] |
937[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
938[warn] |by using @annotation.nowarn("id=205")
939[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1188:20
940[warn] 1188 | )(configuration): @unchecked
941[warn] | ^
942[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
943[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
944[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
945[warn] | )
946[warn] |and
947[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
948[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
949[warn] |will change in the future release.
950[warn] |Current choice : the first alternative
951[warn] |Choice from Scala 3.7 : the second alternative
952[warn] |
953[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
954[warn] |by using @annotation.nowarn("id=205")
955[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1191:30
956[warn] 1191 | codeMotionAnalysis.merge
957[warn] | ^
958[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
959[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
960[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
961[warn] | )
962[warn] |and
963[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
964[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
965[warn] |will change in the future release.
966[warn] |Current choice : the first alternative
967[warn] |Choice from Scala 3.7 : the second alternative
968[warn] |
969[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
970[warn] |by using @annotation.nowarn("id=205")
971[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1436:26
972[warn] 1436 | )(configuration): @unchecked
973[warn] | ^
974[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
975[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
976[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
977[warn] | )
978[warn] |and
979[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
980[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
981[warn] |will change in the future release.
982[warn] |Current choice : the first alternative
983[warn] |Choice from Scala 3.7 : the second alternative
984[warn] |
985[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
986[warn] |by using @annotation.nowarn("id=205")
987[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1439:36
988[warn] 1439 | codeMotionAnalysis.merge
989[warn] | ^
990[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
991[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
992[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
993[warn] | )
994[warn] |and
995[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
996[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
997[warn] |will change in the future release.
998[warn] |Current choice : the first alternative
999[warn] |Choice from Scala 3.7 : the second alternative
1000[warn] |
1001[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1002[warn] |by using @annotation.nowarn("id=205")
1003[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1702:26
1004[warn] 1702 | )(configuration): @unchecked
1005[warn] | ^
1006[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1007[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1008[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1009[warn] | )
1010[warn] |and
1011[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1012[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1013[warn] |will change in the future release.
1014[warn] |Current choice : the first alternative
1015[warn] |Choice from Scala 3.7 : the second alternative
1016[warn] |
1017[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1018[warn] |by using @annotation.nowarn("id=205")
1019[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1705:36
1020[warn] 1705 | codeMotionAnalysis.merge
1021[warn] | ^
1022[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1023[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1024[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1025[warn] | )
1026[warn] |and
1027[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1028[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1029[warn] |will change in the future release.
1030[warn] |Current choice : the first alternative
1031[warn] |Choice from Scala 3.7 : the second alternative
1032[warn] |
1033[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1034[warn] |by using @annotation.nowarn("id=205")
1035[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1782:20
1036[warn] 1782 | )(configuration): @unchecked
1037[warn] | ^
1038[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1039[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1040[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1041[warn] | )
1042[warn] |and
1043[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1044[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1045[warn] |will change in the future release.
1046[warn] |Current choice : the first alternative
1047[warn] |Choice from Scala 3.7 : the second alternative
1048[warn] |
1049[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1050[warn] |by using @annotation.nowarn("id=205")
1051[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1785:30
1052[warn] 1785 | codeMotionAnalysis.merge
1053[warn] | ^
1054[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1055[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1056[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1057[warn] | )
1058[warn] |and
1059[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1060[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1061[warn] |will change in the future release.
1062[warn] |Current choice : the first alternative
1063[warn] |Choice from Scala 3.7 : the second alternative
1064[warn] |
1065[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1066[warn] |by using @annotation.nowarn("id=205")
1067[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1857:22
1068[warn] 1857 | )(configuration): @unchecked
1069[warn] | ^
1070[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1071[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1072[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1073[warn] | )
1074[warn] |and
1075[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1076[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1077[warn] |will change in the future release.
1078[warn] |Current choice : the first alternative
1079[warn] |Choice from Scala 3.7 : the second alternative
1080[warn] |
1081[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1082[warn] |by using @annotation.nowarn("id=205")
1083[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1860:32
1084[warn] 1860 | codeMotionAnalysis.merge
1085[warn] | ^
1086[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1087[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1088[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1089[warn] | )
1090[warn] |and
1091[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1092[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1093[warn] |will change in the future release.
1094[warn] |Current choice : the first alternative
1095[warn] |Choice from Scala 3.7 : the second alternative
1096[warn] |
1097[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1098[warn] |by using @annotation.nowarn("id=205")
1099[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1918:22
1100[warn] 1918 | )(configuration): @unchecked
1101[warn] | ^
1102[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1103[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1104[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1105[warn] | )
1106[warn] |and
1107[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1108[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1109[warn] |will change in the future release.
1110[warn] |Current choice : the first alternative
1111[warn] |Choice from Scala 3.7 : the second alternative
1112[warn] |
1113[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1114[warn] |by using @annotation.nowarn("id=205")
1115[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1921:32
1116[warn] 1921 | codeMotionAnalysis.merge
1117[warn] | ^
1118[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1119[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1120[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1121[warn] | )
1122[warn] |and
1123[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1124[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1125[warn] |will change in the future release.
1126[warn] |Current choice : the first alternative
1127[warn] |Choice from Scala 3.7 : the second alternative
1128[warn] |
1129[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1130[warn] |by using @annotation.nowarn("id=205")
1131[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2007:22
1132[warn] 2007 | )(configuration): @unchecked
1133[warn] | ^
1134[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1135[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1136[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1137[warn] | )
1138[warn] |and
1139[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1140[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1141[warn] |will change in the future release.
1142[warn] |Current choice : the first alternative
1143[warn] |Choice from Scala 3.7 : the second alternative
1144[warn] |
1145[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1146[warn] |by using @annotation.nowarn("id=205")
1147[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2010:32
1148[warn] 2010 | codeMotionAnalysis.merge
1149[warn] | ^
1150[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1151[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1152[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1153[warn] | )
1154[warn] |and
1155[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1156[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1157[warn] |will change in the future release.
1158[warn] |Current choice : the first alternative
1159[warn] |Choice from Scala 3.7 : the second alternative
1160[warn] |
1161[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1162[warn] |by using @annotation.nowarn("id=205")
1163[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2063:22
1164[warn] 2063 | )(configuration): @unchecked
1165[warn] | ^
1166[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1167[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1168[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1169[warn] | )
1170[warn] |and
1171[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1172[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1173[warn] |will change in the future release.
1174[warn] |Current choice : the first alternative
1175[warn] |Choice from Scala 3.7 : the second alternative
1176[warn] |
1177[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1178[warn] |by using @annotation.nowarn("id=205")
1179[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2066:32
1180[warn] 2066 | codeMotionAnalysis.merge
1181[warn] | ^
1182[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1183[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1184[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1185[warn] | )
1186[warn] |and
1187[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1188[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1189[warn] |will change in the future release.
1190[warn] |Current choice : the first alternative
1191[warn] |Choice from Scala 3.7 : the second alternative
1192[warn] |
1193[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1194[warn] |by using @annotation.nowarn("id=205")
1195[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2193:20
1196[warn] 2193 | )(configuration): @unchecked
1197[warn] | ^
1198[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1199[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1200[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1201[warn] | )
1202[warn] |and
1203[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1204[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1205[warn] |will change in the future release.
1206[warn] |Current choice : the first alternative
1207[warn] |Choice from Scala 3.7 : the second alternative
1208[warn] |
1209[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1210[warn] |by using @annotation.nowarn("id=205")
1211[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2196:30
1212[warn] 2196 | codeMotionAnalysis.merge
1213[warn] | ^
1214[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1215[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1216[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1217[warn] | )
1218[warn] |and
1219[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1220[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1221[warn] |will change in the future release.
1222[warn] |Current choice : the first alternative
1223[warn] |Choice from Scala 3.7 : the second alternative
1224[warn] |
1225[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1226[warn] |by using @annotation.nowarn("id=205")
1227[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2302:22
1228[warn] 2302 | )(configuration): @unchecked
1229[warn] | ^
1230[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1231[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1232[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1233[warn] | )
1234[warn] |and
1235[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1236[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1237[warn] |will change in the future release.
1238[warn] |Current choice : the first alternative
1239[warn] |Choice from Scala 3.7 : the second alternative
1240[warn] |
1241[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1242[warn] |by using @annotation.nowarn("id=205")
1243[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2305:32
1244[warn] 2305 | codeMotionAnalysis.merge
1245[warn] | ^
1246[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1247[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1248[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1249[warn] | )
1250[warn] |and
1251[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1252[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1253[warn] |will change in the future release.
1254[warn] |Current choice : the first alternative
1255[warn] |Choice from Scala 3.7 : the second alternative
1256[warn] |
1257[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1258[warn] |by using @annotation.nowarn("id=205")
1259[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:33:33
1260[warn] 33 | given Sized[Element] = defaultElementSize
1261[warn] | ^^^^^^^^^^^^^^^^^^
1262[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1263[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
1264[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:228:33
1265[warn] 228 | given Sized[Element] = defaultElementSize
1266[warn] | ^^^^^^^^^^^^^^^^^^
1267[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1268[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
1269[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:49:24
1270[warn] 49 | given Eq[Element] = matchesByElement.equivalent
1271[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1272[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1273[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:50:27
1274[warn] 50 | given Sized[Element] = defaultElementSize
1275[warn] | ^^^^^^^^^^^^^^^^^^
1276[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1277[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1278[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:81:24
1279[warn] 81 | given Eq[Element] = matchesByElement.equivalent
1280[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1281[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1282[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:82:27
1283[warn] 82 | given Sized[Element] = defaultElementSize
1284[warn] | ^^^^^^^^^^^^^^^^^^
1285[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1286[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1287[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:113:24
1288[warn] 113 | given Eq[Element] = matchesByElement.equivalent
1289[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1290[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1291[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:114:27
1292[warn] 114 | given Sized[Element] = defaultElementSize
1293[warn] | ^^^^^^^^^^^^^^^^^^
1294[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1295[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1296[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:147:24
1297[warn] 147 | given Eq[Element] = matchesByElement.equivalent
1298[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1299[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1300[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:148:27
1301[warn] 148 | given Sized[Element] = defaultElementSize
1302[warn] | ^^^^^^^^^^^^^^^^^^
1303[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1304[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1305[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:180:24
1306[warn] 180 | given Eq[Element] = matchesByElement.equivalent
1307[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1308[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1309[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:181:27
1310[warn] 181 | given Sized[Element] = defaultElementSize
1311[warn] | ^^^^^^^^^^^^^^^^^^
1312[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1313[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1314[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:214:24
1315[warn] 214 | given Eq[Element] = matchesByElement.equivalent
1316[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1317[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1318[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:215:27
1319[warn] 215 | given Sized[Element] = defaultElementSize
1320[warn] | ^^^^^^^^^^^^^^^^^^
1321[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1322[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1323[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:248:24
1324[warn] 248 | given Eq[Element] = matchesByElement.equivalent
1325[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1326[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1327[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:249:27
1328[warn] 249 | given Sized[Element] = defaultElementSize
1329[warn] | ^^^^^^^^^^^^^^^^^^
1330[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1331[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1332[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:284:24
1333[warn] 284 | given Eq[Element] = matchesByElement.equivalent
1334[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1335[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1336[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:285:27
1337[warn] 285 | given Sized[Element] = defaultElementSize
1338[warn] | ^^^^^^^^^^^^^^^^^^
1339[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1340[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1341[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:323:27
1342[warn] 323 | given Eq[Element] = matchesByElement.equivalent
1343[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1344[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1345[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:324:27
1346[warn] 324 | given Sized[Element] = defaultElementSize
1347[warn] | ^^^^^^^^^^^^^^^^^^
1348[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1349[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1350[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:363:27
1351[warn] 363 | given Eq[Element] = matchesByElement.equivalent
1352[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1353[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1354[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:364:27
1355[warn] 364 | given Sized[Element] = defaultElementSize
1356[warn] | ^^^^^^^^^^^^^^^^^^
1357[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1358[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1359[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:404:24
1360[warn] 404 | given Eq[Element] = matchesByElement.equivalent
1361[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1362[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1363[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:405:27
1364[warn] 405 | given Sized[Element] = defaultElementSize
1365[warn] | ^^^^^^^^^^^^^^^^^^
1366[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1367[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1368[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:438:24
1369[warn] 438 | given Eq[Element] = matchesByElement.equivalent
1370[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1371[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1372[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:439:27
1373[warn] 439 | given Sized[Element] = defaultElementSize
1374[warn] | ^^^^^^^^^^^^^^^^^^
1375[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1376[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1377[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:474:24
1378[warn] 474 | given Eq[Element] = matchesByElement.equivalent
1379[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1380[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1381[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:475:27
1382[warn] 475 | given Sized[Element] = defaultElementSize
1383[warn] | ^^^^^^^^^^^^^^^^^^
1384[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1385[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1386[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:513:24
1387[warn] 513 | given Eq[Element] = matchesByElement.equivalent
1388[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1389[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1390[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:514:27
1391[warn] 514 | given Sized[Element] = defaultElementSize
1392[warn] | ^^^^^^^^^^^^^^^^^^
1393[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1394[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1395[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:550:24
1396[warn] 550 | given Eq[Element] = matchesByElement.equivalent
1397[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1398[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1399[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:551:27
1400[warn] 551 | given Sized[Element] = defaultElementSize
1401[warn] | ^^^^^^^^^^^^^^^^^^
1402[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1403[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1404[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:582:24
1405[warn] 582 | given Eq[Element] = matchesByElement.equivalent
1406[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1407[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1408[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:583:27
1409[warn] 583 | given Sized[Element] = defaultElementSize
1410[warn] | ^^^^^^^^^^^^^^^^^^
1411[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1412[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1413[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:617:24
1414[warn] 617 | given Eq[Element] = matchesByElement.equivalent
1415[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1416[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1417[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:618:27
1418[warn] 618 | given Sized[Element] = defaultElementSize
1419[warn] | ^^^^^^^^^^^^^^^^^^
1420[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1421[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1422[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:653:24
1423[warn] 653 | given Eq[Element] = matchesByElement.equivalent
1424[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1425[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1426[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:654:27
1427[warn] 654 | given Sized[Element] = defaultElementSize
1428[warn] | ^^^^^^^^^^^^^^^^^^
1429[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1430[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1431[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:692:24
1432[warn] 692 | given Eq[Element] = matchesByElement.equivalent
1433[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1434[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1435[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:693:27
1436[warn] 693 | given Sized[Element] = defaultElementSize
1437[warn] | ^^^^^^^^^^^^^^^^^^
1438[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1439[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1440[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:739:24
1441[warn] 739 | given Eq[Element] = matchesByElement.equivalent
1442[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1443[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1444[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:740:27
1445[warn] 740 | given Sized[Element] = defaultElementSize
1446[warn] | ^^^^^^^^^^^^^^^^^^
1447[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1448[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1449[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:788:24
1450[warn] 788 | given Eq[Element] = matchesByElement.equivalent
1451[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1452[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1453[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:789:27
1454[warn] 789 | given Sized[Element] = defaultElementSize
1455[warn] | ^^^^^^^^^^^^^^^^^^
1456[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1457[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1458[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:837:24
1459[warn] 837 | given Eq[Element] = matchesByElement.equivalent
1460[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1461[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1462[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:838:27
1463[warn] 838 | given Sized[Element] = defaultElementSize
1464[warn] | ^^^^^^^^^^^^^^^^^^
1465[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1466[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1467[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:887:24
1468[warn] 887 | given Eq[Element] = matchesByElement.equivalent
1469[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1470[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1471[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:888:27
1472[warn] 888 | given Sized[Element] = defaultElementSize
1473[warn] | ^^^^^^^^^^^^^^^^^^
1474[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1475[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1476[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:938:24
1477[warn] 938 | given Eq[Element] = matchesByElement.equivalent
1478[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1479[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1480[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:939:27
1481[warn] 939 | given Sized[Element] = defaultElementSize
1482[warn] | ^^^^^^^^^^^^^^^^^^
1483[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1484[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1485[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:989:24
1486[warn] 989 | given Eq[Element] = matchesByElement.equivalent
1487[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1488[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1489[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:991:27
1490[warn] 991 | given Sized[Element] = defaultElementSize
1491[warn] | ^^^^^^^^^^^^^^^^^^
1492[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1493[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1494[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1034:24
1495[warn] 1034 | given Eq[Element] = matchesByElement.equivalent
1496[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1497[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1498[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1035:27
1499[warn] 1035 | given Sized[Element] = defaultElementSize
1500[warn] | ^^^^^^^^^^^^^^^^^^
1501[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1502[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1503[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1079:24
1504[warn] 1079 | given Eq[Element] = matchesByElement.equivalent
1505[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1506[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1507[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1080:27
1508[warn] 1080 | given Sized[Element] = defaultElementSize
1509[warn] | ^^^^^^^^^^^^^^^^^^
1510[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1511[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1512[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1129:24
1513[warn] 1129 | given Eq[Element] = matchesByElement.equivalent
1514[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1515[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1516[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1130:27
1517[warn] 1130 | given Sized[Element] = defaultElementSize
1518[warn] | ^^^^^^^^^^^^^^^^^^
1519[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1520[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1521[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1174:24
1522[warn] 1174 | given Eq[Element] = matchesByElement.equivalent
1523[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1524[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1525[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1175:27
1526[warn] 1175 | given Sized[Element] = defaultElementSize
1527[warn] | ^^^^^^^^^^^^^^^^^^
1528[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1529[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1530[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1212:24
1531[warn] 1212 | given Eq[Element] = matchesByElement.equivalent
1532[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1533[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1534[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1213:27
1535[warn] 1213 | given Sized[Element] = defaultElementSize
1536[warn] | ^^^^^^^^^^^^^^^^^^
1537[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1538[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1539[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1253:24
1540[warn] 1253 | given Eq[Element] = matchesByElement.equivalent
1541[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1542[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1543[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1254:27
1544[warn] 1254 | given Sized[Element] = defaultElementSize
1545[warn] | ^^^^^^^^^^^^^^^^^^
1546[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1547[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1548[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1301:24
1549[warn] 1301 | given Eq[Element] = matchesByElement.equivalent
1550[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1551[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1552[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1302:27
1553[warn] 1302 | given Sized[Element] = defaultElementSize
1554[warn] | ^^^^^^^^^^^^^^^^^^
1555[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1556[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1557[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1345:24
1558[warn] 1345 | given Eq[Element] = matchesByElement.equivalent
1559[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1560[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1561[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1346:27
1562[warn] 1346 | given Sized[Element] = defaultElementSize
1563[warn] | ^^^^^^^^^^^^^^^^^^
1564[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1565[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1566[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1396:24
1567[warn] 1396 | given Eq[Element] = matchesByElement.equivalent
1568[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1569[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1570[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1398:27
1571[warn] 1398 | given Sized[Element] = defaultElementSize
1572[warn] | ^^^^^^^^^^^^^^^^^^
1573[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1574[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1575[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1445:24
1576[warn] 1445 | given Eq[Element] = matchesByElement.equivalent
1577[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1578[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1579[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1446:27
1580[warn] 1446 | given Sized[Element] = defaultElementSize
1581[warn] | ^^^^^^^^^^^^^^^^^^
1582[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1583[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1584[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1488:24
1585[warn] 1488 | given Eq[Element] = matchesByElement.equivalent
1586[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1587[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1588[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1489:27
1589[warn] 1489 | given Sized[Element] = defaultElementSize
1590[warn] | ^^^^^^^^^^^^^^^^^^
1591[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1592[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1593[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1533:24
1594[warn] 1533 | given Eq[Element] = matchesByElement.equivalent
1595[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1596[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1597[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1534:27
1598[warn] 1534 | given Sized[Element] = defaultElementSize
1599[warn] | ^^^^^^^^^^^^^^^^^^
1600[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1601[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1602[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1558:41
1603[warn] 1558 | given Eq[Element] = equivalent(testCase.matchesByElement)
1604[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1605[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1606[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1559:31
1607[warn] 1559 | given Sized[Element] = defaultElementSize
1608[warn] | ^^^^^^^^^^^^^^^^^^
1609[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1610[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1611[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1579:41
1612[warn] 1579 | given Eq[Element] = equivalent(testCase.matchesByElement)
1613[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1614[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1615[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1580:31
1616[warn] 1580 | given Sized[Element] = defaultElementSize
1617[warn] | ^^^^^^^^^^^^^^^^^^
1618[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1619[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1620[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1905:34
1621[warn] 1905 | given Eq[Element] = equivalent(matchesByElement)
1622[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1623[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1624[info] [patched file /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala]
1625[warn] 130 warnings found
1626[info] done compiling
1627Generating version resource: /build/repo/target/scala-3.6.3/resource_managed/main/version.txt for version: 1.11.2
1628[info] compiling 1 Scala source to /build/repo/target/scala-3.6.3/test-classes ...
1629[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:33:33
1630[warn] 33 | given Sized[Element] = defaultElementSize
1631[warn] | ^^^^^^^^^^^^^^^^^^
1632[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1633[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
1634[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:228:33
1635[warn] 228 | given Sized[Element] = defaultElementSize
1636[warn] | ^^^^^^^^^^^^^^^^^^
1637[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1638[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
1639[warn] two warnings found
1640[info] done compiling
1641Generating version resource: /build/repo/target/scala-3.6.3/resource_managed/main/version.txt for version: 1.11.2
1642
1643************************
1644Build summary:
1645[{
1646 "module": "kinetic-merge",
1647 "compile": {"status": "ok", "tookMs": 23827, "warnings": 28, "errors": 0, "sourceVersion": "3.6-migration"},
1648 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1649 "test-compile": {"status": "ok", "tookMs": 14484, "warnings": 130, "errors": 0, "sourceVersion": "3.6-migration"},
1650 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1651 "publish": {"status": "skipped", "tookMs": 0},
1652 "metadata": {
1653 "crossScalaVersions": ["3.3.7"]
1654}
1655}]
1656************************
1657[success] Total time: 66 s (0:01:06.0), completed Nov 28, 2025, 1:00:13 PM
1658[0JChecking patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala...
1659Checking patch project/plugins.sbt...
1660Checking patch build.sbt...
1661Applied patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala cleanly.
1662Applied patch project/plugins.sbt cleanly.
1663Applied patch build.sbt cleanly.
1664Commit migration rewrites
1665Switched to a new branch 'opencb/migrate-source-3.6'
1666[opencb/migrate-source-3.6 bc65fd7c] Apply Scala compiler rewrites using -source:3.6-migration using Scala 3.6.3
1667 4 files changed, 18 insertions(+), 18 deletions(-)
1668Using target Scala version for migration: 3.7.4
1669Migrating project for -source:3.7 using Scala 3.7.4
1670----
1671Preparing build for 3.7.4
1672Would try to apply common scalacOption (best-effort, sbt/mill only):
1673Append: -rewrite,REQUIRE:-source:3.7-migration
1674Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1675
1676Try apply source patch:
1677Path: src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
1678Pattern: @tailrec
1679Replacement:
1680Successfully applied pattern '@tailrec' in src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
1681----
1682Starting build for 3.7.4
1683Execute tests: false
1684sbt project found:
1685No prepare script found for project sageserpent-open/kineticmerge
1686##################################
1687Scala version: 3.7.4
1688Targets: com.sageserpent%kinetic-merge
1689Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}
1690##################################
1691Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
1692Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1693[sbt_options] declare -a sbt_options=()
1694[process_args] java_version = '17'
1695[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
1696# Executing command line:
1697java
1698-Xmx8G
1699-Dcommunitybuild.scala=3.7.4
1700-Dcommunitybuild.project.dependencies.add=
1701-Xmx7G
1702-Xms4G
1703-Xss8M
1704-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
1705-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
1706-jar
1707/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
1708"setCrossScalaVersions 3.7.4"
1709"++3.7.4 -v"
1710"mapScalacOptions "-rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
1711"set every credentials := Nil"
1712"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
1713"removeScalacOptionsStartingWith -P:wartremover"
1714
1715moduleMappings
1716"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}""" com.sageserpent%kinetic-merge"
1717
1718[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
1719[info] loading settings for project repo-build from akka.sbt, build.sbt, plugins.sbt...
1720[info] loading project definition from /build/repo/project
1721[info] loading settings for project root from build.sbt, version.sbt...
1722[info] set current project to kinetic-merge (in build file:/build/repo/)
1723Execute setCrossScalaVersions: 3.7.4
1724OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in root/crossScalaVersions
1725[info] set current project to kinetic-merge (in build file:/build/repo/)
1726[info] Setting Scala version to 3.7.4 on 1 projects.
1727[info] Switching Scala version on:
1728[info] * root (3.7.4)
1729[info] Excluding projects:
1730[info] Reapplying settings...
1731[info] set current project to kinetic-merge (in build file:/build/repo/)
1732Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1733[info] Reapplying settings...
1734[info] set current project to kinetic-merge (in build file:/build/repo/)
1735[info] Defining Global / credentials, credentials
1736[info] The new values will be used by Compile / scalafmtOnly, IntegrationTest / scalafmtOnly and 5 others.
1737[info] Run `last` for details.
1738[info] Reapplying settings...
1739[info] set current project to kinetic-merge (in build file:/build/repo/)
1740Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
1741[info] Reapplying settings...
1742OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
1743
1744 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
1745 Did you mean allExcludeDependencies ?
1746 , retry without global scopes
1747[info] Reapplying settings...
1748[info] set current project to kinetic-merge (in build file:/build/repo/)
1749Execute removeScalacOptionsStartingWith: -P:wartremover
1750[info] Reapplying settings...
1751[info] set current project to kinetic-merge (in build file:/build/repo/)
1752[success] Total time: 0 s, completed Nov 28, 2025, 1:00:22 PM
1753Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}
1754Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
1755Starting build...
1756Projects: Set(root)
1757Starting build for ProjectRef(file:/build/repo/,root) (kinetic-merge)... [0/1]
1758OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
1759OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
1760OpenCB::Filter out '-source:future', matches setting pattern '^-?-source(:.*)?'
1761Compile scalacOptions: -java-output-version:17, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
1762[info] compiling 20 Scala sources to /build/repo/target/scala-3.7.4/classes ...
1763[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1090:34
1764[warn] 1090 | given Order[Token] = Token.comparison
1765[warn] | ^^^^^^^^^^^^^^^^
1766[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
1767[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1091:34
1768[warn] 1091 | given Funnel[Token] = Token.funnel
1769[warn] | ^^^^^^^^^^^^
1770[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
1771[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:880:65
1772[warn] 880 | .corresponds(leftPotentialAffix)(Eq.eqv)
1773[warn] | ^
1774[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
1775[warn] | (evidence$2 : cats.kernel.Order[Element])
1776[warn] |and
1777[warn] | (evidence$1 : cats.kernel.Eq[Element])
1778[warn] |has changed.
1779[warn] |Previous choice : the first alternative
1780[warn] |Choice from Scala 3.7 : the second alternative
1781[warn] |
1782[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1783[warn] |by using @annotation.nowarn("id=205")
1784[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:885:65
1785[warn] 885 | .corresponds(leftPotentialAffix)(Eq.eqv))
1786[warn] | ^
1787[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
1788[warn] | (evidence$2 : cats.kernel.Order[Element])
1789[warn] |and
1790[warn] | (evidence$1 : cats.kernel.Eq[Element])
1791[warn] |has changed.
1792[warn] |Previous choice : the first alternative
1793[warn] |Choice from Scala 3.7 : the second alternative
1794[warn] |
1795[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1796[warn] |by using @annotation.nowarn("id=205")
1797[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:924:66
1798[warn] 924 | .corresponds(rightPotentialAffix)(Eq.eqv)
1799[warn] | ^
1800[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
1801[warn] | (evidence$2 : cats.kernel.Order[Element])
1802[warn] |and
1803[warn] | (evidence$1 : cats.kernel.Eq[Element])
1804[warn] |has changed.
1805[warn] |Previous choice : the first alternative
1806[warn] |Choice from Scala 3.7 : the second alternative
1807[warn] |
1808[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1809[warn] |by using @annotation.nowarn("id=205")
1810[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:929:66
1811[warn] 929 | .corresponds(rightPotentialAffix)(Eq.eqv))
1812[warn] | ^
1813[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
1814[warn] | (evidence$2 : cats.kernel.Order[Element])
1815[warn] |and
1816[warn] | (evidence$1 : cats.kernel.Eq[Element])
1817[warn] |has changed.
1818[warn] |Previous choice : the first alternative
1819[warn] |Choice from Scala 3.7 : the second alternative
1820[warn] |
1821[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1822[warn] |by using @annotation.nowarn("id=205")
1823[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:1407:52
1824[warn] 1407 | path -> mergeResult.innerFlatMap(resolution)
1825[warn] | ^
1826[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
1827[warn] | (evidence$2 : cats.kernel.Order[Element])
1828[warn] |and
1829[warn] | (evidence$1 : cats.kernel.Eq[Element])
1830[warn] |has changed.
1831[warn] |Previous choice : the first alternative
1832[warn] |Choice from Scala 3.7 : the second alternative
1833[warn] |
1834[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1835[warn] |by using @annotation.nowarn("id=205")
1836[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:159:16
1837[warn] 159 | (
1838[warn] | ^
1839[warn] |match may not be exhaustive.
1840[warn] |
1841[warn] |It would fail on pattern case: (Some(_), _, Some(_)), (Some(_), Some(_), _), (_, Some(_), Some(_)), (Some(_), Some(_), None), (None, None, None)
1842[warn] 160 | Option(percentage),
1843[warn] 161 | Option(impliedFraction),
1844[warn] 162 | Option(explicitFraction)
1845[warn] 163 | ).match
1846[warn] |
1847[warn] | longer explanation available when compiling with `-explain`
1848[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:709:10
1849[warn] 709 | case (
1850[warn] | ^
1851[warn] | match may not be exhaustive.
1852[warn] |
1853[warn] | It would fail on pattern case: (_, (None, None))
1854[warn] |
1855[warn] | longer explanation available when compiling with `-explain`
1856[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1516:12
1857[warn] 1516 | (leftRenamingDetail, rightRenamingDetail) match
1858[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1859[warn] | match may not be exhaustive.
1860[warn] |
1861[warn] | It would fail on pattern case: (None, None)
1862[warn] |
1863[warn] | longer explanation available when compiling with `-explain`
1864[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1838:30
1865[warn] 1838 | mergeResultsByPath(path) match
1866[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1867[warn] |match may not be exhaustive.
1868[warn] |
1869[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
1870[warn] |
1871[warn] | longer explanation available when compiling with `-explain`
1872[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1843:30
1873[warn] 1843 | mergeResultsByPath(path) match
1874[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1875[warn] |match may not be exhaustive.
1876[warn] |
1877[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
1878[warn] |
1879[warn] | longer explanation available when compiling with `-explain`
1880[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1855:34
1881[warn] 1855 | mergeResultsByPath(path) match
1882[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1883[warn] |match may not be exhaustive.
1884[warn] |
1885[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
1886[warn] |
1887[warn] | longer explanation available when compiling with `-explain`
1888[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1898:34
1889[warn] 1898 | mergeResultsByPath(path) match
1890[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1891[warn] |match may not be exhaustive.
1892[warn] |
1893[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
1894[warn] |
1895[warn] | longer explanation available when compiling with `-explain`
1896[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1949:34
1897[warn] 1949 | mergeResultsByPath(path) match
1898[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1899[warn] |match may not be exhaustive.
1900[warn] |
1901[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
1902[warn] |
1903[warn] | longer explanation available when compiling with `-explain`
1904[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1999:34
1905[warn] 1999 | mergeResultsByPath(path) match
1906[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1907[warn] |match may not be exhaustive.
1908[warn] |
1909[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
1910[warn] |
1911[warn] | longer explanation available when compiling with `-explain`
1912[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:2259:34
1913[warn] 2259 | mergeResultsByPath(path) match
1914[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1915[warn] |match may not be exhaustive.
1916[warn] |
1917[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
1918[warn] |
1919[warn] | longer explanation available when compiling with `-explain`
1920[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:2319:34
1921[warn] 2319 | mergeResultsByPath(path) match
1922[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1923[warn] |match may not be exhaustive.
1924[warn] |
1925[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
1926[warn] |
1927[warn] | longer explanation available when compiling with `-explain`
1928[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1984:12
1929[warn] 1984 | case subsuming: Match.BaseAndLeft[Section[Element]] =>
1930[warn] | ^
1931[warn] |match may not be exhaustive.
1932[warn] |
1933[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
1934[warn] |
1935[warn] | longer explanation available when compiling with `-explain`
1936[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1995:12
1937[warn] 1995 | case subsuming: Match.BaseAndRight[Section[Element]] =>
1938[warn] | ^
1939[warn] |match may not be exhaustive.
1940[warn] |
1941[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
1942[warn] |
1943[warn] | longer explanation available when compiling with `-explain`
1944[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2006:12
1945[warn] 2006 | case subsuming: Match.LeftAndRight[Section[Element]] =>
1946[warn] | ^
1947[warn] |match may not be exhaustive.
1948[warn] |
1949[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _)
1950[warn] |
1951[warn] | longer explanation available when compiling with `-explain`
1952[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2288:48
1953[warn] 2288 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
1954[warn] | ^
1955[warn] | match may not be exhaustive.
1956[warn] |
1957[warn] | It would fail on pattern case: None
1958[warn] |
1959[warn] | longer explanation available when compiling with `-explain`
1960[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2292:48
1961[warn] 2292 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
1962[warn] | ^
1963[warn] | match may not be exhaustive.
1964[warn] |
1965[warn] | It would fail on pattern case: None
1966[warn] |
1967[warn] | longer explanation available when compiling with `-explain`
1968[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2296:49
1969[warn] 2296 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
1970[warn] | ^
1971[warn] | match may not be exhaustive.
1972[warn] |
1973[warn] | It would fail on pattern case: None
1974[warn] |
1975[warn] | longer explanation available when compiling with `-explain`
1976[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2314:48
1977[warn] 2314 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
1978[warn] | ^
1979[warn] | match may not be exhaustive.
1980[warn] |
1981[warn] | It would fail on pattern case: None
1982[warn] |
1983[warn] | longer explanation available when compiling with `-explain`
1984[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2318:48
1985[warn] 2318 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
1986[warn] | ^
1987[warn] | match may not be exhaustive.
1988[warn] |
1989[warn] | It would fail on pattern case: None
1990[warn] |
1991[warn] | longer explanation available when compiling with `-explain`
1992[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2335:48
1993[warn] 2335 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
1994[warn] | ^
1995[warn] | match may not be exhaustive.
1996[warn] |
1997[warn] | It would fail on pattern case: None
1998[warn] |
1999[warn] | longer explanation available when compiling with `-explain`
2000[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2339:49
2001[warn] 2339 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
2002[warn] | ^
2003[warn] | match may not be exhaustive.
2004[warn] |
2005[warn] | It would fail on pattern case: None
2006[warn] |
2007[warn] | longer explanation available when compiling with `-explain`
2008[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2356:48
2009[warn] 2356 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
2010[warn] | ^
2011[warn] | match may not be exhaustive.
2012[warn] |
2013[warn] | It would fail on pattern case: None
2014[warn] |
2015[warn] | longer explanation available when compiling with `-explain`
2016[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2360:49
2017[warn] 2360 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
2018[warn] | ^
2019[warn] | match may not be exhaustive.
2020[warn] |
2021[warn] | It would fail on pattern case: None
2022[warn] |
2023[warn] | longer explanation available when compiling with `-explain`
2024[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:509:15
2025[warn] 509 | case Some(sections) =>
2026[warn] | ^^^^^^^^^^^^^^
2027[warn] | Unreachable case
2028[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:223:12
2029[warn] 223 | (base, left, right) match
2030[warn] | ^^^^^^^^^^^^^^^^^^^
2031[warn] |match may not be exhaustive.
2032[warn] |
2033[warn] |It would fail on pattern case: (None, None, None), (None, None, None), (None, None, None)
2034[warn] |
2035[warn] | longer explanation available when compiling with `-explain`
2036[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:378:14
2037[warn] 378 | ) { case (partialResult @ head :: _, change) =>
2038[warn] | ^
2039[warn] | match may not be exhaustive.
2040[warn] |
2041[warn] | It would fail on pattern case: (Nil, _)
2042[warn] |
2043[warn] | longer explanation available when compiling with `-explain`
2044[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/MoveDestinations.scala:88:6
2045[warn] 88 | (left.nonEmpty, right.nonEmpty, coincident.nonEmpty) match
2046[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2047[warn] |match may not be exhaustive.
2048[warn] |
2049[warn] |It would fail on pattern case: (false, false, false), (false, false, false), (false, false, false), (false, false, false), (false, false, false)
2050[warn] |
2051[warn] | longer explanation available when compiling with `-explain`
2052[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/merge.scala:1054:6
2053[warn] 1054 | (coalescence, base, left, right) match
2054[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2055[warn] | match may not be exhaustive.
2056[warn] |
2057[warn] | It would fail on pattern case: (_, _, _, _)
2058[warn] |
2059[warn] | longer explanation available when compiling with `-explain`
2060[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/pprintCustomised.scala:16:7
2061[warn] 16 | case rangedSeq: RangedSeq[?, ?] =>
2062[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2063[warn] | Unreachable case
2064[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2414:15
2065[warn] 2414 | case PotentialMatchKey(anotherFingerprint, anotherImpliedContent) =>
2066[warn] | ^
2067[warn] |the type test for PotentialMatchKey cannot be checked at runtime because it's a local class
2068[warn] |
2069[warn] | longer explanation available when compiling with `-explain`
2070[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala]
2071[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequence.scala]
2072[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala]
2073[warn] 37 warnings found
2074[info] done compiling
2075Generating version resource: /build/repo/target/scala-3.7.4/resource_managed/main/version.txt for version: 1.11.2
2076[info] compiling 3 Scala sources to /build/repo/target/scala-3.7.4/classes ...
2077[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:880:65
2078[warn] 880 | .corresponds(leftPotentialAffix)(Eq.eqv)
2079[warn] | ^
2080[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
2081[warn] | (evidence$2 : cats.kernel.Order[Element])
2082[warn] |and
2083[warn] | (evidence$1 : cats.kernel.Eq[Element])
2084[warn] |has changed.
2085[warn] |Previous choice : the first alternative
2086[warn] |Choice from Scala 3.7 : the second alternative
2087[warn] |
2088[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2089[warn] |by using @annotation.nowarn("id=205")
2090[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:885:65
2091[warn] 885 | .corresponds(leftPotentialAffix)(Eq.eqv))
2092[warn] | ^
2093[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
2094[warn] | (evidence$2 : cats.kernel.Order[Element])
2095[warn] |and
2096[warn] | (evidence$1 : cats.kernel.Eq[Element])
2097[warn] |has changed.
2098[warn] |Previous choice : the first alternative
2099[warn] |Choice from Scala 3.7 : the second alternative
2100[warn] |
2101[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2102[warn] |by using @annotation.nowarn("id=205")
2103[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:924:66
2104[warn] 924 | .corresponds(rightPotentialAffix)(Eq.eqv)
2105[warn] | ^
2106[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
2107[warn] | (evidence$2 : cats.kernel.Order[Element])
2108[warn] |and
2109[warn] | (evidence$1 : cats.kernel.Eq[Element])
2110[warn] |has changed.
2111[warn] |Previous choice : the first alternative
2112[warn] |Choice from Scala 3.7 : the second alternative
2113[warn] |
2114[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2115[warn] |by using @annotation.nowarn("id=205")
2116[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:929:66
2117[warn] 929 | .corresponds(rightPotentialAffix)(Eq.eqv))
2118[warn] | ^
2119[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
2120[warn] | (evidence$2 : cats.kernel.Order[Element])
2121[warn] |and
2122[warn] | (evidence$1 : cats.kernel.Eq[Element])
2123[warn] |has changed.
2124[warn] |Previous choice : the first alternative
2125[warn] |Choice from Scala 3.7 : the second alternative
2126[warn] |
2127[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2128[warn] |by using @annotation.nowarn("id=205")
2129[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:1407:52
2130[warn] 1407 | path -> mergeResult.innerFlatMap(resolution)
2131[warn] | ^
2132[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
2133[warn] | (evidence$2 : cats.kernel.Order[Element])
2134[warn] |and
2135[warn] | (evidence$1 : cats.kernel.Eq[Element])
2136[warn] |has changed.
2137[warn] |Previous choice : the first alternative
2138[warn] |Choice from Scala 3.7 : the second alternative
2139[warn] |
2140[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2141[warn] |by using @annotation.nowarn("id=205")
2142[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1984:12
2143[warn] 1984 | case subsuming: Match.BaseAndLeft[Section[Element]] =>
2144[warn] | ^
2145[warn] |match may not be exhaustive.
2146[warn] |
2147[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
2148[warn] |
2149[warn] | longer explanation available when compiling with `-explain`
2150[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1995:12
2151[warn] 1995 | case subsuming: Match.BaseAndRight[Section[Element]] =>
2152[warn] | ^
2153[warn] |match may not be exhaustive.
2154[warn] |
2155[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
2156[warn] |
2157[warn] | longer explanation available when compiling with `-explain`
2158[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2006:12
2159[warn] 2006 | case subsuming: Match.LeftAndRight[Section[Element]] =>
2160[warn] | ^
2161[warn] |match may not be exhaustive.
2162[warn] |
2163[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _)
2164[warn] |
2165[warn] | longer explanation available when compiling with `-explain`
2166[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2288:48
2167[warn] 2288 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
2168[warn] | ^
2169[warn] | match may not be exhaustive.
2170[warn] |
2171[warn] | It would fail on pattern case: None
2172[warn] |
2173[warn] | longer explanation available when compiling with `-explain`
2174[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2292:48
2175[warn] 2292 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
2176[warn] | ^
2177[warn] | match may not be exhaustive.
2178[warn] |
2179[warn] | It would fail on pattern case: None
2180[warn] |
2181[warn] | longer explanation available when compiling with `-explain`
2182[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2296:49
2183[warn] 2296 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
2184[warn] | ^
2185[warn] | match may not be exhaustive.
2186[warn] |
2187[warn] | It would fail on pattern case: None
2188[warn] |
2189[warn] | longer explanation available when compiling with `-explain`
2190[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2314:48
2191[warn] 2314 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
2192[warn] | ^
2193[warn] | match may not be exhaustive.
2194[warn] |
2195[warn] | It would fail on pattern case: None
2196[warn] |
2197[warn] | longer explanation available when compiling with `-explain`
2198[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2318:48
2199[warn] 2318 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
2200[warn] | ^
2201[warn] | match may not be exhaustive.
2202[warn] |
2203[warn] | It would fail on pattern case: None
2204[warn] |
2205[warn] | longer explanation available when compiling with `-explain`
2206[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2335:48
2207[warn] 2335 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
2208[warn] | ^
2209[warn] | match may not be exhaustive.
2210[warn] |
2211[warn] | It would fail on pattern case: None
2212[warn] |
2213[warn] | longer explanation available when compiling with `-explain`
2214[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2339:49
2215[warn] 2339 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
2216[warn] | ^
2217[warn] | match may not be exhaustive.
2218[warn] |
2219[warn] | It would fail on pattern case: None
2220[warn] |
2221[warn] | longer explanation available when compiling with `-explain`
2222[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2356:48
2223[warn] 2356 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
2224[warn] | ^
2225[warn] | match may not be exhaustive.
2226[warn] |
2227[warn] | It would fail on pattern case: None
2228[warn] |
2229[warn] | longer explanation available when compiling with `-explain`
2230[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2360:49
2231[warn] 2360 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
2232[warn] | ^
2233[warn] | match may not be exhaustive.
2234[warn] |
2235[warn] | It would fail on pattern case: None
2236[warn] |
2237[warn] | longer explanation available when compiling with `-explain`
2238[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:509:15
2239[warn] 509 | case Some(sections) =>
2240[warn] | ^^^^^^^^^^^^^^
2241[warn] | Unreachable case
2242[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:223:12
2243[warn] 223 | (base, left, right) match
2244[warn] | ^^^^^^^^^^^^^^^^^^^
2245[warn] |match may not be exhaustive.
2246[warn] |
2247[warn] |It would fail on pattern case: (None, None, None), (None, None, None), (None, None, None)
2248[warn] |
2249[warn] | longer explanation available when compiling with `-explain`
2250[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:378:14
2251[warn] 378 | ) { case (partialResult @ head :: _, change) =>
2252[warn] | ^
2253[warn] | match may not be exhaustive.
2254[warn] |
2255[warn] | It would fail on pattern case: (Nil, _)
2256[warn] |
2257[warn] | longer explanation available when compiling with `-explain`
2258[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2414:15
2259[warn] 2414 | case PotentialMatchKey(anotherFingerprint, anotherImpliedContent) =>
2260[warn] | ^
2261[warn] |the type test for PotentialMatchKey cannot be checked at runtime because it's a local class
2262[warn] |
2263[warn] | longer explanation available when compiling with `-explain`
2264[warn] 21 warnings found
2265[info] done compiling
2266[info] compiling 12 Scala sources to /build/repo/target/scala-3.7.4/test-classes ...
2267[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:27:30
2268[warn] 27 | given Eq[Token] = Token.equality
2269[warn] | ^^^^^^^^^^^^^^
2270[warn] |method equality is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
2271[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:28:30
2272[warn] 28 | given Order[Token] = Token.comparison
2273[warn] | ^^^^^^^^^^^^^^^^
2274[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
2275[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:29:30
2276[warn] 29 | given Funnel[Token] = Token.funnel
2277[warn] | ^^^^^^^^^^^^
2278[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
2279[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:159:26
2280[warn] 159 | )(configuration): @unchecked
2281[warn] | ^
2282[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2283[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2284[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2285[warn] | )
2286[warn] |and
2287[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2288[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2289[warn] |has changed.
2290[warn] |Previous choice : the first alternative
2291[warn] |Choice from Scala 3.7 : the second alternative
2292[warn] |
2293[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2294[warn] |by using @annotation.nowarn("id=205")
2295[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:162:36
2296[warn] 162 | codeMotionAnalysis.merge
2297[warn] | ^
2298[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2299[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2300[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2301[warn] | )
2302[warn] |and
2303[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2304[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2305[warn] |has changed.
2306[warn] |Previous choice : the first alternative
2307[warn] |Choice from Scala 3.7 : the second alternative
2308[warn] |
2309[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2310[warn] |by using @annotation.nowarn("id=205")
2311[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:215:20
2312[warn] 215 | )(configuration): @unchecked
2313[warn] | ^
2314[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2315[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2316[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2317[warn] | )
2318[warn] |and
2319[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2320[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2321[warn] |has changed.
2322[warn] |Previous choice : the first alternative
2323[warn] |Choice from Scala 3.7 : the second alternative
2324[warn] |
2325[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2326[warn] |by using @annotation.nowarn("id=205")
2327[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:218:30
2328[warn] 218 | codeMotionAnalysis.merge
2329[warn] | ^
2330[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2331[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2332[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2333[warn] | )
2334[warn] |and
2335[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2336[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2337[warn] |has changed.
2338[warn] |Previous choice : the first alternative
2339[warn] |Choice from Scala 3.7 : the second alternative
2340[warn] |
2341[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2342[warn] |by using @annotation.nowarn("id=205")
2343[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:297:26
2344[warn] 297 | )(configuration): @unchecked
2345[warn] | ^
2346[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2347[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2348[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2349[warn] | )
2350[warn] |and
2351[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2352[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2353[warn] |has changed.
2354[warn] |Previous choice : the first alternative
2355[warn] |Choice from Scala 3.7 : the second alternative
2356[warn] |
2357[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2358[warn] |by using @annotation.nowarn("id=205")
2359[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:300:36
2360[warn] 300 | codeMotionAnalysis.merge
2361[warn] | ^
2362[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2363[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2364[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2365[warn] | )
2366[warn] |and
2367[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2368[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2369[warn] |has changed.
2370[warn] |Previous choice : the first alternative
2371[warn] |Choice from Scala 3.7 : the second alternative
2372[warn] |
2373[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2374[warn] |by using @annotation.nowarn("id=205")
2375[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:394:26
2376[warn] 394 | )(configuration): @unchecked
2377[warn] | ^
2378[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2379[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2380[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2381[warn] | )
2382[warn] |and
2383[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2384[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2385[warn] |has changed.
2386[warn] |Previous choice : the first alternative
2387[warn] |Choice from Scala 3.7 : the second alternative
2388[warn] |
2389[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2390[warn] |by using @annotation.nowarn("id=205")
2391[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:397:36
2392[warn] 397 | codeMotionAnalysis.merge
2393[warn] | ^
2394[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2395[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2396[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2397[warn] | )
2398[warn] |and
2399[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2400[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2401[warn] |has changed.
2402[warn] |Previous choice : the first alternative
2403[warn] |Choice from Scala 3.7 : the second alternative
2404[warn] |
2405[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2406[warn] |by using @annotation.nowarn("id=205")
2407[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:437:20
2408[warn] 437 | )(configuration): @unchecked
2409[warn] | ^
2410[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2411[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2412[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2413[warn] | )
2414[warn] |and
2415[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2416[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2417[warn] |has changed.
2418[warn] |Previous choice : the first alternative
2419[warn] |Choice from Scala 3.7 : the second alternative
2420[warn] |
2421[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2422[warn] |by using @annotation.nowarn("id=205")
2423[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:440:30
2424[warn] 440 | codeMotionAnalysis.merge
2425[warn] | ^
2426[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2427[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2428[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2429[warn] | )
2430[warn] |and
2431[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2432[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2433[warn] |has changed.
2434[warn] |Previous choice : the first alternative
2435[warn] |Choice from Scala 3.7 : the second alternative
2436[warn] |
2437[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2438[warn] |by using @annotation.nowarn("id=205")
2439[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:487:24
2440[warn] 487 | )(configuration): @unchecked
2441[warn] | ^
2442[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2443[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2444[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2445[warn] | )
2446[warn] |and
2447[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2448[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2449[warn] |has changed.
2450[warn] |Previous choice : the first alternative
2451[warn] |Choice from Scala 3.7 : the second alternative
2452[warn] |
2453[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2454[warn] |by using @annotation.nowarn("id=205")
2455[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:490:34
2456[warn] 490 | codeMotionAnalysis.merge
2457[warn] | ^
2458[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2459[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2460[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2461[warn] | )
2462[warn] |and
2463[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2464[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2465[warn] |has changed.
2466[warn] |Previous choice : the first alternative
2467[warn] |Choice from Scala 3.7 : the second alternative
2468[warn] |
2469[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2470[warn] |by using @annotation.nowarn("id=205")
2471[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:546:22
2472[warn] 546 | )(configuration): @unchecked
2473[warn] | ^
2474[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2475[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2476[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2477[warn] | )
2478[warn] |and
2479[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2480[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2481[warn] |has changed.
2482[warn] |Previous choice : the first alternative
2483[warn] |Choice from Scala 3.7 : the second alternative
2484[warn] |
2485[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2486[warn] |by using @annotation.nowarn("id=205")
2487[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:548:60
2488[warn] 548 | val (mergeResultsByPath, _) = codeMotionAnalysis.merge
2489[warn] | ^
2490[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2491[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2492[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2493[warn] | )
2494[warn] |and
2495[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2496[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2497[warn] |has changed.
2498[warn] |Previous choice : the first alternative
2499[warn] |Choice from Scala 3.7 : the second alternative
2500[warn] |
2501[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2502[warn] |by using @annotation.nowarn("id=205")
2503[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:610:24
2504[warn] 610 | )(configuration): @unchecked
2505[warn] | ^
2506[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2507[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2508[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2509[warn] | )
2510[warn] |and
2511[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2512[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2513[warn] |has changed.
2514[warn] |Previous choice : the first alternative
2515[warn] |Choice from Scala 3.7 : the second alternative
2516[warn] |
2517[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2518[warn] |by using @annotation.nowarn("id=205")
2519[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:625:34
2520[warn] 625 | codeMotionAnalysis.merge
2521[warn] | ^
2522[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2523[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2524[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2525[warn] | )
2526[warn] |and
2527[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2528[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2529[warn] |has changed.
2530[warn] |Previous choice : the first alternative
2531[warn] |Choice from Scala 3.7 : the second alternative
2532[warn] |
2533[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2534[warn] |by using @annotation.nowarn("id=205")
2535[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:693:24
2536[warn] 693 | )(configuration): @unchecked
2537[warn] | ^
2538[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2539[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2540[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2541[warn] | )
2542[warn] |and
2543[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2544[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2545[warn] |has changed.
2546[warn] |Previous choice : the first alternative
2547[warn] |Choice from Scala 3.7 : the second alternative
2548[warn] |
2549[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2550[warn] |by using @annotation.nowarn("id=205")
2551[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:708:34
2552[warn] 708 | codeMotionAnalysis.merge
2553[warn] | ^
2554[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2555[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2556[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2557[warn] | )
2558[warn] |and
2559[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2560[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2561[warn] |has changed.
2562[warn] |Previous choice : the first alternative
2563[warn] |Choice from Scala 3.7 : the second alternative
2564[warn] |
2565[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2566[warn] |by using @annotation.nowarn("id=205")
2567[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:819:26
2568[warn] 819 | )(configuration): @unchecked
2569[warn] | ^
2570[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2571[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2572[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2573[warn] | )
2574[warn] |and
2575[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2576[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2577[warn] |has changed.
2578[warn] |Previous choice : the first alternative
2579[warn] |Choice from Scala 3.7 : the second alternative
2580[warn] |
2581[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2582[warn] |by using @annotation.nowarn("id=205")
2583[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:822:36
2584[warn] 822 | codeMotionAnalysis.merge
2585[warn] | ^
2586[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2587[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2588[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2589[warn] | )
2590[warn] |and
2591[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2592[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2593[warn] |has changed.
2594[warn] |Previous choice : the first alternative
2595[warn] |Choice from Scala 3.7 : the second alternative
2596[warn] |
2597[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2598[warn] |by using @annotation.nowarn("id=205")
2599[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:990:26
2600[warn] 990 | )(configuration): @unchecked
2601[warn] | ^
2602[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2603[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2604[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2605[warn] | )
2606[warn] |and
2607[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2608[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2609[warn] |has changed.
2610[warn] |Previous choice : the first alternative
2611[warn] |Choice from Scala 3.7 : the second alternative
2612[warn] |
2613[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2614[warn] |by using @annotation.nowarn("id=205")
2615[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:993:36
2616[warn] 993 | codeMotionAnalysis.merge
2617[warn] | ^
2618[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2619[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2620[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2621[warn] | )
2622[warn] |and
2623[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2624[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2625[warn] |has changed.
2626[warn] |Previous choice : the first alternative
2627[warn] |Choice from Scala 3.7 : the second alternative
2628[warn] |
2629[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2630[warn] |by using @annotation.nowarn("id=205")
2631[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1049:20
2632[warn] 1049 | )(configuration): @unchecked
2633[warn] | ^
2634[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2635[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2636[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2637[warn] | )
2638[warn] |and
2639[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2640[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2641[warn] |has changed.
2642[warn] |Previous choice : the first alternative
2643[warn] |Choice from Scala 3.7 : the second alternative
2644[warn] |
2645[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2646[warn] |by using @annotation.nowarn("id=205")
2647[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1052:30
2648[warn] 1052 | codeMotionAnalysis.merge
2649[warn] | ^
2650[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2651[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2652[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2653[warn] | )
2654[warn] |and
2655[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2656[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2657[warn] |has changed.
2658[warn] |Previous choice : the first alternative
2659[warn] |Choice from Scala 3.7 : the second alternative
2660[warn] |
2661[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2662[warn] |by using @annotation.nowarn("id=205")
2663[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1144:20
2664[warn] 1144 | )(configuration): @unchecked
2665[warn] | ^
2666[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2667[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2668[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2669[warn] | )
2670[warn] |and
2671[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2672[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2673[warn] |has changed.
2674[warn] |Previous choice : the first alternative
2675[warn] |Choice from Scala 3.7 : the second alternative
2676[warn] |
2677[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2678[warn] |by using @annotation.nowarn("id=205")
2679[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1147:30
2680[warn] 1147 | codeMotionAnalysis.merge
2681[warn] | ^
2682[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2683[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2684[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2685[warn] | )
2686[warn] |and
2687[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2688[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2689[warn] |has changed.
2690[warn] |Previous choice : the first alternative
2691[warn] |Choice from Scala 3.7 : the second alternative
2692[warn] |
2693[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2694[warn] |by using @annotation.nowarn("id=205")
2695[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1188:20
2696[warn] 1188 | )(configuration): @unchecked
2697[warn] | ^
2698[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2699[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2700[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2701[warn] | )
2702[warn] |and
2703[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2704[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2705[warn] |has changed.
2706[warn] |Previous choice : the first alternative
2707[warn] |Choice from Scala 3.7 : the second alternative
2708[warn] |
2709[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2710[warn] |by using @annotation.nowarn("id=205")
2711[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1191:30
2712[warn] 1191 | codeMotionAnalysis.merge
2713[warn] | ^
2714[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2715[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2716[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2717[warn] | )
2718[warn] |and
2719[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2720[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2721[warn] |has changed.
2722[warn] |Previous choice : the first alternative
2723[warn] |Choice from Scala 3.7 : the second alternative
2724[warn] |
2725[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2726[warn] |by using @annotation.nowarn("id=205")
2727[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1436:26
2728[warn] 1436 | )(configuration): @unchecked
2729[warn] | ^
2730[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2731[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2732[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2733[warn] | )
2734[warn] |and
2735[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2736[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2737[warn] |has changed.
2738[warn] |Previous choice : the first alternative
2739[warn] |Choice from Scala 3.7 : the second alternative
2740[warn] |
2741[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2742[warn] |by using @annotation.nowarn("id=205")
2743[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1439:36
2744[warn] 1439 | codeMotionAnalysis.merge
2745[warn] | ^
2746[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2747[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2748[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2749[warn] | )
2750[warn] |and
2751[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2752[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2753[warn] |has changed.
2754[warn] |Previous choice : the first alternative
2755[warn] |Choice from Scala 3.7 : the second alternative
2756[warn] |
2757[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2758[warn] |by using @annotation.nowarn("id=205")
2759[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1702:26
2760[warn] 1702 | )(configuration): @unchecked
2761[warn] | ^
2762[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2763[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2764[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2765[warn] | )
2766[warn] |and
2767[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2768[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2769[warn] |has changed.
2770[warn] |Previous choice : the first alternative
2771[warn] |Choice from Scala 3.7 : the second alternative
2772[warn] |
2773[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2774[warn] |by using @annotation.nowarn("id=205")
2775[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1705:36
2776[warn] 1705 | codeMotionAnalysis.merge
2777[warn] | ^
2778[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2779[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2780[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2781[warn] | )
2782[warn] |and
2783[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2784[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2785[warn] |has changed.
2786[warn] |Previous choice : the first alternative
2787[warn] |Choice from Scala 3.7 : the second alternative
2788[warn] |
2789[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2790[warn] |by using @annotation.nowarn("id=205")
2791[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1782:20
2792[warn] 1782 | )(configuration): @unchecked
2793[warn] | ^
2794[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2795[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2796[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2797[warn] | )
2798[warn] |and
2799[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2800[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2801[warn] |has changed.
2802[warn] |Previous choice : the first alternative
2803[warn] |Choice from Scala 3.7 : the second alternative
2804[warn] |
2805[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2806[warn] |by using @annotation.nowarn("id=205")
2807[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1785:30
2808[warn] 1785 | codeMotionAnalysis.merge
2809[warn] | ^
2810[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2811[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2812[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2813[warn] | )
2814[warn] |and
2815[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2816[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2817[warn] |has changed.
2818[warn] |Previous choice : the first alternative
2819[warn] |Choice from Scala 3.7 : the second alternative
2820[warn] |
2821[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2822[warn] |by using @annotation.nowarn("id=205")
2823[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1857:22
2824[warn] 1857 | )(configuration): @unchecked
2825[warn] | ^
2826[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2827[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2828[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2829[warn] | )
2830[warn] |and
2831[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2832[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2833[warn] |has changed.
2834[warn] |Previous choice : the first alternative
2835[warn] |Choice from Scala 3.7 : the second alternative
2836[warn] |
2837[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2838[warn] |by using @annotation.nowarn("id=205")
2839[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1860:32
2840[warn] 1860 | codeMotionAnalysis.merge
2841[warn] | ^
2842[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2843[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2844[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2845[warn] | )
2846[warn] |and
2847[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2848[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2849[warn] |has changed.
2850[warn] |Previous choice : the first alternative
2851[warn] |Choice from Scala 3.7 : the second alternative
2852[warn] |
2853[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2854[warn] |by using @annotation.nowarn("id=205")
2855[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1918:22
2856[warn] 1918 | )(configuration): @unchecked
2857[warn] | ^
2858[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2859[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2860[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2861[warn] | )
2862[warn] |and
2863[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2864[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2865[warn] |has changed.
2866[warn] |Previous choice : the first alternative
2867[warn] |Choice from Scala 3.7 : the second alternative
2868[warn] |
2869[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2870[warn] |by using @annotation.nowarn("id=205")
2871[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1921:32
2872[warn] 1921 | codeMotionAnalysis.merge
2873[warn] | ^
2874[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2875[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2876[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2877[warn] | )
2878[warn] |and
2879[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2880[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2881[warn] |has changed.
2882[warn] |Previous choice : the first alternative
2883[warn] |Choice from Scala 3.7 : the second alternative
2884[warn] |
2885[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2886[warn] |by using @annotation.nowarn("id=205")
2887[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2007:22
2888[warn] 2007 | )(configuration): @unchecked
2889[warn] | ^
2890[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2891[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2892[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2893[warn] | )
2894[warn] |and
2895[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2896[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2897[warn] |has changed.
2898[warn] |Previous choice : the first alternative
2899[warn] |Choice from Scala 3.7 : the second alternative
2900[warn] |
2901[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2902[warn] |by using @annotation.nowarn("id=205")
2903[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2010:32
2904[warn] 2010 | codeMotionAnalysis.merge
2905[warn] | ^
2906[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2907[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2908[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2909[warn] | )
2910[warn] |and
2911[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2912[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2913[warn] |has changed.
2914[warn] |Previous choice : the first alternative
2915[warn] |Choice from Scala 3.7 : the second alternative
2916[warn] |
2917[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2918[warn] |by using @annotation.nowarn("id=205")
2919[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2063:22
2920[warn] 2063 | )(configuration): @unchecked
2921[warn] | ^
2922[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2923[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2924[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2925[warn] | )
2926[warn] |and
2927[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2928[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2929[warn] |has changed.
2930[warn] |Previous choice : the first alternative
2931[warn] |Choice from Scala 3.7 : the second alternative
2932[warn] |
2933[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2934[warn] |by using @annotation.nowarn("id=205")
2935[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2066:32
2936[warn] 2066 | codeMotionAnalysis.merge
2937[warn] | ^
2938[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2939[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2940[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2941[warn] | )
2942[warn] |and
2943[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2944[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2945[warn] |has changed.
2946[warn] |Previous choice : the first alternative
2947[warn] |Choice from Scala 3.7 : the second alternative
2948[warn] |
2949[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2950[warn] |by using @annotation.nowarn("id=205")
2951[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2193:20
2952[warn] 2193 | )(configuration): @unchecked
2953[warn] | ^
2954[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2955[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2956[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2957[warn] | )
2958[warn] |and
2959[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2960[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2961[warn] |has changed.
2962[warn] |Previous choice : the first alternative
2963[warn] |Choice from Scala 3.7 : the second alternative
2964[warn] |
2965[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2966[warn] |by using @annotation.nowarn("id=205")
2967[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2196:30
2968[warn] 2196 | codeMotionAnalysis.merge
2969[warn] | ^
2970[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2971[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2972[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2973[warn] | )
2974[warn] |and
2975[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2976[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2977[warn] |has changed.
2978[warn] |Previous choice : the first alternative
2979[warn] |Choice from Scala 3.7 : the second alternative
2980[warn] |
2981[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2982[warn] |by using @annotation.nowarn("id=205")
2983[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2302:22
2984[warn] 2302 | )(configuration): @unchecked
2985[warn] | ^
2986[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2987[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2988[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2989[warn] | )
2990[warn] |and
2991[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2992[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2993[warn] |has changed.
2994[warn] |Previous choice : the first alternative
2995[warn] |Choice from Scala 3.7 : the second alternative
2996[warn] |
2997[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2998[warn] |by using @annotation.nowarn("id=205")
2999[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2305:32
3000[warn] 2305 | codeMotionAnalysis.merge
3001[warn] | ^
3002[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
3003[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3004[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
3005[warn] | )
3006[warn] |and
3007[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3008[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
3009[warn] |has changed.
3010[warn] |Previous choice : the first alternative
3011[warn] |Choice from Scala 3.7 : the second alternative
3012[warn] |
3013[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
3014[warn] |by using @annotation.nowarn("id=205")
3015[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:33:33
3016[warn] 33 | given Sized[Element] = defaultElementSize
3017[warn] | ^^^^^^^^^^^^^^^^^^
3018[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3019[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
3020[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:228:33
3021[warn] 228 | given Sized[Element] = defaultElementSize
3022[warn] | ^^^^^^^^^^^^^^^^^^
3023[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3024[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
3025[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:49:24
3026[warn] 49 | given Eq[Element] = matchesByElement.equivalent
3027[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3028[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3029[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:50:27
3030[warn] 50 | given Sized[Element] = defaultElementSize
3031[warn] | ^^^^^^^^^^^^^^^^^^
3032[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3033[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3034[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:81:24
3035[warn] 81 | given Eq[Element] = matchesByElement.equivalent
3036[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3037[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3038[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:82:27
3039[warn] 82 | given Sized[Element] = defaultElementSize
3040[warn] | ^^^^^^^^^^^^^^^^^^
3041[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3042[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3043[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:113:24
3044[warn] 113 | given Eq[Element] = matchesByElement.equivalent
3045[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3046[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3047[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:114:27
3048[warn] 114 | given Sized[Element] = defaultElementSize
3049[warn] | ^^^^^^^^^^^^^^^^^^
3050[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3051[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3052[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:147:24
3053[warn] 147 | given Eq[Element] = matchesByElement.equivalent
3054[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3055[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3056[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:148:27
3057[warn] 148 | given Sized[Element] = defaultElementSize
3058[warn] | ^^^^^^^^^^^^^^^^^^
3059[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3060[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3061[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:180:24
3062[warn] 180 | given Eq[Element] = matchesByElement.equivalent
3063[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3064[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3065[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:181:27
3066[warn] 181 | given Sized[Element] = defaultElementSize
3067[warn] | ^^^^^^^^^^^^^^^^^^
3068[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3069[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3070[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:214:24
3071[warn] 214 | given Eq[Element] = matchesByElement.equivalent
3072[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3073[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3074[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:215:27
3075[warn] 215 | given Sized[Element] = defaultElementSize
3076[warn] | ^^^^^^^^^^^^^^^^^^
3077[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3078[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3079[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:248:24
3080[warn] 248 | given Eq[Element] = matchesByElement.equivalent
3081[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3082[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3083[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:249:27
3084[warn] 249 | given Sized[Element] = defaultElementSize
3085[warn] | ^^^^^^^^^^^^^^^^^^
3086[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3087[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3088[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:284:24
3089[warn] 284 | given Eq[Element] = matchesByElement.equivalent
3090[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3091[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3092[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:285:27
3093[warn] 285 | given Sized[Element] = defaultElementSize
3094[warn] | ^^^^^^^^^^^^^^^^^^
3095[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3096[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3097[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:323:27
3098[warn] 323 | given Eq[Element] = matchesByElement.equivalent
3099[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3100[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3101[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:324:27
3102[warn] 324 | given Sized[Element] = defaultElementSize
3103[warn] | ^^^^^^^^^^^^^^^^^^
3104[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3105[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3106[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:363:27
3107[warn] 363 | given Eq[Element] = matchesByElement.equivalent
3108[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3109[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3110[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:364:27
3111[warn] 364 | given Sized[Element] = defaultElementSize
3112[warn] | ^^^^^^^^^^^^^^^^^^
3113[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3114[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3115[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:404:24
3116[warn] 404 | given Eq[Element] = matchesByElement.equivalent
3117[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3118[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3119[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:405:27
3120[warn] 405 | given Sized[Element] = defaultElementSize
3121[warn] | ^^^^^^^^^^^^^^^^^^
3122[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3123[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3124[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:438:24
3125[warn] 438 | given Eq[Element] = matchesByElement.equivalent
3126[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3127[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3128[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:439:27
3129[warn] 439 | given Sized[Element] = defaultElementSize
3130[warn] | ^^^^^^^^^^^^^^^^^^
3131[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3132[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3133[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:474:24
3134[warn] 474 | given Eq[Element] = matchesByElement.equivalent
3135[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3136[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3137[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:475:27
3138[warn] 475 | given Sized[Element] = defaultElementSize
3139[warn] | ^^^^^^^^^^^^^^^^^^
3140[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3141[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3142[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:513:24
3143[warn] 513 | given Eq[Element] = matchesByElement.equivalent
3144[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3145[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3146[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:514:27
3147[warn] 514 | given Sized[Element] = defaultElementSize
3148[warn] | ^^^^^^^^^^^^^^^^^^
3149[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3150[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3151[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:550:24
3152[warn] 550 | given Eq[Element] = matchesByElement.equivalent
3153[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3154[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3155[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:551:27
3156[warn] 551 | given Sized[Element] = defaultElementSize
3157[warn] | ^^^^^^^^^^^^^^^^^^
3158[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3159[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3160[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:582:24
3161[warn] 582 | given Eq[Element] = matchesByElement.equivalent
3162[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3163[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3164[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:583:27
3165[warn] 583 | given Sized[Element] = defaultElementSize
3166[warn] | ^^^^^^^^^^^^^^^^^^
3167[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3168[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3169[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:617:24
3170[warn] 617 | given Eq[Element] = matchesByElement.equivalent
3171[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3172[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3173[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:618:27
3174[warn] 618 | given Sized[Element] = defaultElementSize
3175[warn] | ^^^^^^^^^^^^^^^^^^
3176[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3177[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3178[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:653:24
3179[warn] 653 | given Eq[Element] = matchesByElement.equivalent
3180[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3181[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3182[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:654:27
3183[warn] 654 | given Sized[Element] = defaultElementSize
3184[warn] | ^^^^^^^^^^^^^^^^^^
3185[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3186[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3187[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:692:24
3188[warn] 692 | given Eq[Element] = matchesByElement.equivalent
3189[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3190[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3191[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:693:27
3192[warn] 693 | given Sized[Element] = defaultElementSize
3193[warn] | ^^^^^^^^^^^^^^^^^^
3194[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3195[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3196[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:739:24
3197[warn] 739 | given Eq[Element] = matchesByElement.equivalent
3198[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3199[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3200[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:740:27
3201[warn] 740 | given Sized[Element] = defaultElementSize
3202[warn] | ^^^^^^^^^^^^^^^^^^
3203[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3204[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3205[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:788:24
3206[warn] 788 | given Eq[Element] = matchesByElement.equivalent
3207[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3208[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3209[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:789:27
3210[warn] 789 | given Sized[Element] = defaultElementSize
3211[warn] | ^^^^^^^^^^^^^^^^^^
3212[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3213[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3214[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:837:24
3215[warn] 837 | given Eq[Element] = matchesByElement.equivalent
3216[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3217[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3218[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:838:27
3219[warn] 838 | given Sized[Element] = defaultElementSize
3220[warn] | ^^^^^^^^^^^^^^^^^^
3221[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3222[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3223[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:887:24
3224[warn] 887 | given Eq[Element] = matchesByElement.equivalent
3225[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3226[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3227[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:888:27
3228[warn] 888 | given Sized[Element] = defaultElementSize
3229[warn] | ^^^^^^^^^^^^^^^^^^
3230[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3231[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3232[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:938:24
3233[warn] 938 | given Eq[Element] = matchesByElement.equivalent
3234[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3235[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3236[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:939:27
3237[warn] 939 | given Sized[Element] = defaultElementSize
3238[warn] | ^^^^^^^^^^^^^^^^^^
3239[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3240[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3241[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:989:24
3242[warn] 989 | given Eq[Element] = matchesByElement.equivalent
3243[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3244[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3245[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:991:27
3246[warn] 991 | given Sized[Element] = defaultElementSize
3247[warn] | ^^^^^^^^^^^^^^^^^^
3248[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3249[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3250[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1034:24
3251[warn] 1034 | given Eq[Element] = matchesByElement.equivalent
3252[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3253[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3254[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1035:27
3255[warn] 1035 | given Sized[Element] = defaultElementSize
3256[warn] | ^^^^^^^^^^^^^^^^^^
3257[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3258[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3259[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1079:24
3260[warn] 1079 | given Eq[Element] = matchesByElement.equivalent
3261[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3262[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3263[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1080:27
3264[warn] 1080 | given Sized[Element] = defaultElementSize
3265[warn] | ^^^^^^^^^^^^^^^^^^
3266[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3267[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3268[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1129:24
3269[warn] 1129 | given Eq[Element] = matchesByElement.equivalent
3270[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3271[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3272[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1130:27
3273[warn] 1130 | given Sized[Element] = defaultElementSize
3274[warn] | ^^^^^^^^^^^^^^^^^^
3275[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3276[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3277[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1174:24
3278[warn] 1174 | given Eq[Element] = matchesByElement.equivalent
3279[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3280[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3281[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1175:27
3282[warn] 1175 | given Sized[Element] = defaultElementSize
3283[warn] | ^^^^^^^^^^^^^^^^^^
3284[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3285[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3286[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1212:24
3287[warn] 1212 | given Eq[Element] = matchesByElement.equivalent
3288[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3289[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3290[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1213:27
3291[warn] 1213 | given Sized[Element] = defaultElementSize
3292[warn] | ^^^^^^^^^^^^^^^^^^
3293[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3294[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3295[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1253:24
3296[warn] 1253 | given Eq[Element] = matchesByElement.equivalent
3297[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3298[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3299[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1254:27
3300[warn] 1254 | given Sized[Element] = defaultElementSize
3301[warn] | ^^^^^^^^^^^^^^^^^^
3302[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3303[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3304[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1301:24
3305[warn] 1301 | given Eq[Element] = matchesByElement.equivalent
3306[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3307[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3308[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1302:27
3309[warn] 1302 | given Sized[Element] = defaultElementSize
3310[warn] | ^^^^^^^^^^^^^^^^^^
3311[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3312[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3313[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1345:24
3314[warn] 1345 | given Eq[Element] = matchesByElement.equivalent
3315[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3316[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3317[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1346:27
3318[warn] 1346 | given Sized[Element] = defaultElementSize
3319[warn] | ^^^^^^^^^^^^^^^^^^
3320[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3321[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3322[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1396:24
3323[warn] 1396 | given Eq[Element] = matchesByElement.equivalent
3324[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3325[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3326[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1398:27
3327[warn] 1398 | given Sized[Element] = defaultElementSize
3328[warn] | ^^^^^^^^^^^^^^^^^^
3329[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3330[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3331[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1445:24
3332[warn] 1445 | given Eq[Element] = matchesByElement.equivalent
3333[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3334[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3335[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1446:27
3336[warn] 1446 | given Sized[Element] = defaultElementSize
3337[warn] | ^^^^^^^^^^^^^^^^^^
3338[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3339[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3340[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1488:24
3341[warn] 1488 | given Eq[Element] = matchesByElement.equivalent
3342[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3343[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3344[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1489:27
3345[warn] 1489 | given Sized[Element] = defaultElementSize
3346[warn] | ^^^^^^^^^^^^^^^^^^
3347[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3348[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3349[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1533:24
3350[warn] 1533 | given Eq[Element] = matchesByElement.equivalent
3351[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3352[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3353[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1534:27
3354[warn] 1534 | given Sized[Element] = defaultElementSize
3355[warn] | ^^^^^^^^^^^^^^^^^^
3356[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3357[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3358[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1558:41
3359[warn] 1558 | given Eq[Element] = equivalent(testCase.matchesByElement)
3360[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3361[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3362[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1559:31
3363[warn] 1559 | given Sized[Element] = defaultElementSize
3364[warn] | ^^^^^^^^^^^^^^^^^^
3365[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3366[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3367[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1579:41
3368[warn] 1579 | given Eq[Element] = equivalent(testCase.matchesByElement)
3369[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3370[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3371[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1580:31
3372[warn] 1580 | given Sized[Element] = defaultElementSize
3373[warn] | ^^^^^^^^^^^^^^^^^^
3374[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3375[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3376[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1905:34
3377[warn] 1905 | given Eq[Element] = equivalent(matchesByElement)
3378[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3379[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3380[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:551:26
3381[warn] 551 | mergeResultsByPath(path) match
3382[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3383[warn] |match may not be exhaustive.
3384[warn] |
3385[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3386[warn] |
3387[warn] | longer explanation available when compiling with `-explain`
3388[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:842:22
3389[warn] 842 | mergeResultsByPath(path) match
3390[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3391[warn] |match may not be exhaustive.
3392[warn] |
3393[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3394[warn] |
3395[warn] | longer explanation available when compiling with `-explain`
3396[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1940:22
3397[warn] 1940 | mergeResultsByPath(path) match
3398[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3399[warn] |match may not be exhaustive.
3400[warn] |
3401[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3402[warn] |
3403[warn] | longer explanation available when compiling with `-explain`
3404[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1593:8
3405[warn] 1593 | result match
3406[warn] | ^^^^^^
3407[warn] |match may not be exhaustive.
3408[warn] |
3409[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3410[warn] |
3411[warn] | longer explanation available when compiling with `-explain`
3412[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1966:8
3413[warn] 1966 | result match
3414[warn] | ^^^^^^
3415[warn] |match may not be exhaustive.
3416[warn] |
3417[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3418[warn] |
3419[warn] | longer explanation available when compiling with `-explain`
3420[warn] 135 warnings found
3421[info] done compiling
3422Generating version resource: /build/repo/target/scala-3.7.4/resource_managed/main/version.txt for version: 1.11.2
3423Generating version resource: /build/repo/target/scala-3.7.4/resource_managed/main/version.txt for version: 1.11.2
3424
3425************************
3426Build summary:
3427[{
3428 "module": "kinetic-merge",
3429 "compile": {"status": "ok", "tookMs": 24218, "warnings": 37, "errors": 0, "sourceVersion": "3.7-migration"},
3430 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3431 "test-compile": {"status": "ok", "tookMs": 13655, "warnings": 135, "errors": 0, "sourceVersion": "3.7-migration"},
3432 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3433 "publish": {"status": "skipped", "tookMs": 0},
3434 "metadata": {
3435 "crossScalaVersions": ["3.3.7"]
3436}
3437}]
3438************************
3439[success] Total time: 48 s, completed Nov 28, 2025, 1:01:10 PM
3440[0JChecking patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala...
3441Checking patch project/plugins.sbt...
3442Checking patch build.sbt...
3443Applied patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala cleanly.
3444Applied patch project/plugins.sbt cleanly.
3445Applied patch build.sbt cleanly.
3446Commit migration rewrites
3447Switched to a new branch 'opencb/migrate-source-3.7'
3448[opencb/migrate-source-3.7 335322a5] Apply Scala compiler rewrites using -source:3.7-migration using Scala 3.7.4
3449 3 files changed, 5 insertions(+), 5 deletions(-)
3450----
3451Preparing build for 3.8.0-RC2
3452Scala binary version found: 3.8
3453Using configured source version: 3.5
3454Scala binary version found: 3.8
3455Using configured source version: 3.5
3456Would try to apply common scalacOption (best-effort, sbt/mill only):
3457Append: ,REQUIRE:-source:3.5
3458Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
3459
3460Try apply source patch:
3461Path: src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
3462Pattern: @tailrec
3463Replacement:
3464Successfully applied pattern '@tailrec' in src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
3465----
3466Starting build for 3.8.0-RC2
3467Execute tests: true
3468sbt project found:
3469No prepare script found for project sageserpent-open/kineticmerge
3470##################################
3471Scala version: 3.8.0-RC2
3472Targets: com.sageserpent%kinetic-merge
3473Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"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":""}]}
3474##################################
3475Using extra scalacOptions: ,REQUIRE:-source:3.5
3476Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
3477[sbt_options] declare -a sbt_options=()
3478[process_args] java_version = '17'
3479[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
3480# Executing command line:
3481java
3482-Xmx8G
3483-Dcommunitybuild.scala=3.8.0-RC2
3484-Dcommunitybuild.project.dependencies.add=
3485-Xmx7G
3486-Xms4G
3487-Xss8M
3488-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
3489-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
3490-jar
3491/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
3492"setCrossScalaVersions 3.8.0-RC2"
3493"++3.8.0-RC2 -v"
3494"mapScalacOptions ",REQUIRE:-source:3.5,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
3495"set every credentials := Nil"
3496"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
3497"removeScalacOptionsStartingWith -P:wartremover"
3498
3499moduleMappings
3500"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"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"
3501
3502[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
3503[info] loading settings for project repo-build from akka.sbt, build.sbt, plugins.sbt...
3504[info] loading project definition from /build/repo/project
3505[info] loading settings for project root from build.sbt, version.sbt...
3506[info] set current project to kinetic-merge (in build file:/build/repo/)
3507Execute setCrossScalaVersions: 3.8.0-RC2
3508OpenCB::Changing crossVersion 3.3.7 -> 3.8.0-RC2 in root/crossScalaVersions
3509[info] set current project to kinetic-merge (in build file:/build/repo/)
3510[info] Setting Scala version to 3.8.0-RC2 on 1 projects.
3511[info] Switching Scala version on:
3512[info] * root (3.8.0-RC2)
3513[info] Excluding projects:
3514[info] Reapplying settings...
3515[info] set current project to kinetic-merge (in build file:/build/repo/)
3516Execute mapScalacOptions: ,REQUIRE:-source:3.5,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
3517[info] Reapplying settings...
3518[info] set current project to kinetic-merge (in build file:/build/repo/)
3519[info] Defining Global / credentials, credentials
3520[info] The new values will be used by Compile / scalafmtOnly, IntegrationTest / scalafmtOnly and 5 others.
3521[info] Run `last` for details.
3522[info] Reapplying settings...
3523[info] set current project to kinetic-merge (in build file:/build/repo/)
3524Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
3525[info] Reapplying settings...
3526OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
3527
3528 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
3529 Did you mean allExcludeDependencies ?
3530 , retry without global scopes
3531[info] Reapplying settings...
3532[info] set current project to kinetic-merge (in build file:/build/repo/)
3533Execute removeScalacOptionsStartingWith: -P:wartremover
3534[info] Reapplying settings...
3535[info] set current project to kinetic-merge (in build file:/build/repo/)
3536[success] Total time: 0 s, completed Nov 28, 2025, 1:01:19 PM
3537Build 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":""}]}
3538Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
3539Starting build...
3540Projects: Set(root)
3541Starting build for ProjectRef(file:/build/repo/,root) (kinetic-merge)... [0/1]
3542OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.5` in Scala 2.12.20 module Global
3543OpenCB::Filter out '-source:future', matches setting pattern '^-?-source(:.*)?'
3544Compile scalacOptions: -java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.5
3545[info] compiling 20 Scala sources to /build/repo/target/scala-3.8.0-RC2/classes ...
3546[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1090:34
3547[warn] 1090 | given Order[Token] = Token.comparison
3548[warn] | ^^^^^^^^^^^^^^^^
3549[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
3550[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1091:34
3551[warn] 1091 | given Funnel[Token] = Token.funnel
3552[warn] | ^^^^^^^^^^^^
3553[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
3554[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:159:16
3555[warn] 159 | (
3556[warn] | ^
3557[warn] |match may not be exhaustive.
3558[warn] |
3559[warn] |It would fail on pattern case: (Some(_), _, Some(_)), (Some(_), Some(_), _), (_, Some(_), Some(_)), (Some(_), Some(_), None), (None, None, None)
3560[warn] 160 | Option(percentage),
3561[warn] 161 | Option(impliedFraction),
3562[warn] 162 | Option(explicitFraction)
3563[warn] 163 | ).match
3564[warn] |
3565[warn] | longer explanation available when compiling with `-explain`
3566[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:709:10
3567[warn] 709 | case (
3568[warn] | ^
3569[warn] | match may not be exhaustive.
3570[warn] |
3571[warn] | It would fail on pattern case: (_, (None, None))
3572[warn] |
3573[warn] | longer explanation available when compiling with `-explain`
3574[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1516:12
3575[warn] 1516 | (leftRenamingDetail, rightRenamingDetail) match
3576[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3577[warn] | match may not be exhaustive.
3578[warn] |
3579[warn] | It would fail on pattern case: (None, None)
3580[warn] |
3581[warn] | longer explanation available when compiling with `-explain`
3582[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1838:30
3583[warn] 1838 | mergeResultsByPath(path) match
3584[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3585[warn] |match may not be exhaustive.
3586[warn] |
3587[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3588[warn] |
3589[warn] | longer explanation available when compiling with `-explain`
3590[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1843:30
3591[warn] 1843 | mergeResultsByPath(path) match
3592[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3593[warn] |match may not be exhaustive.
3594[warn] |
3595[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3596[warn] |
3597[warn] | longer explanation available when compiling with `-explain`
3598[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1855:34
3599[warn] 1855 | mergeResultsByPath(path) match
3600[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3601[warn] |match may not be exhaustive.
3602[warn] |
3603[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3604[warn] |
3605[warn] | longer explanation available when compiling with `-explain`
3606[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1898:34
3607[warn] 1898 | mergeResultsByPath(path) match
3608[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3609[warn] |match may not be exhaustive.
3610[warn] |
3611[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3612[warn] |
3613[warn] | longer explanation available when compiling with `-explain`
3614[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1949:34
3615[warn] 1949 | mergeResultsByPath(path) match
3616[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3617[warn] |match may not be exhaustive.
3618[warn] |
3619[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3620[warn] |
3621[warn] | longer explanation available when compiling with `-explain`
3622[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1999:34
3623[warn] 1999 | mergeResultsByPath(path) match
3624[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3625[warn] |match may not be exhaustive.
3626[warn] |
3627[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3628[warn] |
3629[warn] | longer explanation available when compiling with `-explain`
3630[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:2259:34
3631[warn] 2259 | mergeResultsByPath(path) match
3632[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3633[warn] |match may not be exhaustive.
3634[warn] |
3635[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3636[warn] |
3637[warn] | longer explanation available when compiling with `-explain`
3638[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:2319:34
3639[warn] 2319 | mergeResultsByPath(path) match
3640[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3641[warn] |match may not be exhaustive.
3642[warn] |
3643[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3644[warn] |
3645[warn] | longer explanation available when compiling with `-explain`
3646[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1984:12
3647[warn] 1984 | case subsuming: Match.BaseAndLeft[Section[Element]] =>
3648[warn] | ^
3649[warn] |match may not be exhaustive.
3650[warn] |
3651[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
3652[warn] |
3653[warn] | longer explanation available when compiling with `-explain`
3654[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1995:12
3655[warn] 1995 | case subsuming: Match.BaseAndRight[Section[Element]] =>
3656[warn] | ^
3657[warn] |match may not be exhaustive.
3658[warn] |
3659[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
3660[warn] |
3661[warn] | longer explanation available when compiling with `-explain`
3662[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2006:12
3663[warn] 2006 | case subsuming: Match.LeftAndRight[Section[Element]] =>
3664[warn] | ^
3665[warn] |match may not be exhaustive.
3666[warn] |
3667[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _)
3668[warn] |
3669[warn] | longer explanation available when compiling with `-explain`
3670[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2288:48
3671[warn] 2288 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
3672[warn] | ^
3673[warn] | match may not be exhaustive.
3674[warn] |
3675[warn] | It would fail on pattern case: None
3676[warn] |
3677[warn] | longer explanation available when compiling with `-explain`
3678[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2292:48
3679[warn] 2292 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
3680[warn] | ^
3681[warn] | match may not be exhaustive.
3682[warn] |
3683[warn] | It would fail on pattern case: None
3684[warn] |
3685[warn] | longer explanation available when compiling with `-explain`
3686[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2296:49
3687[warn] 2296 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
3688[warn] | ^
3689[warn] | match may not be exhaustive.
3690[warn] |
3691[warn] | It would fail on pattern case: None
3692[warn] |
3693[warn] | longer explanation available when compiling with `-explain`
3694[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2314:48
3695[warn] 2314 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
3696[warn] | ^
3697[warn] | match may not be exhaustive.
3698[warn] |
3699[warn] | It would fail on pattern case: None
3700[warn] |
3701[warn] | longer explanation available when compiling with `-explain`
3702[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2318:48
3703[warn] 2318 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
3704[warn] | ^
3705[warn] | match may not be exhaustive.
3706[warn] |
3707[warn] | It would fail on pattern case: None
3708[warn] |
3709[warn] | longer explanation available when compiling with `-explain`
3710[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2335:48
3711[warn] 2335 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
3712[warn] | ^
3713[warn] | match may not be exhaustive.
3714[warn] |
3715[warn] | It would fail on pattern case: None
3716[warn] |
3717[warn] | longer explanation available when compiling with `-explain`
3718[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2339:49
3719[warn] 2339 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
3720[warn] | ^
3721[warn] | match may not be exhaustive.
3722[warn] |
3723[warn] | It would fail on pattern case: None
3724[warn] |
3725[warn] | longer explanation available when compiling with `-explain`
3726[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2356:48
3727[warn] 2356 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
3728[warn] | ^
3729[warn] | match may not be exhaustive.
3730[warn] |
3731[warn] | It would fail on pattern case: None
3732[warn] |
3733[warn] | longer explanation available when compiling with `-explain`
3734[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2360:49
3735[warn] 2360 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
3736[warn] | ^
3737[warn] | match may not be exhaustive.
3738[warn] |
3739[warn] | It would fail on pattern case: None
3740[warn] |
3741[warn] | longer explanation available when compiling with `-explain`
3742[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:509:15
3743[warn] 509 | case Some(sections) =>
3744[warn] | ^^^^^^^^^^^^^^
3745[warn] | Unreachable case
3746[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:223:12
3747[warn] 223 | (base, left, right) match
3748[warn] | ^^^^^^^^^^^^^^^^^^^
3749[warn] |match may not be exhaustive.
3750[warn] |
3751[warn] |It would fail on pattern case: (None, None, None), (None, None, None), (None, None, None)
3752[warn] |
3753[warn] | longer explanation available when compiling with `-explain`
3754[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:378:14
3755[warn] 378 | ) { case (partialResult @ head :: _, change) =>
3756[warn] | ^
3757[warn] | match may not be exhaustive.
3758[warn] |
3759[warn] | It would fail on pattern case: (Nil, _)
3760[warn] |
3761[warn] | longer explanation available when compiling with `-explain`
3762[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/MoveDestinations.scala:88:6
3763[warn] 88 | (left.nonEmpty, right.nonEmpty, coincident.nonEmpty) match
3764[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3765[warn] |match may not be exhaustive.
3766[warn] |
3767[warn] |It would fail on pattern case: (false, false, false), (false, false, false), (false, false, false), (false, false, false), (false, false, false)
3768[warn] |
3769[warn] | longer explanation available when compiling with `-explain`
3770[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/merge.scala:1054:6
3771[warn] 1054 | (coalescence, base, left, right) match
3772[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3773[warn] | match may not be exhaustive.
3774[warn] |
3775[warn] | It would fail on pattern case: (_, _, _, _)
3776[warn] |
3777[warn] | longer explanation available when compiling with `-explain`
3778[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/pprintCustomised.scala:16:7
3779[warn] 16 | case rangedSeq: RangedSeq[?, ?] =>
3780[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
3781[warn] | Unreachable case
3782[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2414:15
3783[warn] 2414 | case PotentialMatchKey(anotherFingerprint, anotherImpliedContent) =>
3784[warn] | ^
3785[warn] |the type test for PotentialMatchKey cannot be checked at runtime because it's a local class
3786[warn] |
3787[warn] | longer explanation available when compiling with `-explain`
3788[warn] 32 warnings found
3789[info] done compiling
3790Generating version resource: /build/repo/target/scala-3.8.0-RC2/resource_managed/main/version.txt for version: 1.11.2
3791[info] compiling 12 Scala sources to /build/repo/target/scala-3.8.0-RC2/test-classes ...
3792[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:27:30
3793[warn] 27 | given Eq[Token] = Token.equality
3794[warn] | ^^^^^^^^^^^^^^
3795[warn] |method equality is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
3796[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:28:30
3797[warn] 28 | given Order[Token] = Token.comparison
3798[warn] | ^^^^^^^^^^^^^^^^
3799[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
3800[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:29:30
3801[warn] 29 | given Funnel[Token] = Token.funnel
3802[warn] | ^^^^^^^^^^^^
3803[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
3804[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:33:33
3805[warn] 33 | given Sized[Element] = defaultElementSize
3806[warn] | ^^^^^^^^^^^^^^^^^^
3807[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3808[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
3809[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:228:33
3810[warn] 228 | given Sized[Element] = defaultElementSize
3811[warn] | ^^^^^^^^^^^^^^^^^^
3812[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3813[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
3814[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:49:24
3815[warn] 49 | given Eq[Element] = matchesByElement.equivalent
3816[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3817[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3818[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:50:27
3819[warn] 50 | given Sized[Element] = defaultElementSize
3820[warn] | ^^^^^^^^^^^^^^^^^^
3821[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3822[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3823[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:81:24
3824[warn] 81 | given Eq[Element] = matchesByElement.equivalent
3825[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3826[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3827[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:82:27
3828[warn] 82 | given Sized[Element] = defaultElementSize
3829[warn] | ^^^^^^^^^^^^^^^^^^
3830[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3831[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3832[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:113:24
3833[warn] 113 | given Eq[Element] = matchesByElement.equivalent
3834[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3835[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3836[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:114:27
3837[warn] 114 | given Sized[Element] = defaultElementSize
3838[warn] | ^^^^^^^^^^^^^^^^^^
3839[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3840[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3841[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:147:24
3842[warn] 147 | given Eq[Element] = matchesByElement.equivalent
3843[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3844[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3845[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:148:27
3846[warn] 148 | given Sized[Element] = defaultElementSize
3847[warn] | ^^^^^^^^^^^^^^^^^^
3848[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3849[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3850[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:180:24
3851[warn] 180 | given Eq[Element] = matchesByElement.equivalent
3852[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3853[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3854[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:181:27
3855[warn] 181 | given Sized[Element] = defaultElementSize
3856[warn] | ^^^^^^^^^^^^^^^^^^
3857[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3858[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3859[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:214:24
3860[warn] 214 | given Eq[Element] = matchesByElement.equivalent
3861[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3862[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3863[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:215:27
3864[warn] 215 | given Sized[Element] = defaultElementSize
3865[warn] | ^^^^^^^^^^^^^^^^^^
3866[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3867[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3868[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:248:24
3869[warn] 248 | given Eq[Element] = matchesByElement.equivalent
3870[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3871[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3872[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:249:27
3873[warn] 249 | given Sized[Element] = defaultElementSize
3874[warn] | ^^^^^^^^^^^^^^^^^^
3875[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3876[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3877[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:284:24
3878[warn] 284 | given Eq[Element] = matchesByElement.equivalent
3879[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3880[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3881[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:285:27
3882[warn] 285 | given Sized[Element] = defaultElementSize
3883[warn] | ^^^^^^^^^^^^^^^^^^
3884[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3885[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3886[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:323:27
3887[warn] 323 | given Eq[Element] = matchesByElement.equivalent
3888[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3889[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3890[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:324:27
3891[warn] 324 | given Sized[Element] = defaultElementSize
3892[warn] | ^^^^^^^^^^^^^^^^^^
3893[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3894[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3895[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:363:27
3896[warn] 363 | given Eq[Element] = matchesByElement.equivalent
3897[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3898[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3899[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:364:27
3900[warn] 364 | given Sized[Element] = defaultElementSize
3901[warn] | ^^^^^^^^^^^^^^^^^^
3902[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3903[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3904[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:404:24
3905[warn] 404 | given Eq[Element] = matchesByElement.equivalent
3906[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3907[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3908[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:405:27
3909[warn] 405 | given Sized[Element] = defaultElementSize
3910[warn] | ^^^^^^^^^^^^^^^^^^
3911[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3912[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3913[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:438:24
3914[warn] 438 | given Eq[Element] = matchesByElement.equivalent
3915[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3916[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3917[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:439:27
3918[warn] 439 | given Sized[Element] = defaultElementSize
3919[warn] | ^^^^^^^^^^^^^^^^^^
3920[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3921[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3922[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:474:24
3923[warn] 474 | given Eq[Element] = matchesByElement.equivalent
3924[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3925[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3926[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:475:27
3927[warn] 475 | given Sized[Element] = defaultElementSize
3928[warn] | ^^^^^^^^^^^^^^^^^^
3929[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3930[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3931[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:513:24
3932[warn] 513 | given Eq[Element] = matchesByElement.equivalent
3933[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3934[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3935[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:514:27
3936[warn] 514 | given Sized[Element] = defaultElementSize
3937[warn] | ^^^^^^^^^^^^^^^^^^
3938[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3939[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3940[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:550:24
3941[warn] 550 | given Eq[Element] = matchesByElement.equivalent
3942[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3943[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3944[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:551:27
3945[warn] 551 | given Sized[Element] = defaultElementSize
3946[warn] | ^^^^^^^^^^^^^^^^^^
3947[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3948[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3949[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:582:24
3950[warn] 582 | given Eq[Element] = matchesByElement.equivalent
3951[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3952[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3953[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:583:27
3954[warn] 583 | given Sized[Element] = defaultElementSize
3955[warn] | ^^^^^^^^^^^^^^^^^^
3956[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3957[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3958[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:617:24
3959[warn] 617 | given Eq[Element] = matchesByElement.equivalent
3960[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3961[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3962[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:618:27
3963[warn] 618 | given Sized[Element] = defaultElementSize
3964[warn] | ^^^^^^^^^^^^^^^^^^
3965[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3966[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3967[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:653:24
3968[warn] 653 | given Eq[Element] = matchesByElement.equivalent
3969[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3970[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3971[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:654:27
3972[warn] 654 | given Sized[Element] = defaultElementSize
3973[warn] | ^^^^^^^^^^^^^^^^^^
3974[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3975[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3976[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:692:24
3977[warn] 692 | given Eq[Element] = matchesByElement.equivalent
3978[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3979[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3980[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:693:27
3981[warn] 693 | given Sized[Element] = defaultElementSize
3982[warn] | ^^^^^^^^^^^^^^^^^^
3983[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3984[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3985[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:739:24
3986[warn] 739 | given Eq[Element] = matchesByElement.equivalent
3987[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3988[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3989[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:740:27
3990[warn] 740 | given Sized[Element] = defaultElementSize
3991[warn] | ^^^^^^^^^^^^^^^^^^
3992[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3993[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3994[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:788:24
3995[warn] 788 | given Eq[Element] = matchesByElement.equivalent
3996[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3997[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3998[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:789:27
3999[warn] 789 | given Sized[Element] = defaultElementSize
4000[warn] | ^^^^^^^^^^^^^^^^^^
4001[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4002[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4003[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:837:24
4004[warn] 837 | given Eq[Element] = matchesByElement.equivalent
4005[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4006[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4007[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:838:27
4008[warn] 838 | given Sized[Element] = defaultElementSize
4009[warn] | ^^^^^^^^^^^^^^^^^^
4010[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4011[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4012[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:887:24
4013[warn] 887 | given Eq[Element] = matchesByElement.equivalent
4014[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4015[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4016[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:888:27
4017[warn] 888 | given Sized[Element] = defaultElementSize
4018[warn] | ^^^^^^^^^^^^^^^^^^
4019[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4020[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4021[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:938:24
4022[warn] 938 | given Eq[Element] = matchesByElement.equivalent
4023[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4024[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4025[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:939:27
4026[warn] 939 | given Sized[Element] = defaultElementSize
4027[warn] | ^^^^^^^^^^^^^^^^^^
4028[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4029[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4030[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:989:24
4031[warn] 989 | given Eq[Element] = matchesByElement.equivalent
4032[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4033[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4034[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:991:27
4035[warn] 991 | given Sized[Element] = defaultElementSize
4036[warn] | ^^^^^^^^^^^^^^^^^^
4037[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4038[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4039[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1034:24
4040[warn] 1034 | given Eq[Element] = matchesByElement.equivalent
4041[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4042[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4043[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1035:27
4044[warn] 1035 | given Sized[Element] = defaultElementSize
4045[warn] | ^^^^^^^^^^^^^^^^^^
4046[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4047[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4048[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1079:24
4049[warn] 1079 | given Eq[Element] = matchesByElement.equivalent
4050[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4051[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4052[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1080:27
4053[warn] 1080 | given Sized[Element] = defaultElementSize
4054[warn] | ^^^^^^^^^^^^^^^^^^
4055[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4056[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4057[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1129:24
4058[warn] 1129 | given Eq[Element] = matchesByElement.equivalent
4059[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4060[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4061[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1130:27
4062[warn] 1130 | given Sized[Element] = defaultElementSize
4063[warn] | ^^^^^^^^^^^^^^^^^^
4064[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4065[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4066[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1174:24
4067[warn] 1174 | given Eq[Element] = matchesByElement.equivalent
4068[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4069[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4070[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1175:27
4071[warn] 1175 | given Sized[Element] = defaultElementSize
4072[warn] | ^^^^^^^^^^^^^^^^^^
4073[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4074[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4075[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1212:24
4076[warn] 1212 | given Eq[Element] = matchesByElement.equivalent
4077[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4078[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4079[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1213:27
4080[warn] 1213 | given Sized[Element] = defaultElementSize
4081[warn] | ^^^^^^^^^^^^^^^^^^
4082[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4083[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4084[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1253:24
4085[warn] 1253 | given Eq[Element] = matchesByElement.equivalent
4086[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4087[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4088[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1254:27
4089[warn] 1254 | given Sized[Element] = defaultElementSize
4090[warn] | ^^^^^^^^^^^^^^^^^^
4091[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4092[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4093[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1301:24
4094[warn] 1301 | given Eq[Element] = matchesByElement.equivalent
4095[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4096[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4097[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1302:27
4098[warn] 1302 | given Sized[Element] = defaultElementSize
4099[warn] | ^^^^^^^^^^^^^^^^^^
4100[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4101[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4102[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1345:24
4103[warn] 1345 | given Eq[Element] = matchesByElement.equivalent
4104[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4105[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4106[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1346:27
4107[warn] 1346 | given Sized[Element] = defaultElementSize
4108[warn] | ^^^^^^^^^^^^^^^^^^
4109[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4110[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4111[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1396:24
4112[warn] 1396 | given Eq[Element] = matchesByElement.equivalent
4113[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4114[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4115[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1398:27
4116[warn] 1398 | given Sized[Element] = defaultElementSize
4117[warn] | ^^^^^^^^^^^^^^^^^^
4118[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4119[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4120[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1445:24
4121[warn] 1445 | given Eq[Element] = matchesByElement.equivalent
4122[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4123[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4124[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1446:27
4125[warn] 1446 | given Sized[Element] = defaultElementSize
4126[warn] | ^^^^^^^^^^^^^^^^^^
4127[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4128[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4129[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1488:24
4130[warn] 1488 | given Eq[Element] = matchesByElement.equivalent
4131[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4132[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4133[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1489:27
4134[warn] 1489 | given Sized[Element] = defaultElementSize
4135[warn] | ^^^^^^^^^^^^^^^^^^
4136[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4137[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4138[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1533:24
4139[warn] 1533 | given Eq[Element] = matchesByElement.equivalent
4140[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4141[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4142[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1534:27
4143[warn] 1534 | given Sized[Element] = defaultElementSize
4144[warn] | ^^^^^^^^^^^^^^^^^^
4145[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4146[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4147[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1558:41
4148[warn] 1558 | given Eq[Element] = equivalent(testCase.matchesByElement)
4149[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4150[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4151[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1559:31
4152[warn] 1559 | given Sized[Element] = defaultElementSize
4153[warn] | ^^^^^^^^^^^^^^^^^^
4154[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4155[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4156[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1579:41
4157[warn] 1579 | given Eq[Element] = equivalent(testCase.matchesByElement)
4158[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4159[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4160[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1580:31
4161[warn] 1580 | given Sized[Element] = defaultElementSize
4162[warn] | ^^^^^^^^^^^^^^^^^^
4163[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4164[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4165[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1905:34
4166[warn] 1905 | given Eq[Element] = equivalent(matchesByElement)
4167[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4168[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4169[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:551:26
4170[warn] 551 | mergeResultsByPath(path) match
4171[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
4172[warn] |match may not be exhaustive.
4173[warn] |
4174[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
4175[warn] |
4176[warn] | longer explanation available when compiling with `-explain`
4177[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:842:22
4178[warn] 842 | mergeResultsByPath(path) match
4179[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
4180[warn] |match may not be exhaustive.
4181[warn] |
4182[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
4183[warn] |
4184[warn] | longer explanation available when compiling with `-explain`
4185[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1940:22
4186[warn] 1940 | mergeResultsByPath(path) match
4187[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
4188[warn] |match may not be exhaustive.
4189[warn] |
4190[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
4191[warn] |
4192[warn] | longer explanation available when compiling with `-explain`
4193[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1593:8
4194[warn] 1593 | result match
4195[warn] | ^^^^^^
4196[warn] |match may not be exhaustive.
4197[warn] |
4198[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
4199[warn] |
4200[warn] | longer explanation available when compiling with `-explain`
4201[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1966:8
4202[warn] 1966 | result match
4203[warn] | ^^^^^^
4204[warn] |match may not be exhaustive.
4205[warn] |
4206[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
4207[warn] |
4208[warn] | longer explanation available when compiling with `-explain`
4209[warn] 89 warnings found
4210[info] done compiling
4211Generating version resource: /build/repo/target/scala-3.8.0-RC2/resource_managed/main/version.txt for version: 1.11.2
4212hint: Using 'master' as the name for the initial branch. This default branch name
4213hint: is subject to change. To configure the initial branch name to use in all
4214hint: of your new repositories, which will suppress this warning, call:
4215hint:
4216hint: git config --global init.defaultBranch <name>
4217hint:
4218hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4219hint: 'development'. The just-created branch can be renamed via this command:
4220hint:
4221hint: git branch -m <name>
4222Switched to a new branch 'master'
4223Switched to a new branch 'movedFileBranch'
4224Switched to branch 'master'
4225Switched to branch 'movedFileBranch'
4226hint: Using 'master' as the name for the initial branch. This default branch name
4227hint: is subject to change. To configure the initial branch name to use in all
4228hint: of your new repositories, which will suppress this warning, call:
4229hint:
4230hint: git config --global init.defaultBranch <name>
4231hint:
4232hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4233hint: 'development'. The just-created branch can be renamed via this command:
4234hint:
4235hint: git branch -m <name>
4236Switched to a new branch 'master'
4237Switched to a new branch 'movedFileBranch'
4238Switched to branch 'master'
4239hint: Using 'master' as the name for the initial branch. This default branch name
4240hint: is subject to change. To configure the initial branch name to use in all
4241hint: of your new repositories, which will suppress this warning, call:
4242hint:
4243hint: git config --global init.defaultBranch <name>
4244hint:
4245hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4246hint: 'development'. The just-created branch can be renamed via this command:
4247hint:
4248hint: git branch -m <name>
4249Switched to a new branch 'master'
4250Switched to a new branch 'movedFileBranch'
4251Switched to branch 'master'
4252hint: Using 'master' as the name for the initial branch. This default branch name
4253hint: is subject to change. To configure the initial branch name to use in all
4254hint: of your new repositories, which will suppress this warning, call:
4255hint:
4256hint: git config --global init.defaultBranch <name>
4257hint:
4258hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4259hint: 'development'. The just-created branch can be renamed via this command:
4260hint:
4261hint: git branch -m <name>
4262Switched to a new branch 'master'
4263Switched to a new branch 'movedFileBranch'
4264Switched to branch 'master'
4265Switched to branch 'movedFileBranch'
4266hint: Using 'master' as the name for the initial branch. This default branch name
4267hint: is subject to change. To configure the initial branch name to use in all
4268hint: of your new repositories, which will suppress this warning, call:
4269hint:
4270hint: git config --global init.defaultBranch <name>
4271hint:
4272hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4273hint: 'development'. The just-created branch can be renamed via this command:
4274hint:
4275hint: git branch -m <name>
4276Switched to a new branch 'master'
4277Switched to a new branch 'movedFileBranch'
4278Switched to branch 'master'
4279Switched to branch 'movedFileBranch'
4280hint: Using 'master' as the name for the initial branch. This default branch name
4281hint: is subject to change. To configure the initial branch name to use in all
4282hint: of your new repositories, which will suppress this warning, call:
4283hint:
4284hint: git config --global init.defaultBranch <name>
4285hint:
4286hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4287hint: 'development'. The just-created branch can be renamed via this command:
4288hint:
4289hint: git branch -m <name>
4290Switched to a new branch 'master'
4291Switched to a new branch 'movedFileBranch'
4292Switched to branch 'master'
4293hint: Using 'master' as the name for the initial branch. This default branch name
4294hint: is subject to change. To configure the initial branch name to use in all
4295hint: of your new repositories, which will suppress this warning, call:
4296hint:
4297hint: git config --global init.defaultBranch <name>
4298hint:
4299hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4300hint: 'development'. The just-created branch can be renamed via this command:
4301hint:
4302hint: git branch -m <name>
4303Switched to a new branch 'master'
4304Switched to a new branch 'movedFileBranch'
4305Switched to branch 'master'
4306hint: Using 'master' as the name for the initial branch. This default branch name
4307hint: is subject to change. To configure the initial branch name to use in all
4308hint: of your new repositories, which will suppress this warning, call:
4309hint:
4310hint: git config --global init.defaultBranch <name>
4311hint:
4312hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4313hint: 'development'. The just-created branch can be renamed via this command:
4314hint:
4315hint: git branch -m <name>
4316Switched to a new branch 'master'
4317Switched to a new branch 'movedFileBranch'
4318Switched to branch 'master'
4319Switched to branch 'movedFileBranch'
4320hint: Using 'master' as the name for the initial branch. This default branch name
4321hint: is subject to change. To configure the initial branch name to use in all
4322hint: of your new repositories, which will suppress this warning, call:
4323hint:
4324hint: git config --global init.defaultBranch <name>
4325hint:
4326hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4327hint: 'development'. The just-created branch can be renamed via this command:
4328hint:
4329hint: git branch -m <name>
4330Switched to a new branch 'master'
4331Switched to a new branch 'modifiedFileBranch'
4332Switched to branch 'master'
4333Switched to branch 'modifiedFileBranch'
4334hint: Using 'master' as the name for the initial branch. This default branch name
4335hint: is subject to change. To configure the initial branch name to use in all
4336hint: of your new repositories, which will suppress this warning, call:
4337hint:
4338hint: git config --global init.defaultBranch <name>
4339hint:
4340hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4341hint: 'development'. The just-created branch can be renamed via this command:
4342hint:
4343hint: git branch -m <name>
4344Switched to a new branch 'master'
4345Switched to a new branch 'modifiedFileBranch'
4346Switched to branch 'master'
4347hint: Using 'master' as the name for the initial branch. This default branch name
4348hint: is subject to change. To configure the initial branch name to use in all
4349hint: of your new repositories, which will suppress this warning, call:
4350hint:
4351hint: git config --global init.defaultBranch <name>
4352hint:
4353hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4354hint: 'development'. The just-created branch can be renamed via this command:
4355hint:
4356hint: git branch -m <name>
4357Switched to a new branch 'master'
4358Switched to a new branch 'modifiedFileBranch'
4359Switched to branch 'master'
4360hint: Using 'master' as the name for the initial branch. This default branch name
4361hint: is subject to change. To configure the initial branch name to use in all
4362hint: of your new repositories, which will suppress this warning, call:
4363hint:
4364hint: git config --global init.defaultBranch <name>
4365hint:
4366hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4367hint: 'development'. The just-created branch can be renamed via this command:
4368hint:
4369hint: git branch -m <name>
4370Switched to a new branch 'master'
4371Switched to a new branch 'modifiedFileBranch'
4372Switched to branch 'master'
4373Switched to branch 'modifiedFileBranch'
4374hint: Using 'master' as the name for the initial branch. This default branch name
4375hint: is subject to change. To configure the initial branch name to use in all
4376hint: of your new repositories, which will suppress this warning, call:
4377hint:
4378hint: git config --global init.defaultBranch <name>
4379hint:
4380hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4381hint: 'development'. The just-created branch can be renamed via this command:
4382hint:
4383hint: git branch -m <name>
4384Switched to a new branch 'master'
4385Switched to a new branch 'modifiedFileBranch'
4386Switched to branch 'master'
4387Switched to branch 'modifiedFileBranch'
4388hint: Using 'master' as the name for the initial branch. This default branch name
4389hint: is subject to change. To configure the initial branch name to use in all
4390hint: of your new repositories, which will suppress this warning, call:
4391hint:
4392hint: git config --global init.defaultBranch <name>
4393hint:
4394hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4395hint: 'development'. The just-created branch can be renamed via this command:
4396hint:
4397hint: git branch -m <name>
4398Switched to a new branch 'master'
4399Switched to a new branch 'modifiedFileBranch'
4400Switched to branch 'master'
4401hint: Using 'master' as the name for the initial branch. This default branch name
4402hint: is subject to change. To configure the initial branch name to use in all
4403hint: of your new repositories, which will suppress this warning, call:
4404hint:
4405hint: git config --global init.defaultBranch <name>
4406hint:
4407hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4408hint: 'development'. The just-created branch can be renamed via this command:
4409hint:
4410hint: git branch -m <name>
4411Switched to a new branch 'master'
4412Switched to a new branch 'modifiedFileBranch'
4413Switched to branch 'master'
4414hint: Using 'master' as the name for the initial branch. This default branch name
4415hint: is subject to change. To configure the initial branch name to use in all
4416hint: of your new repositories, which will suppress this warning, call:
4417hint:
4418hint: git config --global init.defaultBranch <name>
4419hint:
4420hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4421hint: 'development'. The just-created branch can be renamed via this command:
4422hint:
4423hint: git branch -m <name>
4424Switched to a new branch 'master'
4425Switched to a new branch 'modifiedFileBranch'
4426Switched to branch 'master'
4427Switched to branch 'modifiedFileBranch'
4428hint: Using 'master' as the name for the initial branch. This default branch name
4429hint: is subject to change. To configure the initial branch name to use in all
4430hint: of your new repositories, which will suppress this warning, call:
4431hint:
4432hint: git config --global init.defaultBranch <name>
4433hint:
4434hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4435hint: 'development'. The just-created branch can be renamed via this command:
4436hint:
4437hint: git branch -m <name>
4438Switched to a new branch 'master'
4439Switched to a new branch 'concurrentlyModifiedFileBranch'
4440Switched to branch 'master'
4441Switched to branch 'concurrentlyModifiedFileBranch'
4442hint: Using 'master' as the name for the initial branch. This default branch name
4443hint: is subject to change. To configure the initial branch name to use in all
4444hint: of your new repositories, which will suppress this warning, call:
4445hint:
4446hint: git config --global init.defaultBranch <name>
4447hint:
4448hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4449hint: 'development'. The just-created branch can be renamed via this command:
4450hint:
4451hint: git branch -m <name>
4452Switched to a new branch 'master'
4453Switched to a new branch 'concurrentlyModifiedFileBranch'
4454Switched to branch 'master'
4455Switched to branch 'concurrentlyModifiedFileBranch'
4456hint: Using 'master' as the name for the initial branch. This default branch name
4457hint: is subject to change. To configure the initial branch name to use in all
4458hint: of your new repositories, which will suppress this warning, call:
4459hint:
4460hint: git config --global init.defaultBranch <name>
4461hint:
4462hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4463hint: 'development'. The just-created branch can be renamed via this command:
4464hint:
4465hint: git branch -m <name>
4466Switched to a new branch 'master'
4467Switched to a new branch 'concurrentlyModifiedFileBranch'
4468Switched to branch 'master'
4469hint: Using 'master' as the name for the initial branch. This default branch name
4470hint: is subject to change. To configure the initial branch name to use in all
4471hint: of your new repositories, which will suppress this warning, call:
4472hint:
4473hint: git config --global init.defaultBranch <name>
4474hint:
4475hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4476hint: 'development'. The just-created branch can be renamed via this command:
4477hint:
4478hint: git branch -m <name>
4479Switched to a new branch 'master'
4480Switched to a new branch 'concurrentlyModifiedFileBranch'
4481Switched to branch 'master'
4482hint: Using 'master' as the name for the initial branch. This default branch name
4483hint: is subject to change. To configure the initial branch name to use in all
4484hint: of your new repositories, which will suppress this warning, call:
4485hint:
4486hint: git config --global init.defaultBranch <name>
4487hint:
4488hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4489hint: 'development'. The just-created branch can be renamed via this command:
4490hint:
4491hint: git branch -m <name>
4492Switched to a new branch 'master'
4493Switched to a new branch 'advancedBranch'
4494Switched to branch 'master'
4495hint: Using 'master' as the name for the initial branch. This default branch name
4496hint: is subject to change. To configure the initial branch name to use in all
4497hint: of your new repositories, which will suppress this warning, call:
4498hint:
4499hint: git config --global init.defaultBranch <name>
4500hint:
4501hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4502hint: 'development'. The just-created branch can be renamed via this command:
4503hint:
4504hint: git branch -m <name>
4505Switched to a new branch 'master'
4506Switched to a new branch 'advancedBranch'
4507Switched to branch 'master'
4508hint: Using 'master' as the name for the initial branch. This default branch name
4509hint: is subject to change. To configure the initial branch name to use in all
4510hint: of your new repositories, which will suppress this warning, call:
4511hint:
4512hint: git config --global init.defaultBranch <name>
4513hint:
4514hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4515hint: 'development'. The just-created branch can be renamed via this command:
4516hint:
4517hint: git branch -m <name>
4518Switched to a new branch 'master'
4519Switched to a new branch 'advancedBranch'
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 'advancedBranch'
4532hint: Using 'master' as the name for the initial branch. This default branch name
4533hint: is subject to change. To configure the initial branch name to use in all
4534hint: of your new repositories, which will suppress this warning, call:
4535hint:
4536hint: git config --global init.defaultBranch <name>
4537hint:
4538hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4539hint: 'development'. The just-created branch can be renamed via this command:
4540hint:
4541hint: git branch -m <name>
4542Switched to a new branch 'master'
4543Switched to a new branch 'advancedBranch'
4544hint: Using 'master' as the name for the initial branch. This default branch name
4545hint: is subject to change. To configure the initial branch name to use in all
4546hint: of your new repositories, which will suppress this warning, call:
4547hint:
4548hint: git config --global init.defaultBranch <name>
4549hint:
4550hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4551hint: 'development'. The just-created branch can be renamed via this command:
4552hint:
4553hint: git branch -m <name>
4554Switched to a new branch 'master'
4555Switched to a new branch 'advancedBranch'
4556hint: Using 'master' as the name for the initial branch. This default branch name
4557hint: is subject to change. To configure the initial branch name to use in all
4558hint: of your new repositories, which will suppress this warning, call:
4559hint:
4560hint: git config --global init.defaultBranch <name>
4561hint:
4562hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4563hint: 'development'. The just-created branch can be renamed via this command:
4564hint:
4565hint: git branch -m <name>
4566Switched to a new branch 'master'
4567Switched to a new branch 'advancedBranch'
4568Switched to branch 'master'
4569hint: Using 'master' as the name for the initial branch. This default branch name
4570hint: is subject to change. To configure the initial branch name to use in all
4571hint: of your new repositories, which will suppress this warning, call:
4572hint:
4573hint: git config --global init.defaultBranch <name>
4574hint:
4575hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4576hint: 'development'. The just-created branch can be renamed via this command:
4577hint:
4578hint: git branch -m <name>
4579Switched to a new branch 'master'
4580Switched to a new branch 'advancedBranch'
4581Switched to branch 'master'
4582hint: Using 'master' as the name for the initial branch. This default branch name
4583hint: is subject to change. To configure the initial branch name to use in all
4584hint: of your new repositories, which will suppress this warning, call:
4585hint:
4586hint: git config --global init.defaultBranch <name>
4587hint:
4588hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4589hint: 'development'. The just-created branch can be renamed via this command:
4590hint:
4591hint: git branch -m <name>
4592Switched to a new branch 'master'
4593Switched to a new branch 'advancedBranch'
4594hint: Using 'master' as the name for the initial branch. This default branch name
4595hint: is subject to change. To configure the initial branch name to use in all
4596hint: of your new repositories, which will suppress this warning, call:
4597hint:
4598hint: git config --global init.defaultBranch <name>
4599hint:
4600hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4601hint: 'development'. The just-created branch can be renamed via this command:
4602hint:
4603hint: git branch -m <name>
4604Switched to a new branch 'master'
4605Switched to a new branch 'advancedBranch'
4606Switched to branch 'master'
4607hint: Using 'master' as the name for the initial branch. This default branch name
4608hint: is subject to change. To configure the initial branch name to use in all
4609hint: of your new repositories, which will suppress this warning, call:
4610hint:
4611hint: git config --global init.defaultBranch <name>
4612hint:
4613hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4614hint: 'development'. The just-created branch can be renamed via this command:
4615hint:
4616hint: git branch -m <name>
4617Switched to a new branch 'master'
4618Switched to a new branch 'advancedBranch'
4619Switched to branch 'master'
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'
4632hint: Using 'master' as the name for the initial branch. This default branch name
4633hint: is subject to change. To configure the initial branch name to use in all
4634hint: of your new repositories, which will suppress this warning, call:
4635hint:
4636hint: git config --global init.defaultBranch <name>
4637hint:
4638hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4639hint: 'development'. The just-created branch can be renamed via this command:
4640hint:
4641hint: git branch -m <name>
4642Switched to a new branch 'master'
4643Switched to a new branch 'advancedBranch'
4644Switched to branch 'master'
4645hint: Using 'master' as the name for the initial branch. This default branch name
4646hint: is subject to change. To configure the initial branch name to use in all
4647hint: of your new repositories, which will suppress this warning, call:
4648hint:
4649hint: git config --global init.defaultBranch <name>
4650hint:
4651hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4652hint: 'development'. The just-created branch can be renamed via this command:
4653hint:
4654hint: git branch -m <name>
4655Switched to a new branch 'master'
4656Switched to a new branch 'advancedBranch'
4657hint: Using 'master' as the name for the initial branch. This default branch name
4658hint: is subject to change. To configure the initial branch name to use in all
4659hint: of your new repositories, which will suppress this warning, call:
4660hint:
4661hint: git config --global init.defaultBranch <name>
4662hint:
4663hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4664hint: 'development'. The just-created branch can be renamed via this command:
4665hint:
4666hint: git branch -m <name>
4667Switched to a new branch 'master'
4668Switched to a new branch 'deletedFileBranch'
4669Switched to branch 'master'
4670Switched to branch 'deletedFileBranch'
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 'deletedFileBranch'
4683Switched to branch 'master'
4684Switched to branch 'deletedFileBranch'
4685hint: Using 'master' as the name for the initial branch. This default branch name
4686hint: is subject to change. To configure the initial branch name to use in all
4687hint: of your new repositories, which will suppress this warning, call:
4688hint:
4689hint: git config --global init.defaultBranch <name>
4690hint:
4691hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4692hint: 'development'. The just-created branch can be renamed via this command:
4693hint:
4694hint: git branch -m <name>
4695Switched to a new branch 'master'
4696Switched to a new branch 'deletedFileBranch'
4697Switched to branch 'master'
4698hint: Using 'master' as the name for the initial branch. This default branch name
4699hint: is subject to change. To configure the initial branch name to use in all
4700hint: of your new repositories, which will suppress this warning, call:
4701hint:
4702hint: git config --global init.defaultBranch <name>
4703hint:
4704hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4705hint: 'development'. The just-created branch can be renamed via this command:
4706hint:
4707hint: git branch -m <name>
4708Switched to a new branch 'master'
4709Switched to a new branch 'deletedFileBranch'
4710Switched to branch 'master'
4711hint: Using 'master' as the name for the initial branch. This default branch name
4712hint: is subject to change. To configure the initial branch name to use in all
4713hint: of your new repositories, which will suppress this warning, call:
4714hint:
4715hint: git config --global init.defaultBranch <name>
4716hint:
4717hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4718hint: 'development'. The just-created branch can be renamed via this command:
4719hint:
4720hint: git branch -m <name>
4721Switched to a new branch 'master'
4722Switched to a new branch 'condensedFileBranch'
4723Switched to branch 'master'
4724Switched to branch 'condensedFileBranch'
4725hint: Using 'master' as the name for the initial branch. This default branch name
4726hint: is subject to change. To configure the initial branch name to use in all
4727hint: of your new repositories, which will suppress this warning, call:
4728hint:
4729hint: git config --global init.defaultBranch <name>
4730hint:
4731hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4732hint: 'development'. The just-created branch can be renamed via this command:
4733hint:
4734hint: git branch -m <name>
4735Switched to a new branch 'master'
4736Switched to a new branch 'condensedFileBranch'
4737Switched to branch 'master'
4738hint: Using 'master' as the name for the initial branch. This default branch name
4739hint: is subject to change. To configure the initial branch name to use in all
4740hint: of your new repositories, which will suppress this warning, call:
4741hint:
4742hint: git config --global init.defaultBranch <name>
4743hint:
4744hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4745hint: 'development'. The just-created branch can be renamed via this command:
4746hint:
4747hint: git branch -m <name>
4748Switched to a new branch 'master'
4749Switched to a new branch 'condensedFileBranch'
4750Switched to branch 'master'
4751hint: Using 'master' as the name for the initial branch. This default branch name
4752hint: is subject to change. To configure the initial branch name to use in all
4753hint: of your new repositories, which will suppress this warning, call:
4754hint:
4755hint: git config --global init.defaultBranch <name>
4756hint:
4757hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4758hint: 'development'. The just-created branch can be renamed via this command:
4759hint:
4760hint: git branch -m <name>
4761Switched to a new branch 'master'
4762Switched to a new branch 'condensedFileBranch'
4763Switched to branch 'master'
4764Switched to branch 'condensedFileBranch'
4765hint: Using 'master' as the name for the initial branch. This default branch name
4766hint: is subject to change. To configure the initial branch name to use in all
4767hint: of your new repositories, which will suppress this warning, call:
4768hint:
4769hint: git config --global init.defaultBranch <name>
4770hint:
4771hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4772hint: 'development'. The just-created branch can be renamed via this command:
4773hint:
4774hint: git branch -m <name>
4775Switched to a new branch 'master'
4776Switched to a new branch 'condensedFileBranch'
4777Switched to branch 'master'
4778Switched to branch 'condensedFileBranch'
4779hint: Using 'master' as the name for the initial branch. This default branch name
4780hint: is subject to change. To configure the initial branch name to use in all
4781hint: of your new repositories, which will suppress this warning, call:
4782hint:
4783hint: git config --global init.defaultBranch <name>
4784hint:
4785hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4786hint: 'development'. The just-created branch can be renamed via this command:
4787hint:
4788hint: git branch -m <name>
4789Switched to a new branch 'master'
4790Switched to a new branch 'condensedFileBranch'
4791Switched to branch 'master'
4792hint: Using 'master' as the name for the initial branch. This default branch name
4793hint: is subject to change. To configure the initial branch name to use in all
4794hint: of your new repositories, which will suppress this warning, call:
4795hint:
4796hint: git config --global init.defaultBranch <name>
4797hint:
4798hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4799hint: 'development'. The just-created branch can be renamed via this command:
4800hint:
4801hint: git branch -m <name>
4802Switched to a new branch 'master'
4803Switched to a new branch 'condensedFileBranch'
4804Switched to branch 'master'
4805hint: Using 'master' as the name for the initial branch. This default branch name
4806hint: is subject to change. To configure the initial branch name to use in all
4807hint: of your new repositories, which will suppress this warning, call:
4808hint:
4809hint: git config --global init.defaultBranch <name>
4810hint:
4811hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4812hint: 'development'. The just-created branch can be renamed via this command:
4813hint:
4814hint: git branch -m <name>
4815Switched to a new branch 'master'
4816Switched to a new branch 'condensedFileBranch'
4817Switched to branch 'master'
4818Switched to branch 'condensedFileBranch'
4819hint: Using 'master' as the name for the initial branch. This default branch name
4820hint: is subject to change. To configure the initial branch name to use in all
4821hint: of your new repositories, which will suppress this warning, call:
4822hint:
4823hint: git config --global init.defaultBranch <name>
4824hint:
4825hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4826hint: 'development'. The just-created branch can be renamed via this command:
4827hint:
4828hint: git branch -m <name>
4829Switched to a new branch 'master'
4830Switched to a new branch 'deletedFileBranch'
4831Switched to branch 'master'
4832Switched to branch 'deletedFileBranch'
4833hint: Using 'master' as the name for the initial branch. This default branch name
4834hint: is subject to change. To configure the initial branch name to use in all
4835hint: of your new repositories, which will suppress this warning, call:
4836hint:
4837hint: git config --global init.defaultBranch <name>
4838hint:
4839hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4840hint: 'development'. The just-created branch can be renamed via this command:
4841hint:
4842hint: git branch -m <name>
4843Switched to a new branch 'master'
4844Switched to a new branch 'deletedFileBranch'
4845Switched to branch 'master'
4846Switched to branch 'deletedFileBranch'
4847hint: Using 'master' as the name for the initial branch. This default branch name
4848hint: is subject to change. To configure the initial branch name to use in all
4849hint: of your new repositories, which will suppress this warning, call:
4850hint:
4851hint: git config --global init.defaultBranch <name>
4852hint:
4853hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4854hint: 'development'. The just-created branch can be renamed via this command:
4855hint:
4856hint: git branch -m <name>
4857Switched to a new branch 'master'
4858Switched to a new branch 'deletedFileBranch'
4859Switched to branch 'master'
4860hint: Using 'master' as the name for the initial branch. This default branch name
4861hint: is subject to change. To configure the initial branch name to use in all
4862hint: of your new repositories, which will suppress this warning, call:
4863hint:
4864hint: git config --global init.defaultBranch <name>
4865hint:
4866hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4867hint: 'development'. The just-created branch can be renamed via this command:
4868hint:
4869hint: git branch -m <name>
4870Switched to a new branch 'master'
4871Switched to a new branch 'deletedFileBranch'
4872Switched to branch 'master'
4873hint: Using 'master' as the name for the initial branch. This default branch name
4874hint: is subject to change. To configure the initial branch name to use in all
4875hint: of your new repositories, which will suppress this warning, call:
4876hint:
4877hint: git config --global init.defaultBranch <name>
4878hint:
4879hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4880hint: 'development'. The just-created branch can be renamed via this command:
4881hint:
4882hint: git branch -m <name>
4883Switched to a new branch 'master'
4884Switched to a new branch 'movedFileBranch'
4885Switched to branch 'master'
4886Switched to branch 'movedFileBranch'
4887hint: Using 'master' as the name for the initial branch. This default branch name
4888hint: is subject to change. To configure the initial branch name to use in all
4889hint: of your new repositories, which will suppress this warning, call:
4890hint:
4891hint: git config --global init.defaultBranch <name>
4892hint:
4893hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4894hint: 'development'. The just-created branch can be renamed via this command:
4895hint:
4896hint: git branch -m <name>
4897Switched to a new branch 'master'
4898Switched to a new branch 'movedFileBranch'
4899Switched to branch 'master'
4900hint: Using 'master' as the name for the initial branch. This default branch name
4901hint: is subject to change. To configure the initial branch name to use in all
4902hint: of your new repositories, which will suppress this warning, call:
4903hint:
4904hint: git config --global init.defaultBranch <name>
4905hint:
4906hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4907hint: 'development'. The just-created branch can be renamed via this command:
4908hint:
4909hint: git branch -m <name>
4910Switched to a new branch 'master'
4911Switched to a new branch 'movedFileBranch'
4912Switched to branch 'master'
4913hint: Using 'master' as the name for the initial branch. This default branch name
4914hint: is subject to change. To configure the initial branch name to use in all
4915hint: of your new repositories, which will suppress this warning, call:
4916hint:
4917hint: git config --global init.defaultBranch <name>
4918hint:
4919hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4920hint: 'development'. The just-created branch can be renamed via this command:
4921hint:
4922hint: git branch -m <name>
4923Switched to a new branch 'master'
4924Switched to a new branch 'movedFileBranch'
4925Switched to branch 'master'
4926Switched to branch 'movedFileBranch'
4927hint: Using 'master' as the name for the initial branch. This default branch name
4928hint: is subject to change. To configure the initial branch name to use in all
4929hint: of your new repositories, which will suppress this warning, call:
4930hint:
4931hint: git config --global init.defaultBranch <name>
4932hint:
4933hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4934hint: 'development'. The just-created branch can be renamed via this command:
4935hint:
4936hint: git branch -m <name>
4937Switched to a new branch 'master'
4938Switched to a new branch 'movedFileBranch'
4939Switched to branch 'master'
4940Switched to branch 'movedFileBranch'
4941hint: Using 'master' as the name for the initial branch. This default branch name
4942hint: is subject to change. To configure the initial branch name to use in all
4943hint: of your new repositories, which will suppress this warning, call:
4944hint:
4945hint: git config --global init.defaultBranch <name>
4946hint:
4947hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4948hint: 'development'. The just-created branch can be renamed via this command:
4949hint:
4950hint: git branch -m <name>
4951Switched to a new branch 'master'
4952Switched to a new branch 'movedFileBranch'
4953Switched to branch 'master'
4954hint: Using 'master' as the name for the initial branch. This default branch name
4955hint: is subject to change. To configure the initial branch name to use in all
4956hint: of your new repositories, which will suppress this warning, call:
4957hint:
4958hint: git config --global init.defaultBranch <name>
4959hint:
4960hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4961hint: 'development'. The just-created branch can be renamed via this command:
4962hint:
4963hint: git branch -m <name>
4964Switched to a new branch 'master'
4965Switched to a new branch 'movedFileBranch'
4966Switched to branch 'master'
4967hint: Using 'master' as the name for the initial branch. This default branch name
4968hint: is subject to change. To configure the initial branch name to use in all
4969hint: of your new repositories, which will suppress this warning, call:
4970hint:
4971hint: git config --global init.defaultBranch <name>
4972hint:
4973hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4974hint: 'development'. The just-created branch can be renamed via this command:
4975hint:
4976hint: git branch -m <name>
4977Switched to a new branch 'master'
4978Switched to a new branch 'movedFileBranch'
4979Switched to branch 'master'
4980Switched to branch 'movedFileBranch'
4981hint: Using 'master' as the name for the initial branch. This default branch name
4982hint: is subject to change. To configure the initial branch name to use in all
4983hint: of your new repositories, which will suppress this warning, call:
4984hint:
4985hint: git config --global init.defaultBranch <name>
4986hint:
4987hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4988hint: 'development'. The just-created branch can be renamed via this command:
4989hint:
4990hint: git branch -m <name>
4991Switched to a new branch 'master'
4992Switched to a new branch 'evilTwin'
4993Switched to branch 'master'
4994Switched to branch 'evilTwin'
4995hint: Using 'master' as the name for the initial branch. This default branch name
4996hint: is subject to change. To configure the initial branch name to use in all
4997hint: of your new repositories, which will suppress this warning, call:
4998hint:
4999hint: git config --global init.defaultBranch <name>
5000hint:
5001hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5002hint: 'development'. The just-created branch can be renamed via this command:
5003hint:
5004hint: git branch -m <name>
5005Switched to a new branch 'master'
5006Switched to a new branch 'evilTwin'
5007Switched to branch 'master'
5008Switched to branch 'evilTwin'
5009hint: Using 'master' as the name for the initial branch. This default branch name
5010hint: is subject to change. To configure the initial branch name to use in all
5011hint: of your new repositories, which will suppress this warning, call:
5012hint:
5013hint: git config --global init.defaultBranch <name>
5014hint:
5015hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5016hint: 'development'. The just-created branch can be renamed via this command:
5017hint:
5018hint: git branch -m <name>
5019Switched to a new branch 'master'
5020Switched to a new branch 'evilTwin'
5021Switched to branch 'master'
5022hint: Using 'master' as the name for the initial branch. This default branch name
5023hint: is subject to change. To configure the initial branch name to use in all
5024hint: of your new repositories, which will suppress this warning, call:
5025hint:
5026hint: git config --global init.defaultBranch <name>
5027hint:
5028hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5029hint: 'development'. The just-created branch can be renamed via this command:
5030hint:
5031hint: git branch -m <name>
5032Switched to a new branch 'master'
5033Switched to a new branch 'evilTwin'
5034Switched to branch 'master'
5035hint: Using 'master' as the name for the initial branch. This default branch name
5036hint: is subject to change. To configure the initial branch name to use in all
5037hint: of your new repositories, which will suppress this warning, call:
5038hint:
5039hint: git config --global init.defaultBranch <name>
5040hint:
5041hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5042hint: 'development'. The just-created branch can be renamed via this command:
5043hint:
5044hint: git branch -m <name>
5045Switched to a new branch 'master'
5046Switched to a new branch 'movedFileBranch'
5047Switched to branch 'master'
5048Switched to branch 'movedFileBranch'
5049hint: Using 'master' as the name for the initial branch. This default branch name
5050hint: is subject to change. To configure the initial branch name to use in all
5051hint: of your new repositories, which will suppress this warning, call:
5052hint:
5053hint: git config --global init.defaultBranch <name>
5054hint:
5055hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5056hint: 'development'. The just-created branch can be renamed via this command:
5057hint:
5058hint: git branch -m <name>
5059Switched to a new branch 'master'
5060Switched to a new branch 'movedFileBranch'
5061Switched to branch 'master'
5062hint: Using 'master' as the name for the initial branch. This default branch name
5063hint: is subject to change. To configure the initial branch name to use in all
5064hint: of your new repositories, which will suppress this warning, call:
5065hint:
5066hint: git config --global init.defaultBranch <name>
5067hint:
5068hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5069hint: 'development'. The just-created branch can be renamed via this command:
5070hint:
5071hint: git branch -m <name>
5072Switched to a new branch 'master'
5073Switched to a new branch 'movedFileBranch'
5074Switched to branch 'master'
5075hint: Using 'master' as the name for the initial branch. This default branch name
5076hint: is subject to change. To configure the initial branch name to use in all
5077hint: of your new repositories, which will suppress this warning, call:
5078hint:
5079hint: git config --global init.defaultBranch <name>
5080hint:
5081hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5082hint: 'development'. The just-created branch can be renamed via this command:
5083hint:
5084hint: git branch -m <name>
5085Switched to a new branch 'master'
5086Switched to a new branch 'movedFileBranch'
5087Switched to branch 'master'
5088Switched to branch 'movedFileBranch'
5089hint: Using 'master' as the name for the initial branch. This default branch name
5090hint: is subject to change. To configure the initial branch name to use in all
5091hint: of your new repositories, which will suppress this warning, call:
5092hint:
5093hint: git config --global init.defaultBranch <name>
5094hint:
5095hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5096hint: 'development'. The just-created branch can be renamed via this command:
5097hint:
5098hint: git branch -m <name>
5099Switched to a new branch 'master'
5100Switched to a new branch 'movedFileBranch'
5101Switched to branch 'master'
5102Switched to branch 'movedFileBranch'
5103hint: Using 'master' as the name for the initial branch. This default branch name
5104hint: is subject to change. To configure the initial branch name to use in all
5105hint: of your new repositories, which will suppress this warning, call:
5106hint:
5107hint: git config --global init.defaultBranch <name>
5108hint:
5109hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5110hint: 'development'. The just-created branch can be renamed via this command:
5111hint:
5112hint: git branch -m <name>
5113Switched to a new branch 'master'
5114Switched to a new branch 'movedFileBranch'
5115Switched to branch 'master'
5116hint: Using 'master' as the name for the initial branch. This default branch name
5117hint: is subject to change. To configure the initial branch name to use in all
5118hint: of your new repositories, which will suppress this warning, call:
5119hint:
5120hint: git config --global init.defaultBranch <name>
5121hint:
5122hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5123hint: 'development'. The just-created branch can be renamed via this command:
5124hint:
5125hint: git branch -m <name>
5126Switched to a new branch 'master'
5127Switched to a new branch 'movedFileBranch'
5128Switched to branch 'master'
5129hint: Using 'master' as the name for the initial branch. This default branch name
5130hint: is subject to change. To configure the initial branch name to use in all
5131hint: of your new repositories, which will suppress this warning, call:
5132hint:
5133hint: git config --global init.defaultBranch <name>
5134hint:
5135hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5136hint: 'development'. The just-created branch can be renamed via this command:
5137hint:
5138hint: git branch -m <name>
5139Switched to a new branch 'master'
5140Switched to a new branch 'movedFileBranch'
5141Switched to branch 'master'
5142Switched to branch 'movedFileBranch'
5143hint: Using 'master' as the name for the initial branch. This default branch name
5144hint: is subject to change. To configure the initial branch name to use in all
5145hint: of your new repositories, which will suppress this warning, call:
5146hint:
5147hint: git config --global init.defaultBranch <name>
5148hint:
5149hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5150hint: 'development'. The just-created branch can be renamed via this command:
5151hint:
5152hint: git branch -m <name>
5153Switched to a new branch 'master'
5154Switched to a new branch 'movedFileBranch'
5155Switched to branch 'master'
5156Switched to branch 'movedFileBranch'
5157hint: Using 'master' as the name for the initial branch. This default branch name
5158hint: is subject to change. To configure the initial branch name to use in all
5159hint: of your new repositories, which will suppress this warning, call:
5160hint:
5161hint: git config --global init.defaultBranch <name>
5162hint:
5163hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5164hint: 'development'. The just-created branch can be renamed via this command:
5165hint:
5166hint: git branch -m <name>
5167Switched to a new branch 'master'
5168Switched to a new branch 'movedFileBranch'
5169Switched to branch 'master'
5170hint: Using 'master' as the name for the initial branch. This default branch name
5171hint: is subject to change. To configure the initial branch name to use in all
5172hint: of your new repositories, which will suppress this warning, call:
5173hint:
5174hint: git config --global init.defaultBranch <name>
5175hint:
5176hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5177hint: 'development'. The just-created branch can be renamed via this command:
5178hint:
5179hint: git branch -m <name>
5180Switched to a new branch 'master'
5181Switched to a new branch 'movedFileBranch'
5182Switched to branch 'master'
5183hint: Using 'master' as the name for the initial branch. This default branch name
5184hint: is subject to change. To configure the initial branch name to use in all
5185hint: of your new repositories, which will suppress this warning, call:
5186hint:
5187hint: git config --global init.defaultBranch <name>
5188hint:
5189hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5190hint: 'development'. The just-created branch can be renamed via this command:
5191hint:
5192hint: git branch -m <name>
5193Switched to a new branch 'master'
5194Switched to a new branch 'movedFileBranch'
5195Switched to branch 'master'
5196Switched to branch 'movedFileBranch'
5197hint: Using 'master' as the name for the initial branch. This default branch name
5198hint: is subject to change. To configure the initial branch name to use in all
5199hint: of your new repositories, which will suppress this warning, call:
5200hint:
5201hint: git config --global init.defaultBranch <name>
5202hint:
5203hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5204hint: 'development'. The just-created branch can be renamed via this command:
5205hint:
5206hint: git branch -m <name>
5207Switched to a new branch 'master'
5208Switched to a new branch 'movedFileBranch'
5209Switched to branch 'master'
5210Switched to branch 'movedFileBranch'
5211hint: Using 'master' as the name for the initial branch. This default branch name
5212hint: is subject to change. To configure the initial branch name to use in all
5213hint: of your new repositories, which will suppress this warning, call:
5214hint:
5215hint: git config --global init.defaultBranch <name>
5216hint:
5217hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5218hint: 'development'. The just-created branch can be renamed via this command:
5219hint:
5220hint: git branch -m <name>
5221Switched to a new branch 'master'
5222Switched to a new branch 'movedFileBranch'
5223Switched to branch 'master'
5224hint: Using 'master' as the name for the initial branch. This default branch name
5225hint: is subject to change. To configure the initial branch name to use in all
5226hint: of your new repositories, which will suppress this warning, call:
5227hint:
5228hint: git config --global init.defaultBranch <name>
5229hint:
5230hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5231hint: 'development'. The just-created branch can be renamed via this command:
5232hint:
5233hint: git branch -m <name>
5234Switched to a new branch 'master'
5235Switched to a new branch 'movedFileBranch'
5236Switched to branch 'master'
5237hint: Using 'master' as the name for the initial branch. This default branch name
5238hint: is subject to change. To configure the initial branch name to use in all
5239hint: of your new repositories, which will suppress this warning, call:
5240hint:
5241hint: git config --global init.defaultBranch <name>
5242hint:
5243hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5244hint: 'development'. The just-created branch can be renamed via this command:
5245hint:
5246hint: git branch -m <name>
5247Switched to a new branch 'master'
5248Switched to a new branch 'movedFileBranch'
5249Switched to branch 'master'
5250Switched to branch 'movedFileBranch'
5251hint: Using 'master' as the name for the initial branch. This default branch name
5252hint: is subject to change. To configure the initial branch name to use in all
5253hint: of your new repositories, which will suppress this warning, call:
5254hint:
5255hint: git config --global init.defaultBranch <name>
5256hint:
5257hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5258hint: 'development'. The just-created branch can be renamed via this command:
5259hint:
5260hint: git branch -m <name>
5261Switched to a new branch 'master'
5262Switched to a new branch 'swappedFileBranch'
5263Switched to branch 'master'
5264Switched to branch 'swappedFileBranch'
5265hint: Using 'master' as the name for the initial branch. This default branch name
5266hint: is subject to change. To configure the initial branch name to use in all
5267hint: of your new repositories, which will suppress this warning, call:
5268hint:
5269hint: git config --global init.defaultBranch <name>
5270hint:
5271hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5272hint: 'development'. The just-created branch can be renamed via this command:
5273hint:
5274hint: git branch -m <name>
5275Switched to a new branch 'master'
5276Switched to a new branch 'swappedFileBranch'
5277Switched to branch 'master'
5278hint: Using 'master' as the name for the initial branch. This default branch name
5279hint: is subject to change. To configure the initial branch name to use in all
5280hint: of your new repositories, which will suppress this warning, call:
5281hint:
5282hint: git config --global init.defaultBranch <name>
5283hint:
5284hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5285hint: 'development'. The just-created branch can be renamed via this command:
5286hint:
5287hint: git branch -m <name>
5288Switched to a new branch 'master'
5289Switched to a new branch 'swappedFileBranch'
5290Switched to branch 'master'
5291hint: Using 'master' as the name for the initial branch. This default branch name
5292hint: is subject to change. To configure the initial branch name to use in all
5293hint: of your new repositories, which will suppress this warning, call:
5294hint:
5295hint: git config --global init.defaultBranch <name>
5296hint:
5297hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5298hint: 'development'. The just-created branch can be renamed via this command:
5299hint:
5300hint: git branch -m <name>
5301Switched to a new branch 'master'
5302Switched to a new branch 'swappedFileBranch'
5303Switched to branch 'master'
5304Switched to branch 'swappedFileBranch'
5305hint: Using 'master' as the name for the initial branch. This default branch name
5306hint: is subject to change. To configure the initial branch name to use in all
5307hint: of your new repositories, which will suppress this warning, call:
5308hint:
5309hint: git config --global init.defaultBranch <name>
5310hint:
5311hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5312hint: 'development'. The just-created branch can be renamed via this command:
5313hint:
5314hint: git branch -m <name>
5315Switched to a new branch 'master'
5316Switched to a new branch 'swappedFileBranch'
5317Switched to branch 'master'
5318Switched to branch 'swappedFileBranch'
5319hint: Using 'master' as the name for the initial branch. This default branch name
5320hint: is subject to change. To configure the initial branch name to use in all
5321hint: of your new repositories, which will suppress this warning, call:
5322hint:
5323hint: git config --global init.defaultBranch <name>
5324hint:
5325hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5326hint: 'development'. The just-created branch can be renamed via this command:
5327hint:
5328hint: git branch -m <name>
5329Switched to a new branch 'master'
5330Switched to a new branch 'swappedFileBranch'
5331Switched to branch 'master'
5332hint: Using 'master' as the name for the initial branch. This default branch name
5333hint: is subject to change. To configure the initial branch name to use in all
5334hint: of your new repositories, which will suppress this warning, call:
5335hint:
5336hint: git config --global init.defaultBranch <name>
5337hint:
5338hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5339hint: 'development'. The just-created branch can be renamed via this command:
5340hint:
5341hint: git branch -m <name>
5342Switched to a new branch 'master'
5343Switched to a new branch 'swappedFileBranch'
5344Switched to branch 'master'
5345hint: Using 'master' as the name for the initial branch. This default branch name
5346hint: is subject to change. To configure the initial branch name to use in all
5347hint: of your new repositories, which will suppress this warning, call:
5348hint:
5349hint: git config --global init.defaultBranch <name>
5350hint:
5351hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5352hint: 'development'. The just-created branch can be renamed via this command:
5353hint:
5354hint: git branch -m <name>
5355Switched to a new branch 'master'
5356Switched to a new branch 'swappedFileBranch'
5357Switched to branch 'master'
5358Switched to branch 'swappedFileBranch'
5359hint: Using 'master' as the name for the initial branch. This default branch name
5360hint: is subject to change. To configure the initial branch name to use in all
5361hint: of your new repositories, which will suppress this warning, call:
5362hint:
5363hint: git config --global init.defaultBranch <name>
5364hint:
5365hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5366hint: 'development'. The just-created branch can be renamed via this command:
5367hint:
5368hint: git branch -m <name>
5369Switched to a new branch 'master'
5370Switched to a new branch 'casesLimitStrategyMovesBranch'
5371Switched to branch 'master'
5372Switched to branch 'casesLimitStrategyMovesBranch'
5373hint: Using 'master' as the name for the initial branch. This default branch name
5374hint: is subject to change. To configure the initial branch name to use in all
5375hint: of your new repositories, which will suppress this warning, call:
5376hint:
5377hint: git config --global init.defaultBranch <name>
5378hint:
5379hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5380hint: 'development'. The just-created branch can be renamed via this command:
5381hint:
5382hint: git branch -m <name>
5383Switched to a new branch 'master'
5384Switched to a new branch 'casesLimitStrategyMovesBranch'
5385Switched to branch 'master'
5386hint: Using 'master' as the name for the initial branch. This default branch name
5387hint: is subject to change. To configure the initial branch name to use in all
5388hint: of your new repositories, which will suppress this warning, call:
5389hint:
5390hint: git config --global init.defaultBranch <name>
5391hint:
5392hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5393hint: 'development'. The just-created branch can be renamed via this command:
5394hint:
5395hint: git branch -m <name>
5396Switched to a new branch 'master'
5397Switched to a new branch 'casesLimitStrategyMovesBranch'
5398Switched to branch 'master'
5399hint: Using 'master' as the name for the initial branch. This default branch name
5400hint: is subject to change. To configure the initial branch name to use in all
5401hint: of your new repositories, which will suppress this warning, call:
5402hint:
5403hint: git config --global init.defaultBranch <name>
5404hint:
5405hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5406hint: 'development'. The just-created branch can be renamed via this command:
5407hint:
5408hint: git branch -m <name>
5409Switched to a new branch 'master'
5410Switched to a new branch 'casesLimitStrategyMovesBranch'
5411Switched to branch 'master'
5412Switched to branch 'casesLimitStrategyMovesBranch'
5413hint: Using 'master' as the name for the initial branch. This default branch name
5414hint: is subject to change. To configure the initial branch name to use in all
5415hint: of your new repositories, which will suppress this warning, call:
5416hint:
5417hint: git config --global init.defaultBranch <name>
5418hint:
5419hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5420hint: 'development'. The just-created branch can be renamed via this command:
5421hint:
5422hint: git branch -m <name>
5423Switched to a new branch 'master'
5424Switched to a new branch 'casesLimitStrategyMovesBranch'
5425Switched to branch 'master'
5426Switched to branch 'casesLimitStrategyMovesBranch'
5427hint: Using 'master' as the name for the initial branch. This default branch name
5428hint: is subject to change. To configure the initial branch name to use in all
5429hint: of your new repositories, which will suppress this warning, call:
5430hint:
5431hint: git config --global init.defaultBranch <name>
5432hint:
5433hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5434hint: 'development'. The just-created branch can be renamed via this command:
5435hint:
5436hint: git branch -m <name>
5437Switched to a new branch 'master'
5438Switched to a new branch 'casesLimitStrategyMovesBranch'
5439Switched to branch 'master'
5440hint: Using 'master' as the name for the initial branch. This default branch name
5441hint: is subject to change. To configure the initial branch name to use in all
5442hint: of your new repositories, which will suppress this warning, call:
5443hint:
5444hint: git config --global init.defaultBranch <name>
5445hint:
5446hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5447hint: 'development'. The just-created branch can be renamed via this command:
5448hint:
5449hint: git branch -m <name>
5450Switched to a new branch 'master'
5451Switched to a new branch 'casesLimitStrategyMovesBranch'
5452Switched to branch 'master'
5453hint: Using 'master' as the name for the initial branch. This default branch name
5454hint: is subject to change. To configure the initial branch name to use in all
5455hint: of your new repositories, which will suppress this warning, call:
5456hint:
5457hint: git config --global init.defaultBranch <name>
5458hint:
5459hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5460hint: 'development'. The just-created branch can be renamed via this command:
5461hint:
5462hint: git branch -m <name>
5463Switched to a new branch 'master'
5464Switched to a new branch 'casesLimitStrategyMovesBranch'
5465Switched to branch 'master'
5466Switched to branch 'casesLimitStrategyMovesBranch'
5467hint: Using 'master' as the name for the initial branch. This default branch name
5468hint: is subject to change. To configure the initial branch name to use in all
5469hint: of your new repositories, which will suppress this warning, call:
5470hint:
5471hint: git config --global init.defaultBranch <name>
5472hint:
5473hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5474hint: 'development'. The just-created branch can be renamed via this command:
5475hint:
5476hint: git branch -m <name>
5477Switched to a new branch 'master'
5478Switched to a new branch 'newFileBranch'
5479Switched to branch 'master'
5480Switched to branch 'newFileBranch'
5481hint: Using 'master' as the name for the initial branch. This default branch name
5482hint: is subject to change. To configure the initial branch name to use in all
5483hint: of your new repositories, which will suppress this warning, call:
5484hint:
5485hint: git config --global init.defaultBranch <name>
5486hint:
5487hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5488hint: 'development'. The just-created branch can be renamed via this command:
5489hint:
5490hint: git branch -m <name>
5491Switched to a new branch 'master'
5492Switched to a new branch 'newFileBranch'
5493Switched to branch 'master'
5494hint: Using 'master' as the name for the initial branch. This default branch name
5495hint: is subject to change. To configure the initial branch name to use in all
5496hint: of your new repositories, which will suppress this warning, call:
5497hint:
5498hint: git config --global init.defaultBranch <name>
5499hint:
5500hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5501hint: 'development'. The just-created branch can be renamed via this command:
5502hint:
5503hint: git branch -m <name>
5504Switched to a new branch 'master'
5505Switched to a new branch 'newFileBranch'
5506Switched to branch 'master'
5507hint: Using 'master' as the name for the initial branch. This default branch name
5508hint: is subject to change. To configure the initial branch name to use in all
5509hint: of your new repositories, which will suppress this warning, call:
5510hint:
5511hint: git config --global init.defaultBranch <name>
5512hint:
5513hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5514hint: 'development'. The just-created branch can be renamed via this command:
5515hint:
5516hint: git branch -m <name>
5517Switched to a new branch 'master'
5518Switched to a new branch 'newFileBranch'
5519Switched to branch 'master'
5520Switched to branch 'newFileBranch'
5521hint: Using 'master' as the name for the initial branch. This default branch name
5522hint: is subject to change. To configure the initial branch name to use in all
5523hint: of your new repositories, which will suppress this warning, call:
5524hint:
5525hint: git config --global init.defaultBranch <name>
5526hint:
5527hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5528hint: 'development'. The just-created branch can be renamed via this command:
5529hint:
5530hint: git branch -m <name>
5531Switched to a new branch 'master'
5532Switched to a new branch 'newFileBranch'
5533Switched to branch 'master'
5534Switched to branch 'newFileBranch'
5535hint: Using 'master' as the name for the initial branch. This default branch name
5536hint: is subject to change. To configure the initial branch name to use in all
5537hint: of your new repositories, which will suppress this warning, call:
5538hint:
5539hint: git config --global init.defaultBranch <name>
5540hint:
5541hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5542hint: 'development'. The just-created branch can be renamed via this command:
5543hint:
5544hint: git branch -m <name>
5545Switched to a new branch 'master'
5546Switched to a new branch 'newFileBranch'
5547Switched to branch 'master'
5548hint: Using 'master' as the name for the initial branch. This default branch name
5549hint: is subject to change. To configure the initial branch name to use in all
5550hint: of your new repositories, which will suppress this warning, call:
5551hint:
5552hint: git config --global init.defaultBranch <name>
5553hint:
5554hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5555hint: 'development'. The just-created branch can be renamed via this command:
5556hint:
5557hint: git branch -m <name>
5558Switched to a new branch 'master'
5559Switched to a new branch 'newFileBranch'
5560Switched to branch 'master'
5561hint: Using 'master' as the name for the initial branch. This default branch name
5562hint: is subject to change. To configure the initial branch name to use in all
5563hint: of your new repositories, which will suppress this warning, call:
5564hint:
5565hint: git config --global init.defaultBranch <name>
5566hint:
5567hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5568hint: 'development'. The just-created branch can be renamed via this command:
5569hint:
5570hint: git branch -m <name>
5571Switched to a new branch 'master'
5572Switched to a new branch 'newFileBranch'
5573Switched to branch 'master'
5574Switched to branch 'newFileBranch'
5575hint: Using 'master' as the name for the initial branch. This default branch name
5576hint: is subject to change. To configure the initial branch name to use in all
5577hint: of your new repositories, which will suppress this warning, call:
5578hint:
5579hint: git config --global init.defaultBranch <name>
5580hint:
5581hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5582hint: 'development'. The just-created branch can be renamed via this command:
5583hint:
5584hint: git branch -m <name>
5585Switched to a new branch 'master'
5586Switched to a new branch 'splitFileBranch'
5587Switched to branch 'master'
5588Switched to branch 'splitFileBranch'
5589hint: Using 'master' as the name for the initial branch. This default branch name
5590hint: is subject to change. To configure the initial branch name to use in all
5591hint: of your new repositories, which will suppress this warning, call:
5592hint:
5593hint: git config --global init.defaultBranch <name>
5594hint:
5595hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5596hint: 'development'. The just-created branch can be renamed via this command:
5597hint:
5598hint: git branch -m <name>
5599Switched to a new branch 'master'
5600Switched to a new branch 'splitFileBranch'
5601Switched to branch 'master'
5602Switched to branch 'splitFileBranch'
5603hint: Using 'master' as the name for the initial branch. This default branch name
5604hint: is subject to change. To configure the initial branch name to use in all
5605hint: of your new repositories, which will suppress this warning, call:
5606hint:
5607hint: git config --global init.defaultBranch <name>
5608hint:
5609hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5610hint: 'development'. The just-created branch can be renamed via this command:
5611hint:
5612hint: git branch -m <name>
5613Switched to a new branch 'master'
5614Switched to a new branch 'splitFileBranch'
5615Switched to branch 'master'
5616hint: Using 'master' as the name for the initial branch. This default branch name
5617hint: is subject to change. To configure the initial branch name to use in all
5618hint: of your new repositories, which will suppress this warning, call:
5619hint:
5620hint: git config --global init.defaultBranch <name>
5621hint:
5622hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5623hint: 'development'. The just-created branch can be renamed via this command:
5624hint:
5625hint: git branch -m <name>
5626Switched to a new branch 'master'
5627Switched to a new branch 'splitFileBranch'
5628Switched to branch 'master'
5629hint: Using 'master' as the name for the initial branch. This default branch name
5630hint: is subject to change. To configure the initial branch name to use in all
5631hint: of your new repositories, which will suppress this warning, call:
5632hint:
5633hint: git config --global init.defaultBranch <name>
5634hint:
5635hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5636hint: 'development'. The just-created branch can be renamed via this command:
5637hint:
5638hint: git branch -m <name>
5639Switched to a new branch 'master'
5640Switched to a new branch 'splitFileBranch'
5641Switched to branch 'master'
5642hint: Using 'master' as the name for the initial branch. This default branch name
5643hint: is subject to change. To configure the initial branch name to use in all
5644hint: of your new repositories, which will suppress this warning, call:
5645hint:
5646hint: git config --global init.defaultBranch <name>
5647hint:
5648hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5649hint: 'development'. The just-created branch can be renamed via this command:
5650hint:
5651hint: git branch -m <name>
5652Switched to a new branch 'master'
5653Switched to a new branch 'splitFileBranch'
5654Switched to branch 'master'
5655hint: Using 'master' as the name for the initial branch. This default branch name
5656hint: is subject to change. To configure the initial branch name to use in all
5657hint: of your new repositories, which will suppress this warning, call:
5658hint:
5659hint: git config --global init.defaultBranch <name>
5660hint:
5661hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5662hint: 'development'. The just-created branch can be renamed via this command:
5663hint:
5664hint: git branch -m <name>
5665Switched to a new branch 'master'
5666Switched to a new branch 'splitFileBranch'
5667Switched to branch 'master'
5668Switched to branch 'splitFileBranch'
5669hint: Using 'master' as the name for the initial branch. This default branch name
5670hint: is subject to change. To configure the initial branch name to use in all
5671hint: of your new repositories, which will suppress this warning, call:
5672hint:
5673hint: git config --global init.defaultBranch <name>
5674hint:
5675hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5676hint: 'development'. The just-created branch can be renamed via this command:
5677hint:
5678hint: git branch -m <name>
5679Switched to a new branch 'master'
5680Switched to a new branch 'splitFileBranch'
5681Switched to branch 'master'
5682Switched to branch 'splitFileBranch'
5683hint: Using 'master' as the name for the initial branch. This default branch name
5684hint: is subject to change. To configure the initial branch name to use in all
5685hint: of your new repositories, which will suppress this warning, call:
5686hint:
5687hint: git config --global init.defaultBranch <name>
5688hint:
5689hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5690hint: 'development'. The just-created branch can be renamed via this command:
5691hint:
5692hint: git branch -m <name>
5693Switched to a new branch 'master'
5694Switched to a new branch 'splitFileBranch'
5695Switched to branch 'master'
5696hint: Using 'master' as the name for the initial branch. This default branch name
5697hint: is subject to change. To configure the initial branch name to use in all
5698hint: of your new repositories, which will suppress this warning, call:
5699hint:
5700hint: git config --global init.defaultBranch <name>
5701hint:
5702hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5703hint: 'development'. The just-created branch can be renamed via this command:
5704hint:
5705hint: git branch -m <name>
5706Switched to a new branch 'master'
5707Switched to a new branch 'splitFileBranch'
5708Switched to branch 'master'
5709Switched to branch 'splitFileBranch'
5710hint: Using 'master' as the name for the initial branch. This default branch name
5711hint: is subject to change. To configure the initial branch name to use in all
5712hint: of your new repositories, which will suppress this warning, call:
5713hint:
5714hint: git config --global init.defaultBranch <name>
5715hint:
5716hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5717hint: 'development'. The just-created branch can be renamed via this command:
5718hint:
5719hint: git branch -m <name>
5720Switched to a new branch 'master'
5721Switched to a new branch 'splitFileBranch'
5722Switched to branch 'master'
5723Switched to branch 'splitFileBranch'
5724hint: Using 'master' as the name for the initial branch. This default branch name
5725hint: is subject to change. To configure the initial branch name to use in all
5726hint: of your new repositories, which will suppress this warning, call:
5727hint:
5728hint: git config --global init.defaultBranch <name>
5729hint:
5730hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5731hint: 'development'. The just-created branch can be renamed via this command:
5732hint:
5733hint: git branch -m <name>
5734Switched to a new branch 'master'
5735Switched to a new branch 'splitFileBranch'
5736Switched to branch 'master'
5737hint: Using 'master' as the name for the initial branch. This default branch name
5738hint: is subject to change. To configure the initial branch name to use in all
5739hint: of your new repositories, which will suppress this warning, call:
5740hint:
5741hint: git config --global init.defaultBranch <name>
5742hint:
5743hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5744hint: 'development'. The just-created branch can be renamed via this command:
5745hint:
5746hint: git branch -m <name>
5747Switched to a new branch 'master'
5748Switched to a new branch 'splitFileBranch'
5749Switched to branch 'master'
5750Switched to branch 'splitFileBranch'
5751hint: Using 'master' as the name for the initial branch. This default branch name
5752hint: is subject to change. To configure the initial branch name to use in all
5753hint: of your new repositories, which will suppress this warning, call:
5754hint:
5755hint: git config --global init.defaultBranch <name>
5756hint:
5757hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5758hint: 'development'. The just-created branch can be renamed via this command:
5759hint:
5760hint: git branch -m <name>
5761Switched to a new branch 'master'
5762Switched to a new branch 'splitFileBranch'
5763Switched to branch 'master'
5764hint: Using 'master' as the name for the initial branch. This default branch name
5765hint: is subject to change. To configure the initial branch name to use in all
5766hint: of your new repositories, which will suppress this warning, call:
5767hint:
5768hint: git config --global init.defaultBranch <name>
5769hint:
5770hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5771hint: 'development'. The just-created branch can be renamed via this command:
5772hint:
5773hint: git branch -m <name>
5774Switched to a new branch 'master'
5775Switched to a new branch 'splitFileBranch'
5776Switched to branch 'master'
5777hint: Using 'master' as the name for the initial branch. This default branch name
5778hint: is subject to change. To configure the initial branch name to use in all
5779hint: of your new repositories, which will suppress this warning, call:
5780hint:
5781hint: git config --global init.defaultBranch <name>
5782hint:
5783hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5784hint: 'development'. The just-created branch can be renamed via this command:
5785hint:
5786hint: git branch -m <name>
5787Switched to a new branch 'master'
5788Switched to a new branch 'splitFileBranch'
5789Switched to branch 'master'
5790Switched to branch 'splitFileBranch'
5791hint: Using 'master' as the name for the initial branch. This default branch name
5792hint: is subject to change. To configure the initial branch name to use in all
5793hint: of your new repositories, which will suppress this warning, call:
5794hint:
5795hint: git config --global init.defaultBranch <name>
5796hint:
5797hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5798hint: 'development'. The just-created branch can be renamed via this command:
5799hint:
5800hint: git branch -m <name>
5801Switched to a new branch 'master'
5802Switched to a new branch 'deletedFileBranch'
5803Switched to branch 'master'
5804Switched to branch 'deletedFileBranch'
5805hint: Using 'master' as the name for the initial branch. This default branch name
5806hint: is subject to change. To configure the initial branch name to use in all
5807hint: of your new repositories, which will suppress this warning, call:
5808hint:
5809hint: git config --global init.defaultBranch <name>
5810hint:
5811hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5812hint: 'development'. The just-created branch can be renamed via this command:
5813hint:
5814hint: git branch -m <name>
5815Switched to a new branch 'master'
5816Switched to a new branch 'deletedFileBranch'
5817Switched to branch 'master'
5818hint: Using 'master' as the name for the initial branch. This default branch name
5819hint: is subject to change. To configure the initial branch name to use in all
5820hint: of your new repositories, which will suppress this warning, call:
5821hint:
5822hint: git config --global init.defaultBranch <name>
5823hint:
5824hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5825hint: 'development'. The just-created branch can be renamed via this command:
5826hint:
5827hint: git branch -m <name>
5828Switched to a new branch 'master'
5829Switched to a new branch 'deletedFileBranch'
5830Switched to branch 'master'
5831hint: Using 'master' as the name for the initial branch. This default branch name
5832hint: is subject to change. To configure the initial branch name to use in all
5833hint: of your new repositories, which will suppress this warning, call:
5834hint:
5835hint: git config --global init.defaultBranch <name>
5836hint:
5837hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5838hint: 'development'. The just-created branch can be renamed via this command:
5839hint:
5840hint: git branch -m <name>
5841Switched to a new branch 'master'
5842Switched to a new branch 'deletedFileBranch'
5843Switched to branch 'master'
5844Switched to branch 'deletedFileBranch'
5845hint: Using 'master' as the name for the initial branch. This default branch name
5846hint: is subject to change. To configure the initial branch name to use in all
5847hint: of your new repositories, which will suppress this warning, call:
5848hint:
5849hint: git config --global init.defaultBranch <name>
5850hint:
5851hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5852hint: 'development'. The just-created branch can be renamed via this command:
5853hint:
5854hint: git branch -m <name>
5855Switched to a new branch 'master'
5856Switched to a new branch 'deletedFileBranch'
5857Switched to branch 'master'
5858Switched to branch 'deletedFileBranch'
5859hint: Using 'master' as the name for the initial branch. This default branch name
5860hint: is subject to change. To configure the initial branch name to use in all
5861hint: of your new repositories, which will suppress this warning, call:
5862hint:
5863hint: git config --global init.defaultBranch <name>
5864hint:
5865hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5866hint: 'development'. The just-created branch can be renamed via this command:
5867hint:
5868hint: git branch -m <name>
5869Switched to a new branch 'master'
5870Switched to a new branch 'deletedFileBranch'
5871Switched to branch 'master'
5872hint: Using 'master' as the name for the initial branch. This default branch name
5873hint: is subject to change. To configure the initial branch name to use in all
5874hint: of your new repositories, which will suppress this warning, call:
5875hint:
5876hint: git config --global init.defaultBranch <name>
5877hint:
5878hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5879hint: 'development'. The just-created branch can be renamed via this command:
5880hint:
5881hint: git branch -m <name>
5882Switched to a new branch 'master'
5883Switched to a new branch 'deletedFileBranch'
5884Switched to branch 'master'
5885hint: Using 'master' as the name for the initial branch. This default branch name
5886hint: is subject to change. To configure the initial branch name to use in all
5887hint: of your new repositories, which will suppress this warning, call:
5888hint:
5889hint: git config --global init.defaultBranch <name>
5890hint:
5891hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5892hint: 'development'. The just-created branch can be renamed via this command:
5893hint:
5894hint: git branch -m <name>
5895Switched to a new branch 'master'
5896Switched to a new branch 'deletedFileBranch'
5897Switched to branch 'master'
5898Switched to branch 'deletedFileBranch'
5899hint: Using 'master' as the name for the initial branch. This default branch name
5900hint: is subject to change. To configure the initial branch name to use in all
5901hint: of your new repositories, which will suppress this warning, call:
5902hint:
5903hint: git config --global init.defaultBranch <name>
5904hint:
5905hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5906hint: 'development'. The just-created branch can be renamed via this command:
5907hint:
5908hint: git branch -m <name>
5909Switched to a new branch 'master'
5910Switched to a new branch 'evilTwin'
5911Switched to branch 'master'
5912Switched to branch 'evilTwin'
5913hint: Using 'master' as the name for the initial branch. This default branch name
5914hint: is subject to change. To configure the initial branch name to use in all
5915hint: of your new repositories, which will suppress this warning, call:
5916hint:
5917hint: git config --global init.defaultBranch <name>
5918hint:
5919hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5920hint: 'development'. The just-created branch can be renamed via this command:
5921hint:
5922hint: git branch -m <name>
5923Switched to a new branch 'master'
5924Switched to a new branch 'evilTwin'
5925Switched to branch 'master'
5926Switched to branch 'evilTwin'
5927hint: Using 'master' as the name for the initial branch. This default branch name
5928hint: is subject to change. To configure the initial branch name to use in all
5929hint: of your new repositories, which will suppress this warning, call:
5930hint:
5931hint: git config --global init.defaultBranch <name>
5932hint:
5933hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5934hint: 'development'. The just-created branch can be renamed via this command:
5935hint:
5936hint: git branch -m <name>
5937Switched to a new branch 'master'
5938Switched to a new branch 'evilTwin'
5939Switched to branch 'master'
5940hint: Using 'master' as the name for the initial branch. This default branch name
5941hint: is subject to change. To configure the initial branch name to use in all
5942hint: of your new repositories, which will suppress this warning, call:
5943hint:
5944hint: git config --global init.defaultBranch <name>
5945hint:
5946hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5947hint: 'development'. The just-created branch can be renamed via this command:
5948hint:
5949hint: git branch -m <name>
5950Switched to a new branch 'master'
5951Switched to a new branch 'evilTwin'
5952Switched to branch 'master'
5953hint: Using 'master' as the name for the initial branch. This default branch name
5954hint: is subject to change. To configure the initial branch name to use in all
5955hint: of your new repositories, which will suppress this warning, call:
5956hint:
5957hint: git config --global init.defaultBranch <name>
5958hint:
5959hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5960hint: 'development'. The just-created branch can be renamed via this command:
5961hint:
5962hint: git branch -m <name>
5963Switched to a new branch 'master'
5964Switched to a new branch 'concurrentlyDeletedFileBranch'
5965Switched to branch 'master'
5966Switched to branch 'concurrentlyDeletedFileBranch'
5967hint: Using 'master' as the name for the initial branch. This default branch name
5968hint: is subject to change. To configure the initial branch name to use in all
5969hint: of your new repositories, which will suppress this warning, call:
5970hint:
5971hint: git config --global init.defaultBranch <name>
5972hint:
5973hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5974hint: 'development'. The just-created branch can be renamed via this command:
5975hint:
5976hint: git branch -m <name>
5977Switched to a new branch 'master'
5978Switched to a new branch 'concurrentlyDeletedFileBranch'
5979Switched to branch 'master'
5980hint: Using 'master' as the name for the initial branch. This default branch name
5981hint: is subject to change. To configure the initial branch name to use in all
5982hint: of your new repositories, which will suppress this warning, call:
5983hint:
5984hint: git config --global init.defaultBranch <name>
5985hint:
5986hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5987hint: 'development'. The just-created branch can be renamed via this command:
5988hint:
5989hint: git branch -m <name>
5990Switched to a new branch 'master'
5991Switched to a new branch 'concurrentlyDeletedFileBranch'
5992Switched to branch 'master'
5993hint: Using 'master' as the name for the initial branch. This default branch name
5994hint: is subject to change. To configure the initial branch name to use in all
5995hint: of your new repositories, which will suppress this warning, call:
5996hint:
5997hint: git config --global init.defaultBranch <name>
5998hint:
5999hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6000hint: 'development'. The just-created branch can be renamed via this command:
6001hint:
6002hint: git branch -m <name>
6003Switched to a new branch 'master'
6004Switched to a new branch 'concurrentlyDeletedFileBranch'
6005Switched to branch 'master'
6006Switched to branch 'concurrentlyDeletedFileBranch'
6007hint: Using 'master' as the name for the initial branch. This default branch name
6008hint: is subject to change. To configure the initial branch name to use in all
6009hint: of your new repositories, which will suppress this warning, call:
6010hint:
6011hint: git config --global init.defaultBranch <name>
6012hint:
6013hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6014hint: 'development'. The just-created branch can be renamed via this command:
6015hint:
6016hint: git branch -m <name>
6017Switched to a new branch 'master'
6018Switched to a new branch 'concurrentlyDeletedFileBranch'
6019Switched to branch 'master'
6020Switched to branch 'concurrentlyDeletedFileBranch'
6021hint: Using 'master' as the name for the initial branch. This default branch name
6022hint: is subject to change. To configure the initial branch name to use in all
6023hint: of your new repositories, which will suppress this warning, call:
6024hint:
6025hint: git config --global init.defaultBranch <name>
6026hint:
6027hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6028hint: 'development'. The just-created branch can be renamed via this command:
6029hint:
6030hint: git branch -m <name>
6031Switched to a new branch 'master'
6032Switched to a new branch 'concurrentlyDeletedFileBranch'
6033Switched to branch 'master'
6034hint: Using 'master' as the name for the initial branch. This default branch name
6035hint: is subject to change. To configure the initial branch name to use in all
6036hint: of your new repositories, which will suppress this warning, call:
6037hint:
6038hint: git config --global init.defaultBranch <name>
6039hint:
6040hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6041hint: 'development'. The just-created branch can be renamed via this command:
6042hint:
6043hint: git branch -m <name>
6044Switched to a new branch 'master'
6045Switched to a new branch 'concurrentlyDeletedFileBranch'
6046Switched to branch 'master'
6047hint: Using 'master' as the name for the initial branch. This default branch name
6048hint: is subject to change. To configure the initial branch name to use in all
6049hint: of your new repositories, which will suppress this warning, call:
6050hint:
6051hint: git config --global init.defaultBranch <name>
6052hint:
6053hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6054hint: 'development'. The just-created branch can be renamed via this command:
6055hint:
6056hint: git branch -m <name>
6057Switched to a new branch 'master'
6058Switched to a new branch 'concurrentlyDeletedFileBranch'
6059Switched to branch 'master'
6060Switched to branch 'concurrentlyDeletedFileBranch'
6061hint: Using 'master' as the name for the initial branch. This default branch name
6062hint: is subject to change. To configure the initial branch name to use in all
6063hint: of your new repositories, which will suppress this warning, call:
6064hint:
6065hint: git config --global init.defaultBranch <name>
6066hint:
6067hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6068hint: 'development'. The just-created branch can be renamed via this command:
6069hint:
6070hint: git branch -m <name>
6071Switched to a new branch 'master'
6072Switched to a new branch 'renamedFileBranch'
6073Switched to branch 'master'
6074hint: Using 'master' as the name for the initial branch. This default branch name
6075hint: is subject to change. To configure the initial branch name to use in all
6076hint: of your new repositories, which will suppress this warning, call:
6077hint:
6078hint: git config --global init.defaultBranch <name>
6079hint:
6080hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6081hint: 'development'. The just-created branch can be renamed via this command:
6082hint:
6083hint: git branch -m <name>
6084Switched to a new branch 'master'
6085Switched to a new branch 'renamedFileBranch'
6086Switched to branch 'master'
6087Switched to branch 'renamedFileBranch'
6088hint: Using 'master' as the name for the initial branch. This default branch name
6089hint: is subject to change. To configure the initial branch name to use in all
6090hint: of your new repositories, which will suppress this warning, call:
6091hint:
6092hint: git config --global init.defaultBranch <name>
6093hint:
6094hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6095hint: 'development'. The just-created branch can be renamed via this command:
6096hint:
6097hint: git branch -m <name>
6098Switched to a new branch 'master'
6099Switched to a new branch 'renamedFileBranch'
6100Switched to branch 'master'
6101hint: Using 'master' as the name for the initial branch. This default branch name
6102hint: is subject to change. To configure the initial branch name to use in all
6103hint: of your new repositories, which will suppress this warning, call:
6104hint:
6105hint: git config --global init.defaultBranch <name>
6106hint:
6107hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6108hint: 'development'. The just-created branch can be renamed via this command:
6109hint:
6110hint: git branch -m <name>
6111Switched to a new branch 'master'
6112Switched to a new branch 'renamedFileBranch'
6113Switched to branch 'master'
6114Switched to branch 'renamedFileBranch'
6115hint: Using 'master' as the name for the initial branch. This default branch name
6116hint: is subject to change. To configure the initial branch name to use in all
6117hint: of your new repositories, which will suppress this warning, call:
6118hint:
6119hint: git config --global init.defaultBranch <name>
6120hint:
6121hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6122hint: 'development'. The just-created branch can be renamed via this command:
6123hint:
6124hint: git branch -m <name>
6125Switched to a new branch 'master'
6126Switched to a new branch 'renamedFileBranch'
6127Switched to branch 'master'
6128hint: Using 'master' as the name for the initial branch. This default branch name
6129hint: is subject to change. To configure the initial branch name to use in all
6130hint: of your new repositories, which will suppress this warning, call:
6131hint:
6132hint: git config --global init.defaultBranch <name>
6133hint:
6134hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6135hint: 'development'. The just-created branch can be renamed via this command:
6136hint:
6137hint: git branch -m <name>
6138Switched to a new branch 'master'
6139Switched to a new branch 'renamedFileBranch'
6140Switched to branch 'master'
6141Switched to branch 'renamedFileBranch'
6142hint: Using 'master' as the name for the initial branch. This default branch name
6143hint: is subject to change. To configure the initial branch name to use in all
6144hint: of your new repositories, which will suppress this warning, call:
6145hint:
6146hint: git config --global init.defaultBranch <name>
6147hint:
6148hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6149hint: 'development'. The just-created branch can be renamed via this command:
6150hint:
6151hint: git branch -m <name>
6152Switched to a new branch 'master'
6153Switched to a new branch 'renamedFileBranch'
6154Switched to branch 'master'
6155hint: Using 'master' as the name for the initial branch. This default branch name
6156hint: is subject to change. To configure the initial branch name to use in all
6157hint: of your new repositories, which will suppress this warning, call:
6158hint:
6159hint: git config --global init.defaultBranch <name>
6160hint:
6161hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6162hint: 'development'. The just-created branch can be renamed via this command:
6163hint:
6164hint: git branch -m <name>
6165Switched to a new branch 'master'
6166Switched to a new branch 'renamedFileBranch'
6167Switched to branch 'master'
6168Switched to branch 'renamedFileBranch'
6169hint: Using 'master' as the name for the initial branch. This default branch name
6170hint: is subject to change. To configure the initial branch name to use in all
6171hint: of your new repositories, which will suppress this warning, call:
6172hint:
6173hint: git config --global init.defaultBranch <name>
6174hint:
6175hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6176hint: 'development'. The just-created branch can be renamed via this command:
6177hint:
6178hint: git branch -m <name>
6179Switched to a new branch 'master'
6180Switched to a new branch 'concurrentlyModifiedFileBranch'
6181Switched to branch 'master'
6182Switched to branch 'concurrentlyModifiedFileBranch'
6183hint: Using 'master' as the name for the initial branch. This default branch name
6184hint: is subject to change. To configure the initial branch name to use in all
6185hint: of your new repositories, which will suppress this warning, call:
6186hint:
6187hint: git config --global init.defaultBranch <name>
6188hint:
6189hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6190hint: 'development'. The just-created branch can be renamed via this command:
6191hint:
6192hint: git branch -m <name>
6193Switched to a new branch 'master'
6194Switched to a new branch 'concurrentlyModifiedFileBranch'
6195Switched to branch 'master'
6196Switched to branch 'concurrentlyModifiedFileBranch'
6197hint: Using 'master' as the name for the initial branch. This default branch name
6198hint: is subject to change. To configure the initial branch name to use in all
6199hint: of your new repositories, which will suppress this warning, call:
6200hint:
6201hint: git config --global init.defaultBranch <name>
6202hint:
6203hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6204hint: 'development'. The just-created branch can be renamed via this command:
6205hint:
6206hint: git branch -m <name>
6207Switched to a new branch 'master'
6208Switched to a new branch 'concurrentlyModifiedFileBranch'
6209Switched to branch 'master'
6210hint: Using 'master' as the name for the initial branch. This default branch name
6211hint: is subject to change. To configure the initial branch name to use in all
6212hint: of your new repositories, which will suppress this warning, call:
6213hint:
6214hint: git config --global init.defaultBranch <name>
6215hint:
6216hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6217hint: 'development'. The just-created branch can be renamed via this command:
6218hint:
6219hint: git branch -m <name>
6220Switched to a new branch 'master'
6221Switched to a new branch 'concurrentlyModifiedFileBranch'
6222Switched to branch 'master'
6223hint: Using 'master' as the name for the initial branch. This default branch name
6224hint: is subject to change. To configure the initial branch name to use in all
6225hint: of your new repositories, which will suppress this warning, call:
6226hint:
6227hint: git config --global init.defaultBranch <name>
6228hint:
6229hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6230hint: 'development'. The just-created branch can be renamed via this command:
6231hint:
6232hint: git branch -m <name>
6233Switched to a new branch 'master'
6234Switched to a new branch 'condensedFilesBranch'
6235Switched to branch 'master'
6236Switched to branch 'condensedFilesBranch'
6237hint: Using 'master' as the name for the initial branch. This default branch name
6238hint: is subject to change. To configure the initial branch name to use in all
6239hint: of your new repositories, which will suppress this warning, call:
6240hint:
6241hint: git config --global init.defaultBranch <name>
6242hint:
6243hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6244hint: 'development'. The just-created branch can be renamed via this command:
6245hint:
6246hint: git branch -m <name>
6247Switched to a new branch 'master'
6248Switched to a new branch 'condensedFilesBranch'
6249Switched to branch 'master'
6250Switched to branch 'condensedFilesBranch'
6251hint: Using 'master' as the name for the initial branch. This default branch name
6252hint: is subject to change. To configure the initial branch name to use in all
6253hint: of your new repositories, which will suppress this warning, call:
6254hint:
6255hint: git config --global init.defaultBranch <name>
6256hint:
6257hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6258hint: 'development'. The just-created branch can be renamed via this command:
6259hint:
6260hint: git branch -m <name>
6261Switched to a new branch 'master'
6262Switched to a new branch 'condensedFilesBranch'
6263Switched to branch 'master'
6264hint: Using 'master' as the name for the initial branch. This default branch name
6265hint: is subject to change. To configure the initial branch name to use in all
6266hint: of your new repositories, which will suppress this warning, call:
6267hint:
6268hint: git config --global init.defaultBranch <name>
6269hint:
6270hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6271hint: 'development'. The just-created branch can be renamed via this command:
6272hint:
6273hint: git branch -m <name>
6274Switched to a new branch 'master'
6275Switched to a new branch 'condensedFilesBranch'
6276Switched to branch 'master'
6277hint: Using 'master' as the name for the initial branch. This default branch name
6278hint: is subject to change. To configure the initial branch name to use in all
6279hint: of your new repositories, which will suppress this warning, call:
6280hint:
6281hint: git config --global init.defaultBranch <name>
6282hint:
6283hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6284hint: 'development'. The just-created branch can be renamed via this command:
6285hint:
6286hint: git branch -m <name>
6287Switched to a new branch 'master'
6288Switched to a new branch 'condensedFilesBranch'
6289Switched to branch 'master'
6290hint: Using 'master' as the name for the initial branch. This default branch name
6291hint: is subject to change. To configure the initial branch name to use in all
6292hint: of your new repositories, which will suppress this warning, call:
6293hint:
6294hint: git config --global init.defaultBranch <name>
6295hint:
6296hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6297hint: 'development'. The just-created branch can be renamed via this command:
6298hint:
6299hint: git branch -m <name>
6300Switched to a new branch 'master'
6301Switched to a new branch 'condensedFilesBranch'
6302Switched to branch 'master'
6303hint: Using 'master' as the name for the initial branch. This default branch name
6304hint: is subject to change. To configure the initial branch name to use in all
6305hint: of your new repositories, which will suppress this warning, call:
6306hint:
6307hint: git config --global init.defaultBranch <name>
6308hint:
6309hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6310hint: 'development'. The just-created branch can be renamed via this command:
6311hint:
6312hint: git branch -m <name>
6313Switched to a new branch 'master'
6314Switched to a new branch 'condensedFilesBranch'
6315Switched to branch 'master'
6316Switched to branch 'condensedFilesBranch'
6317hint: Using 'master' as the name for the initial branch. This default branch name
6318hint: is subject to change. To configure the initial branch name to use in all
6319hint: of your new repositories, which will suppress this warning, call:
6320hint:
6321hint: git config --global init.defaultBranch <name>
6322hint:
6323hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6324hint: 'development'. The just-created branch can be renamed via this command:
6325hint:
6326hint: git branch -m <name>
6327Switched to a new branch 'master'
6328Switched to a new branch 'condensedFilesBranch'
6329Switched to branch 'master'
6330Switched to branch 'condensedFilesBranch'
6331hint: Using 'master' as the name for the initial branch. This default branch name
6332hint: is subject to change. To configure the initial branch name to use in all
6333hint: of your new repositories, which will suppress this warning, call:
6334hint:
6335hint: git config --global init.defaultBranch <name>
6336hint:
6337hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6338hint: 'development'. The just-created branch can be renamed via this command:
6339hint:
6340hint: git branch -m <name>
6341Switched to a new branch 'master'
6342Switched to a new branch 'condensedFilesBranch'
6343Switched to branch 'master'
6344hint: Using 'master' as the name for the initial branch. This default branch name
6345hint: is subject to change. To configure the initial branch name to use in all
6346hint: of your new repositories, which will suppress this warning, call:
6347hint:
6348hint: git config --global init.defaultBranch <name>
6349hint:
6350hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6351hint: 'development'. The just-created branch can be renamed via this command:
6352hint:
6353hint: git branch -m <name>
6354Switched to a new branch 'master'
6355Switched to a new branch 'condensedFilesBranch'
6356Switched to branch 'master'
6357Switched to branch 'condensedFilesBranch'
6358hint: Using 'master' as the name for the initial branch. This default branch name
6359hint: is subject to change. To configure the initial branch name to use in all
6360hint: of your new repositories, which will suppress this warning, call:
6361hint:
6362hint: git config --global init.defaultBranch <name>
6363hint:
6364hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6365hint: 'development'. The just-created branch can be renamed via this command:
6366hint:
6367hint: git branch -m <name>
6368Switched to a new branch 'master'
6369Switched to a new branch 'condensedFilesBranch'
6370Switched to branch 'master'
6371Switched to branch 'condensedFilesBranch'
6372hint: Using 'master' as the name for the initial branch. This default branch name
6373hint: is subject to change. To configure the initial branch name to use in all
6374hint: of your new repositories, which will suppress this warning, call:
6375hint:
6376hint: git config --global init.defaultBranch <name>
6377hint:
6378hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6379hint: 'development'. The just-created branch can be renamed via this command:
6380hint:
6381hint: git branch -m <name>
6382Switched to a new branch 'master'
6383Switched to a new branch 'condensedFilesBranch'
6384Switched to branch 'master'
6385hint: Using 'master' as the name for the initial branch. This default branch name
6386hint: is subject to change. To configure the initial branch name to use in all
6387hint: of your new repositories, which will suppress this warning, call:
6388hint:
6389hint: git config --global init.defaultBranch <name>
6390hint:
6391hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6392hint: 'development'. The just-created branch can be renamed via this command:
6393hint:
6394hint: git branch -m <name>
6395Switched to a new branch 'master'
6396Switched to a new branch 'condensedFilesBranch'
6397Switched to branch 'master'
6398Switched to branch 'condensedFilesBranch'
6399hint: Using 'master' as the name for the initial branch. This default branch name
6400hint: is subject to change. To configure the initial branch name to use in all
6401hint: of your new repositories, which will suppress this warning, call:
6402hint:
6403hint: git config --global init.defaultBranch <name>
6404hint:
6405hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6406hint: 'development'. The just-created branch can be renamed via this command:
6407hint:
6408hint: git branch -m <name>
6409Switched to a new branch 'master'
6410Switched to a new branch 'condensedFilesBranch'
6411Switched to branch 'master'
6412hint: Using 'master' as the name for the initial branch. This default branch name
6413hint: is subject to change. To configure the initial branch name to use in all
6414hint: of your new repositories, which will suppress this warning, call:
6415hint:
6416hint: git config --global init.defaultBranch <name>
6417hint:
6418hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6419hint: 'development'. The just-created branch can be renamed via this command:
6420hint:
6421hint: git branch -m <name>
6422Switched to a new branch 'master'
6423Switched to a new branch 'condensedFilesBranch'
6424Switched to branch 'master'
6425hint: Using 'master' as the name for the initial branch. This default branch name
6426hint: is subject to change. To configure the initial branch name to use in all
6427hint: of your new repositories, which will suppress this warning, call:
6428hint:
6429hint: git config --global init.defaultBranch <name>
6430hint:
6431hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6432hint: 'development'. The just-created branch can be renamed via this command:
6433hint:
6434hint: git branch -m <name>
6435Switched to a new branch 'master'
6436Switched to a new branch 'condensedFilesBranch'
6437Switched to branch 'master'
6438Switched to branch 'condensedFilesBranch'
6439hint: Using 'master' as the name for the initial branch. This default branch name
6440hint: is subject to change. To configure the initial branch name to use in all
6441hint: of your new repositories, which will suppress this warning, call:
6442hint:
6443hint: git config --global init.defaultBranch <name>
6444hint:
6445hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6446hint: 'development'. The just-created branch can be renamed via this command:
6447hint:
6448hint: git branch -m <name>
6449Switched to a new branch 'master'
6450Switched to a new branch 'concurrentlyDeletedFileBranch'
6451Switched to branch 'master'
6452Switched to branch 'concurrentlyDeletedFileBranch'
6453hint: Using 'master' as the name for the initial branch. This default branch name
6454hint: is subject to change. To configure the initial branch name to use in all
6455hint: of your new repositories, which will suppress this warning, call:
6456hint:
6457hint: git config --global init.defaultBranch <name>
6458hint:
6459hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6460hint: 'development'. The just-created branch can be renamed via this command:
6461hint:
6462hint: git branch -m <name>
6463Switched to a new branch 'master'
6464Switched to a new branch 'concurrentlyDeletedFileBranch'
6465Switched to branch 'master'
6466hint: Using 'master' as the name for the initial branch. This default branch name
6467hint: is subject to change. To configure the initial branch name to use in all
6468hint: of your new repositories, which will suppress this warning, call:
6469hint:
6470hint: git config --global init.defaultBranch <name>
6471hint:
6472hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6473hint: 'development'. The just-created branch can be renamed via this command:
6474hint:
6475hint: git branch -m <name>
6476Switched to a new branch 'master'
6477Switched to a new branch 'concurrentlyDeletedFileBranch'
6478Switched to branch 'master'
6479hint: Using 'master' as the name for the initial branch. This default branch name
6480hint: is subject to change. To configure the initial branch name to use in all
6481hint: of your new repositories, which will suppress this warning, call:
6482hint:
6483hint: git config --global init.defaultBranch <name>
6484hint:
6485hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6486hint: 'development'. The just-created branch can be renamed via this command:
6487hint:
6488hint: git branch -m <name>
6489Switched to a new branch 'master'
6490Switched to a new branch 'concurrentlyDeletedFileBranch'
6491Switched to branch 'master'
6492Switched to branch 'concurrentlyDeletedFileBranch'
6493hint: Using 'master' as the name for the initial branch. This default branch name
6494hint: is subject to change. To configure the initial branch name to use in all
6495hint: of your new repositories, which will suppress this warning, call:
6496hint:
6497hint: git config --global init.defaultBranch <name>
6498hint:
6499hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6500hint: 'development'. The just-created branch can be renamed via this command:
6501hint:
6502hint: git branch -m <name>
6503Switched to a new branch 'master'
6504Switched to a new branch 'concurrentlyDeletedFileBranch'
6505Switched to branch 'master'
6506Switched to branch 'concurrentlyDeletedFileBranch'
6507hint: Using 'master' as the name for the initial branch. This default branch name
6508hint: is subject to change. To configure the initial branch name to use in all
6509hint: of your new repositories, which will suppress this warning, call:
6510hint:
6511hint: git config --global init.defaultBranch <name>
6512hint:
6513hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6514hint: 'development'. The just-created branch can be renamed via this command:
6515hint:
6516hint: git branch -m <name>
6517Switched to a new branch 'master'
6518Switched to a new branch 'concurrentlyDeletedFileBranch'
6519Switched to branch 'master'
6520hint: Using 'master' as the name for the initial branch. This default branch name
6521hint: is subject to change. To configure the initial branch name to use in all
6522hint: of your new repositories, which will suppress this warning, call:
6523hint:
6524hint: git config --global init.defaultBranch <name>
6525hint:
6526hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6527hint: 'development'. The just-created branch can be renamed via this command:
6528hint:
6529hint: git branch -m <name>
6530Switched to a new branch 'master'
6531Switched to a new branch 'concurrentlyDeletedFileBranch'
6532Switched to branch 'master'
6533hint: Using 'master' as the name for the initial branch. This default branch name
6534hint: is subject to change. To configure the initial branch name to use in all
6535hint: of your new repositories, which will suppress this warning, call:
6536hint:
6537hint: git config --global init.defaultBranch <name>
6538hint:
6539hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6540hint: 'development'. The just-created branch can be renamed via this command:
6541hint:
6542hint: git branch -m <name>
6543Switched to a new branch 'master'
6544Switched to a new branch 'concurrentlyDeletedFileBranch'
6545Switched to branch 'master'
6546Switched to branch 'concurrentlyDeletedFileBranch'
6547hint: Using 'master' as the name for the initial branch. This default branch name
6548hint: is subject to change. To configure the initial branch name to use in all
6549hint: of your new repositories, which will suppress this warning, call:
6550hint:
6551hint: git config --global init.defaultBranch <name>
6552hint:
6553hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6554hint: 'development'. The just-created branch can be renamed via this command:
6555hint:
6556hint: git branch -m <name>
6557Switched to a new branch 'master'
6558Switched to a new branch 'deletedFileBranch'
6559Switched to branch 'master'
6560Switched to branch 'deletedFileBranch'
6561hint: Using 'master' as the name for the initial branch. This default branch name
6562hint: is subject to change. To configure the initial branch name to use in all
6563hint: of your new repositories, which will suppress this warning, call:
6564hint:
6565hint: git config --global init.defaultBranch <name>
6566hint:
6567hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6568hint: 'development'. The just-created branch can be renamed via this command:
6569hint:
6570hint: git branch -m <name>
6571Switched to a new branch 'master'
6572Switched to a new branch 'deletedFileBranch'
6573Switched to branch 'master'
6574Switched to branch 'deletedFileBranch'
6575hint: Using 'master' as the name for the initial branch. This default branch name
6576hint: is subject to change. To configure the initial branch name to use in all
6577hint: of your new repositories, which will suppress this warning, call:
6578hint:
6579hint: git config --global init.defaultBranch <name>
6580hint:
6581hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6582hint: 'development'. The just-created branch can be renamed via this command:
6583hint:
6584hint: git branch -m <name>
6585Switched to a new branch 'master'
6586Switched to a new branch 'deletedFileBranch'
6587Switched to branch 'master'
6588hint: Using 'master' as the name for the initial branch. This default branch name
6589hint: is subject to change. To configure the initial branch name to use in all
6590hint: of your new repositories, which will suppress this warning, call:
6591hint:
6592hint: git config --global init.defaultBranch <name>
6593hint:
6594hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6595hint: 'development'. The just-created branch can be renamed via this command:
6596hint:
6597hint: git branch -m <name>
6598Switched to a new branch 'master'
6599Switched to a new branch 'deletedFileBranch'
6600Switched to branch 'master'
6601hint: Using 'master' as the name for the initial branch. This default branch name
6602hint: is subject to change. To configure the initial branch name to use in all
6603hint: of your new repositories, which will suppress this warning, call:
6604hint:
6605hint: git config --global init.defaultBranch <name>
6606hint:
6607hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6608hint: 'development'. The just-created branch can be renamed via this command:
6609hint:
6610hint: git branch -m <name>
6611Switched to a new branch 'master'
6612Switched to a new branch 'deletedFileBranch'
6613Switched to branch 'master'
6614Switched to branch 'deletedFileBranch'
6615hint: Using 'master' as the name for the initial branch. This default branch name
6616hint: is subject to change. To configure the initial branch name to use in all
6617hint: of your new repositories, which will suppress this warning, call:
6618hint:
6619hint: git config --global init.defaultBranch <name>
6620hint:
6621hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6622hint: 'development'. The just-created branch can be renamed via this command:
6623hint:
6624hint: git branch -m <name>
6625Switched to a new branch 'master'
6626Switched to a new branch 'deletedFileBranch'
6627Switched to branch 'master'
6628hint: Using 'master' as the name for the initial branch. This default branch name
6629hint: is subject to change. To configure the initial branch name to use in all
6630hint: of your new repositories, which will suppress this warning, call:
6631hint:
6632hint: git config --global init.defaultBranch <name>
6633hint:
6634hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6635hint: 'development'. The just-created branch can be renamed via this command:
6636hint:
6637hint: git branch -m <name>
6638Switched to a new branch 'master'
6639Switched to a new branch 'deletedFileBranch'
6640Switched to branch 'master'
6641hint: Using 'master' as the name for the initial branch. This default branch name
6642hint: is subject to change. To configure the initial branch name to use in all
6643hint: of your new repositories, which will suppress this warning, call:
6644hint:
6645hint: git config --global init.defaultBranch <name>
6646hint:
6647hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6648hint: 'development'. The just-created branch can be renamed via this command:
6649hint:
6650hint: git branch -m <name>
6651Switched to a new branch 'master'
6652Switched to a new branch 'deletedFileBranch'
6653Switched to branch 'master'
6654Switched to branch 'deletedFileBranch'
6655hint: Using 'master' as the name for the initial branch. This default branch name
6656hint: is subject to change. To configure the initial branch name to use in all
6657hint: of your new repositories, which will suppress this warning, call:
6658hint:
6659hint: git config --global init.defaultBranch <name>
6660hint:
6661hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6662hint: 'development'. The just-created branch can be renamed via this command:
6663hint:
6664hint: git branch -m <name>
6665Switched to a new branch 'master'
6666Switched to a new branch 'deletedFileBranch'
6667Switched to branch 'master'
6668Switched to branch 'deletedFileBranch'
6669hint: Using 'master' as the name for the initial branch. This default branch name
6670hint: is subject to change. To configure the initial branch name to use in all
6671hint: of your new repositories, which will suppress this warning, call:
6672hint:
6673hint: git config --global init.defaultBranch <name>
6674hint:
6675hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6676hint: 'development'. The just-created branch can be renamed via this command:
6677hint:
6678hint: git branch -m <name>
6679Switched to a new branch 'master'
6680Switched to a new branch 'deletedFileBranch'
6681Switched to branch 'master'
6682hint: Using 'master' as the name for the initial branch. This default branch name
6683hint: is subject to change. To configure the initial branch name to use in all
6684hint: of your new repositories, which will suppress this warning, call:
6685hint:
6686hint: git config --global init.defaultBranch <name>
6687hint:
6688hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6689hint: 'development'. The just-created branch can be renamed via this command:
6690hint:
6691hint: git branch -m <name>
6692Switched to a new branch 'master'
6693Switched to a new branch 'deletedFileBranch'
6694Switched to branch 'master'
6695hint: Using 'master' as the name for the initial branch. This default branch name
6696hint: is subject to change. To configure the initial branch name to use in all
6697hint: of your new repositories, which will suppress this warning, call:
6698hint:
6699hint: git config --global init.defaultBranch <name>
6700hint:
6701hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6702hint: 'development'. The just-created branch can be renamed via this command:
6703hint:
6704hint: git branch -m <name>
6705Switched to a new branch 'master'
6706Switched to a new branch 'deletedFileBranch'
6707Switched to branch 'master'
6708Switched to branch 'deletedFileBranch'
6709hint: Using 'master' as the name for the initial branch. This default branch name
6710hint: is subject to change. To configure the initial branch name to use in all
6711hint: of your new repositories, which will suppress this warning, call:
6712hint:
6713hint: git config --global init.defaultBranch <name>
6714hint:
6715hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6716hint: 'development'. The just-created branch can be renamed via this command:
6717hint:
6718hint: git branch -m <name>
6719Switched to a new branch 'master'
6720Switched to a new branch 'concurrentlyModifiedFileBranch'
6721Switched to branch 'master'
6722Switched to branch 'concurrentlyModifiedFileBranch'
6723hint: Using 'master' as the name for the initial branch. This default branch name
6724hint: is subject to change. To configure the initial branch name to use in all
6725hint: of your new repositories, which will suppress this warning, call:
6726hint:
6727hint: git config --global init.defaultBranch <name>
6728hint:
6729hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6730hint: 'development'. The just-created branch can be renamed via this command:
6731hint:
6732hint: git branch -m <name>
6733Switched to a new branch 'master'
6734Switched to a new branch 'concurrentlyModifiedFileBranch'
6735Switched to branch 'master'
6736hint: Using 'master' as the name for the initial branch. This default branch name
6737hint: is subject to change. To configure the initial branch name to use in all
6738hint: of your new repositories, which will suppress this warning, call:
6739hint:
6740hint: git config --global init.defaultBranch <name>
6741hint:
6742hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6743hint: 'development'. The just-created branch can be renamed via this command:
6744hint:
6745hint: git branch -m <name>
6746Switched to a new branch 'master'
6747Switched to a new branch 'concurrentlyModifiedFileBranch'
6748Switched to branch 'master'
6749hint: Using 'master' as the name for the initial branch. This default branch name
6750hint: is subject to change. To configure the initial branch name to use in all
6751hint: of your new repositories, which will suppress this warning, call:
6752hint:
6753hint: git config --global init.defaultBranch <name>
6754hint:
6755hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6756hint: 'development'. The just-created branch can be renamed via this command:
6757hint:
6758hint: git branch -m <name>
6759Switched to a new branch 'master'
6760Switched to a new branch 'concurrentlyModifiedFileBranch'
6761Switched to branch 'master'
6762Switched to branch 'concurrentlyModifiedFileBranch'
6763hint: Using 'master' as the name for the initial branch. This default branch name
6764hint: is subject to change. To configure the initial branch name to use in all
6765hint: of your new repositories, which will suppress this warning, call:
6766hint:
6767hint: git config --global init.defaultBranch <name>
6768hint:
6769hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6770hint: 'development'. The just-created branch can be renamed via this command:
6771hint:
6772hint: git branch -m <name>
6773Switched to a new branch 'master'
6774Switched to a new branch 'concurrentlyModifiedFileBranch'
6775Switched to branch 'master'
6776Switched to branch 'concurrentlyModifiedFileBranch'
6777hint: Using 'master' as the name for the initial branch. This default branch name
6778hint: is subject to change. To configure the initial branch name to use in all
6779hint: of your new repositories, which will suppress this warning, call:
6780hint:
6781hint: git config --global init.defaultBranch <name>
6782hint:
6783hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6784hint: 'development'. The just-created branch can be renamed via this command:
6785hint:
6786hint: git branch -m <name>
6787Switched to a new branch 'master'
6788Switched to a new branch 'concurrentlyModifiedFileBranch'
6789Switched to branch 'master'
6790hint: Using 'master' as the name for the initial branch. This default branch name
6791hint: is subject to change. To configure the initial branch name to use in all
6792hint: of your new repositories, which will suppress this warning, call:
6793hint:
6794hint: git config --global init.defaultBranch <name>
6795hint:
6796hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6797hint: 'development'. The just-created branch can be renamed via this command:
6798hint:
6799hint: git branch -m <name>
6800Switched to a new branch 'master'
6801Switched to a new branch 'concurrentlyModifiedFileBranch'
6802Switched to branch 'master'
6803hint: Using 'master' as the name for the initial branch. This default branch name
6804hint: is subject to change. To configure the initial branch name to use in all
6805hint: of your new repositories, which will suppress this warning, call:
6806hint:
6807hint: git config --global init.defaultBranch <name>
6808hint:
6809hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6810hint: 'development'. The just-created branch can be renamed via this command:
6811hint:
6812hint: git branch -m <name>
6813Switched to a new branch 'master'
6814Switched to a new branch 'concurrentlyModifiedFileBranch'
6815Switched to branch 'master'
6816Switched to branch 'concurrentlyModifiedFileBranch'
6817hint: Using 'master' as the name for the initial branch. This default branch name
6818hint: is subject to change. To configure the initial branch name to use in all
6819hint: of your new repositories, which will suppress this warning, call:
6820hint:
6821hint: git config --global init.defaultBranch <name>
6822hint:
6823hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6824hint: 'development'. The just-created branch can be renamed via this command:
6825hint:
6826hint: git branch -m <name>
6827Switched to a new branch 'master'
6828Switched to a new branch 'swappedFileBranch'
6829Switched to branch 'master'
6830Switched to branch 'swappedFileBranch'
6831hint: Using 'master' as the name for the initial branch. This default branch name
6832hint: is subject to change. To configure the initial branch name to use in all
6833hint: of your new repositories, which will suppress this warning, call:
6834hint:
6835hint: git config --global init.defaultBranch <name>
6836hint:
6837hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6838hint: 'development'. The just-created branch can be renamed via this command:
6839hint:
6840hint: git branch -m <name>
6841Switched to a new branch 'master'
6842Switched to a new branch 'swappedFileBranch'
6843Switched to branch 'master'
6844hint: Using 'master' as the name for the initial branch. This default branch name
6845hint: is subject to change. To configure the initial branch name to use in all
6846hint: of your new repositories, which will suppress this warning, call:
6847hint:
6848hint: git config --global init.defaultBranch <name>
6849hint:
6850hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6851hint: 'development'. The just-created branch can be renamed via this command:
6852hint:
6853hint: git branch -m <name>
6854Switched to a new branch 'master'
6855Switched to a new branch 'swappedFileBranch'
6856Switched to branch 'master'
6857hint: Using 'master' as the name for the initial branch. This default branch name
6858hint: is subject to change. To configure the initial branch name to use in all
6859hint: of your new repositories, which will suppress this warning, call:
6860hint:
6861hint: git config --global init.defaultBranch <name>
6862hint:
6863hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6864hint: 'development'. The just-created branch can be renamed via this command:
6865hint:
6866hint: git branch -m <name>
6867Switched to a new branch 'master'
6868Switched to a new branch 'swappedFileBranch'
6869Switched to branch 'master'
6870Switched to branch 'swappedFileBranch'
6871hint: Using 'master' as the name for the initial branch. This default branch name
6872hint: is subject to change. To configure the initial branch name to use in all
6873hint: of your new repositories, which will suppress this warning, call:
6874hint:
6875hint: git config --global init.defaultBranch <name>
6876hint:
6877hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6878hint: 'development'. The just-created branch can be renamed via this command:
6879hint:
6880hint: git branch -m <name>
6881Switched to a new branch 'master'
6882Switched to a new branch 'swappedFileBranch'
6883Switched to branch 'master'
6884Switched to branch 'swappedFileBranch'
6885hint: Using 'master' as the name for the initial branch. This default branch name
6886hint: is subject to change. To configure the initial branch name to use in all
6887hint: of your new repositories, which will suppress this warning, call:
6888hint:
6889hint: git config --global init.defaultBranch <name>
6890hint:
6891hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6892hint: 'development'. The just-created branch can be renamed via this command:
6893hint:
6894hint: git branch -m <name>
6895Switched to a new branch 'master'
6896Switched to a new branch 'swappedFileBranch'
6897Switched to branch 'master'
6898hint: Using 'master' as the name for the initial branch. This default branch name
6899hint: is subject to change. To configure the initial branch name to use in all
6900hint: of your new repositories, which will suppress this warning, call:
6901hint:
6902hint: git config --global init.defaultBranch <name>
6903hint:
6904hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6905hint: 'development'. The just-created branch can be renamed via this command:
6906hint:
6907hint: git branch -m <name>
6908Switched to a new branch 'master'
6909Switched to a new branch 'swappedFileBranch'
6910Switched to branch 'master'
6911hint: Using 'master' as the name for the initial branch. This default branch name
6912hint: is subject to change. To configure the initial branch name to use in all
6913hint: of your new repositories, which will suppress this warning, call:
6914hint:
6915hint: git config --global init.defaultBranch <name>
6916hint:
6917hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6918hint: 'development'. The just-created branch can be renamed via this command:
6919hint:
6920hint: git branch -m <name>
6921Switched to a new branch 'master'
6922Switched to a new branch 'swappedFileBranch'
6923Switched to branch 'master'
6924Switched to branch 'swappedFileBranch'
6925hint: Using 'master' as the name for the initial branch. This default branch name
6926hint: is subject to change. To configure the initial branch name to use in all
6927hint: of your new repositories, which will suppress this warning, call:
6928hint:
6929hint: git config --global init.defaultBranch <name>
6930hint:
6931hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6932hint: 'development'. The just-created branch can be renamed via this command:
6933hint:
6934hint: git branch -m <name>
6935Switched to a new branch 'master'
6936Switched to a new branch 'deletedFileBranch'
6937Switched to branch 'master'
6938Switched to branch 'deletedFileBranch'
6939hint: Using 'master' as the name for the initial branch. This default branch name
6940hint: is subject to change. To configure the initial branch name to use in all
6941hint: of your new repositories, which will suppress this warning, call:
6942hint:
6943hint: git config --global init.defaultBranch <name>
6944hint:
6945hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6946hint: 'development'. The just-created branch can be renamed via this command:
6947hint:
6948hint: git branch -m <name>
6949Switched to a new branch 'master'
6950Switched to a new branch 'deletedFileBranch'
6951Switched to branch 'master'
6952Switched to branch 'deletedFileBranch'
6953hint: Using 'master' as the name for the initial branch. This default branch name
6954hint: is subject to change. To configure the initial branch name to use in all
6955hint: of your new repositories, which will suppress this warning, call:
6956hint:
6957hint: git config --global init.defaultBranch <name>
6958hint:
6959hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6960hint: 'development'. The just-created branch can be renamed via this command:
6961hint:
6962hint: git branch -m <name>
6963Switched to a new branch 'master'
6964Switched to a new branch 'deletedFileBranch'
6965Switched to branch 'master'
6966hint: Using 'master' as the name for the initial branch. This default branch name
6967hint: is subject to change. To configure the initial branch name to use in all
6968hint: of your new repositories, which will suppress this warning, call:
6969hint:
6970hint: git config --global init.defaultBranch <name>
6971hint:
6972hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6973hint: 'development'. The just-created branch can be renamed via this command:
6974hint:
6975hint: git branch -m <name>
6976Switched to a new branch 'master'
6977Switched to a new branch 'deletedFileBranch'
6978Switched to branch 'master'
6979hint: Using 'master' as the name for the initial branch. This default branch name
6980hint: is subject to change. To configure the initial branch name to use in all
6981hint: of your new repositories, which will suppress this warning, call:
6982hint:
6983hint: git config --global init.defaultBranch <name>
6984hint:
6985hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6986hint: 'development'. The just-created branch can be renamed via this command:
6987hint:
6988hint: git branch -m <name>
6989Switched to a new branch 'master'
6990Switched to a new branch 'benignTwin'
6991Switched to branch 'master'
6992Switched to branch 'benignTwin'
6993hint: Using 'master' as the name for the initial branch. This default branch name
6994hint: is subject to change. To configure the initial branch name to use in all
6995hint: of your new repositories, which will suppress this warning, call:
6996hint:
6997hint: git config --global init.defaultBranch <name>
6998hint:
6999hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7000hint: 'development'. The just-created branch can be renamed via this command:
7001hint:
7002hint: git branch -m <name>
7003Switched to a new branch 'master'
7004Switched to a new branch 'benignTwin'
7005Switched to branch 'master'
7006hint: Using 'master' as the name for the initial branch. This default branch name
7007hint: is subject to change. To configure the initial branch name to use in all
7008hint: of your new repositories, which will suppress this warning, call:
7009hint:
7010hint: git config --global init.defaultBranch <name>
7011hint:
7012hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7013hint: 'development'. The just-created branch can be renamed via this command:
7014hint:
7015hint: git branch -m <name>
7016Switched to a new branch 'master'
7017Switched to a new branch 'benignTwin'
7018Switched to branch 'master'
7019hint: Using 'master' as the name for the initial branch. This default branch name
7020hint: is subject to change. To configure the initial branch name to use in all
7021hint: of your new repositories, which will suppress this warning, call:
7022hint:
7023hint: git config --global init.defaultBranch <name>
7024hint:
7025hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7026hint: 'development'. The just-created branch can be renamed via this command:
7027hint:
7028hint: git branch -m <name>
7029Switched to a new branch 'master'
7030Switched to a new branch 'benignTwin'
7031Switched to branch 'master'
7032Switched to branch 'benignTwin'
7033hint: Using 'master' as the name for the initial branch. This default branch name
7034hint: is subject to change. To configure the initial branch name to use in all
7035hint: of your new repositories, which will suppress this warning, call:
7036hint:
7037hint: git config --global init.defaultBranch <name>
7038hint:
7039hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7040hint: 'development'. The just-created branch can be renamed via this command:
7041hint:
7042hint: git branch -m <name>
7043Switched to a new branch 'master'
7044Switched to a new branch 'benignTwin'
7045Switched to branch 'master'
7046Switched to branch 'benignTwin'
7047hint: Using 'master' as the name for the initial branch. This default branch name
7048hint: is subject to change. To configure the initial branch name to use in all
7049hint: of your new repositories, which will suppress this warning, call:
7050hint:
7051hint: git config --global init.defaultBranch <name>
7052hint:
7053hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7054hint: 'development'. The just-created branch can be renamed via this command:
7055hint:
7056hint: git branch -m <name>
7057Switched to a new branch 'master'
7058Switched to a new branch 'benignTwin'
7059Switched to branch 'master'
7060hint: Using 'master' as the name for the initial branch. This default branch name
7061hint: is subject to change. To configure the initial branch name to use in all
7062hint: of your new repositories, which will suppress this warning, call:
7063hint:
7064hint: git config --global init.defaultBranch <name>
7065hint:
7066hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7067hint: 'development'. The just-created branch can be renamed via this command:
7068hint:
7069hint: git branch -m <name>
7070Switched to a new branch 'master'
7071Switched to a new branch 'benignTwin'
7072Switched to branch 'master'
7073hint: Using 'master' as the name for the initial branch. This default branch name
7074hint: is subject to change. To configure the initial branch name to use in all
7075hint: of your new repositories, which will suppress this warning, call:
7076hint:
7077hint: git config --global init.defaultBranch <name>
7078hint:
7079hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7080hint: 'development'. The just-created branch can be renamed via this command:
7081hint:
7082hint: git branch -m <name>
7083Switched to a new branch 'master'
7084Switched to a new branch 'benignTwin'
7085Switched to branch 'master'
7086Switched to branch 'benignTwin'
7087hint: Using 'master' as the name for the initial branch. This default branch name
7088hint: is subject to change. To configure the initial branch name to use in all
7089hint: of your new repositories, which will suppress this warning, call:
7090hint:
7091hint: git config --global init.defaultBranch <name>
7092hint:
7093hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7094hint: 'development'. The just-created branch can be renamed via this command:
7095hint:
7096hint: git branch -m <name>
7097Switched to a new branch 'master'
7098Switched to a new branch 'movedFileBranch'
7099Switched to branch 'master'
7100Switched to branch 'movedFileBranch'
7101hint: Using 'master' as the name for the initial branch. This default branch name
7102hint: is subject to change. To configure the initial branch name to use in all
7103hint: of your new repositories, which will suppress this warning, call:
7104hint:
7105hint: git config --global init.defaultBranch <name>
7106hint:
7107hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7108hint: 'development'. The just-created branch can be renamed via this command:
7109hint:
7110hint: git branch -m <name>
7111Switched to a new branch 'master'
7112Switched to a new branch 'movedFileBranch'
7113Switched to branch 'master'
7114hint: Using 'master' as the name for the initial branch. This default branch name
7115hint: is subject to change. To configure the initial branch name to use in all
7116hint: of your new repositories, which will suppress this warning, call:
7117hint:
7118hint: git config --global init.defaultBranch <name>
7119hint:
7120hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7121hint: 'development'. The just-created branch can be renamed via this command:
7122hint:
7123hint: git branch -m <name>
7124Switched to a new branch 'master'
7125Switched to a new branch 'movedFileBranch'
7126Switched to branch 'master'
7127hint: Using 'master' as the name for the initial branch. This default branch name
7128hint: is subject to change. To configure the initial branch name to use in all
7129hint: of your new repositories, which will suppress this warning, call:
7130hint:
7131hint: git config --global init.defaultBranch <name>
7132hint:
7133hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7134hint: 'development'. The just-created branch can be renamed via this command:
7135hint:
7136hint: git branch -m <name>
7137Switched to a new branch 'master'
7138Switched to a new branch 'movedFileBranch'
7139Switched to branch 'master'
7140Switched to branch 'movedFileBranch'
7141hint: Using 'master' as the name for the initial branch. This default branch name
7142hint: is subject to change. To configure the initial branch name to use in all
7143hint: of your new repositories, which will suppress this warning, call:
7144hint:
7145hint: git config --global init.defaultBranch <name>
7146hint:
7147hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7148hint: 'development'. The just-created branch can be renamed via this command:
7149hint:
7150hint: git branch -m <name>
7151Switched to a new branch 'master'
7152Switched to a new branch 'movedFileBranch'
7153Switched to branch 'master'
7154Switched to branch 'movedFileBranch'
7155hint: Using 'master' as the name for the initial branch. This default branch name
7156hint: is subject to change. To configure the initial branch name to use in all
7157hint: of your new repositories, which will suppress this warning, call:
7158hint:
7159hint: git config --global init.defaultBranch <name>
7160hint:
7161hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7162hint: 'development'. The just-created branch can be renamed via this command:
7163hint:
7164hint: git branch -m <name>
7165Switched to a new branch 'master'
7166Switched to a new branch 'movedFileBranch'
7167Switched to branch 'master'
7168hint: Using 'master' as the name for the initial branch. This default branch name
7169hint: is subject to change. To configure the initial branch name to use in all
7170hint: of your new repositories, which will suppress this warning, call:
7171hint:
7172hint: git config --global init.defaultBranch <name>
7173hint:
7174hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7175hint: 'development'. The just-created branch can be renamed via this command:
7176hint:
7177hint: git branch -m <name>
7178Switched to a new branch 'master'
7179Switched to a new branch 'movedFileBranch'
7180Switched to branch 'master'
7181hint: Using 'master' as the name for the initial branch. This default branch name
7182hint: is subject to change. To configure the initial branch name to use in all
7183hint: of your new repositories, which will suppress this warning, call:
7184hint:
7185hint: git config --global init.defaultBranch <name>
7186hint:
7187hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7188hint: 'development'. The just-created branch can be renamed via this command:
7189hint:
7190hint: git branch -m <name>
7191Switched to a new branch 'master'
7192Switched to a new branch 'movedFileBranch'
7193Switched to branch 'master'
7194Switched to branch 'movedFileBranch'
7195Generating version resource: /build/repo/target/scala-3.8.0-RC2/resource_managed/main/version.txt for version: 1.11.2
7196Generating version resource: /build/repo/target/scala-3.8.0-RC2/resource_managed/main/version.txt for version: 1.11.2
7197
7198************************
7199Build summary:
7200[{
7201 "module": "kinetic-merge",
7202 "compile": {"status": "ok", "tookMs": 27749, "warnings": 32, "errors": 0, "sourceVersion": "3.5"},
7203 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
7204 "test-compile": {"status": "ok", "tookMs": 12053, "warnings": 89, "errors": 0, "sourceVersion": "3.5"},
7205 "test": {"status": "ok", "tookMs": 474724, "passed": 34814, "failed": 8986, "ignored": 0, "skipped": 0, "total": 43800, "byFramework": [{"framework": "Jupiter", "stats": {"passed": 34814, "failed": 8986, "ignored": 0, "skipped": 0, "total": 43800}}]},
7206 "publish": {"status": "skipped", "tookMs": 0},
7207 "metadata": {
7208 "crossScalaVersions": ["3.3.7"]
7209}
7210}]
7211************************
7212[success] Total time: 525 s (0:08:45.0), completed Nov 28, 2025, 1:10:04 PM
7213[0JChecking patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala...
7214Checking patch project/plugins.sbt...
7215Checking patch build.sbt...
7216Applied patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala cleanly.
7217Applied patch project/plugins.sbt cleanly.
7218Applied patch build.sbt cleanly.