Skip to content

ArrayIndexOutOfBoundException when running mimaReport #659

@etorreborre

Description

@etorreborre

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions