Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-02-26[581598] ContentHandlerRegistryReader eagerly loads registered classesHEADmasterEd Merks1-19/+61
2023-02-24[581496] Improve support for locating models registered viaEd Merks2-9/+94
2023-01-04[581260] Fix MinimalEObjectImpl.Permissive's eEClass() methodEd Merks1-1/+1
2022-12-22[581260] Provide support for a dynamic EObject implementation thatEd Merks1-36/+127
2022-11-21[581086] Don't convert null to "" for class objectsEd Merks1-1/+1
2022-07-22[580432] URIConverter.ReadableInputStream does not properly implementEd Merks1-2/+2
2022-04-26[579760] Validator for affiliation annotation doesn't find cross packageEd Merks1-1/+35
2021-12-16[577479] Copy&Paste between maps fails in Sample Ecore EditorEd Merks1-0/+5
2021-08-16[57472] Guard PlatformResourceURIHandlerImpl.getWorkspaceRoot() betterEd Merks1-5/+11
2021-06-18[574049] Improve the detection of OSGi for determining the packageEd Merks1-1/+1
2021-04-05[571760] EcorePackageImpl.createEcoreAnnotations not calledEd Merks1-1/+3
2020-06-30[releng] Eliminate warnings and version problems.Ed Merks1-1/+0
2020-05-19[563242] Ensure Validation works for really ill-formed models/toolingR2_22_0Ed Merks1-1/+1
2020-05-19[563242] Use try-catch to show crashed validationsEd Willink1-14/+57
2020-03-24[releng] Eliminate new warnings.Ed Merks1-1/+0
2020-01-27[559317] Handle a not-yet-initialized instance location gracefullyEd Merks3-24/+64
2020-01-12[559060] BasicEObjectImpl.eObjectForURIFragmentSegment assumes @ prefixEd Merks1-13/+52
2019-09-20[551285] Improve EMF code patternsCarsten Hammer1-5/+1
2019-08-22[550338] Generic type cache not update on EClassesEd Merks1-0/+1
2019-05-28[547629] Use isEmpty() instead of size()==0 where possibleR2_18_0Carsten Hammer4-8/+8
2019-05-28[547629] String.indexOf can be replaced with String.containsCarsten Hammer1-1/+1
2019-05-28[releng] Regenerate core models and update versionsEd Merks2-679/+679
2019-05-28[547629] Use StringBuilder instead of StringBuffer where possible.Carsten Hammer18-41/+41
2019-04-18[546547] Class.newInstance() is deprecated (Since java9)Aurélien Mora6-7/+41
2019-04-01[545978] EPackageImpl.Computation.compute fails to reuse slots forEd Merks1-1/+2
2019-01-16[543340] Add access of inverse references by a specific featureEd Merks1-29/+43
2019-01-16[543340] Add access of inverse references by a specific featurePhilippe DUL1-1/+59
2018-12-31[543103]IndexOutOfBoundsException inEd Merks1-1/+1
2018-11-24[541462] The factory override predecessor attribute must be managed earlier i...Eike Stepper2-25/+108
2018-11-16[541224] Allow a factory override to specify multiple predecessorsEike Stepper1-6/+34
2018-11-07[540041] StackOverflow with circular contained EClass proxyEd Merks2-2/+4
2018-11-05[540774] Wrong value in EObjectValidator.EOBJECT_DIAGNOSTIC_CODE_COUNTEike Stepper1-2/+2
2018-11-02[540041] StackOverflow with circular contained EClass proxyEd Merks2-22/+132
2018-07-22[537183] Inconsistent results between DelegatingEcoreEList.contains andEd Merks1-0/+24
2018-07-01[536550] Improve code generation performanceEd Merks1-1/+53
2018-07-01[536548] EcoreUtil.getAdapter's performance could be improvedEd Merks2-7/+30
2018-06-26[releng] Migrate to EPL 2.0.Ed Merks173-346/+346
2018-05-29[534542] Tycho build of master fails in my timezoneEd Merks1-7/+35
2018-05-27[535144] EcorePlugin.getPluginXMLs fails to identify plugin.xml duringEd Merks1-4/+23
2018-04-20[533850] Resolve collisions of override factories by establishing predecessor...Eike Stepper1-4/+19
2018-03-15[532482] Non-recursive attachment of EContent/ECrossReference adaptersEd Merks2-32/+152
2018-03-14[521642] StackOverflowError in Diagnostician.validate for deeply treesEd Merks1-3/+125
2018-02-13[531058] Support -Dorg.eclipse.emf.common.CommonPlugin.doNotUsePDEEd Merks1-1/+1
2018-02-13[531058] Support -Dorg.eclipse.emf.common.CommonPlugin.doNotUsePDEEd Merks1-1/+1
2018-02-12[456690] Improve bad invocation delegate failure messageEd Merks1-1/+1
2018-02-11[531014] Provide support for Find/Replace in EMF editorsEd Merks1-1/+1
2018-02-09[438123] Provide for extensible cell editor supportEd Merks1-3/+89
2018-02-08[438123] Provide for extensible cell editor supportEd Merks1-1/+1
2018-02-07[438123] Provide for extensible cell editor supportEd Merks13-263/+1660
2018-01-29[494506] Support ID-relative URI fragment segmentsEd Merks1-6/+51

Back to the top