Namespaces with no lines of code clutter a project and should be removed.

Noncompliant Code Example

namespace MyEmptyNamespace // Noncompliant
{

}