Bug 519183 - 'Toggle function definition' removes 'explicit' keyword.
Summary: 'Toggle function definition' removes 'explicit' keyword.
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-refactoring (show other bugs)
Version: 9.2.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-04 13:39 EDT by soman namos CLA
Modified: 2020-09-04 15:18 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soman namos CLA 2017-07-04 13:39:24 EDT
Steps to reproduce:

1) Create new class 'Test'
2) Make explicit ctor with int param for it. Declare it in header and implement in source.
3) In declaration (header), put mouse cursor on ctor and press 'Shift+Alt+T' or just invoke 'Toggle function definition'
Eclipse automatically moves ctor's body in header but removes explicit keyword which doesn't look reasonable behavior.

Actual ver: 9.2.1 (neon.3)