Mentions légales du service

Skip to content

AssetType type hierarchy cycle detection

Maxime Audinot requested to merge supertype-cycle-detection into master

Added a checker to ensure that there are no cycles in the type inheritance graph. Also adapted the code of assetTypeHierarchy to be safe from throwing an exception if there is some cycle.

Merge request reports