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

Key: IDEADEV-8612
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Eugene Vigdorchik
Reporter: Maxim Shafirov
Votes: 0
Watchers: 0
Operations

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

Find Usages of method with overloaded incorrectly calculates a scope to search in

Created: 21 Aug 06 21:35   Updated: 22 Aug 06 12:11
Component/s: Find, Replace, Find Usages
Fix Version/s: Demetra 5646

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 5,622
Fixed in build: 5,630


 Description  « Hide
public class Callee {
    private static void foo(Object n) {}
    public static void foo(String s) {}
}
public class Caller {
    public static void main(String[] args) {
        Callee.foo("");
    }
}

Find usages (with overloaded) invoked on private foo() returns "no usages" result, though there are usages of overloaded method.



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