[
https://issues.apache.org/jira/browse/EXEC-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Gregory resolved EXEC-81.
------------------------------
Resolution: Fixed
Fix Version/s: 1.3
Assignee: Gary Gregory
Patch applied. Thank you!
{noformat}
commit -m "<action issue="EXEC-81" dev="ggregory" type="fix" date="2014-02-04"
due-to="Stephen Compall">Remove remaining rawtypes, unchecked
conversions</action>" (7 paths specified)
Sending
C:/vcs/svn/apache/commons/trunks-proper/exec/src/changes/changes.xml
Sending
C:/vcs/svn/apache/commons/trunks-proper/exec/src/main/java/org/apache/commons/exec/util/StringUtils.java
Sending
C:/vcs/svn/apache/commons/trunks-proper/exec/src/test/java/org/apache/commons/exec/CommandLineTest.java
Sending
C:/vcs/svn/apache/commons/trunks-proper/exec/src/test/java/org/apache/commons/exec/DefaultExecutorTest.java
Sending
C:/vcs/svn/apache/commons/trunks-proper/exec/src/test/java/org/apache/commons/exec/TutorialTest.java
Sending
C:/vcs/svn/apache/commons/trunks-proper/exec/src/test/java/org/apache/commons/exec/issues/Exec36Test.java
Sending
C:/vcs/svn/apache/commons/trunks-proper/exec/src/test/java/org/apache/commons/exec/util/MapUtilTest.java
Transmitting file data ...
Committed revision 1564600.
{noformat}
> Remove remaining raw types, 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
> Assignee: Gary Gregory
> Priority: Minor
> Fix For: 1.3
>
> 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)