コード例 #1
0
 /**
  * Whether the given delta is considered to have changed from the candidate's perspective. By
  * default this will just call {@link
  * org.eclipse.xtext.resource.IResourceDescription.Delta#haveEObjectDescriptionsChanged()
  * Delta#haveEObjectDescriptionsChanged()}. But in some cases even "internal" changes (that are
  * not visible in the EObjectDescriptions) could be interesting.
  *
  * @since 2.7
  */
 protected boolean hasChanges(IResourceDescription.Delta delta, IResourceDescription candidate) {
   return delta.haveEObjectDescriptionsChanged();
 }