| Summary: | Search does not find callers of private method | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Paul Webster <pwebster> |
| Component: | Core | Assignee: | Satyam Kandula <satyam.kandula> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | daniel_megert, deepakazad |
| Version: | 3.2 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Paul Webster
Not a new problem in M4, happens with M3 build as well. Search also doesn't find the reference but the AST is correct (Mark/Find Occurrences works). I suspect this never worked (tried 3.2 and it's broken there too). It also doesn't work if I import the required projects as binary projects. However, importing them as source fixes the issue. Simple Test Case: 1. start new workspace 2. import 'org.eclipse.ui.workbench' as binary plug-in 3. open Workbench.initializeSourcePriorities() in the editor 4. search reference or open Call Hierarchy on it ==> no references The test case works if 'org.eclipse.ui.workbench' is imported as source (either from target or CVS). This is similar to bug 151389 *** This bug has been marked as a duplicate of bug 151389 *** Calls from anonymous functions are missing. There is a problem correlating the source to the appropriate model element of the anonymous class file, causing this problem. Need to fix this correlation. |