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: Open
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