Bug 11568

Summary: Code resolve does not work for changed constructor
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M4   
Hardware: PC   
OS: Windows NT   
Whiteboard:

Description Dani Megert CLA 2002-03-18 11:59:50 EST
Open Assert.java
Change the constructor to "Asserts"
Select "Asserts" in the editor
Execute an action which uses the Java element from the selection (Rename or Ctrl+H)
Note that the same actions work if started from the Outline view.
Comment 1 Erich Gamma CLA 2002-03-18 13:24:07 EST
first guess is that this is a core problem related to code select.
Comment 2 Philipe Mulet CLA 2002-03-19 04:14:46 EST
This scenario is a selection of method with missing return type.
Comment 3 Philipe Mulet CLA 2002-03-19 04:40:00 EST
Need to apply some fuzzy method lookup since the binding cannot be created.
Comment 4 David Audel CLA 2002-03-20 07:10:06 EST
Fixed.