1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-12-09 06:31:08 +01:00

Enable trailing whitespace checkstyle check

for all source code regions, including javadoc.
This commit is contained in:
Florian Schmaus 2018-05-09 23:06:12 +02:00
parent 9d61a6de7d
commit e8923b9d16
545 changed files with 3713 additions and 3715 deletions

View file

@ -34,7 +34,7 @@ import org.jivesoftware.smackx.bytestreams.ibb.packet.Open;
/**
* Test for In-Band Bytestreams with real XMPP servers.
*
*
* @author Henning Staib
*/
public class InBandBytestreamTest extends SmackTestCase {
@ -49,7 +49,7 @@ public class InBandBytestreamTest extends SmackTestCase {
/**
* Target should respond with not-acceptable error if no listeners for incoming In-Band
* Bytestream requests are registered.
*
*
* @throws XMPPException should not happen
*/
public void testRespondWithErrorOnInBandBytestreamRequest() throws XMPPException {
@ -73,7 +73,7 @@ public class InBandBytestreamTest extends SmackTestCase {
/**
* An In-Band Bytestream should be successfully established using IQ stanzas.
*
*
* @throws Exception should not happen
*/
public void testInBandBytestreamWithIQStanzas() throws Exception {
@ -127,7 +127,7 @@ public class InBandBytestreamTest extends SmackTestCase {
/**
* An In-Band Bytestream should be successfully established using message stanzas.
*
*
* @throws Exception should not happen
*/
public void testInBandBytestreamWithMessageStanzas() throws Exception {
@ -183,7 +183,7 @@ public class InBandBytestreamTest extends SmackTestCase {
/**
* An In-Band Bytestream should be successfully established using IQ stanzas. The established
* session should transfer data bidirectional.
*
*
* @throws Exception should not happen
*/
public void testBiDirectionalInBandBytestream() throws Exception {

View file

@ -40,14 +40,14 @@ import org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream;
/**
* Test for Socks5 bytestreams with real XMPP servers.
*
*
* @author Henning Staib
*/
public class Socks5ByteStreamTest extends SmackTestCase {
/**
* Constructor
*
*
* @param arg0
*/
public Socks5ByteStreamTest(String arg0) {
@ -56,7 +56,7 @@ public class Socks5ByteStreamTest extends SmackTestCase {
/**
* Socks5 feature should be added to the service discovery on Smack startup.
*
*
* @throws XMPPException should not happen
*/
public void testInitializationSocks5FeaturesAndListenerOnStartup() throws XMPPException {
@ -70,7 +70,7 @@ public class Socks5ByteStreamTest extends SmackTestCase {
/**
* Target should respond with not-acceptable error if no listeners for incoming Socks5
* bytestream requests are registered.
*
*
* @throws XMPPException should not happen
*/
public void testRespondWithErrorOnSocks5BytestreamRequest() throws XMPPException {
@ -94,7 +94,7 @@ public class Socks5ByteStreamTest extends SmackTestCase {
/**
* Socks5 bytestream should be successfully established using the local Socks5 proxy.
*
*
* @throws Exception should not happen
*/
public void testSocks5BytestreamWithLocalSocks5Proxy() throws Exception {
@ -162,7 +162,7 @@ public class Socks5ByteStreamTest extends SmackTestCase {
* This test will fail if the XMPP server doesn't provide any Socks5 proxies or the Socks5 proxy
* only allows Socks5 bytestreams in the context of a file transfer (like Openfire in default
* configuration, see xmpp.proxy.transfer.required flag).
*
*
* @throws Exception if no Socks5 proxies found or proxy is unwilling to activate Socks5
* bytestream
*/
@ -237,7 +237,7 @@ public class Socks5ByteStreamTest extends SmackTestCase {
* This test will fail if the XMPP server doesn't provide any Socks5 proxies or the Socks5 proxy
* only allows Socks5 bytestreams in the context of a file transfer (like Openfire in default
* configuration, see xmpp.proxy.transfer.required flag).
*
*
* @throws Exception if no Socks5 proxies found or proxy is unwilling to activate Socks5
* bytestream
*/