[
https://issues.apache.org/jira/browse/SSHD-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Goldstein Lyor resolved SSHD-414.
---------------------------------
Resolution: Fixed
Basically:
* Added lots of missing _@Override_(s), _@SuppressWarning("synthetic-access")_
* Avoid implicit box/unbox of primitives if said primitives are re-used or
appear in a _debug/trace_ log message (unless there is a preceding
_isXXXEnabled()_ call)
* Added some missing _debug/trace_ log messages
> Make the source code (including tests) truly 1.5 compatible
> -----------------------------------------------------------
>
> Key: SSHD-414
> URL: https://issues.apache.org/jira/browse/SSHD-414
> Project: MINA SSHD
> Issue Type: Improvement
> Affects Versions: 0.14.0
> Reporter: Goldstein Lyor
> Assignee: Goldstein Lyor
> Priority: Minor
> Fix For: 0.14.0
>
> Attachments:
> 0021-SSHD-414-Make-the-source-code-including-tests-truly-.patch
>
>
> Basically, there are some _@Override_ annotations that are mis-placed - they
> are on first implementation of an interface method. Such annotations are
> required by 1.6+, but not for 1.5 - which is the _source/target_
> specification of the _maven-compiler-plugin_ configuration for the project.
> *Note*: While such mis-placed annotations are benign, the IDE (e.g., Eclipse)
> shows them in red - which we should avoid.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)