hollow-jsonadapter/src/main/java/com/netflix/hollow/jsonadapter/HollowJsonAdapter.java (5 lines): - line 58: /// TODO: Would be nice to be able to take a HollowDataset here, if only producing FlatRecords, - line 73: ////TODO: Special 'passthrough' processing. - line 97: ////TODO: Refactor upstream json data to not require special 'passthrough' processing. - line 605: ////TODO: Special 'passthrough' processing. - line 615: ////TODO: Special 'passthrough' processing. hollow/src/main/java/com/netflix/hollow/core/index/HollowHashIndexBuilder.java (2 lines): - line 79: ///TODO: Optimization, make the matchFields[].schemaFieldPositionPath as short as possible, to reduce iteration - line 210: ///TODO: If select field type is not REFERENCE, then we should dedup -- unless we are reference counting for delta application hollow/src/main/java/com/netflix/hollow/api/producer/AbstractHollowProducer.java (2 lines): - line 356: // TODO: minimum time spacing between cycles - line 799: // FIXME: timt: future cycles will fail unless both deltas validate hollow/src/main/java/com/netflix/hollow/api/producer/HollowIncrementalCyclePopulator.java (1 line): - line 108: final HollowPrimaryKeyIndex idx = new HollowPrimaryKeyIndex(priorStateEngine, ((HollowObjectSchema) schema).getPrimaryKey()); ///TODO: Should we scan instead? Can we create this once and do delta updates? hollow/src/main/java/com/netflix/hollow/api/codegen/CodeGeneratorConfig.java (1 line): - line 25: // @TODO: Need to default this to be true in next major version of Hollow hollow/src/main/java/com/netflix/hollow/api/consumer/HollowConsumer.java (1 line): - line 1460: // TODO: remove once deprecated #withFilterConfig is removed hollow/src/main/java/com/netflix/hollow/api/metrics/HollowConsumerMetrics.java (1 line): - line 24: private int refreshFailed; // TODO: Move these metrics over to com.netflix.hollow.api.consumer.metrics.AbstractRefreshMetricsListener hollow/src/main/java/com/netflix/hollow/api/producer/HollowIncrementalProducer.java (1 line): - line 60: //For backwards compatible. TODO: @Deprecated ?? hollow-jsonadapter/src/main/java/com/netflix/hollow/jsonadapter/AbstractHollowJsonAdaptorTask.java (1 line): - line 82: ///TODO: Many parse failures can cause out of memory errors.