ui/src/main/resources/static/moment/moment-2.26.js (11 lines): - line 358: // TODO: Remove "ordinalParse" fallback in next major release. - line 1042: // TODO: add sorting - line 1097: // TODO: Another silent failure? - line 2076: // TODO: Find a better way to register and load all the locales in Node - line 2445: // TODO: Replace the vanilla JS Date object with an independent day-of-week check. - line 2669: // TODO: We need to take the current isoWeekYear, but that depends on - line 2730: // TODO: Move this to another part of the creation flow to prevent circular deps - line 3068: // TODO: Use [].sort instead? - line 3556: // TODO: remove 'name' arg after deprecation is removed - line 4706: // TODO: Remove "ordinalParse" fallback in next major release. - line 5319: // TODO: Use this.as('ms')? commons/src/main/java/com/epam/eco/kafkamanager/PermissionMetadataKey.java (2 lines): - line 80: // TODO compatibility Validate.notNull(patternType, "Pattern Type is null"); - line 86: this.patternType = patternType != null ? patternType : PatternType.LITERAL; // TODO compatibility commons/src/main/java/com/epam/eco/kafkamanager/utils/MapperUtils.java (1 line): - line 31: public class MapperUtils { // TODO: better exception handling. commons/src/main/java/com/epam/eco/kafkamanager/rest/helper/PageImplJsonSerializer.java (1 line): - line 54: // TODO: Page interface has more than one implementation, but we are not take that into the account, for a simplicity. rest/src/main/java/com/epam/eco/kafkamanager/rest/controller/RestResponseEntityExceptionHandler.java (1 line): - line 65: @ExceptionHandler({IllegalArgumentException.class, IllegalStateException.class}) // TODO: create better exception handling commons/src/main/java/com/epam/eco/kafkamanager/rest/helper/PageImplJsonDeserializer.java (1 line): - line 57: // TODO: Page interface has more than one implementation, but we are not take that into the account, for a simplicity.