Skip to content
Success

Changes

Summary

  1. Generator: - Fixed the bug where the database model does not fit the generated model due to the absence of abstract classes. Types that are not sum types will now be added as concrete types even if they are "abstract" because we do not have real abstract java types anymore.
Revision 4221 by hfi413te:
Generator: - Fixed the bug where the database model does not fit the generated model due to the absence of abstract classes. Types that are not sum types will now be added as concrete types even if they are "abstract" because we do not have real abstract java types anymore.
Change TypePath in RepositoryPath in Workspace
The file was modified/trunk/Workspace/Generator/src/main/java/de/fhdw/wtf/generator/database/generation/InitialGenerator.javaGenerator/src/main/java/de/fhdw/wtf/generator/database/generation/InitialGenerator.java
The file was modified/trunk/Workspace/Generator/src/main/java/de/fhdw/wtf/generator/database/tasks/AttributeGenerationTask.javaGenerator/src/main/java/de/fhdw/wtf/generator/database/tasks/AttributeGenerationTask.java
The file was modified/trunk/Workspace/Generator/src/main/java/de/fhdw/wtf/generator/database/tasks/TypeGenerationTask.javaGenerator/src/main/java/de/fhdw/wtf/generator/database/tasks/TypeGenerationTask.java