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 175184

Summary: Code completition can prioritize classes with name containing word "exception" after typing "throw new"
Product: php Reporter: teuzz <teuzz>
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: ENHANCEMENT Exception Reporter:

Description teuzz 2009-10-22 09:47:49 UTC
It would be really great, if code completition pop-up (~intellisense) would display classes with name containing 
expression "Exception" after typing throw new before the other classes, wouldn't it? :-)
Comment 1 rmatous 2009-10-22 10:09:44 UTC
Not bad idea but I'm not sure whether can done, because Exception suffix in class name is just recommendation, I think -
and not every developer probably respects it. We would probably need to add option for it (disabled as default) and on
the other hand having tons of options would make it an uneasy for developers to setup it.

So, sorry but I think this won't be implemented. Keeping this issue open, to gather other comments, opinion but making
priority to P4. Anyway thanks
Comment 2 Filip Zamboj 2010-09-15 12:30:22 UTC
batch reassigning
Comment 3 Ondrej Brejla 2011-08-30 15:17:50 UTC

*** This bug has been marked as a duplicate of bug 201310 ***