id: 1 unit: public Map templateDirLoaders() file: src/main/java/com/epam/digital/data/platform/notification/config/TemplateLoaderConfig.java start line: 45 end line: 62 size: 18 LOC McCabe index: 1 number of parameters: 2 id: 2 unit: private void processChannelTemplates() file: src/main/java/com/epam/digital/data/platform/notification/NotificationTemplatePublisherApplication.java start line: 87 end line: 104 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 3 unit: private void embedStyleToHtml() file: src/main/java/com/epam/digital/data/platform/notification/service/EmailNotificationLoader.java start line: 83 end line: 99 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 4 unit: public NotificationDto getNotificationDto() file: src/main/java/com/epam/digital/data/platform/notification/service/EmailNotificationLoader.java start line: 49 end line: 66 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 5 unit: private void embedImagesToHtml() file: src/main/java/com/epam/digital/data/platform/notification/service/EmailNotificationLoader.java start line: 68 end line: 81 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 6 unit: public NotificationDto getNotificationDto() file: src/main/java/com/epam/digital/data/platform/notification/service/DiiaNotificationLoader.java start line: 27 end line: 39 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 7 unit: public NotificationDto getNotificationDto() file: src/main/java/com/epam/digital/data/platform/notification/service/InboxNotificationLoader.java start line: 41 end line: 53 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 8 unit: public void loadDir() file: src/main/java/com/epam/digital/data/platform/notification/service/AbstractGenericNotificationLoader.java start line: 40 end line: 53 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 9 unit: private List getChannelDirectories() file: src/main/java/com/epam/digital/data/platform/notification/NotificationTemplatePublisherApplication.java start line: 76 end line: 85 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 10 unit: protected SaveNotificationTemplateInputDto getSaveNotificationTemplateInputDto() file: src/main/java/com/epam/digital/data/platform/notification/service/AbstractGenericNotificationLoader.java start line: 55 end line: 62 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 11 unit: private NotificationYamlObject getNotificationAttributes() file: src/main/java/com/epam/digital/data/platform/notification/service/AbstractGenericNotificationLoader.java start line: 66 end line: 73 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 12 unit: public NotificationTemplatePublisherApplication() file: src/main/java/com/epam/digital/data/platform/notification/NotificationTemplatePublisherApplication.java start line: 48 end line: 54 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 13 unit: private void getHandleNotifications() file: src/main/java/com/epam/digital/data/platform/notification/NotificationTemplatePublisherApplication.java start line: 68 end line: 74 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 14 unit: public ObjectMapper objectMapper() file: src/main/java/com/epam/digital/data/platform/notification/config/TemplateLoaderConfig.java start line: 66 end line: 71 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 15 unit: public static SaveNotificationTemplateInputDto toSaveNotificationTemplateInputDto() file: src/main/java/com/epam/digital/data/platform/notification/mapper/NotificationMetadataMapper.java start line: 15 end line: 20 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 16 unit: private static List toNotificationTemplateAttributeDtos() file: src/main/java/com/epam/digital/data/platform/notification/mapper/NotificationMetadataMapper.java start line: 22 end line: 26 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 17 unit: public void run() file: src/main/java/com/epam/digital/data/platform/notification/NotificationTemplatePublisherApplication.java start line: 62 end line: 66 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 18 unit: public FeignRequestInterceptor() file: src/main/java/com/epam/digital/data/platform/notification/feign/FeignRequestInterceptor.java start line: 29 end line: 31 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 19 unit: public void apply() file: src/main/java/com/epam/digital/data/platform/notification/feign/FeignRequestInterceptor.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 20 unit: public ObjectMapper yamlMapper() file: src/main/java/com/epam/digital/data/platform/notification/config/TemplateLoaderConfig.java start line: 74 end line: 76 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 21 unit: private static NotificationTemplateAttributeDto toNotificationTemplateAttributeDto() file: src/main/java/com/epam/digital/data/platform/notification/mapper/NotificationMetadataMapper.java start line: 27 end line: 29 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 22 unit: public NotificationBuildingException() file: src/main/java/com/epam/digital/data/platform/notification/exceptions/NotificationBuildingException.java start line: 20 end line: 22 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 23 unit: public DiiaNotificationLoader() file: src/main/java/com/epam/digital/data/platform/notification/service/DiiaNotificationLoader.java start line: 22 end line: 24 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 24 unit: public InboxNotificationLoader() file: src/main/java/com/epam/digital/data/platform/notification/service/InboxNotificationLoader.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 25 unit: public String getChannelName() file: src/main/java/com/epam/digital/data/platform/notification/service/NotificationChannel.java start line: 15 end line: 17 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 26 unit: public EmailNotificationLoader() file: src/main/java/com/epam/digital/data/platform/notification/service/EmailNotificationLoader.java start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 27 unit: public static void main() file: src/main/java/com/epam/digital/data/platform/notification/NotificationTemplatePublisherApplication.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 28 unit: private NotificationMetadataMapper() file: src/main/java/com/epam/digital/data/platform/notification/mapper/NotificationMetadataMapper.java start line: 13 end line: 13 size: 1 LOC McCabe index: 1 number of parameters: 0