This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


    from 6ddfa796 Sort Checkstyle modules
     new 952b207c Apply Checkstyle AvoidStarImport to all
     new d9c900fd Add Checkstyle CovariantEquals
     new 1c969562 Add Checkstyle DefaultComesLast
     new 74856e1a Add Checkstyle EqualsHashCode
     new 50b4ff01 Add Checkstyle ExplicitInitialization
     new 36baea9a Add Checkstyle "FallThrough"
     new 58f0e1fa Add Checkstyle FinalLocalVariable
     new 9528cf11 Add Checkstyle IllegalImport
     new f75e7c0f Add Checkstyle IllegalInstantiation
     new 98fc7730 Add Checkstyle LeftCurly
     new 9739f54e Add Checkstyle LeftCurly
     new efedccf1 Add Checkstyle MissingOverride
     new 045f0ab2 Add Checkstyle MultipleVariableDeclarations
     new eb98b482 Apply Checkstyle to test sources
     new 4fc48470 Add Checkstyle RightCurly
     new acc22700 Add Checkstyle SimplifyBooleanExpression
     new bf791a8b Add Checkstyle SimplifyBooleanReturn
     new 32d29d00 Add Checkstyle SimplifyBooleanReturn
     new a2b287d8 Add Checkstyle StringLiteralEquality
     new a1394e09 Add Checkstyle SuperClone
     new 3ad42e5b Add Checkstyle SuperFinalize
     new 1bd4981b Add Checkstyle UnnecessaryParentheses
     new 4c3806df Add Checkstyle UnusedImports
     new 77075827 Add Checkstyle UpperEll

The 24 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |  2 ++
 src/changes/changes.xml                            |  2 ++
 src/conf/checkstyle.xml                            | 24 +++++++++++++++++---
 .../commons/net/examples/ftp/FTPClientExample.java | 26 +++++++++++++++-------
 .../net/examples/ftp/ServerToServerFTP.java        |  3 ++-
 .../commons/net/examples/ftp/TFTPExample.java      | 10 +++++----
 .../net/examples/telnet/TelnetClientExample.java   |  2 +-
 .../apache/commons/net/examples/unix/chargen.java  | 11 +++++----
 .../org/apache/commons/net/examples/unix/echo.java | 14 ++++++------
 .../apache/commons/net/examples/unix/finger.java   |  6 +++--
 src/main/java/org/apache/commons/net/ftp/FTP.java  |  2 +-
 .../java/org/apache/commons/net/ftp/FTPClient.java |  2 +-
 .../org/apache/commons/net/ftp/FTPHTTPClient.java  |  4 ++--
 .../parser/DefaultFTPFileEntryParserFactory.java   |  5 ++---
 .../net/ftp/parser/FTPTimestampParserImpl.java     |  2 +-
 .../commons/net/ftp/parser/MLSxEntryParser.java    |  4 ++--
 .../net/ftp/parser/NetwareFTPEntryParser.java      |  4 ++--
 .../ftp/parser/VMSVersioningFTPEntryParser.java    |  2 +-
 .../commons/net/io/DotTerminatedMessageWriter.java |  2 +-
 .../commons/net/io/ToNetASCIIInputStream.java      |  2 +-
 .../commons/net/io/ToNetASCIIOutputStream.java     |  2 +-
 .../commons/net/nntp/NewGroupsOrNewsQuery.java     |  3 ++-
 .../commons/net/nntp/NntpThreadContainer.java      |  4 +++-
 .../apache/commons/net/nntp/SimpleNNTPHeader.java  |  3 ++-
 .../java/org/apache/commons/net/nntp/Threader.java | 18 ++++++++-------
 .../org/apache/commons/net/pop3/POP3Client.java    |  3 ++-
 .../java/org/apache/commons/net/telnet/Telnet.java |  4 ++--
 .../commons/net/telnet/TelnetInputStream.java      | 20 ++++++++++++-----
 .../commons/net/telnet/TelnetOutputStream.java     | 16 ++++++-------
 .../org/apache/commons/net/tftp/TFTPPacket.java    |  9 ++------
 .../java/org/apache/commons/net/util/Base64.java   |  3 ++-
 .../apache/commons/net/ftp/AbstractFtpsTest.java   |  4 ++--
 .../commons/net/ftp/parser/MLSDComparison.java     | 10 +++++----
 .../net/ftp/parser/UnixFTPEntryParserTest.java     |  2 +-
 .../org/apache/commons/net/imap/IMAPReplyTest.java | 11 ++++-----
 .../commons/net/telnet/TelnetTestResponder.java    |  3 ++-
 .../org/apache/commons/net/tftp/TFTPServer.java    |  1 +
 .../commons/net/tftp/TFTPServerPathTest.java       |  7 +++---
 .../apache/commons/net/time/TimeTCPClientTest.java |  6 +++--
 39 files changed, 157 insertions(+), 101 deletions(-)

Reply via email to