qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/message/AmqpTypedObjectDelegate.java (5 lines): - line 69: // TODO: This is assuming the object can be immediately returned, and is - line 74: // TODO: return as byte[]? ByteBuffer? - line 77: // TODO: This is assuming the object can be immediately returned, and is - line 107: // TODO: Data and AmqpSequence? - line 159: // TODO: augment supported types to encode as an AmqpValue? qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpConsumer.java (4 lines): - line 169: // TODO: We don't actually want the additional messages that could be sent while - line 392: // TODO: isStopping isn't effective when this method is called following - line 565: // TODO - We could signal provider error but not sure we want to fail - line 572: // TODO: this flows credit, which we might not want, e.g if qpid-jms-client/src/main/java/org/apache/qpid/jms/selector/filter/ConstantExpression.java (2 lines): - line 120: * TODO: more efficient hashCode() - line 130: * TODO: more efficient hashCode() qpid-jms-client/src/main/java/org/apache/qpid/jms/selector/filter/UnaryExpression.java (2 lines): - line 224: * TODO: more efficient hashCode() - line 234: * TODO: more efficient hashCode() qpid-jms-client/src/main/java/org/apache/qpid/jms/selector/filter/BinaryExpression.java (2 lines): - line 49: * TODO: more efficient hashCode() - line 59: * TODO: more efficient hashCode() qpid-jms-client/src/main/java/org/apache/qpid/jms/policy/JmsDefaultDeserializationPolicy.java (2 lines): - line 72: // TODO: Upon removal of deprecated constants replace with call to use the CATCH_ALL_WILDCARD as the default - line 80: // TODO: Upon removal of deprecated constants replace with call to use the no default value method qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpProvider.java (2 lines): - line 567: // TODO: bit of a hack, but works. Similarly below for locally initiated consumer close. - line 605: // TODO: bit of a hack, but works. Similarly above for locally initiated session close. qpid-jms-client/src/main/java/org/apache/qpid/jms/JmsSession.java (1 line): - line 1435: // TODO - Synthesize a better exception qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpConnection.java (1 line): - line 47: // TODO - URI configuration qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/message/AmqpJmsMessagePropertyIntercepter.java (1 line): - line 189: // TODO - Should we leave encoding intact or change to the default. qpid-jms-client/src/main/java/org/apache/qpid/jms/message/JmsMessageSupport.java (1 line): - line 47: // TODO: advise not using these constants, since doing so wont be portable? qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/message/AmqpJmsMessageFacade.java (1 line): - line 429: // TODO - Do we need to throw here, or could we just stringify whatever is in qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpAbstractResource.java (1 line): - line 152: // TODO: if this is a producer/consumer link then we may only be detached, qpid-jms-client/src/main/java/org/apache/qpid/jms/transports/TransportOptions.java (1 line): - line 551: // TODO - Expose headers ( ? getWSHeaders : getAuthHeaders ... qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/builders/AmqpResourceBuilder.java (1 line): - line 172: // TODO: Perhaps the validate method should thrown an exception so that we qpid-jms-client/src/main/java/org/apache/qpid/jms/transports/TransportSupport.java (1 line): - line 217: // TODO - There is oddly no way in Netty right now to get the set of supported protocols qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/builders/AmqpProducerBuilder.java (1 line): - line 85: // TODO: default outcome. Accepted normally, Rejected for transaction controller? qpid-jms-client/src/main/java/org/apache/qpid/jms/sasl/AbstractScramSHAMechanism.java (1 line): - line 218: // TODO - a real implementation of SaslPrep [rfc4013]