Bug 364307 - Renaming a class does not change the name of the file
Summary: Renaming a class does not change the name of the file
Status: CONFIRMED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (Clang-based) (show other bugs)
Version: git master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2016-06-14 09:16 UTC by Cristian Oneț
Modified: 2017-01-12 08:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cristian Oneț 2016-06-14 09:16:17 UTC
Using git master C++ class rename does not handle the destructor and the filename.

Reproducible: Always
Comment 1 Kevin Funk 2017-01-12 08:34:26 UTC
The destructor-handling part is discussed here: https://bugs.kde.org/show_bug.cgi?id=373452

File rename indeed does not seem to trigger. Let's make this bug report about the file renaming issue.