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 - Code completition can prioritize classes with name containing word "exception" after typing "throw new"
Summary: Code completition can prioritize classes with name containing word "exception...
Status: RESOLVED DUPLICATE of bug 201310
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows 7 x64
: P4 blocker (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-22 09:47 UTC by teuzz
Modified: 2011-08-30 15:17 UTC (History)
0 users

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 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 ***