RE: final keyword : can we get rid of it when it's not necessary ?

2013-01-30 Thread Steve Ulrich
Hi! Sorry, can't resist to respond on this, since i'm paranoid at programming ;-) Emmanuel Lécharny [mailto:elecha...@gmail.com] wrote there are a lot of methods which have parameters with a 'final' keyword. It's most certaibly a IDE configuration, but it's really annoying. It looks ugly,

Re: final keyword : can we get rid of it when it's not necessary ?

2013-01-30 Thread Emmanuel Lécharny
Le 1/30/13 10:29 AM, Steve Ulrich a écrit : Hi! Sorry, can't resist to respond on this, since i'm paranoid at programming ;-) Emmanuel Lécharny [mailto:elecha...@gmail.com] wrote there are a lot of methods which have parameters with a 'final' keyword. It's most certaibly a IDE

[jira] [Commented] (SSHD-206) Race between SSH_MSG_CHANNEL_DATA and SSH_MSG_CHANNEL_CLOSE in ChannelForwardedTcpip?

2013-01-30 Thread Andrew C (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13566813#comment-13566813 ] Andrew C commented on SSHD-206: --- FYI, looks like sessionClosed can have a similar race

[jira] [Created] (SSHD-207) CLONE - Direct TCP/IP Port Forward sends EOF to client after closing channel

2013-01-30 Thread Andrew C (JIRA)
Andrew C created SSHD-207: - Summary: CLONE - Direct TCP/IP Port Forward sends EOF to client after closing channel Key: SSHD-207 URL: https://issues.apache.org/jira/browse/SSHD-207 Project: MINA SSHD

[jira] [Updated] (SSHD-207) ChannelForward TCP/IP sends EOF to server after closing channel

2013-01-30 Thread Andrew C (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew C updated SSHD-207: -- Summary: ChannelForward TCP/IP sends EOF to server after closing channel (was: CLONE - Direct TCP/IP Port

[jira] [Updated] (SSHD-207) ChannelForward TCP/IP sends EOF to server after closing channel

2013-01-30 Thread Andrew C (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew C updated SSHD-207: -- Fix Version/s: (was: 0.7.0) ChannelForward TCP/IP sends EOF to server after closing channel

[jira] [Updated] (SSHD-207) ChannelForward TCP/IP sends EOF to server after closing channel

2013-01-30 Thread Andrew C (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew C updated SSHD-207: -- Affects Version/s: (was: 0.6.0) 0.8.0 ChannelForward TCP/IP sends EOF to server

[jira] [Updated] (SSHD-207) ChannelForward TCP/IP sends EOF to server after closing channel

2013-01-30 Thread Andrew C (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew C updated SSHD-207: -- Description: This is the server's log: [2013-01-28=15:05:04.742] [NioProcessor-2] DEBUG RelaySession -

[jira] [Issue Comment Deleted] (SSHD-206) Race between SSH_MSG_CHANNEL_DATA and SSH_MSG_CHANNEL_CLOSE in ChannelForwardedTcpip?

2013-01-30 Thread Andrew C (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew C updated SSHD-206: -- Comment: was deleted (was: FYI, looks like sessionClosed can have a similar race problem: - tcp connection

[jira] [Updated] (SSHD-207) ChannelForward TCP/IP sends EOF to server after closing channel

2013-01-30 Thread Andrew C (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew C updated SSHD-207: -- Description: This is the server's log: [2013-01-28=15:05:04.742] [NioProcessor-2] DEBUG RelaySession -

[jira] [Commented] (SSHD-206) Race between SSH_MSG_CHANNEL_DATA and SSH_MSG_CHANNEL_CLOSE in ChannelForwardedTcpip?

2013-01-30 Thread Andrew C (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13566881#comment-13566881 ] Andrew C commented on SSHD-206: --- TcpIpServerChannel has the same code, so likely has the same

[jira] [Created] (SSHD-208) TCPIP forwarders should send CLOSE not EOF

2013-01-30 Thread Andrew C (JIRA)
Andrew C created SSHD-208: - Summary: TCPIP forwarders should send CLOSE not EOF Key: SSHD-208 URL: https://issues.apache.org/jira/browse/SSHD-208 Project: MINA SSHD Issue Type: Bug Affects