Github user ahgittin commented on a diff in the pull request:

    https://github.com/apache/incubator-brooklyn/pull/132#discussion_r16882905
  
    --- Diff: 
utils/common/src/main/java/brooklyn/util/javalang/AggregateClassLoader.java ---
    @@ -104,6 +110,15 @@ public URL getResource(String name) {
             return null;
         }
     
    -    // TODO lesser used items, such as getResources, getPackage, 
findLibrary
    +    @Override
    +    public Enumeration<URL> getResources(String name) throws IOException {
    +        List<URL> resources = Lists.newLinkedList();
    --- End diff --
    
    linked hash set in case same classloader there multiple times?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to