eclipse-jdt/eclipse.jdt.core

Nicer way to report "java version not supported" error in the IDE

Open

#2,757 创建于 2024年7月25日

在 GitHub 查看
 (0 评论) (0 反应) (1 负责人)Java (183 fork)auto 404
enhancementhelp wanted

仓库指标

Star
 (233 star)
PR 合并指标
 (PR 指标待抓取)

描述

Proposal from https://github.com/eclipse-jdt/eclipse.jdt.core/pull/2551

Raise a build path error with the same message as IProblem.JavaVersionNotSupported, so that users will find the blocking error on the project itself, not just on one random compilation unit.

Currently the first file we compile with not supported Java version is flagged with an error, not the project.

贡献者指南