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

Bug 104552

Summary: FactoryPath.setContainers should not throw an IOException
Product: [Eclipse Project] JDT Reporter: Konstantin Komissarchik <konstantin>
Component: APTAssignee: Walter Harley <eclipse>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Konstantin Komissarchik CLA 2005-07-20 14:30:16 EDT
Currently, FactoryPath.setContainers() method throws both a CoreException and 
an IOException. It should probably be changed to only throw a CoreException by 
converting the IOException into a CoreException.
Comment 1 Walter Harley CLA 2005-07-22 17:29:41 EDT
Fixed.
Comment 2 Konstantin Komissarchik CLA 2005-12-13 13:06:51 EST
Closing.