[
https://issues.apache.org/jira/browse/SLING-9496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
A. J. David Bosschaert closed SLING-9496.
-----------------------------------------
> Dead code in the API Regions runtime
> ------------------------------------
>
> Key: SLING-9496
> URL: https://issues.apache.org/jira/browse/SLING-9496
> Project: Sling
> Issue Type: Bug
> Components: Feature Model
> Affects Versions: Feature Model API Regions Runtime Fragment 1.1.2
> Reporter: A. J. David Bosschaert
> Assignee: A. J. David Bosschaert
> Priority: Major
> Fix For: Feature Model API Regions Runtime Fragment 1.1.4
>
>
> The ResolverHookImpl contains dead code here from the second 'if':
> {code}
> Set<String> capFeatures = getFeaturesForBundle(capBundle);
> if (capFeatures.isEmpty()) {
> // Capability is not in any feature, everyone can access
> coveredCaps.put(bc, RegionConstants.GLOBAL_REGION);
> continue nextCapability;
> }
> if (capFeatures.isEmpty())
> capFeatures = Collections.singleton(null);
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)