-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Feature Model API Regions Runtime Fragment 1.1.2
-
Fix Version/s: Feature Model API Regions Runtime Fragment 1.1.4
-
Component/s: Feature Model
-
Labels:None
The ResolverHookImpl contains dead code here from the second 'if':
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);
- links to