Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 265136
Collapse All | Expand All

(-)src/org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.java (-2 / +8 lines)
Lines 359-365 Link Here
359
        @Override
359
        @Override
360
        public int getFeatureID(Class<?> expectedClass)
360
        public int getFeatureID(Class<?> expectedClass)
361
        {
361
        {
362
          return EresourcePackage.CDO_RESOURCE__LOADED;
362
          // TODO FIX https://bugs.eclipse.org/bugs/show_bug.cgi?id=265136
363
          return Resource.RESOURCE__IS_LOADED;
363
        }
364
        }
364
      };
365
      };
365
366
Lines 615-621 Link Here
615
        }
616
        }
616
      }
617
      }
617
618
618
      setLoaded(true);
619
      // TODO FIX https://bugs.eclipse.org/bugs/show_bug.cgi?id=265136 Needed to run against a TED.
620
      Notification notification = setLoaded(true);
621
      if (notification != null)
622
      {
623
        eNotify(notification);
624
      }
619
625
620
      // URIConverter uriConverter = getURIConverter();
626
      // URIConverter uriConverter = getURIConverter();
621
      //
627
      //

Return to bug 265136