[
https://issues.apache.org/jira/browse/EXEC-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13890390#comment-13890390
]
Stephen Compall commented on EXEC-81:
-------------------------------------
{{Map<String,?>}}, from the patch, permits more flexibility when building your
own maps and setting them as the new {{substitutionMap}} wholesale.
{{Map<String,Object>}} permits more flexibility when getting the map and adding
new pairs. I feel the former approach fits the intended use of the property
better.
> Remove remaining rawtypes, unchecked conversions
> ------------------------------------------------
>
> Key: EXEC-81
> URL: https://issues.apache.org/jira/browse/EXEC-81
> Project: Commons Exec
> Issue Type: Improvement
> Environment: Java 1.7.0_45
> Reporter: Stephen Compall
> Priority: Minor
> Attachments: rawtypes-unchecked-clean.diff
>
>
> This patch -p1 against r1557571 eliminates the remaining raw type in the API,
> and makes src and test entirely -Xlint:rawtypes -Xlint:unchecked clean. (In
> fact it should be clean over all of -Xlint except for one [cast] and one
> [deprecation] warning.)
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)