Skip to content
Success

Changes

Summary

  1. Core: - Fixed a bug where sum types that contain the class that has to "instantiate" it (what is impossible) have been removed but the class references a constructor of a supertype of this sum-type. Generator: - Fixed all test cases that didn't pass due to the changes made in my previous commit...
Revision 4147 by hfi413te:
Core: - Fixed a bug where sum types that contain the class that has to "instantiate" it (what is impossible) have been removed but the class references a constructor of a supertype of this sum-type.
Generator: - Fixed all test cases that didn't pass due to the changes made in my previous commit...
Change TypePath in RepositoryPath in Workspace
The file was modified/trunk/Workspace/Core/src/main/java/de/fhdw/wtf/walker/tasks/AnalyzeInheritanceTreesTask.javaCore/src/main/java/de/fhdw/wtf/walker/tasks/AnalyzeInheritanceTreesTask.java
The file was modified/trunk/Workspace/Core/src/main/java/de/fhdw/wtf/walker/tasks/ReferencedConstructorsCheck.javaCore/src/main/java/de/fhdw/wtf/walker/tasks/ReferencedConstructorsCheck.java
The file was modified/trunk/Workspace/Generator/src/test/java/common/TestModels.javaN/A
The file was modified/trunk/Workspace/Generator/src/test/java/transformers/test/TestClassTransformer.javaN/A
The file was modified/trunk/Workspace/Generator/src/test/java/transformers/test/TestInheritanceTransformer.javaN/A
The file was modified/trunk/Workspace/Generator/src/test/java/transformers/test/TestOperationAttributeTransformer.javaN/A
The file was modified/trunk/Workspace/Generator/src/test/java/transformers/test/TestTypeTransformer.javaN/A
The file was modified/trunk/Workspace/Generator/src/test/java/transformers/test/TestVisitorTypeTransformer.javaN/A
The file was modified/trunk/Workspace/Generator/src/test/resources/models/ClassWithTwoSubclassesAndSumOfSubclasses.modelN/A