Use of raw type should be Comparable<ArtifactVersion>
-----------------------------------------------------

                 Key: MNG-4912
                 URL: http://jira.codehaus.org/browse/MNG-4912
             Project: Maven 2 & 3
          Issue Type: Bug
          Components: Artifacts and Repositories
    Affects Versions: 3.0
            Reporter: Jesse Glick
            Priority: Minor
         Attachments: ArtifactVersion-Comparable.diff

To avoid raw type and unchecked warnings, {{ArtifactVersion}} should implement 
{{Comparable<ArtifactVersion>}}, not raw {{Comparable}}. Compare {{interface 
Artifact extends Comparable<Artifact>}} etc.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to