Smack/smack-tcp/src/main/java/org/jivesoftware/smack/tcp
Aditya Borikar 45f75d5ce0 Remove unrequired assignment of value to connectionEndpoint variable
The current code would work just fine for a connection having
multiple endpoints. However, when there is only one endpoint
ConnectionAttemptState.nextAddress() would return null, since
connectionEndpointIterator has already iterated over the only
possible value in the contructor leading to a NullPointerException.
This means that during establishment of a connection having multiple
endpoints, the first value inside connectionEndpointIterator would
always be overlooked.
2020-07-02 01:59:58 +05:30
..
rce Bump MiniDNS version to 0.4.0-alpha5 2020-05-24 13:11:50 +02:00
BundleAndDefer.java Minor javadoc fixes and improvements 2015-02-22 10:41:53 +01:00
BundleAndDeferCallback.java Fix minor codestyle issues 2017-12-17 11:03:46 +01:00
ConnectionAttemptState.java Remove unrequired assignment of value to connectionEndpoint variable 2020-07-02 01:59:58 +05:30
TCPInitializer.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
TcpHostEvent.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
XMPPTCPConnection.java Set 'running' to true prior starting the reader/writer threads 2020-06-17 21:56:45 +02:00
XMPPTCPConnectionConfiguration.java Use correct class name in docs 2020-05-28 03:29:37 +05:30
XmppTcpTransportModule.java Merge pull request #395 from adiaholic/docFix 2020-06-02 22:07:35 +02:00
XmppTcpTransportModuleDescriptor.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
package-info.java Add missing package-info descriptions. 2018-02-21 16:47:11 +01:00