Community
Participate
Working Groups
If A depends on B, and you make a change in a file in A before you've built anything in B, then B's IR environment won't have run its initialization and you'll get errors trying to deserialize anything from B when compiling something from A.
Fixed ProjectEnvironmentManager.java, ProjectEnvironment.java, and ProjectBuildPathEntry.java. Instead of just initializing the IR environment for the project being built, we initialize the IR environments for the project's entire build path.
Verified