1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Eclipse Coverage java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 51966

Last updated at Posted at 2024-09-09

■現象
EclipseでJunitのカバレージを実行する時、下記のエラーが発生しました。
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 51966

■環境
Jmockit:1.49
Eclema:3.1.9

■原因
カバレージのPluginのEclemmaのバージョンの問題

■解決方法
Eclemmaの3.1.2のバージョンをインストールすれば解決できます。

Eclemmaのダウンロードサイト:
https://www.eclemma.org/download.html

ダウンロードしたZipファイルを解凍し、featuresとpluginをeclipseにコピーし、「eclipse.exe -clean.cmd」のコマンドでEclipseを起動します。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?