You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by GitBox <gi...@apache.org> on 2021/10/25 14:55:24 UTC

[GitHub] [felix-dev] kwin commented on pull request #112: FELIX-6464 fix some more potential NPEs

kwin commented on pull request #112:
URL: https://github.com/apache/felix-dev/pull/112#issuecomment-951011930


   @cziegeler And some more potential NPEs fixed.
   
   BTW an API returning `List<>` which may either be empty, contain some items or is `null` is really poor design IMHO (like http://docs.osgi.org/javadoc/r6/core/org/osgi/framework/wiring/BundleWiring.html#getCapabilities(java.lang.String) or http://docs.osgi.org/javadoc/r6/core/org/osgi/framework/wiring/BundleWiring.html#getRequirements(java.lang.String))


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@felix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org