}
if (addMessages) {
int ageInDays = ageInDays(bugCollection, firstSeen);
attributeList.addAttribute("ageInDays", Integer.toString(ageInDays));
if (reviews > 0 && consensus != UserDesignation.UNCLASSIFIED) {
if (consensus.score() < 0) {
attributeList.addAttribute("notAProblem", "true");
}
if (consensus.score() > 0) {
attributeList.addAttribute("shouldFix", "true");
}