| Summary: | Generate Getters and Setters removes __declspec and breaks formatting | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Marc-André Laperle <malaperle> |
| Component: | cdt-refactoring | Assignee: | Sergey Prigogin <eclipse.sprigogin> |
| Status: | RESOLVED FIXED | QA Contact: | Sergey Prigogin <eclipse.sprigogin> |
| Severity: | normal | ||
| Priority: | P3 | CC: | cdtdoug |
| Version: | 8.1.0 | ||
| Target Milestone: | 8.1.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
Fixed together with bug 363244. |
Using CDT 8.1.0.201111072207 Example: class __declspec(dllimport) Test { public: void Foo(); int test; }; Use Generate Getters and Setters on 'test' field. Result: formatting changes and __declspec is removed.