diff --git a/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/reader/ContextConfigurationReader.java b/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/reader/ContextConfigurationReader.java index 833a28a5d..a192838de 100644 --- a/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/reader/ContextConfigurationReader.java +++ b/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/reader/ContextConfigurationReader.java @@ -270,6 +270,8 @@ private void readConfiguration() { /** * Checks if a conflict with the old and modular configuration exists * + * TODO: Check if this is still needed, see: https://github.com/devonfw/cobigen/issues/1662 + * * @param configRoot Path to root directory of the configuration * @param contextFile Path to context file of the configuration */ @@ -288,6 +290,8 @@ private void checkForConflict(Path configRoot, Path contextFile) { /** * Searches for configuration Files in the sub folders of configRoot * + * TODO: Check if this is still needed, see: https://github.com/devonfw/cobigen/issues/1662 + * * @param configRoot root directory of the configuration * @throws InvalidConfigurationException if the configuration is not valid against its xsd specification */