导入最新的spring源码时(2017.11.24),
Description Resource Path Location Type
The type java.util.concurrent.Flow$Publisher cannot be resolved. It is indirectly referenced from required .class files ReactiveAdapterRegistry.java /spring-core/src/main/java/org/springframework/core line 1 Java Problem
Description Resource Path Location Type
The project was not built since its build path is incomplete. Cannot find the class file for java.util.concurrent.Flow$Publisher. Fix the build path then try building this project spring-core Unknown Java Problem
应该是最新的源码用到了Java9 的新特性了吧,换成JDK9错误消失。