Clover error while compiling- Unexpected token... Does Clover support enums?

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

Caused by: line 60: unexpected token: ChangeType

原因

Enums are supported in by java 1.5, however the code is being complied using java 1.4

ソリューション

You need to ensure that the "source" attribute on clover-setup is set to 1.5.

e.g:

<clover-setup source="1.5" initstring="...."/>

 

 

最終更新日 2012 年 11 月 21 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.