Error Handling and Coverage Improvement of the Framework Library #686
Labels
component/framework
Categorizes an issue or PR relevant to the framework.
kind/improvement
Categorizes issue or PR as related to improvements.
Milestone
Currently, the overall coverage of the framework library is around 85%.
Utilizing error injector, we shall try to increase the code coverage to 90% or more.
This should happen after deprecated APIs have been removed.
I believe by increasing the overall coverage, we can eliminate many corner case bugs like the following:
celix_bundleContext_registerService
will leakproperties
whenserviceName == NULL
.The text was updated successfully, but these errors were encountered: