Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-20[287249] Support switch composition and regenerate all the models to use it.emerks2-4/+31
2009-12-09[297220] Guard against the opposite's reference type being null.emerks1-2/+3
2008-12-13[258735] Eliminate warnings about raw types in instanceof tests and about dea...emerks1-2/+2
2008-08-24[245036] Ensure that setting the classifier behaves the same way as setting t...emerks1-11/+5
2008-08-13[243022] Be more careful about pulling the EcorePackage's EClasses into the r...emerks1-11/+4
2008-08-07[240518] Stop throwing exceptions when deresolving URIs that can't be deresol...emerks1-2/+2
2008-07-11[240479] Add EModelElementItemProvider.getURI() to guard deresolve() calls in...davidms1-5/+11
2008-05-04[230111] Use EcorePackage.Literals.XYZ in place of EcorePackage.eINSTANCE.get...emerks1-2/+2
2008-04-27[104005] Pick up latest changes in regendavidms18-253/+18
2008-04-22[226210] Provide and use hooks to update a map's hashed index if the key is c...emerks1-55/+1
2008-04-05[225847] Filter for EcorePackage more appropriately.emerks1-2/+2
2008-02-29[146377] Avoid used of EcorePackage.eINSTANCE in favor of EcorePackage.Litera...emerks7-29/+89
2008-02-29[214120] Handle upper bound of -2emerks1-4/+14
2008-01-15[215199] Support showing multiplicity for all ETypedElements.emerks4-92/+91
2008-01-10[206241] Ensure that labels for types displayed in cell editors are unique en...emerks4-11/+107
2008-01-09[195025] Improve the descriptions for properties and make the less useful one...emerks15-92/+85
2008-01-05[209002] Regenerate with latest templates.emerks1-2/+2
2007-11-26[210776] A change to the generic type affects the label.emerks1-2/+2
2007-05-31[190215] Make getImage() return EGenericWildcard.gif when contained via eLowe...davidms1-2/+5
2007-05-29[189696] Normalize the instance type name before setting it.emerks1-3/+20
2007-04-10[181772] Ensure that the instance type name won't be set to an empty string.emerks1-5/+12
2007-03-25[179193] Ensure that the containing classifier's label is updated when the bo...emerks1-2/+3
2007-03-25[179153] Fix which containers get a label update notifications when there are...emerks1-4/+3
2007-03-22[178708] Adopt the new collectNewChildDescriptors() signaturedavidms3-18/+15
2007-03-22[178708] Regenerate to pick up new collectNewChildDescriptors() signaturedavidms17-91/+74
2007-02-20[147952] Regenerate with latest templates (to avoid fields that assign a def...emerks1-21/+3
2007-02-12[172053] Improve the support for setting the instance type name.emerks1-4/+25
2006-12-29[169238] Updating the year in the copyright statement.marcelop2-4/+4
2006-12-28[169152] Removing compilation warningsmarcelop22-149/+448
2006-12-26[75933] Fix problem with finding feature for a child.emerks1-4/+11
2006-12-26[75933] Use the instance type name rather than the instance class name for th...emerks2-5/+5
2006-12-18[119586] Regenerated to expose the keys attribute of references.marcelop1-1/+38
2006-12-08[167242] The default value feature is not editable.emerks1-2/+2
2006-12-06[166833] Enable creating type parameters for the right cases.emerks1-2/+3
2006-12-05[166833] Exploit Java 5.0.emerks11-39/+1328
2006-10-23[161461] Make the default value literal not editable for EReferences.emerks1-4/+11
2006-05-23[143241] Have resetPropertyValue call setPropertyValue(object, null).emerks1-1/+6
2006-05-15[61751] Remove EcorePackage's classes from choices.emerks1-3/+7
2006-05-15[141080] Regen to pick up changesdavidms13-20/+108
2006-04-17[135689] Don't allow eType to reference EClasses from EcorePackage.eINSTANCE,...emerks1-2/+3
2006-04-17[135689] Don't allow eSuperTypes to reference EClasses from EcorePackage.eINS...emerks1-1/+2
2006-03-24[132894] Use a specialized InitializeCopyCommand to handle eOpposite correctlydavidms1-1/+42
2006-03-13[130468] Avoid setting a property value to an empty string for cases where t...emerks4-13/+50
2006-01-24[118688] Regen Ecore item providers to pick up change getImage()/getText() ch...davidms18-44/+40
2006-01-23[118688] Use annotateText() in getText()davidms9-20/+24
2005-12-22[121932] Show full source URI as label for annotations contained by annotations.emerks1-2/+2
2005-11-23[117353] Regenerate to pick up the package Literals template changes.emerks16-73/+73
2005-10-28[103038] Add EEnumLiteral.literal to support arbitrary literal stringsdavidms1-1/+24
2005-09-06[108858] Update EOperation label when parameters or a contained EParameter's...davidms2-5/+26
2005-08-04[104823] Guard isFactoryForType without calling super.emerks1-3/+3

Back to the top