Bug 534691 - Search by reference on "new statement" returns all statements.
Summary: Search by reference on "new statement" returns all statements.
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PHP UI CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-15 08:59 EDT by Dawid Pakula CLA
Modified: 2020-05-14 10:15 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dawid Pakula CLA 2018-05-15 08:59:19 EDT
Due performance and limitation, PDT/DLTK search by function/method reference use only name. Due this if you run search by reference on "new Something" on search result you will see all "new" calls. 

I think will be better to search by type name only.