[forge-dev] [JBoss JIRA] Created: (SEAMFORGE-131) ServletFacet.getResources(FileFilter f) does not use the filter, and should use ResourceFilter instead.

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Mon Apr 4 19:36:33 EDT 2011


ServletFacet.getResources(FileFilter f) does not use the filter, and should use ResourceFilter instead.
-------------------------------------------------------------------------------------------------------

                 Key: SEAMFORGE-131
                 URL: https://issues.jboss.org/browse/SEAMFORGE-131
             Project: Seam Forge
          Issue Type: Bug
          Components: Builtin Plugins
    Affects Versions: 1.0.0.Alpha3
            Reporter: Lincoln Baxter III


{code}
   public List<Resource<?>> getResources(final FileFilter filter)
   {
      DirectoryResource webRoot = project.getFacet(WebResourceFacet.class).getWebRootDirectory();
      return listChildrenRecursively(webRoot);
   }
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-dev mailing list