Community
Participate
Working Groups
Build ID: 3.3 Steps To Reproduce: Apparently no IResource API exposes whether a project needs to be built. It's neccessary to solve Bug 221803. More information: Looked at internal classes BuildManager and AutoBuildJob. Information about deltas to be built is internal. However, not so much information should be needed: perhaps just a "needsBuild()" boolean method on IProject would be enough.
Why we can't just keep a flag for each project in UI, which is cleared when a build is performed (for the project) and set again when POST_CHANGE event comes?
I agree with bug 221803, comment 1. For me this is WONTFIX.