(I think jira just ate my comment) I suspect sshd-core/src/main/java/org/apache/sshd/common/TcpIpForwarder.java still needs the tweak.
BTW, locally, got get around the windows vs git file name feature I did: git mv sshd-core/src/main/java/org/apache/sshd/common/TcpIpForwarder.java foo git mv foo sshd-core/src/main/java/org/apache/sshd/common/TcpipForwarder.java git commit On Mon, Feb 25, 2013 at 2:54 AM, Guillaume Nodet (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/SSHD-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Guillaume Nodet resolved SSHD-212. > ---------------------------------- > > Resolution: Fixed > Assignee: Guillaume Nodet > > Fixed in > https://git-wip-us.apache.org/repos/asf?p=mina-sshd.git;a=commit;h=8d2bbb7d33e67823e3912194de534ece03db3554 > and > https://git-wip-us.apache.org/repos/asf?p=mina-sshd.git;a=commit;h=516e3e04760c7254a7fc538903fee536e5403aa3 > >> 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 >> Assignee: Guillaume Nodet >> Priority: Minor >> Labels: newbie >> >> 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
