PR# 19964 Client clauses duplicated in Clickable views

Problem Report Summary
Submitter: gobobe
Category: EiffelStudio
Priority: Low
Date: 2025/11/04
Class: Bug
Severity: Non-critical
Number: 19964
Release: 25.02.9.8732
Confidential: No
Status: Analyzed
Responsible:
Environment: win
Synopsis: Client clauses duplicated in Clickable views

Description
Let's assume that you have a class with the following Eiffel code:

```eiffel
feature {SOME_CLASS} -- Access
```

If you view the class in the Clickable view (either in the Editor or in the Class tool), EiffelStudio will display it has follows:

```eiffel
feature {SOME_CLASS}{SOME_CLASS} -- Access
```

--
Eric Bezault
Available as Freelance to find and/or fix bugs in EiffelStudio
To Reproduce

										
Problem Report Interactions
From:gobobe    Date:2025/12/31    Status: Analyzed    Download   
I cannot reproduce it either.
I guess that it was with a class containing some specific code. But I don't remember what this class was.

--
Eric Bezault

From:jfiat_es    Date:2025/12/31    Status: Analyzed    Download   
We were not able to reproduce, do you have a specific code to reproduce?