Commit cc0896eb by Nilu

S12523511 # Client - Incoming Issues (raised by Client) #Review percentage for Requirements

parent 679cf5c5
......@@ -363,9 +363,7 @@ public class AnalysisEngine
for(AssessmentCriteriaAnswer answer : assessmentCriteriaAnswers)
{
// only desirable and highly desirable requirements should be calculated for score
if(answer.getAssessmentCriteria() != null && answer.getAssessmentCriteria().getImportance() != null
&& answer.getAssessmentCriteria().getImportance() != Importance.ESSENTIAL)
if(answer.getAssessmentCriteria() != null && answer.getAssessmentCriteria().getImportance() != null)
{
Importance importance = answer.getAssessmentCriteria().getImportance();
int maxScore = importance.getWeightingScore();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment