util/src/main/java/com/epam/deltix/util/os/WindowsUtils.java (3 lines): - line 25: // FIXME: do not delete - for a future use - line 82: // FIXME: do not delete - for a future use - line 165: //TODO: do not delete - for a future use util/src/main/java/com/epam/deltix/util/io/IOUtil.java (2 lines): - line 194: // TODO: Move ecnryption-related code to a separate class - line 204: // TODO: Switch to a better cipher (with HMAC) util/src/main/java/com/epam/deltix/util/lang/MemoryZipClassLoader.java (1 line): - line 96: //TODO: maybe use the parent one and remove this one? And make the parent method final lang/src/main/java/com/epam/deltix/util/lang/StringUtils.java (1 line): - line 962: // ND TODO: use regex for replacement holders matching collections/src/main/java/com/epam/deltix/util/collections/CircularBoundedDoubleStateQueue.java (1 line): - line 54: mEmptyElements.notify(); //TODO: notify only when this was empty? collections/src/main/java/com/epam/deltix/util/collections/ReusableObjectPool.java (1 line): - line 109: return pool.createItem(); //TODO: NPE? Owner: Nick and legacy trading connectors util/src/main/java/com/epam/deltix/util/concurrent/DataSourceMultiplexer.java (1 line): - line 25: * concurrent processes. TODO: fix synchronization