You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2020/07/01 12:45:00 UTC

[jira] [Created] (MSHARED-930) SimpleResourceInclusionScanner.getIncludedSources() returns wrong generic type

Elliotte Rusty Harold created MSHARED-930:
---------------------------------------------

             Summary: SimpleResourceInclusionScanner.getIncludedSources() returns wrong generic type
                 Key: MSHARED-930
                 URL: https://issues.apache.org/jira/browse/MSHARED-930
             Project: Maven Shared Components
          Issue Type: Bug
            Reporter: Elliotte Rusty Harold


ResourceInclusionScanner.getInlcudedSources (the supertype) is declared to return Set<File>. However SimpleResourceInclusionScanner.getIncludedSources() is declared to return a Set and actually returns Set<String>.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)