PR# 10742 Wrong feature shown when pick and drop after VMFN error
Problem Report Summary
Submitter: prestoat2000
Category: EiffelStudio
Priority: Medium
Date: 2006/07/23
Class: Bug
Severity: Non-critical
Number: 10742
Release: 5.7.61376
Confidential: No
Status: Open
Responsible: misterieking
Environment: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.7) Gecko/20060120
Solaris 10 on x86
Synopsis: Wrong feature shown when pick and drop after VMFN error
Description
tart estudio and open existing project with trivial root class TEST,
with creation procedure
make is do print ("Weasel") end
Add to TEST two more features named `make':
make (n: INTEGER) is do print ("Turkey") end
make (d: DOUBLE) is do print ("Hamster") end
Click on Compile. When estudio reports VMFN error, the different
signatures of the different versions of `make' (such as `make (n:
INTEGER)') are correctly displayed. Now drag each of the 4
occurrences of `make' from the Output tab into the Create New
Window hole. The occurrences of `make' are supposed to represent
three different versions of feature `make', but all 4 of them have
the text of the first feature: make is do print ("Weasel") end.
To Reproduce