Bug 546614 - Angular brackets used instead of double quotes
Summary: Angular brackets used instead of double quotes
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build-managed (show other bugs)
Version: Next   Edit
Hardware: PC Linux
: P3 normal with 2 votes (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-21 07:08 EDT by Marco Stornelli CLA
Modified: 2020-09-04 15:23 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Stornelli CLA 2019-04-21 07:08:31 EDT
Step to reproduce the problem:

1) Create a managed build project;
2) Create a folder, example "Common";
3) Create a class in Common folder, example "Base";
4) Adjust project settings to use as include path the workspace location "Common" in the project, the menu is Properties -> C/C++ Build -> Settings -> Include
5) Create a new class in the main root of the project called "Base2" child of class "Base";

Final result:

The class "Base2" includes the header file of "Base" using angular brackets instead of double quotes:

#include <Base.h>

class Base2: public Base {
public:
   Base2();
   virtual ~Base2();
}
Comment 1 Eclipse Genie CLA 2019-04-21 07:12:13 EDT
New Gerrit change created: https://git.eclipse.org/r/140922