You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Thomas Watson (JIRA)" <ji...@apache.org> on 2016/11/02 19:45:58 UTC

[jira] [Resolved] (FELIX-5390) remove unused imports from resolver source code.

     [ https://issues.apache.org/jira/browse/FELIX-5390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Watson resolved FELIX-5390.
----------------------------------
    Resolution: Fixed

I released some general cleanup of the code.

     - remove unused imports
     - fix generic declaration issues
     - remove dead code

> remove unused imports from resolver source code.
> ------------------------------------------------
>
>                 Key: FELIX-5390
>                 URL: https://issues.apache.org/jira/browse/FELIX-5390
>             Project: Felix
>          Issue Type: Bug
>          Components: Resolver
>            Reporter: Thomas Watson
>            Assignee: Thomas Watson
>            Priority: Trivial
>
> There are a few unused imports in the resolver source.  It looks like they did not get removed during the last refactoring of the code.
> Loggner.java
>  import org.osgi.service.resolver.ResolutionException;
> WrappedResource.java
>  import org.osgi.framework.namespace.IdentityNamespace;
> CopyOnWriteSet.java
>  import java.util.AbstractSet;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)