-
Task
-
Resolution: Won't Do
-
Major
-
None
-
None
-
None
-
NEW
-
NEW
Create a specific DTO to propagate "sanitized" packagename/classname from first call (e.g. PMMLAssembler, PMMLCompiler) to all following methods
Generated package/class names may clash applying sanitizePackageName/sanitizeClassName methods (i.e. we may have two packages with same name or two classes with same name).
That validation should be made before actual compilation (regardless of how it has been fired).
For package name clash, an exception must be thrown. For class name clash, probably a warn is enough (provided two classes with the same name are not created in the same package)
- is blocked by
-
DROOLS-5367 Avoid needs of kmodule.xml during kiepmmlmodel generation/instantiation
-
- Closed
-