Constructors with default parameters show up twice (#2762)
When I have a constructor with a default parameter I see the constructor twice when I reverse engineer code. The first looks correct, in my case protected with the default parameter. The second instance is private without it.
It also seems like all methods after this occurs show up as private which even if they are protected.
Created
17 April 2025 20:15:06
Closed
Not Closed
Requested by
John Wood
State
New
Version
14.91
OperatingSystem
Windows 10
Solved in
Unsolved
Dusan Rodina - softwareideas.net 20 April 2025 14:35:34
Hello,
Could you please send us a sample code to softwareideas@softwareideas.net that reproduces this issue?
This will help us investigate and address the problem more effectively.