Skip to content
Snippets Groups Projects
Commit 336ea4ee authored by Andreas Bayha's avatar Andreas Bayha
Browse files

YELLOW

Issue-ref: 4240
Issue-URL: af3#4240



Signed-off-by: default avatarAndreas Bayha <bayha@fortiss.org>
parent 6cebf092
No related branches found
No related tags found
1 merge request!1784240
Pipeline #39194 passed
Pipeline: maven-releng

#39195

    ......@@ -6,4 +6,4 @@ GenericProductLineTranslation.java e00248a4b17430f58afc2a60aa51f340eca77db3 RED
    IProductLineConstraint.java 1b0e1231cc578a6e7e544441ac33533b4feafeb1 YELLOW
    IProductLineTranslation.java 733dae03e2baae237b6f0b33f0dd618a4f47cf73 YELLOW
    ProductLineConstraintBase.java 04097c7c31367fdd11a054ba2b259a0535a313f4 YELLOW
    ProductLineConstraintViolation.java a822cc970dc7bd08d6e702c123d86b4a6e05b9f0 YELLOW
    ProductLineConstraintViolation.java c31e257f99288e913a58805b2ccdfa906bf91f29 YELLOW
    ......@@ -44,22 +44,22 @@ public class ProductLineConstraintViolation {
    this.violatingConfiguration = violatingConfiguration;
    }
    /** Returns violatingElements. */
    /** Returns the elements which causes the violation. */
    public List<EObject> getViolatingElements() {
    return violatingElements;
    }
    /** Returns errorMessage. */
    /** Returns the error message. */
    public String getErrorMessage() {
    return constraint.createErrorMessage(violatingElements, violatingConfiguration);
    }
    /** Returns constraint. */
    /** Returns the constraint that has been violated. */
    public IProductLineConstraint getConstraint() {
    return constraint;
    }
    /** Returns violatingConfiguration. */
    /** Returns the configuration which will violate the constraint. */
    public VariantConfiguration getViolatingConfiguration() {
    return violatingConfiguration;
    }
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment