| Summary: | Implement method sometimes doesn't add class name to methods in .cpp | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Marc-André Laperle <malaperle> | ||||||
| Component: | cdt-refactoring | Assignee: | Emanuel Graf <emanuel> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | Emanuel Graf <emanuel> | ||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | cdtdoug | ||||||
| Version: | 8.0 | ||||||||
| Target Milestone: | 7.0.2 | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
CDT 8.0.0.201101051202 I can't attach the code to help reproduce the bug but here's an illustration: Foo.h: class Foo { void bar(); }; Results in... Foo.cpp: void bar() { } I will try to reproduce it with a simple code or attach a patch.