This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 189619 - PHP provide hints for exceptions thrown from function calls
Summary: PHP provide hints for exceptions thrown from function calls
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-18 02:07 UTC by valsodarg
Modified: 2014-12-09 12:11 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description valsodarg 2010-08-18 02:07:15 UTC
It will be of great help to be able to provide hints where exceptions thrown from function calls are not handled. For example if a function throws both FileNotFound and RandomException and the calling function only handles RandomException the editor should hint that not all exceptions are being caught.
Comment 1 Filip Zamboj 2010-09-15 12:33:00 UTC
batch reassigning
Comment 2 Daw 2014-12-09 11:55:21 UTC
It will be great to add this functionality such as hint that says "add try block" on function which is throwable.