Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 351263 - CDOTransactionImpl#getTransactionHandlers() throws NPE instead of returning an empty array
Summary: CDOTransactionImpl#getTransactionHandlers() throws NPE instead of returning a...
Status: CLOSED FIXED
Alias: None
Product: EMF
Classification: Modeling
Component: cdo.core (show other bugs)
Version: 4.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eike Stepper CLA
QA Contact: Eike Stepper CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-06 01:59 EDT by Eike Stepper CLA
Modified: 2012-09-21 06:50 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.