1:在我安装完scala的插件后,在打开方法的实现类(open implementactions)的时候,抛出这个异常,后来发现这个异常是因为我的scala的插件跟我eclipse版本不兼容导致的。

An error occurred while searching for implementations of method 'getFinishOrdCustByOrderCode'. See error log for details.
org.eclipse.jdt.internal.core.hierarchy.HierarchyType.<init>(Lorg/eclipse/jdt/core/IType;[CI[C[[C)V
解决办法:
我的eclipse版本是
An error occurred while searching for implementations of method
 An error occurred while searching for implementations of method
新下载的scala版本是
An error occurred while searching for implementations of method
An error occurred while searching for implementations of method
再次安装上面问题可以解决
 

 

相关文章:

  • 2021-11-24
  • 2021-09-02
  • 2022-12-23
  • 2021-09-06
  • 2021-10-03
  • 2021-11-19
  • 2021-05-10
猜你喜欢
  • 2021-07-25
  • 2021-09-20
  • 2021-10-24
  • 2021-09-19
  • 2021-10-09
  • 2021-08-08
  • 2022-12-23
相关资源
相似解决方案