diff options
author | mark.j.leonard <mark.j.leonard@gmail.com> | 2018-10-08 12:04:17 +0100 |
---|---|---|
committer | mark.j.leonard <mark.j.leonard@gmail.com> | 2018-10-08 12:04:17 +0100 |
commit | 2aedac7b674a854600cac9b4bfe8e864f2e88526 (patch) | |
tree | 608a8cde7a211324741a2a0a891169224f2ca100 /src/main/resources | |
parent | 90fac993d264e255eac148487e24c9b02464a071 (diff) |
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 <mark.j.leonard@gmail.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/babel-logging-resources.properties | 7 |
1 files changed, 6 insertions, 1 deletions
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 |