From 2aedac7b674a854600cac9b4bfe8e864f2e88526 Mon Sep 17 00:00:00 2001 From: "mark.j.leonard" Date: Mon, 8 Oct 2018 12:04:17 +0100 Subject: Generate models for child resources Babel now generates models for immediate children of Resources, non-recursively. Existing functionality is unchanged. Some large methods are refactored to avoid a Cognitive Complexity Sonar code smell. Change-Id: I7ab173a5693f25d0b303dfa97a25106e7e29b5f2 Issue-ID: AAI-1704 Signed-off-by: mark.j.leonard --- src/main/resources/babel-logging-resources.properties | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/babel-logging-resources.properties b/src/main/resources/babel-logging-resources.properties index 5213103..167c369 100644 --- a/src/main/resources/babel-logging-resources.properties +++ b/src/main/resources/babel-logging-resources.properties @@ -84,4 +84,9 @@ MISSING_REQUEST_ID=\ MISSING_SERVICE_METADATA=\ BABEL0011W|\ - The service node template: {0} does not provide a metadata section. Skipping...|\ \ No newline at end of file + The service node template: {0} does not provide a metadata section. Skipping...|\ + +TEMP_FILE_ERROR=\ + BABEL0012E|\ + Error creating temporary CSAR file.|\ + \ No newline at end of file -- cgit 1.2.3-korg