Bug 46768 - Call Hierarchy does not work on constants
Summary: Call Hierarchy does not work on constants
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M5   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-17 08:45 EST by Brian Nielsen CLA
Modified: 2003-11-21 06:19 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Nielsen CLA 2003-11-17 08:45:48 EST
Nothing happens when I invoke Call Hierarchy on a constant field (declared as 
public static final). It works fine for methods.
Comment 1 Dirk Baeumer CLA 2003-11-17 09:16:31 EST
Moving to JDT/Core for comments. References to constant fields aren't reported 
as results from the search engine.
Comment 2 Philipe Mulet CLA 2003-11-21 06:19:18 EST
Constants are inlined in binaries, thus the information you're looking for 
doesn't exist any longer.

Cannot do anything