R2450¶
Summary¶
A Package cannot have inheritance links.
Details¶
Packages cannot have inheritance links.
They can have import links and package merge links (PackageMerge).
Tips¶
- Delete the inheritance links.
- Replace the inheritance links by import links.
- You can also use package merge links but their semantics are quite
complex, so please consult the documentation before using them.