Bug 曝光台 eclipse IDE lamda 表达式里 switch 语句,使用 ALT+ENTER 弹出智能感知 crash

卡农Lucas · October 13, 2017 · 906 hits

输入以下代码,IDE Crash

@Override
public buildQuery() {
    caseInfoHandler(() -> {
        switch (0) {
            // 这里ALT+ENTER触发只能感知并弹出statement completion box
            // IDE Crash
        }
    });
}

private void caseInfoHandler(Delegate delegate) {
    delegate.apply();
}
如果觉得我的文章对您有用,请随意打赏。您的支持将鼓励我继续创作!
No Reply at the moment.
需要 Sign In 后方可回复, 如果你还没有账号请点击这里 Sign Up