Skip to content

Modeler_audit_rules_R2200

Antonin Abhervé edited this page Sep 3, 2020 · 1 revision

R2200

Summary

A NameSpace should not both derive from and import another NameSpace.

Details

When a NameSpace derives from another NameSpace, its entire contents are accessible so there is no need to import it as well.

Tips

You can safely remove the import link because it is not necessary.

Clone this wiki locally