Committers (Section 1) cdamus davidms emerks estepper khussey marcelop mtaal nickb seberle smcduff ssmith Developers (Section 2) Edit,75625,Ed.Merks@gmail.com,15814,[Plan Item] Review JFace's data binding design to determine how best to exploit it (Patches to produce a crude form for the Ecore Editor) Edit,75625,eclipse-bugs@rizzoweb.com,1776,[Plan Item] Review JFace's data binding design to determine how best to exploit it (Patch to work around bug in EMFObservableList) Tools,101163,jacek.pospychala@pl.ibm.com,,The project's source folder is not properly handled ([contrib email="jacek.pospychala@pl.ibm.com"/]) Core,122422,ptitjes@beuz.org,1789,Making ECrossReferenceEList overrides simpler (Patch for ECrossReferenceEList implementation) Core,122422,ptitjes@beuz.org,,Making ECrossReferenceEList overrides simpler ([contrib email="ptitjes@beuz.org"/]) XML/XMI,129874,jesper@selskabet.org,13779,Default encoding for XML save doesn't preserve Unicode characters (Patch for proposed solution A) XML/XMI,129874,jesper@selskabet.org,24450,Default encoding for XML save doesn't preserve Unicode characters (New test case demonstrating a variation on the problem) XML/XMI,129874,Ed.Merks@gmail.com,14903,Default encoding for XML save doesn't preserve Unicode characters (Simple interim patch) XML/XMI,129874,jesper@selskabet.org,,Default encoding for XML save doesn't preserve Unicode characters ([contrib email="jesper@selskabet.org"/]) Tools,130468,digulla@hepe.com,5942,Exceptions after clicking into "Instance Class Name" (Patch to fix this bug and some related ones) Tools,130468,digulla@hepe.com,,Exceptions after clicking into "Instance Class Name" ([contrib email="digulla@hepe.com"/] The changes (with very minor tweaks) have been committed to CVS.) Core,130525,mail@ronald-steinhau.de,,removeAll problem in DelegatingEList ([contrib email="mail@ronald-steinhau.de"/] ) Edit,131811,pnehrer@freeshell.org,,Memory leak in ItemProviderAdapter when using wrappers ([contrib email="pnehrer@freeshell.org"/]) XML/XMI,132360,steve@digitaledgesw.com,19597,Indenting fix for Java 5 (2.1.1 version of XSDResourceImpl.java file with fixes) XML/XMI,132360,ssexton@contivo.com,,Indenting fix for Java 5 ([contrib email="ssexton@contivo.com"/] The TransformerFactory is already being created in DefaultJAXPConifguration.createTransformer() so the part where the JAXP attribute is set was placed there instead.) Tools,136881,psodre@gmail.com,2041,JET override/inserts for ItemProvider.javajet (Override/Insert for collectNewChildDescriptors.) Tools,136881,psodre@gmail.com,1115,JET override/inserts for ItemProvider.javajet (Override/Insert for adding Factories to the Editor.) Tools,136881,psodre@gmail.com,,JET override/inserts for ItemProvider.javajet (The changes have been committed to CVS. I've added control over all the parts of the new child descriptor creation code and I've also moved the editor's constructor code to a separate method so that the code is easier to specialized using the "rename-to-Gen" approach. This change includes contributed code from the patches. [contrib email="psodre@gmail.com"/]) Tools,147594,davidms@ca.ibm.com,2571,JET Compiler doesn't create missing target folder (Reformatted version of Chris' patch) Tools,147594,zx@us.ibm.com,,JET Compiler doesn't create missing target folder ([contrib email="zx@us.ibm.com"/]) Tools,149770,Eric.Norman@softwareag.com,1506,JETBuilder should call IWorkspace.validateEdit(..) before file updates (Proposed patch to JETCompileTemplateOperation) Tools,149770,enorman@webmethods.com,,JETBuilder should call IWorkspace.validateEdit(..) before file updates ([contrib email="enorman@webmethods.com"/] The contribution has been committed to CVS. ) Edit,150500,hrr@protos.de,1434,bugs in merge algorithm in AdapterFactoryContentProvider$ViewerRefresh (patch that fixes the described bugs) Edit,150500,hrr@protos.de,,bugs in merge algorithm in AdapterFactoryContentProvider$ViewerRefresh ([contrib email="hrr@protos.de"/]) Teneo,155131,douglas.bitting@agile.com,189563,Support for Hibernate-specific annotations (Patch to support hibernate-specific annotations.) Tools,156783,jdidion@loudeye.com,,Add AES implementation of URIConverter.Cipher ([contrib email="jdidion@loudeye.com"/] Thanks for this contribution John. I've used your patch to create the org.eclipse.emf.ecore.resource.impl.AESCipherImpl. I did some changes to your initail code though: - the size of the key can be set on the AESCipherImpl - which is then passed on to the static method generateKey(int). - the original outpustream on encrypt(OutputStream) is now being wrapped by a FilterOutputStream that prevents it to be closed when the CipherSOutputtream is closed. You've referred to this "closing stream issue" as a bug but it is actually working as designed. If you look at ResourceImpl.save(OutputStream Map) you will notice that since the stream is passed by the application we cannot blidnly close it. The changes are committed to CVS. ) Teneo,158353,douglas.bitting@agile.com,1081,[PATCH] Incorrect reporting of SQLCaseStrategy (Correctly report SQLCaseStrategy) Teneo,158356,douglas.bitting@agile.com,4391,[PATCH] Support unversioned entities (Support new PersistentOption.ALWAYS_VERSION) Teneo,158376,douglas.bitting@agile.com,1136,[PATCH] Embedded Ids generate invalid column mapping (dcb.patch) Teneo,158782,douglas.bitting@agile.com,1298,[PATCH] ManyToMany always includes computed JoinColumn (dcb.patch) Teneo,158849,douglas.bitting@agile.com,1592,[PATCH] AnnotationTokenizer is overly restrictive (158849.patch) Teneo,158851,douglas.bitting@agile.com,1159,[PATCH] EAnnotationParserImporter doesn't find subtypes (158851.patch) Teneo,158853,douglas.bitting@agile.com,2194,[PATCH] Support for like-named annotations (158853.patch) Edit,161744,irbull@eclipsesource.com,4559,getReachableObjectsOfType StackOverFlow on Large Instance Data (Uses a queue instead of deep recursion) Edit,161744,Ed.Merks@gmail.com,14214,getReachableObjectsOfType StackOverFlow on Large Instance Data (The changes I think we'll commit) Edit,161744,irbull@cs.uvic.ca,,getReachableObjectsOfType StackOverFlow on Large Instance Data ([contrib email="irbull@cs.uvic.ca"/] I've committed the changes in the patch.) Teneo,162339,mkanaley@tibco.com,11062,Support for custom EMF data types (HibernateMappingGenerator.java - an update to an existing Teneo class (CVS – revision 1.2).) Teneo,162339,mkanaley@tibco.com,8541,Support for custom EMF data types (CustomDataTypeUserType.java - a new class for the Teneo distribution. It is a Hibernate UserType implementation to de/serialize the custom data type to/from the VARCHAR column.) Transaction,163291,Ed.Merks@gmail.com,6223,support for 'archive' scheme in the WorkspaceSynchronizer.getFile (How about a new method getUnderlyingFile?) Teneo,165428,ilya.klyuchnikov@gmail.com,2220,When teneo loads objects into HibernateResource there are no notifications also "lazy" loading doesn't add objects to resource (patch) Teneo,165450,ilya.klyuchnikov@gmail.com,2336,It would be great if hibernate resource can incrementally load objects by query (proposed patch) Validation,165458,dvorak.radek@gmail.com,11778,Better support of custom EnvironmentFactory in OCL model constraints (OCLModelConstraint patch) Validation,165661,give.a.damus@gmail.com,57356,XmlConstraintProvider : pull-up the common functionality to AbstractConstraintProvider (Generalization of constraint parser API) Validation,165661,radek.dvorak@borland.com,,XmlConstraintProvider : pull-up the common functionality to AbstractConstraintProvider ([contrib email="radek.dvorak@borland.com"/]) Edit,165770,hal@idi.ntnu.no,,Enhance combo box cell editor to support typing a prefix filter ([contrib email="hal@idi.ntnu.no"/] This is a very helpful contribution. I got so used to having this convenience it quickly became annoying not to have it. I've committed the changes to HEAD.) Core,166112,pnehrer@eclipticalsoftware.com,84309,Support XML Processing Instructions (Proposed patch that could address this feature request.) Core,166112,pnehrer@freeshell.org,,Support XML Processing Instructions ([contrib email="pnehrer@freeshell.org"/] Changes derived from your patches have been committed to CVS. A number of issues needed to be addessed some stemming from early and unrelated changes. The instanceType of a SimpleAnyType should be considered transient in XMLSave and with the new detection of dangling IDREF references a save problem shows up. FeatureMapEntries shouldn't be serializeable since they can't be properly deserialized; their feature needs to be considered non-transient in XMLSave. Since the special mixed contents features of the XML Type Document root are always isMany they should not be surfaced as a single valued accessor in the XMLTypeDocumentRoot's API. :-( So I've suppressed them from the API and ensured they are generated as multi-valued. The XSDEcoreBuilder was producing a bogus base class for SimpleAnyType so that was special cased to suppress it. I renamed ProcessingInstructionType to just be ProcessingInstruction. I didn't provide the special create method for ProcessingInstruction in the factory. It's better for people to use the special FeatureMapUtil.add/createEntry methods. ) XML/XMI,166967,pnehrer@freeshell.org,,When serializing XML documents trailing comments don't get placed on a new line ([contrib email="pnehrer@freeshell.org"/] The suggested changes have been committed to CVS.) Core,170204,jfrancis@his.co.uk,,ID of Plugin containing a generated EPackage ([contrib email="jfrancis@his.co.uk"/] We've used the content of the method getModelPluginIDfromEPackageNSUri(String) below to implement the following JUnit test method org.eclipse.emf.test.tools.ToolsTest.testGetEcoreGenModel(). Thanks for posting the code.) Core,170223,boris.gruschko@sap.com,1723,eNameToFeatureMap in EClassImpl is not being updated after structural feature name had changed (Patch for the test case. Needed for bug reproduction.) Core,170223,boris.gruschko@sap.com,1329,eNameToFeatureMap in EClassImpl is not being updated after structural feature name had changed (A crude patch fixing the problem. ) Core,170223,boris@gruschko.org,,eNameToFeatureMap in EClassImpl is not being updated after structural feature name had changed ([contrib email="boris@gruschko.org"/] The changes are committed to CVS; rather than an adapter I override setName to make it more efficient. I also made a similar fix for EPackage.getEClassifier. I've included your test case in our JUnits so that's a contribution ) Teneo,175909,bvetter@alterpoint.com,1210,Date & DateTime XSD mappings are to a VARCHAR and not date or timestamp (Patch to the AbstractMapper class) Teneo,175909,bvetter@alterpoint.com,2892,Date & DateTime XSD mappings are to a VARCHAR and not date or timestamp (Patch to the ECoreDataTypes class) Teneo,175909,bvetter@alterpoint.com,6258,Date & DateTime XSD mappings are to a VARCHAR and not date or timestamp (Additional hibernate mapping classes for data and datetime) Teneo,176356,BCabe@sierrawireless.com,677,setModified(false) is not called after a succesful save() on the StoreResource (Patch against R0_7_0_maintenance branch) Teneo,176833,jdboudreault@gmail.com,43111,change relational mapping of EMap (The newly refactored EMap) Teneo,177369,jdboudreault@gmail.com,68183,Implement a new system option to enable full classification of entities implementation (this patch provides a new option to enable fully qualified names) Transaction,177643,dcummin@ca.ibm.com,16417,TransactionalEditingDomain's TransactionValidator should be configurable (Proposed patch) Validation,177644,dcummin@ca.ibm.com,17253,IValidator should provide mechanism to filter constraints (Proposed patch) Validation,177645,dcummin@ca.ibm.com,56312,Constraints Preference Page is not extensible (Proposed patch) Validation,177647,dcummin@ca.ibm.com,42818,Provide a mechanism to contribute new event types (Proposed patch) Validation,177653,dcummin@ca.ibm.com,9825,LiveValidator filters out notifications from notifiers who are not attached to a resource (Updated patch with copyright dates fixed) Validation,177656,dcummin@ca.ibm.com,29677,Add listener API for enablement changes in constraints (Proposed patch) Validation,178121,dcummin@ca.ibm.com,19107,Need API to create a ConstraintStatus on non-target object (Proposed patch w/ JUnits) Transaction,178793,dcummin@ca.ibm.com,5022,Transactions should indicate if they were the result of an undo/redo operation (Proposed patch) Validation,178840,dcummin@ca.ibm.com,1263,When an event type is contributed with no notification generator an error appears in the log (Proposed patch) Tools,179004,marcelop@ca.ibm.com,2733,[Compatiblity]JDOM-based JMerge facade NPEs standard JMerge rules (Changes to the current source code) Tools,179004,pelder@ca.ibm.com,,[Compatiblity]JDOM-based JMerge facade NPEs standard JMerge rules ([contrib email="pelder@ca.ibm.com"/] The changes have been committed to CVS.) Teneo,179313,jdboudreault@gmail.com,4320,Column annotation attribute "nullable" is not being considered in hbm mapping. (ensures that the column nullable annotation attribute is considered when generating mapping.) Core,185971,Ed.Merks@gmail.com,20255,EMF RegistryReaders need to be dynamic (I'll attach again as a patch so the diff will show.) Core,185971,backhous@us.ibm.com,,EMF RegistryReaders need to be dynamic (The changes are committed to CVS. I'll mark this as a contribution since I morphed your example into the final solution [contrib email="backhous@us.ibm.com"/]) Teneo,195242,BCabe@sierrawireless.com,3606,Hibernate SessionWrapper should allow to execute queries with named parameters (Adds support for queries with named parameters ) Query,196579,thebravoman@gmail.com,1301,Invalide "instanceof" check in SelectWritersDelegate (patch changing the instanceof check) Teneo,196687,jason.henriksen.spam@gmail.com,7840,teneo should support commenting the output hbm (patch to support commenting the hbm file ) Teneo,196689,jason.henriksen.spam@gmail.com,6480,Teneo should support using a non-standard named hbm file (patch to allow user to specify which file to use for HBM) Teneo,197110,BCabe@sierrawireless.com,2349,TeneoSQLNameStrategy should not remove the first vowel when doing truncation (Fix to always preserve the first char (whether it's a vowel or not) during truncation) Teneo,197514,BCabe@sierrawireless.com,975,PersistenceOptions.SET_FOREIGN_KEY_NAME : bad default value (my two cents as always :)) Teneo,198124,sbernard@sierrawireless.com,9005,More accurate default containment/non-containment cascade policy needed (custom default cascade policy) cdo.net4j,201366,smcduff@hotmail.com,3933,Channels are messed up in remote connector (Patch to see the problem) cdo.net4j,201366,smcduff@hotmail.com,3981,Channels are messed up in remote connector (TestCase and possible fix) cdo.net4j,201457,smcduff@hotmail.com,2103,Cannot compile BufferPool using Maven (Generics) (Patch) Transaction,207306,geoff.martin@prismtech.com,15566,WorkspaceSynchronizer does not handle deletion of a resource in certain circumstances (Patched class file) Teneo,207799,karypid@inf.uth.gr,4055,NoClassDefFoundError for XMLGregorianCalendarImpl (Use DatatypeFactory to construct XMLGregorianCalendar.) Transaction,209491,Ed.Merks@gmail.com,3383,Repeated calls on EMFOperationCommand.dispose() causes a NPE (Fix and a JUnit to test it.) Edit,210139,eclipse-bugs@rizzoweb.com,5846,Provide provisonal APIs to support data binding. (Patch to make EditingDomain observable value more flexible) Edit,210139,Boris_Bokowski@ca.ibm.com,,Provide provisonal APIs to support data binding. (I'm really not sure but I certainly consider that Boris and Giulio make significant contributions that could easily and likely did exceed 100 lines. But I would hope that we've not exceeded the 250 "we should have had it reviewed by IP limit" although to be perfectly honest I didn't get out my line-of-code count-o-meter to test that. Of course a lawyer could do deltas between the patches and come up with such a figure if they felt so inclined. I just want to be sure that Boris and Giulio are recognized as having made a significant contribution to the final result. Perhaps we could peg each at ~200 lines call it a medium (rather than small) contribution and allow the lawyers to to split hairs if necessary. [contrib email="Boris_Bokowski@ca.ibm.com"] [contrib email="giulio.seregni@vobelisk.com"] Thanks guys for helping make EMF even more useful to even more people!!) Edit,210139,giulio.seregni@vobelisk.com,,Provide provisonal APIs to support data binding. (Only one of these allowed per comment. [contrib email="giulio.seregni@vobelisk.com"]) Query,211055,Ed.Merks@gmail.com,5300,EMF queries using SubStringValue can't handle empty Strings (New patch with additional tests.) Query,211055,Ed.Merks@gmail.com,2547,EMF queries using SubStringValue can't handle empty Strings (New patch with additional tests (for 1.2)) Core,215131,Ed.Merks@gmail.com,2770,[Databinding] EMF support for ComposedMap like BeanObservables (We'd want something analogous in EMFEditObservables...) Core,215131,endante@gmail.com,,[Databinding] EMF support for ComposedMap like BeanObservables ([contrib email="endante@gmail.com"] The changes have been committed to CVS for 2.4.) Teneo,215427,ole.ersoy@gmail.com,811,Documentation Update (Documentation Patch) Teneo,216658,jason.henriksen.spam@gmail.com,14097,The back tick character makes DB2 not work URI Mapper plugin Default DataStore name (Patch to apply the items listed above) Teneo,224790,n_phaneesh17010@yahoo.com,49365,NamedQuery annotation support for Hibernate (Patch for NamedQuery Support) Transaction,225068,mario.winterer@scch.at,4010,Memory leak in Undo/RedoActionWrapper due to never unregistered IPartListener (New Patch that can handle multiple workbench-pages) Validation,227203,ldamus@ca.ibm.com,6497,Early initialization of event maps in XmlConstraintDescriptor.TargetDescriptor wastes memory (Proposed fix.) Teneo,227673,jason.henriksen.spam@gmail.com,7984,Need to specify alternate date handler classes (requested patch) Transaction,228357,Ed.Merks@gmail.com,2479,DBCS3.4: Undo/Redo do not update Properties view in EMF Workbench Example Editor (Changes that seem to do the trick) Validation,228482,Ed.Merks@gmail.com,1606,Remove @canBeSeenBy (Remove the lines with that bogus annotation.) Validation,228679,Ed.Merks@gmail.com,2047,Remove "com.ibm.xtools" uses. (Change IDs to use org.eclipse) XML/XMI,229998,Ed.Merks@gmail.com,7868,EMOF Comment and Property.oppositeRoleName support (A few updates and formatting changes) XML/XMI,229998,ed@willink.me.uk,,EMOF Comment and Property.oppositeRoleName support (http://www.eclipse.org/modeling/emf/project-info/ipquery.php?showobsolete shows it just fine. If you want it to appear as a non-obsolete patch in future you can: a) not mark patches obsolete when you resubmit them to the bug - or - b) add the contrib tag at any point to a bug [contrib email="ed@willink.me.uk"/]) Tools,233843,davidms@ca.ibm.com,81662,Genmodel should allow to configure how Interface and Implementation names of classes are computed (Patch take 3) Core,233847,tom.schindl@bestsolution.at,3694,Internal Ecore-Code not as efficient as possible for primitive integers shorts ... (Ecore-Impl patch) Core,233847,tom.schindl@bestsolution.at,3328,Internal Ecore-Code not as efficient as possible for primitive integers shorts ... (Util-patch) Core,233847,tom.schindl@bestsolution.at,3316,Internal Ecore-Code not as efficient as possible for primitive integers shorts ... (xml-util-patch ) Core,233848,tom.schindl@bestsolution.at,1287,Suspicious code in EcoreValidator#isMatching() & equalTypeArguments (patch) Core,233850,tom.schindl@bestsolution.at,952,Possible NPE in RegEx#dumpRanges (patch) Core,233852,tom.schindl@bestsolution.at,4570,[Common] Code should use autoboxing instead of creating a new object type (patch) XML/XMI,233854,tom.schindl@bestsolution.at,3564,Internal code should use autoboxing instead of creating object for primitives (patch) Edit,233855,tom.schindl@bestsolution.at,857,Suspicious code in ChangeCommand#new() (patch) Edit,233856,tom.schindl@bestsolution.at,1121,RemoveCommand#toString() should use Arrays#toString() (patch) Edit,233857,tom.schindl@bestsolution.at,2207,Internal code should use autoboxing instead of creating object for primitives (patch) Edit,233858,tom.schindl@bestsolution.at,1094,Unneeded instanceof check in ItemProviderAdapter#getCreateChildDescription (patch) Core,233860,tom.schindl@bestsolution.at,1145,[Common] Unneeded concat with a null-Value (patch) Core,233861,tom.schindl@bestsolution.at,939,[Common] ArchiveURLConnection#getOutputStream() unneeded call to toString() on a String (patch) XML/XMI,233864,tom.schindl@bestsolution.at,872,XMIMapImpl has unneeded instanceof check (patch) XML/XMI,233865,tom.schindl@bestsolution.at,4087,Inefficient usage of keySet (patch) Core,234656,florian@thienel.org,2520,EStructuralFeatureImpl.dynamicGet unsets resolved Objects when cross resource containment is used (Testcase to reproduce) Core,234656,Ed.Merks@gmail.com,6948,EStructuralFeatureImpl.dynamicGet unsets resolved Objects when cross resource containment is used (Make sure the test is invoked from the suite) Transaction,235634,cvogt@qnx.com,1449,WorkspaceSynchronizer#getFile() should support resource links (WorkspaceSynchronizer patch) Transaction,244654,ldamus@ca.ibm.com,5405,[Properties] undo/redo is not working for any GMF-property tab (Proposed fix and JUnit test) Transaction,245393,ldamus@ca.ibm.com,2727,Allow transaction reuse in direct command execution (JUnit to demonstrate the desired behaviour.) Transaction,247691,ldamus@ca.ibm.com,3931,Transaction.VALIDATE_EDIT option prevents transaction reuse (Proposed patch and JUnit test) Transaction,262175,boris.gruschko@sap.com,3172,EMF Transaction lock implementation fails to acquire lock if a scheduling rule has been acquired in a worker thread. (Test case demonstrating the erronous behaviour.) Validation,284348,mario.winterer@scch.at,3060,[Validation] Deterioration of performance with Eclipse Galileo due to Tracing (patch that caches the isDebugging flag and invalidates the cache on changes) Validation,284348,boris.gruschko@sap.com,2095,[Validation] Deterioration of performance with Eclipse Galileo due to Tracing (Testcase for the patch) Validation,284348,boris.gruschko@sap.com,5416,[Validation] Deterioration of performance with Eclipse Galileo due to Tracing (Patch and testcase) Validation,295841,hska@mattsch.com,4675,MarkerUtil does not create markers for nested statuses (Added methods which recursively unwrap all children of multi-statuses and creates markers for them) Third Party Software (Section 3) XML4J 4.3, org.eclipse.emf.ecore/ecore.jar, Apache Software License, derivative work, 338, emf Tomcat 3.2.4, org.eclipse.emf.codegen/codegen.jar, Apache Software License, derivative work, 2335, emf SDO 1.0 Specification Interfaces, org.eclipse.emf.ecore.commonj.sdo, Royalty-free license from IBM/BEA (see about.html), unmodified source, 2336, sdo JMS Spec Version: 1.1 (Glassfish), /cvsroot/modeling/org.eclipse.emf/org.eclipse.emf.net4j/examples/org.eclipse.net4j.jms.api, EPL-compatible CDDL, unmodified binary, 2338, net4j Apache Commons Codec 1.3, /cvsroot/tools/org.eclipse.orbit/org.apache.commons.codec, EPL 1.0, original jar repackaged as OSGi bundle, 2339, net4j Apache HttpClient 3.1, /cvsroot/tools/org.eclipse.orbit/org.apache.commons.httpclient, EPL 1.0, original jar repackaged as OSGi bundle, 2340, net4j Apache Derby 10.1.2.1, /cvsroot/tools/org.eclipse.orbit/org.apache.derby, EPL 1.0, original jar repackaged as OSGi bundle, 2341, net4j Third Party "Works-With" Software (Non-EPL, Non-Distributed) asm.jar 1.5.3, org.eclipse.emf.teneo.hibernate.libraries, ObjectWeb License, used for build/test; optional at runtime; not in CVS; not shipped, 2427, teneo bcel-5.1.jar, org.eclipse.emf.teneo.jpox.libraries, Apache 2.0, used for build/test; optional at runtime; not in CVS; not shipped, 2435, teneo cglib-2.1.3.jar, org.eclipse.emf.teneo.hibernate.libraries, Apache 2.0, used for build/test; optional at runtime; not in CVS; not shipped, 2428, teneo commons-collections.jar 2.1.1, org.eclipse.emf.teneo.hibernate.libraries, Apache 2.0, used for build/test; optional at runtime; not in CVS; not shipped, 2429, teneo commons-logging.jar 1.0.4, org.eclipse.emf.teneo.hibernate.libraries, Apache 2.0, used for build/test; optional at runtime; not in CVS; not shipped, 2436, teneo dom4j-1.6.1.jar, org.eclipse.emf.teneo.hibernate.libraries, BSD style, used for build/test; optional at runtime; not in CVS; not shipped, 2430, teneo hibernate3.jar 3.2.5 GA, org.eclipse.emf.teneo.hibernate, LGPL 2.1, used for build/test; optional at runtime; not in CVS; not shipped, 2431, teneo jdo2-api-2.0.jar, org.eclipse.emf.teneo.jpox.libraries, Apache 2.0, used for build/test; optional at runtime; not in CVS; not shipped, 2394, teneo jpox-1.1.7.jar, old version; no longer used, Apache 2.0, used for build/test; optional at runtime; not in CVS; not shipped, 2393, teneo jpox-1.1.9.jar, org.eclipse.emf.teneo.jpox.libraries, Apache 2.0, used for build/test; optional at runtime; not in CVS; not shipped, 2434, teneo jta.jar, org.eclipse.emf.teneo.hibernate.libraries, Sun Binary License, used for build/test; optional at runtime; not in CVS; not shipped, 2432, teneo asm.jar 1.5.3, org.eclipse.emf.cdo.server.hibernate.libraries, ObjectWeb License, used for build/test; optional at runtime; not in CVS; not shipped, 2418, cdo cglib-2.1.3.jar, org.eclipse.emf.cdo.server.hibernate.libraries, Apache 2.0, used for build/test; optional at runtime; not in CVS; not shipped, 2419, cdo commons-collections-2.1.1.jar, org.eclipse.emf.cdo.server.hibernate.libraries, Apache 2.0, used for build/test; optional at runtime; not in CVS; not shipped, 2420, cdo hibernate3.jar 3.2.5 GA, org.eclipse.emf.cdo.server.hibernate.libraries, LGPL 2.1, used for build/test; optional at runtime; not in CVS; not shipped, 2422, cdo jta.jar, org.eclipse.emf.cdo.server.hibernate.libraries, Sun Binary License, used for build/test; optional at runtime; not in CVS; not shipped, 2423, cdo hsqldb.jar 1.8.0.8, org.eclipse.net4j.db.hsqldb, HSQL License, used for build/test; optional at runtime; not in CVS; not shipped, 2424, net4j mysql-connector-java-5.1.5-bin.jar, org.eclipse.net4j.db.mysql, GPL v2, used for build/test; optional at runtime; not in CVS; not shipped, 2425, net4j Eclipse Modeling - EMF - IP Log

EMF IP Log

Committers (Section 1)

  • See list at right.

Developers (Section 2)

ComponentBug #ContributorSizeDescription
Edit Search CVS for bug 75625 75625Ed.Merks15.4K[Plan Item] Review JFace's data binding design to determine how best to exploit it
  • Patches to produce a crude form for the Ecore Editor
Edit Search CVS for bug 75625 75625eclipse-bugs1.7K  • Patch to work around bug in EMFObservableList
Tools Search CVS for bug 101163 101163jacek.pospychalaThe project's source folder is not properly handled
  • [contrib email="jacek.pospychala@pl.ibm.com"/]
Core Search CVS for bug 122422 122422ptitjes1.7KMaking ECrossReferenceEList overrides simpler
  • Patch for ECrossReferenceEList implementation
Core Search CVS for bug 122422 122422ptitjes  • [contrib email="ptitjes@beuz.org"/]
XML/XMI Search CVS for bug 129874 129874jesper13.5KDefault encoding for XML save doesn't preserve Unicode characters
  • Patch for proposed solution A
XML/XMI Search CVS for bug 129874 129874jesper23.9K  • New test case demonstrating a variation on the problem
XML/XMI Search CVS for bug 129874 129874Ed.Merks14.6K  • Simple interim patch
XML/XMI Search CVS for bug 129874 129874jesper  • [contrib email="jesper@selskabet.org"/]
Tools Search CVS for bug 130468 130468digulla5.8KExceptions after clicking into "Instance Class Name"
  • Patch to fix this bug and some related ones
Tools Search CVS for bug 130468 130468digulla  • [contrib email="digulla@hepe.com"/] The changes (with very minor tweaks) have been committed to CVS.
Core Search CVS for bug 130525 130525mailremoveAll problem in DelegatingEList
  • [contrib email="mail@ronald-steinhau.de"/]
Edit Search CVS for bug 131811 131811pnehrerMemory leak in ItemProviderAdapter when using wrappers
  • [contrib email="pnehrer@freeshell.org"/]
XML/XMI Search CVS for bug 132360 132360steve19.1KIndenting fix for Java 5
  • 2.1.1 version of XSDResourceImpl.java file with fixes
XML/XMI Search CVS for bug 132360 132360ssexton  • [contrib email="ssexton@contivo.com"/] The TransformerFactory is already being created in DefaultJAXPConifguration.createTransformer() so the part where the JAXP attribute is set was placed there instead.
Tools Search CVS for bug 136881 136881psodre2.0KJET override/inserts for ItemProvider.javajet
  • Override/Insert for collectNewChildDescriptors.
Tools Search CVS for bug 136881 136881psodre1.1K  • Override/Insert for adding Factories to the Editor.
Tools Search CVS for bug 136881 136881psodre  • The changes have been committed to CVS. I've added control over all the parts of the new child descriptor creation code and I've also moved the editor's constructor code to a separate method so that the code is easier to specialized using the "rename-to-Gen" approach. This change includes contributed code from the patches. [contrib email="psodre@gmail.com"/]
Tools Search CVS for bug 147594 147594davidms2.5KJET Compiler doesn't create missing target folder
  • Reformatted version of Chris' patch
Tools Search CVS for bug 147594 147594zx  • [contrib email="zx@us.ibm.com"/]
Tools Search CVS for bug 149770 149770Eric.Norman1.5KJETBuilder should call IWorkspace.validateEdit(..) before file updates
  • Proposed patch to JETCompileTemplateOperation
Tools Search CVS for bug 149770 149770enorman  • [contrib email="enorman@webmethods.com"/] The contribution has been committed to CVS.
Edit Search CVS for bug 150500 150500hrr1.4Kbugs in merge algorithm in AdapterFactoryContentProvider$ViewerRefresh
  • patch that fixes the described bugs
Edit Search CVS for bug 150500 150500hrr  • [contrib email="hrr@protos.de"/]
Teneo Search CVS for bug 155131 155131douglas.bitting185.1KSupport for Hibernate-specific annotations
  • Patch to support hibernate-specific annotations.
Tools Search CVS for bug 156783 156783jdidionAdd AES implementation of URIConverter.Cipher
  • [contrib email="jdidion@loudeye.com"/] Thanks for this contribution John. I've used your patch to create the org.eclipse.emf.ecore.resource.impl.AESCipherImpl. I did some changes to your initail code though: - the size of the key can be set on the AESCipherImpl - which is then passed on to the static method generateKey(int). - the original outpustream on encrypt(OutputStream) is now being wrapped by a FilterOutputStream that prevents it to be closed when the CipherSOutputtream is closed. You've referred to this "closing stream issue" as a bug but it is actually working as designed. If you look at ResourceImpl.save(OutputStream Map) you will notice that since the stream is passed by the application we cannot blidnly close it. The changes are committed to CVS.
Teneo Search CVS for bug 158353 158353douglas.bitting1.1K[PATCH] Incorrect reporting of SQLCaseStrategy
  • Correctly report SQLCaseStrategy
Teneo Search CVS for bug 158356 158356douglas.bitting4.3K[PATCH] Support unversioned entities
  • Support new PersistentOption.ALWAYS_VERSION
Teneo Search CVS for bug 158376 158376douglas.bitting1.1K[PATCH] Embedded Ids generate invalid column mapping
  • dcb.patch
Teneo Search CVS for bug 158782 158782douglas.bitting1.3K[PATCH] ManyToMany always includes computed JoinColumn
  • dcb.patch
Teneo Search CVS for bug 158849 158849douglas.bitting1.6K[PATCH] AnnotationTokenizer is overly restrictive
  • Search CVS for bug 158849 158849.patch
Teneo Search CVS for bug 158851 158851douglas.bitting1.1K[PATCH] EAnnotationParserImporter doesn't find subtypes
  • Search CVS for bug 158851 158851.patch
Teneo Search CVS for bug 158853 158853douglas.bitting2.1K[PATCH] Support for like-named annotations
  • Search CVS for bug 158853 158853.patch
Edit Search CVS for bug 161744 161744irbull4.5KgetReachableObjectsOfType StackOverFlow on Large Instance Data
  • Uses a queue instead of deep recursion
Edit Search CVS for bug 161744 161744Ed.Merks13.9K  • The changes I think we'll commit
Edit Search CVS for bug 161744 161744irbull  • [contrib email="irbull@cs.uvic.ca"/] I've committed the changes in the patch.
Teneo Search CVS for bug 162339 162339mkanaley10.8KSupport for custom EMF data types
  • HibernateMappingGenerator.java - an update to an existing Teneo class (CVS – revision 1.2).
Teneo Search CVS for bug 162339 162339mkanaley8.3K  • CustomDataTypeUserType.java - a new class for the Teneo distribution. It is a Hibernate UserType implementation to de/serialize the custom data type to/from the VARCHAR column.
Transaction Search CVS for bug 163291 163291Ed.Merks6.1Ksupport for 'archive' scheme in the WorkspaceSynchronizer.getFile
  • How about a new method getUnderlyingFile?
Teneo Search CVS for bug 165428 165428ilya.klyuchnikov2.2KWhen teneo loads objects into HibernateResource there are no notifications also "lazy" loading doesn't add objects to resource
  • patch
Teneo Search CVS for bug 165450 165450ilya.klyuchnikov2.3KIt would be great if hibernate resource can incrementally load objects by query
  • proposed patch
Validation Search CVS for bug 165458 165458dvorak.radek11.5KBetter support of custom EnvironmentFactory in OCL model constraints
  • OCLModelConstraint patch
Validation Search CVS for bug 165661 165661give.a.damus56.0KXmlConstraintProvider : pull-up the common functionality to AbstractConstraintProvider
  • Generalization of constraint parser API
Validation Search CVS for bug 165661 165661radek.dvorak  • [contrib email="radek.dvorak@borland.com"/]
Edit Search CVS for bug 165770 165770halEnhance combo box cell editor to support typing a prefix filter
  • [contrib email="hal@idi.ntnu.no"/] This is a very helpful contribution. I got so used to having this convenience it quickly became annoying not to have it. I've committed the changes to HEAD.
Core Search CVS for bug 166112 166112pnehrer82.3KSupport XML Processing Instructions
  • Proposed patch that could address this feature request.
Core Search CVS for bug 166112 166112pnehrer  • [contrib email="pnehrer@freeshell.org"/] Changes derived from your patches have been committed to CVS. A number of issues needed to be addessed some stemming from early and unrelated changes. The instanceType of a SimpleAnyType should be considered transient in XMLSave and with the new detection of dangling IDREF references a save problem shows up. FeatureMapEntries shouldn't be serializeable since they can't be properly deserialized; their feature needs to be considered non-transient in XMLSave. Since the special mixed contents features of the XML Type Document root are always isMany they should not be surfaced as a single valued accessor in the XMLTypeDocumentRoot's API. :-( So I've suppressed them from the API and ensured they are generated as multi-valued. The XSDEcoreBuilder was producing a bogus base class for SimpleAnyType so that was special cased to suppress it. I renamed ProcessingInstructionType to just be ProcessingInstruction. I didn't provide the special create method for ProcessingInstruction in the factory. It's better for people to use the special FeatureMapUtil.add/createEntry methods.
XML/XMI Search CVS for bug 166967 166967pnehrerWhen serializing XML documents trailing comments don't get placed on a new line
  • [contrib email="pnehrer@freeshell.org"/] The suggested changes have been committed to CVS.
Core Search CVS for bug 170204 170204jfrancisID of Plugin containing a generated EPackage
  • [contrib email="jfrancis@his.co.uk"/] We've used the content of the method getModelPluginIDfromEPackageNSUri(String) below to implement the following JUnit test method org.eclipse.emf.test.tools.ToolsTest.testGetEcoreGenModel(). Thanks for posting the code.
Core Search CVS for bug 170223 170223boris.gruschko1.7KeNameToFeatureMap in EClassImpl is not being updated after structural feature name had changed
  • Patch for the test case. Needed for bug reproduction.
Core Search CVS for bug 170223 170223boris.gruschko1.3K  • A crude patch fixing the problem.
Core Search CVS for bug 170223 170223boris  • [contrib email="boris@gruschko.org"/] The changes are committed to CVS; rather than an adapter I override setName to make it more efficient. I also made a similar fix for EPackage.getEClassifier. I've included your test case in our JUnits so that's a contribution
Teneo Search CVS for bug 175909 175909bvetter1.2KDate & DateTime XSD mappings are to a VARCHAR and not date or timestamp
  • Patch to the AbstractMapper class
Teneo Search CVS for bug 175909 175909bvetter2.8K  • Patch to the ECoreDataTypes class
Teneo Search CVS for bug 175909 175909bvetter6.1K  • Additional hibernate mapping classes for data and datetime
Teneo Search CVS for bug 176356 176356BCabe677.0BsetModified(false) is not called after a succesful save() on the StoreResource
  • Patch against R0_7_0_maintenance branch
Teneo Search CVS for bug 176833 176833jdboudreault42.1Kchange relational mapping of EMap
  • The newly refactored EMap
Teneo Search CVS for bug 177369 177369jdboudreault66.6KImplement a new system option to enable full classification of entities implementation
  • this patch provides a new option to enable fully qualified names
Transaction Search CVS for bug 177643 177643dcummin16.0KTransactionalEditingDomain's TransactionValidator should be configurable
  • Proposed patch
Validation Search CVS for bug 177644 177644dcummin16.8KIValidator should provide mechanism to filter constraints
  • Proposed patch
Validation Search CVS for bug 177645 177645dcummin55.0KConstraints Preference Page is not extensible
  • Proposed patch
Validation Search CVS for bug 177647 177647dcummin41.8KProvide a mechanism to contribute new event types
  • Proposed patch
Validation Search CVS for bug 177653 177653dcummin9.6KLiveValidator filters out notifications from notifiers who are not attached to a resource
  • Updated patch with copyright dates fixed
Validation Search CVS for bug 177656 177656dcummin29.0KAdd listener API for enablement changes in constraints
  • Proposed patch
Validation Search CVS for bug 178121 178121dcummin18.7KNeed API to create a ConstraintStatus on non-target object
  • Proposed patch w/ JUnits
Transaction Search CVS for bug 178793 178793dcummin4.9KTransactions should indicate if they were the result of an undo/redo operation
  • Proposed patch
Validation Search CVS for bug 178840 178840dcummin1.2KWhen an event type is contributed with no notification generator an error appears in the log
  • Proposed patch
Tools Search CVS for bug 179004 179004marcelop2.7K[Compatiblity]JDOM-based JMerge facade NPEs standard JMerge rules
  • Changes to the current source code
Tools Search CVS for bug 179004 179004pelder  • [contrib email="pelder@ca.ibm.com"/] The changes have been committed to CVS.
Teneo Search CVS for bug 179313 179313jdboudreault4.2KColumn annotation attribute "nullable" is not being considered in hbm mapping.
  • ensures that the column nullable annotation attribute is considered when generating mapping.
Core Search CVS for bug 185971 185971Ed.Merks19.8KEMF RegistryReaders need to be dynamic
  • I'll attach again as a patch so the diff will show.
Core Search CVS for bug 185971 185971backhous  • The changes are committed to CVS. I'll mark this as a contribution since I morphed your example into the final solution [contrib email="backhous@us.ibm.com"/]
Teneo Search CVS for bug 195242 195242BCabe3.5KHibernate SessionWrapper should allow to execute queries with named parameters
  • Adds support for queries with named parameters
Query Search CVS for bug 196579 196579thebravoman1.3KInvalide "instanceof" check in SelectWritersDelegate
  • patch changing the instanceof check
Teneo Search CVS for bug 196687 196687jason.henriksen.spam7.7Kteneo should support commenting the output hbm
  • patch to support commenting the hbm file
Teneo Search CVS for bug 196689 196689jason.henriksen.spam6.3KTeneo should support using a non-standard named hbm file
  • patch to allow user to specify which file to use for HBM
Teneo Search CVS for bug 197110 197110BCabe2.3KTeneoSQLNameStrategy should not remove the first vowel when doing truncation
  • Fix to always preserve the first char (whether it's a vowel or not) during truncation
Teneo Search CVS for bug 197514 197514BCabe975.0BPersistenceOptions.SET_FOREIGN_KEY_NAME : bad default value
  • my two cents as always :)
Teneo Search CVS for bug 198124 198124sbernard8.8KMore accurate default containment/non-containment cascade policy needed
  • custom default cascade policy
cdo.net4j Search CVS for bug 201366 201366smcduff3.8KChannels are messed up in remote connector
  • Patch to see the problem
cdo.net4j Search CVS for bug 201366 201366smcduff3.9K  • TestCase and possible fix
cdo.net4j Search CVS for bug 201457 201457smcduff2.1KCannot compile BufferPool using Maven (Generics)
  • Patch
Transaction Search CVS for bug 207306 207306geoff.martin15.2KWorkspaceSynchronizer does not handle deletion of a resource in certain circumstances
  • Patched class file
Teneo Search CVS for bug 207799 207799karypid4.0KNoClassDefFoundError for XMLGregorianCalendarImpl
  • Use DatatypeFactory to construct XMLGregorianCalendar.
Transaction Search CVS for bug 209491 209491Ed.Merks3.3KRepeated calls on EMFOperationCommand.dispose() causes a NPE
  • Fix and a JUnit to test it.
Edit Search CVS for bug 210139 210139eclipse-bugs5.7KProvide provisonal APIs to support data binding.
  • Patch to make EditingDomain observable value more flexible
Edit Search CVS for bug 210139 210139Boris_Bokowski  • I'm really not sure but I certainly consider that Boris and Giulio make significant contributions that could easily and likely did exceed 100 lines. But I would hope that we've not exceeded the 250 "we should have had it reviewed by IP limit" although to be perfectly honest I didn't get out my line-of-code count-o-meter to test that. Of course a lawyer could do deltas between the patches and come up with such a figure if they felt so inclined. I just want to be sure that Boris and Giulio are recognized as having made a significant contribution to the final result. Perhaps we could peg each at ~200 lines call it a medium (rather than small) contribution and allow the lawyers to to split hairs if necessary. [contrib email="Boris_Bokowski@ca.ibm.com"] [contrib email="giulio.seregni@vobelisk.com"] Thanks guys for helping make EMF even more useful to even more people!!
Edit Search CVS for bug 210139 210139giulio.seregni  • Only one of these allowed per comment. [contrib email="giulio.seregni@vobelisk.com"]
Query Search CVS for bug 211055 211055Ed.Merks5.2KEMF queries using SubStringValue can't handle empty Strings
  • New patch with additional tests.
Query Search CVS for bug 211055 211055Ed.Merks2.5K  • New patch with additional tests (for 1.2)
Core Search CVS for bug 215131 215131Ed.Merks2.7K[Databinding] EMF support for ComposedMap like BeanObservables
  • We'd want something analogous in EMFEditObservables...
Core Search CVS for bug 215131 215131endante  • [contrib email="endante@gmail.com"] The changes have been committed to CVS for 2.4.
Teneo Search CVS for bug 215427 215427ole.ersoy811.0BDocumentation Update
  • Documentation Patch
Teneo Search CVS for bug 216658 216658jason.henriksen.spam13.8KThe back tick character makes DB2 not work URI Mapper plugin Default DataStore name
  • Patch to apply the items listed above
Teneo Search CVS for bug 224790 224790n_phaneesh1701048.2KNamedQuery annotation support for Hibernate
  • Patch for NamedQuery Support
Transaction Search CVS for bug 225068 225068mario.winterer3.9KMemory leak in Undo/RedoActionWrapper due to never unregistered IPartListener
  • New Patch that can handle multiple workbench-pages
Validation Search CVS for bug 227203 227203ldamus6.3KEarly initialization of event maps in XmlConstraintDescriptor.TargetDescriptor wastes memory
  • Proposed fix.
Teneo Search CVS for bug 227673 227673jason.henriksen.spam7.8KNeed to specify alternate date handler classes
  • requested patch
Transaction Search CVS for bug 228357 228357Ed.Merks2.4KDBCS3.4: Undo/Redo do not update Properties view in EMF Workbench Example Editor
  • Changes that seem to do the trick
Validation Search CVS for bug 228482 228482Ed.Merks1.6KRemove @canBeSeenBy
  • Remove the lines with that bogus annotation.
Validation Search CVS for bug 228679 228679Ed.Merks2.0KRemove "com.ibm.xtools" uses.
  • Change IDs to use org.eclipse
XML/XMI Search CVS for bug 229998 229998Ed.Merks7.7KEMOF Comment and Property.oppositeRoleName support
  • A few updates and formatting changes
XML/XMI Search CVS for bug 229998 229998ed  • http://www.eclipse.org/modeling/emf/project-info/ipquery.php?showobsolete shows it just fine. If you want it to appear as a non-obsolete patch in future you can: a) not mark patches obsolete when you resubmit them to the bug - or - b) add the contrib tag at any point to a bug [contrib email="ed@willink.me.uk"/]
Tools Search CVS for bug 233843 233843davidms79.7KGenmodel should allow to configure how Interface and Implementation names of classes are computed
  • Patch take 3
Core Search CVS for bug 233847 233847tom.schindl3.6KInternal Ecore-Code not as efficient as possible for primitive integers shorts ...
  • Ecore-Impl patch
Core Search CVS for bug 233847 233847tom.schindl3.2K  • Util-patch
Core Search CVS for bug 233847 233847tom.schindl3.2K  • xml-util-patch
Core Search CVS for bug 233848 233848tom.schindl1.3KSuspicious code in EcoreValidator#isMatching() & equalTypeArguments
  • patch
Core Search CVS for bug 233850 233850tom.schindl952.0BPossible NPE in RegEx#dumpRanges
  • patch
Core Search CVS for bug 233852 233852tom.schindl4.5K[Common] Code should use autoboxing instead of creating a new object type
  • patch
XML/XMI Search CVS for bug 233854 233854tom.schindl3.5KInternal code should use autoboxing instead of creating object for primitives
  • patch
Edit Search CVS for bug 233855 233855tom.schindl857.0BSuspicious code in ChangeCommand#new()
  • patch
Edit Search CVS for bug 233856 233856tom.schindl1.1KRemoveCommand#toString() should use Arrays#toString()
  • patch
Edit Search CVS for bug 233857 233857tom.schindl2.2KInternal code should use autoboxing instead of creating object for primitives
  • patch
Edit Search CVS for bug 233858 233858tom.schindl1.1KUnneeded instanceof check in ItemProviderAdapter#getCreateChildDescription
  • patch
Core Search CVS for bug 233860 233860tom.schindl1.1K[Common] Unneeded concat with a null-Value
  • patch
Core Search CVS for bug 233861 233861tom.schindl939.0B[Common] ArchiveURLConnection#getOutputStream() unneeded call to toString() on a String
  • patch
XML/XMI Search CVS for bug 233864 233864tom.schindl872.0BXMIMapImpl has unneeded instanceof check
  • patch
XML/XMI Search CVS for bug 233865 233865tom.schindl4.0KInefficient usage of keySet
  • patch
Core Search CVS for bug 234656 234656florian2.5KEStructuralFeatureImpl.dynamicGet unsets resolved Objects when cross resource containment is used
  • Testcase to reproduce
Core Search CVS for bug 234656 234656Ed.Merks6.8K  • Make sure the test is invoked from the suite
Transaction Search CVS for bug 235634 235634cvogt1.4KWorkspaceSynchronizer#getFile() should support resource links
  • WorkspaceSynchronizer patch
Transaction Search CVS for bug 244654 244654ldamus5.3K[Properties] undo/redo is not working for any GMF-property tab
  • Proposed fix and JUnit test
Transaction Search CVS for bug 245393 245393ldamus2.7KAllow transaction reuse in direct command execution
  • JUnit to demonstrate the desired behaviour.
Transaction Search CVS for bug 247691 247691ldamus3.8KTransaction.VALIDATE_EDIT option prevents transaction reuse
  • Proposed patch and JUnit test
Transaction Search CVS for bug 262175 262175boris.gruschko3.1KEMF Transaction lock implementation fails to acquire lock if a scheduling rule has been acquired in a worker thread.
  • Test case demonstrating the erronous behaviour.
Validation Search CVS for bug 284348 284348mario.winterer3.0K[Validation] Deterioration of performance with Eclipse Galileo due to Tracing
  • patch that caches the isDebugging flag and invalidates the cache on changes
Validation Search CVS for bug 284348 284348boris.gruschko2.0K  • Testcase for the patch
Validation Search CVS for bug 284348 284348boris.gruschko5.3K  • Patch and testcase
Validation Search CVS for bug 295841 295841hska4.6KMarkerUtil does not create markers for nested statuses
  • Added methods which recursively unwrap all children of multi-statuses and creates markers for them

130 records found.

Third Party Software (Section 3)

ComponentName & VersionLocationLicenseUsageCQ
emf XML4J 4.3ecore.jar Apache Software Licensederivative work338
emf Tomcat 3.2.4codegen.jar Apache Software Licensederivative work2335
sdo SDO 1.0 Specification Interfaces org.eclipse.emf.ecore.commonj.sdo Royalty-free license from IBM/BEA (see about.html)unmodified source2336
net4j JMS Spec Version: 1.1 (Glassfish)org.eclipse.net4j.jms.api EPL-compatible CDDLunmodified binary2338
net4j Apache Commons Codec 1.3org.apache.commons.codec EPL 1.0OSGi bundle2339
net4j Apache HttpClient 3.1org.apache.commons.httpclient EPL 1.0OSGi bundle2340
net4j Apache Derby 10.1.2.1org.apache.derby EPL 1.0OSGi bundle2341

7 records found.

Third Party "Works-With" Software (Non-EPL, Non-Distributed)

ComponentName & VersionLocationLicenseUsageCQ
teneo asm.jar 1.5.3 org.eclipse.emf.teneo.hibernate.libraries ObjectWeb Licensenot shipped2427
teneo bcel-5.1.jar org.eclipse.emf.teneo.jpox.libraries Apache 2.0not shipped2435
teneo cglib-2.1.3.jar org.eclipse.emf.teneo.hibernate.libraries Apache 2.0not shipped2428
teneo commons-collections.jar 2.1.1 org.eclipse.emf.teneo.hibernate.libraries Apache 2.0not shipped2429
teneo commons-logging.jar 1.0.4 org.eclipse.emf.teneo.hibernate.libraries Apache 2.0not shipped2436
teneo dom4j-1.6.1.jar org.eclipse.emf.teneo.hibernate.libraries BSD stylenot shipped2430
teneo hibernate3.jar 3.2.5 GA org.eclipse.emf.teneo.hibernate LGPL 2.1not shipped2431
teneo jdo2-api-2.0.jar org.eclipse.emf.teneo.jpox.libraries Apache 2.0not shipped2394
teneo jpox-1.1.7.jar old version; no longer used Apache 2.0not shipped2393
teneo jpox-1.1.9.jar org.eclipse.emf.teneo.jpox.libraries Apache 2.0not shipped2434
teneo jta.jar org.eclipse.emf.teneo.hibernate.libraries Sun Binary Licensenot shipped2432
cdo asm.jar 1.5.3 org.eclipse.emf.cdo.server.hibernate.libraries ObjectWeb Licensenot shipped2418
cdo cglib-2.1.3.jar org.eclipse.emf.cdo.server.hibernate.libraries Apache 2.0not shipped2419
cdo commons-collections-2.1.1.jar org.eclipse.emf.cdo.server.hibernate.libraries Apache 2.0not shipped2420
cdo hibernate3.jar 3.2.5 GA org.eclipse.emf.cdo.server.hibernate.libraries LGPL 2.1not shipped2422
cdo jta.jar org.eclipse.emf.cdo.server.hibernate.libraries Sun Binary Licensenot shipped2423
net4j hsqldb.jar 1.8.0.8 org.eclipse.net4j.db.hsqldb HSQL Licensenot shipped2424
net4j mysql-connector-java-5.1.5-bin.jar org.eclipse.net4j.db.mysql GPL v2not shipped2425

18 records found.

Incubation

Some components are currently in their Validation (Incubation) Phase.

Committers (Section 1)

11 committers found

Developers (Section 2)
Third Party Software (Section 3)
Data Inclusion

Note that this data is only as accurate as the process used to collect it. To appear in this list, a contribution must: (1) have a related bug, (2) include a patch type attachment, and (3) bear the contributed keyword.

For older bugs that do not follow the above convention, you can also tag a contribution by entering a [contrib email="..."/] comment in a bug, or add some Additional IP like this.

If you see an omission and cannot correct it yourself, please report it.