| Summary: | Can't finish ImplementMethod wizard when methods contain a unselected templated method | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Marc-André Laperle <malaperle> |
| Component: | cdt-refactoring | Assignee: | Marc-André Laperle <malaperle> |
| Status: | RESOLVED FIXED | QA Contact: | Emanuel Graf <emanuel> |
| Severity: | normal | ||
| Priority: | P3 | CC: | cdtdoug, yevshif |
| Version: | 8.0 | ||
| Target Milestone: | 8.0.2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
Fixed in 8.0.2 and master > 20111008. *** cdt git genie on behalf of Marc-Andre Laperle ***
Bug 356863 - Can't finish ImplementMethod wizard when methods contain a
unselected templated method
[*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=984fb3b989876ffdd690d2218a8157f0e324c503
*** cdt git genie on behalf of Marc-Andre Laperle ***
Bug 356863 - Can't finish ImplementMethod wizard when methods contain a
unselected templated method
[*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=731479bed7124063a710b895e43fbbac425c3488
|
Using 8.0.0.201109061822 class Test { void foo(); template <class T> void foo2(T, int); }; 1. Tick foo in the implement method wizard 2. It is impossible to finish the wizard unless both methods are selected