P-A Svensson created SSHD-212:
---------------------------------
Summary: Wrong class names versus file names in snapshot trunk
Key: SSHD-212
URL: https://issues.apache.org/jira/browse/SSHD-212
Project: MINA SSHD
Issue Type: Bug
Affects Versions: 0.9.0
Reporter: P-A Svensson
Priority: Minor
Pulled the source yesterday and there seems to be some refactoring going on
that has left class names not matching the names of the file names.
I got the following markers in my IDE:
The public type DefaultTcpipForwarder must be defined in its own file
DefaultTcpIpForwarder.java
/org.apache.sshd.sshd-core-0.9.0-SNAPSHOT/src/main/java/org/apache/sshd/common/forward
line 47 Java Problem
The public type TcpipForwarder must be defined in its own file
TcpIpForwarder.java
/org.apache.sshd.sshd-core-0.9.0-SNAPSHOT/src/main/java/org/apache/sshd/common
line 22 Java Problem
The public type TcpipServerChannel must be defined in its own file
TcpIpServerChannel.java
/org.apache.sshd.sshd-core-0.9.0-SNAPSHOT/src/main/java/org/apache/sshd/common/forward
line 49 Java Problem
The public type TcpipClientChannel must be defined in its own file
TcpIpClientChannel.java
/org.apache.sshd.sshd-core-0.9.0-SNAPSHOT/src/main/java/org/apache/sshd/common/forward
line 40 Java Problem
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira