Bug 11568 - Code resolve does not work for changed constructor
Summary: Code resolve does not work for changed constructor
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows NT
: P3 major (vote)
Target Milestone: 2.0 M4   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-18 11:59 EST by Dani Megert CLA
Modified: 2002-03-20 14:28 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.