Smack/smack-tcp/src
Florian Schmaus e9bbe9a475 Fix OOB exception when setHostAddress(InetAddress) is used.
Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
  at java.lang.String.charAt(String.java:658)
  at org.jivesoftware.smack.util.dns.HostAddress.<init>(HostAddress.java:48)
  at org.jivesoftware.smack.util.dns.HostAddress.<init>(HostAddress.java:62)
2017-01-04 15:35:47 +01:00
..
main Fix OOB exception when setHostAddress(InetAddress) is used. 2017-01-04 15:35:47 +01:00
test/java/org/jivesoftware/smack Add errorprone check and fix found errors 2015-09-13 18:12:33 +02:00