Bug 327017 - Ensure exceptions are handled correctly
Summary: Ensure exceptions are handled correctly
Status: NEW
Alias: None
Product: JSDT
Classification: WebTools
Component: Debug (show other bugs)
Version: 3.3   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: Future   Edit
Assignee: Project Inbox CLA
QA Contact: Simon Kaegi CLA
URL:
Whiteboard: EaseOfUse
Keywords:
Depends on: 279737 309859 326920
Blocks:
  Show dependency tree
 
Reported: 2010-10-05 11:02 EDT by Michael Rennie CLA
Modified: 2012-03-01 14:12 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Rennie CLA 2010-10-05 11:02:15 EDT
There are many places in JSDT debug and JSDI that certain exceptions are trapped for a variety of reason and other places where they are not. We must ensure that we consistently handle and report exceptions so that defects can be identified and users can understand if something went wrong. The "silently fail and clean up" approach does not help with use or adoption.