Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
Qt Creator 10.0.1
-
Windows 10 22H2, MSVC 2019 x64 kit
Description
The recording above tries to do 4x renaming operations.
- Renamed the 1st instance of MyClass::overloadedFunction() -> MyClass::overloadedFunction2() (OK)
- Renamed the 2nd instance of MyClass::overloadedFunction() -> MyClass::overloadedFunction2() (OK)
- Renamed the 1st instance of MyClass::overloadedFunction2() -> MyClass::overloadedFunction() (OK)
- Renamed the 2nd instance of MyClass::overloadedFunction2() -> MyClass::overloadedFunction() (ERROR)
Error -32001: invalid name: conflict with the symbol in XYZ
Notes
This error does not always occur. Sometimes, I'm able to successfully perform all 4 rename operations. Other times, Step #2 already produces the error.