Summary
- Core: - Made Collection of super types in all types to a list because order is important here! - Fixed AnalyzeInheritancePathsTask to respect the order of the direct super types of a root class so that the super type order is the same as the order of the called super constructors. - Fixed two test cases which expected the 'wrong' order of super constructor calls.