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

Summary: PHP provide hints for exceptions thrown from function calls
Product: php Reporter: valsodarg
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal CC: Daw
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.