Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 363528 - IOExceptions while reading class bytes should not be swallowed/ignored
Summary: IOExceptions while reading class bytes should not be swallowed/ignored
Status: RESOLVED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Framework (show other bugs)
Version: 3.8.0 Juno   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: Juno M4   Edit
Assignee: Thomas Watson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-10 14:58 EST by Thomas Watson CLA
Modified: 2011-11-11 10:15 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Watson CLA 2011-11-10 14:58:46 EST
See 363522.

Bug is in the following method:

org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(String, ClasspathEntry, ClassLoadingStatsHook[])

We catch IOExceptions and then return null.  Probably should be throwing some type of runtime exception there.  It is not clear if doing so would result in better error reporting or not.