-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Milestone
Description
I added the mima plugin to the specs2 4.x maintenance branch (destined to track Scala 2.x) and I got several exceptions:
specs2(specs2-4.x-maintenance)> coreJVM / mimaReportBinaryIssues
[error] stack trace is suppressed; run last coreJVM / mimaReportBinaryIssues for the full output
[error] (coreJVM / mimaReportBinaryIssues) java.lang.ArrayIndexOutOfBoundsException
[error] Total time: 0 s, completed 6 Sep 2021, 19:11:54
specs2(specs2-4.x-maintenance)> last coreJVM / mimaReportBinaryIssues
[debug] adding packages from ...
[debug] adding packages from ...
[debug] [old version in: Definitions(classPath = .../)]
[debug] [new version in: Definitions(classPath =.../)]
[debug] classpath: ...
[debug] traversing package <root>
[debug] traversing package org
[debug] traversing package org.specs2
[debug] analyzing class Spec
[debug] analyzing class SpecLike
[debug] analyzing class Specification
[debug] analyzing class SpecificationLike
[error] java.lang.ArrayIndexOutOfBoundsException
[error] (coreJVM / mimaReportBinaryIssues) java.lang.ArrayIndexOutOfBoundsException
The branch with the mima change is accessible here.