History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-17996
Type: Bug Bug
Status: Open Open
Assignee: Alexey Kudravtsev
Reporter: Serge Baranov
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Find Usages yeilds no results for Constant from package scope Class

Created: 02 May 08 12:02   Updated: 03 May 08 19:06
Component/s: Find, Replace, Find Usages

Build: 7,822
Severity: Medium


 Description  « Hide
Support feedback:

Place classes A and B in one package and C in another. Then find usages for constant A.AAA
Should be found in C, but is not.

class A{ public static final String AAA = "aaa"; }

public class B extends A {}

/* in some "other" package */
public class C extends B { final String CCC = AAA; }



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.