| Summary: | Generate Getters and Setters can generate code containing reserved keywords | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Marc-André Laperle <malaperle> |
| Component: | cdt-refactoring | Assignee: | Sergey Prigogin <eclipse.sprigogin> |
| Status: | VERIFIED FIXED | QA Contact: | Sergey Prigogin <eclipse.sprigogin> |
| Severity: | minor | ||
| Priority: | P3 | CC: | cdtdoug, eclipse.sprigogin, yevshif |
| Version: | 8.0 | ||
| Target Milestone: | 8.0.2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Marc-André Laperle
Fixed in cdt_8_0 and master. This is still really minor but it looks like it can still generate some reserved keywords:
class Test {
int mInt;
char mChar;
float mFloat;
double mDouble;
bool mBool;
int mUnsigned;
long mLong;
short mShort;
signed int mSigned;
};
Fixed in cdt_8_0 and master. Verified in 8.0.2 RC2, thanks! *** cdt git genie on behalf of Sergey Prigogin ***
Bug 352258 - Generate Getters and Setters can generate code containing
reserved keywords.
[*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=ee0eb1bb4811d40bb9380f743421122d9cafa635
*** cdt git genie on behalf of Sergey Prigogin ***
Bug 352258 - Generate Getters and Setters can generate code containing
reserved keywords.
[*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=8a91fc9ed2cfbc341b5b62e80d114c08b1268f9e
|