Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 317147 - New class wizard can't create nested namespaces
Summary: New class wizard can't create nested namespaces
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 7.0   Edit
Hardware: PC Linux
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-17 04:27 EDT by Johannes Wienke CLA
Modified: 2020-09-04 15:27 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Wienke CLA 2010-06-17 04:27:37 EDT
Build Identifier: M20100211-1343

The new class wizard should be able to create nested namespaces even if one of the levels doesn't exists.

Reproducible: Always

Steps to Reproduce:
1. Create a new C++ project.
2. Open the new class wizard
3. Enter a class name
4. enter "a::b" as namespace

The wizard complains that namespace a does not exist. Instead of complaining it should issue a warning but still be able to create the class and all new namespaces that are required.