-
Enhancement
-
Resolution: Done
-
Major
-
4.2.0.Beta3
-
None
We currently have duplicate code where we check a project for being dirty:
- EGitUtils#isDirty
- OpenShiftServerUtils#getCommittableChanges
They both use the same EGit means to get to know about the uncommitted changes but use a different facade. We should unify those and make sure our API behaves the same.
- is blocked by
-
JBIDE-17848 Application wizard: dirty project should not be selectable as existing project (validate before starting to merge openshift app into existing proj and fail)
- Closed