**issue**: in case a `DataType` is a generic type, `String DataType.getImport()` does not contain the imports of the generic types. **solution:** The method should change its return type `Set<String>` and add the generic types.