Skip to content

Commit

Permalink
TEIIDDES-2304 Changed dependency check scope to DEPENDENT from ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
blafond committed Aug 22, 2014
1 parent 343a745 commit 58b55db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ private int checkDependentResources() {
RelatedResourceFinder finder = new RelatedResourceFinder(getModelResource().getResource());

// Determine dependent resource
Collection<IFile> searchResults = finder.findRelatedResources(Relationship.ALL);
Collection<IFile> searchResults = finder.findRelatedResources(Relationship.DEPENDENT);
ResourceStatusList statusList = new ResourceStatusList(searchResults);
this.relatedResources = statusList.getResourceList();
this.problems.addAll(statusList.getProblems());
Expand Down

0 comments on commit 58b55db

Please sign in to comment.