[
https://issues.apache.org/jira/browse/FTPSERVER-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niklas Gustavsson updated FTPSERVER-378:
----------------------------------------
Fix Version/s: (was: 1.0.6)
1.0.7
> [FindBugs] Method DefaultFtpStatistics::setLogin() call passes null for
> nonnull parameter of new DefaultFtpStatistics$UserLogins(InetAddress)
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: FTPSERVER-378
> URL: https://issues.apache.org/jira/browse/FTPSERVER-378
> Project: FtpServer
> Issue Type: Bug
> Components: Core
> Reporter: Sergey Vladimirov
> Priority: Minor
> Labels: findbugs, npe
> Fix For: 1.0.7, 1.1.0
>
>
> If session.getRemoteAddress() is not instanceof InetSocketAddress, then
> address is null. But UserLogins do not accept nulls as argument (null can't
> be a key for ConcurrentHashMap)
> I think 'fake' NULL address constant shall be introduced in
> DefaultFtpStatistics for this case.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira