Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Project EMF

I've just run the auto generate model and edit code from the model and have noted the following differences

  1. Generics are now supported and generated. yay
  2. methods are now "stored" in ProjectPackage.Literals for improved speed eg.
    - ProjectPackage.eINSTANCE.getBlackboardEntry_Memento(), true,
    +ProjectPackage.Literals.BLACKBOAR_ENTRY__MEMENTO, true, false, false,
  3. the copyright string seems to be removed on a number of files (will investigate further)
  4. the @Override annotation is added
  5. lots of minor formatting changes

Back to the top