Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-01-27[458349] Consolidate UI committers/estepper/papyrusEike Stepper202-256/+5546
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=458349
2015-01-25[458349] Consolidate UIEike Stepper14-96/+89
https://bugs.eclipse.org/bugs/show_bug.cgi?id=458349
2015-01-25[458348] Enhance SetContainerEike Stepper3-29/+403
https://bugs.eclipse.org/bugs/show_bug.cgi?id=458348
2015-01-24[Releng] Add JRE 1.7 task to CDO.setupEike Stepper1-10/+16
2015-01-23[458149] Not active: CDOTransactionImpl on CDOResource.getURI()Esteban Dugueperoux2-1/+80
Change-Id: If21b93e7306debc1c9fc52eb8a84606553f7d225 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=458149 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2015-01-22[Dawn] Move "Dawn Remote Preferences" under "CDO"Eike Stepper8-55/+57
2015-01-14457437: Security Editor uses deprecated databinding APIEike Stepper5-141/+142
https://bugs.eclipse.org/bugs/show_bug.cgi?id=457437 Change-Id: Ib8776b3907864a5caa023795c16da4e886d1f7a7 Signed-off-by: Eike Stepper <stepper@esc-net.de>
2015-01-13[429659] Fix EObject.eUnset() legacy specific bugEsteban Dugueperoux2-1/+13
Avoid twice REMOVE_MANY notification dispatch in legacy on unset in CDOStoreImpl.unset() Change-Id: I8ba349f51f135b13833ad4a489628e4c5f2e8af1 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr> Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=429659
2015-01-12[429659] Fix java warnings in Bugzilla_429659_TestEsteban Dugueperoux1-0/+1
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=429659 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2015-01-07[377173] Have commit cancelableEsteban Dugueperoux4-1/+136
Have commit cancelable and throw a OperationCancelException on cancel. Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=377173 Change-Id: Ia9d970df1e8256812dad5d4d40af1df2ce96b469 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2015-01-06[429659] Have EObject.eUnset() clear list for multi-valued featuresLaurent Fasani3-127/+204
Update TransientStore/CDOStoreImpl.unset() to manage many feature unset. REMOVE/REMOVE_MANY notification of multi-valued features are now correcltly send at unset(). Update Bugzilla_429659_Test to test TransientStore/CDOStoreImpl.unset() with single-valued/multi-valued/settable/unsettable feature in CDO and XMI mode. bug 429659 Change-Id: I779a4ff4f8b40788071a92ee21c0f55942eb8b87 Signed-off-by: Laurent Fasani <laurent.fasani@obeo.fr>
2014-12-22[439337] Have CDOLockState prefetch to improve loading time Esteban Dugueperoux10-36/+614
- Have CDOLockState prefetch to improve loading time when an EContentAdapter exists on the ResourceSet. - Bugzilla_439337_Test added to the suite to test CDOLockState prefetch. - CDOView.options().isLockStatePrefetchEnabled()/setLockStatePrefetchEnabled() new option has been added to the API to allow CDOLockStates prefetch. - org.eclipse.emf.cdo.common.revision.CDORevisionsLoadedEvent has been added in API to be notified of new CDORevision loaded from RevisionLoader. - The difficulty is to have CDOViewImpl.objects cache filled before updating the CDOViewImpl.lockStates cache. Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=439337 Change-Id: I061d91b30f732f8d67eaeb6215b4039e36d73f2d Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-12-09[453173] Reduce consumed memory by DBStoreEsteban Dugueperoux1-3/+7
Add a "!=null" check on store properties in case DBStore is created with null properties, for example when calling CDODBUtil.createStore(). Change-Id: Iefa9f756e40b6f8a52e6058bff2ee8793c4f51b7 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=453173 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-12-08Merge "[435198] Add a test to Bugzilla_435198_Test on ↵Steve Monnier1-0/+22
AbstractCDOView.getObject() call with a CDOResource's id"
2014-12-08[453211] CDO 4.3/4.4 not compatible with Juno Eike Stepper2-14/+64
Change-Id: I85abde151647b48d9303a13e93ed19268070120f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=453211
2014-12-04[435198] Add a test to Bugzilla_435198_Test onEsteban Dugueperoux1-0/+22
AbstractCDOView.getObject() call with a CDOResource's id This will allow to close https://bugs.eclipse.org/bugs/show_bug.cgi?id=306216 Change-Id: If8197adb8617f2129db8d4f0bfcd235b5d907ec4 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=435198 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-12-03[453173] Reduce consumed memory by DBStoreEsteban Dugueperoux8-12/+54
Have ObjectTypeTable reset its field on deactivation. Have DBField store Exception only when DBIndex.DISABLE_NULLABLE_CHECK and DBIndex.FIX_NULLABLE_INDEX_COLUMNS are at false to limit comsumed memory of DBField. Change-Id: If1a0b11e0405bcefdf0d73ff42b21f97fe8c7ca7 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=453173 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-11-07[436246] Fix a typo in commentEsteban Dugueperoux1-1/+1
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=436246 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-11-06[436246] CDOObject.cdoPrefetch() useless on CDOBranchEsteban Dugueperoux12-56/+428
Have prefetch returning RevisionInfo, instead of referenced CDORevision, to have PointCDORevision put in cache. Fix the case of a PointerCDORevision without target by putting result as target in RevisionInfo.readResult(). Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=436246 Change-Id: I49744c824b732da12fdbc7818d305d7f5d11ea00 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-11-03[449665] IllegalArgumentException on CDOResource.cdoLockState()Esteban Dugueperoux4-40/+137
IllegalArgumentException is thrown when calling CDOResource.cdoLockState() in Adapter notification when calling transaction.getResource(); because the CDOResource is in CDOState.PROXY before CDOResource.load() is called. Change-Id: Ia7f0cf2619857f7d787df28cdaa8ae368e8bbe28 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=449665 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-11-03[359244] Provide API to get all locked objectsEsteban Dugueperoux9-49/+77
Add InternalLockManager.getLockStates() method in API to be able to get all locked objects. Bug: 359244 Change-Id: I76546c05c01f062c265255745c46fe276b536d4c Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-10-30Fix a typo in java commentEsteban Dugueperoux1-1/+1
2014-10-30[449171] Bad encoding of PointerCDORevision version inEsteban Dugueperoux4-11/+72
CommitNotificationRequest Commit notification send bad CDORevision.version for detached objects. Consequently as PointerCDORevision.version is always at 0, the CommitNotificationIndication doesn't read the CDOBranch then the next read will failed with a EOFException. Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=449171 Change-Id: I387845037f20d9ccbd983c0b7313a0dc3b42c484 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-10-27[448949] Have a specific Exception similar toEsteban Dugueperoux2-2/+46
org.eclipse.emf.ecore.xmi.PackageNotFoundException Add org.eclipse.emf.cdo.util.PackageNotFoundException to be thrown by CDOSessionImpl.loadPackages(). Change-Id: Iea22434675e8021a1f6ecf3947bb8521085ab9fc Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=448949 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-10-24[447912] CDOBranch.getBranches() doesn't return all sub branchesEsteban Dugueperoux3-8/+104
CDOBranch.getBranches() doesn't return all sub branches on first call if another client has created a new branch on same parent Addition of Bugzilla_447912_Test to test the scenario. The fix consists in loading sub branches infos on CDOBranchImpl.addChild() when branches == null. Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=447912 Change-Id: Ibcdda44548a6be49b0e6b94239b065ca33d4f3b8 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-10-24[448584] NPE on DBAnnotationsTest.testLengthAnnotationNegative()Esteban Dugueperoux1-19/+1
execution Remove TransactionCommitContext.removePackageAdapters() as it is useless since CDOPackageUnit is not an Adapter anymore (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=406068 ) Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=448584 Change-Id: I5db59d658165e0267a158fa41595e3d05d157a40 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-10-21[447593] update "org.eclipse.net4j.util" plugin releaseEsteban Dugueperoux3-33/+33
Since "plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/om/trace/Tracer.java" content has changed in previous commit, the plugin release service number must be increased. Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=447593 Change-Id: I044f27ff8bd0d3d9e3920e11e5548f31894e007a Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-10-20[447593] Already in cache when calling twiceEsteban Dugueperoux8-80/+130
"CDOTransaction.setBranch();" Update DBUtil.close() to throw a DBException instead of returning a Exception which will be ignored, when the "-Dorg.eclipse.net4j.db.close.noisy=true" is specified. Reapply partial fix of https://bugs.eclipse.org/bugs/show_bug.cgi?id=370105 , only the "readLists" part and not the "readValuesFromStatement" which is the original cause of bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=406766 . In addition update AllTests and GerritTests launch configuration to have the noisy close enabled during tests execution. Change-Id: I6ed6f2d6d0ead05873c37c43fa6f43b1b5095d2f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=447593 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-09-25[441136] Avoid MonitorProgressRequest/Indication network pollutionEsteban Dugueperoux21-132/+435
Avoid MonitorProgressRequest/Indication network pollution when IProgressMonitor is not used Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=441136 Change-Id: If636810a617aee46af4c532a5f3cdebadf69c001 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-09-08[build] try to fix buildEsteban Dugueperoux2-2/+2
2014-09-08[build] try to fix buildEsteban Dugueperoux2-2/+2
2014-09-04[443281] CDOResource.setURI() call doesn't triggersEsteban Dugueperoux2-34/+163
Resource.RESOURCE__URI notification Update CDOResourceImpl.setURI() to trigger a Resource.RESOURCE__URI notification Add Bugzilla_443281_Test test Change-Id: Idbcdf22fb440f2abcf4011473971377b88413f37 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=443281 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-09-03[435532] Reordering elements in a containment feature causes DBExceptionEsteban Dugueperoux1-7/+13
when audit mode is activated https://bugs.eclipse.org/bugs/show_bug.cgi?id=435532 - enhance a little ListDeltaVisitor.applyOffsetToSource/DestinationIndexes() Change-Id: I93a560200e48035bc96f00bd5dd47cb8cb6b42cb Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=435532
2014-09-03[435532] Reordering elements in a containment feature causes DBException ↵Stefan Winkler2-9/+25
when audit mode is activated https://bugs.eclipse.org/bugs/show_bug.cgi?id=435532 - enhanced test case - fixed bug (related to positive/negative offset) Change-Id: I1974c1b6d9344efdac5e9d25e2192cb5f18289b3 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=435532
2014-09-03[435532] Reordering elements in a containment feature causes DBExceptionAlex Lagarde3-3/+134
when audit mode is activated https://bugs.eclipse.org/bugs/show_bug.cgi?id=435532 - added test case Change-Id: I4e5b5ab66e3f5d542b86e2af28695bda9aa3d4b7 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=435532
2014-09-02[442178] ResourcePermission doesn't work with fragmented resourceEsteban Dugueperoux3-35/+209
Fix CDORevisionUtil.getResourceNodePath() when called with CDOObject contained in fragmented resource Bug: 442178 Change-Id: I2aa34a768e399c26e60577944b10d9ea900e2ef1 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-08-29Change CDO.setupEike Stepper1-13/+34
2014-08-27[releng] try to fix the buildEsteban Dugueperoux2-23/+27
2014-08-26[releng] try to fix the buildEsteban Dugueperoux1-1/+1
Change-Id: I043c98eee2381f170cc74672770c5d3140dec071
2014-08-19Fix ApiBaselineTaskEike Stepper1-2/+2
2014-08-19Fix ApiBaselineTask and version errors in net4jEike Stepper8-26/+29
2014-08-19Redirect CDO.setup to workspaceEike Stepper1-8/+14
2014-08-19Merge branch 'committers/estepper/baseline-4.3' and fix version errorsEike Stepper271-1408/+1724
2014-08-19Prepare baseline for 4.4 integrationEike Stepper254-1311/+1627
2014-08-12[439843] Fixed incorrect container reference idddiver2-9/+80
https://bugs.eclipse.org/bugs/show_bug.cgi?id=439843 Change-Id: Ie8b8c3b239deb2663894cda0aa64e9e37d4a369e Signed-off-by: Leonid Ripeynih <akafakir@gmail.com>
2014-08-11[363355] [Legacy] Could not lock OIDXX : occurs on element deletionSteve Monnier4-32/+277
Have remotely detached object managed before their eContainer is set to null. Bug: 363355 Change-Id: Ife29207ad8f2df92ddd362d0631823aa85cf6934 Signed-off-by: Steve Monnier <steve.monnier@obeo.fr>
2014-08-08[415836] CDOTransaction#getOrCreateBinaryResource throws an exception ifMathieu Velten4-29/+371
resource does not exist Add org.eclipse.net4j.signal.SignalProtocol.setTimeout(long, boolean) to be able to do test with timeout exception on CDOTransaction.getOrCreateXXX() methods. Also move down call to "protocol.setTimeout(signalTimeout);" call in CDONet4jSessionImpl.createProtocol() to avoid deadlock on Bugzilla_415836_Test.testSetSignalTimeoutBeforeSessionOpening() when signal timeout is set on CDONet4jSessionConfiguration before session opening. Bug: 415836 Change-Id: I15ac0c77973fe861c519c9cb478984297c246e02 Signed-off-by: Mathieu Velten <mathieu.velten@atos.net>
2014-08-08[test] fix random failures in PackageRegistryTestEsteban Dugueperoux1-0/+2
2014-08-06[417782] queryXRefs returns no matches where items are set in anEsteban Dugueperoux6-27/+94
EReference with the EType 'EObject' Update XRefsQueryHandler to support reference to EObject and have system EPackages initialized in DB to avoid NPE on query Bug: 417782 Change-Id: I533339e80a75c2f476626417809c3bd9dd18123f Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2014-08-05[430794] CommitConflictException from server-side on commit withEsteban Dugueperoux3-8/+94
CDOSavePoint A change at the end of CDOTransactionImpl.handleConflicts() to not compute dirty state of CDOTransaction only on last CDOSavepoint. A change in CDOMergingConflictResolver.resolveConflicts() to manage all CDOSavepoints. Bug: 430794 Change-Id: I6ce665a9fa9ab1c60e6fadd40249fa910f1ed6a3 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>

Back to the top