Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 351263

Summary: CDOTransactionImpl#getTransactionHandlers() throws NPE instead of returning an empty array
Product: [Modeling] EMF Reporter: Eike Stepper <stepper>
Component: cdo.coreAssignee: Eike Stepper <stepper>
Status: CLOSED FIXED QA Contact: Eike Stepper <stepper>
Severity: normal    
Priority: P3    
Version: 4.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Eike Stepper CLA 2011-07-06 01:59:59 EDT
Cloned from: 350008: CDOTransactionImpl#getTransactionHandlers() throws NPE instead of returning an empty array
https://bugs.eclipse.org/bugs/show_bug.cgi?id=350008

Build Identifier: 4.0 GA

If transactionHandlers1 or transactionHandlers2 are empty (null in this case), org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl.getTransactionHandlers() should return an empty array instead of throwing a NPE.

Reproducible: Always
Comment 1 Eike Stepper CLA 2011-07-06 02:02:57 EDT
Committed revision 8609:
- branches/4.0-maintenance/plugins/org.eclipse.emf.cdo
Comment 2 Eike Stepper CLA 2011-07-06 02:03:16 EDT
Resolved
Comment 3 Eike Stepper CLA 2012-09-21 06:50:06 EDT
Closing.