Bug 24230 - search: does not find a references to constructor in anonymous type creations nodes
Summary: search: does not find a references to constructor in anonymous type creations...
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M2   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 23585
  Show dependency tree
 
Reported: 2002-09-30 13:28 EDT by Adam Kiezun CLA
Modified: 2002-10-14 08:41 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 Adam Kiezun CLA 2002-09-30 13:28:00 EDT
package p;
class A {
    A(int a, int b){}
     void f(){
        new A(1, 4){};
    }
}

search for references to the constructor - none is found
Comment 1 Jerome Lanneluc CLA 2002-10-14 08:41:27 EDT
Verified this works in build 20021009.