updateFeatureList.addAll(Arrays.stream(annotatedElement.getAnnotationsByType(EnableFeature.class)).map(annotation -> new UpdateFeature(annotation.value(),annotation.skipRestart(),state == State.BEFORE ? FeatureAction.ENABLE : FeatureAction.DISABLE,annotation.onlyForProduct())).collect(Collectors.toList())); | updateFeatureSet.addAll(getUpdateFeaturesSet(annotatedElement,state)); | updateFeatureList.addAll(Arrays.stream(annotatedElement.getAnnotationsByType(EnableFeature.class)).map(annotation -> new UpdateFeature(annotation.value(),annotation.skipRestart(),state == State.BEFORE ? FeatureAction.ENABLE : FeatureAction.DISABLE,annotation.onlyForProduct())).collect(Collectors.toList())) | updateFeatureList.addAll(getUpdateFeaturesSet(annotatedElement,state)) | keycloak | 0afd55f32c8f833dba9958cb3dd7c297dccb3edc | org.keycloak.testsuite.arquillian.containers.KeycloakContainerFeaturesController | | _1 | updateFeatureList |
---|
_2 | updateFeatureSet |
---|
| TCIVar | updateFeatureList |
---|
v1 | annotatedElement |
---|
| | TCIVar | updateFeatureList |
---|
v1 | annotatedElement |
---|
| Uses | False |