Skip to content

Mira/Mira-UI: clean-up constraints

Saad bin Abid requested to merge 3300-Constraints_cleanup into master
  • Removed the deprecated constraints
  • Removed the duplicated constraint "All Non-functional Aspects have a related functional aspect" (i.e., both the NonFunctionalAspectHaveFunctionalAspectContraint.java and NonFunctionalAspectHaveFunctionalAspectContraintUI.java).
  • Removed the print statements from constraints implementation blocks.
  • Updated the MultipleAspectsConstraints implementation. Now have only one counter (i.e., AspectCounter) for counting the number of aspects attached to the requirement. Before there was additional counter (i.e., ParameterCounter) which was redundant. Hence, removed.
  • renamed the string to be displayed for the constraint From "All requirements with parameter that have a type" to "All requirements with parameter have an appropriate type".

Issue-Ref: 3300 Issue-Url: https://af3-developer.fortiss.org/issues/3300 Signed-off-by: saad abid@fortiss.org

Merge request reports