Java generics and overloading with Groovy

后端 未结 2 718
面向向阳花
面向向阳花 2021-01-13 19:28

I write my unit tests for my Java application with Groovy, JUnit and EasyMock. In EasyMock there are several overloaded methods capture() which have been deprec

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-13 19:53

    Try to use @CompileStatic of Groovy 2.0 - may be it will resolve your problem

提交回复
热议问题