Java 8 - converting an Integer to a long compilation issue

前端 未结 2 2008
走了就别回头了
走了就别回头了 2020-12-15 10:45

I have the following abstract generic data holder in my project (simplified):

public abstract static class Value {

    E value;

    public void se         


        
2条回答
  •  清歌不尽
    2020-12-15 11:09

    A known Eclipse bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=440019

    Fixed in Eclipse 4.5 M3.

提交回复
热议问题