Class CDOCompare.CDOFeatureFilter

java.lang.Object
org.eclipse.emf.compare.diff.FeatureFilter
org.eclipse.emf.cdo.compare.CDOCompare.CDOFeatureFilter
Enclosing class:
CDOCompare

public static class CDOCompare.CDOFeatureFilter extends org.eclipse.emf.compare.diff.FeatureFilter
A CDO-specific feature filter that uses EMFUtil.isPersistent() to determine whether a feature is transient, or not.
Since:
4.5
Author:
Eike Stepper
  • Constructor Details

    • CDOFeatureFilter

      public CDOFeatureFilter()
  • Method Details

    • isIgnoredAttribute

      protected boolean isIgnoredAttribute(EAttribute attribute)
      TODO Remove this copied method when EMFCompare bug 570625 is resolved and released.
      Overrides:
      isIgnoredAttribute in class org.eclipse.emf.compare.diff.FeatureFilter
    • isTransient

      protected boolean isTransient(EStructuralFeature feature)
      Overrides:
      isTransient in class org.eclipse.emf.compare.diff.FeatureFilter
      Since:
      4.5