Commit 1a6206eb7961e35c754f87a608b280d84bfeda45

Authored by gibran
1 parent f089f32a

Retirada de: "System.out.println("TAG COMPLETA: "+input.toString());"

src/main/java/br/com/checker/emag/core/FormEvaluation.java
@@ -76,13 +76,13 @@ public class FormEvaluation extends Evaluation{ @@ -76,13 +76,13 @@ public class FormEvaluation extends Evaluation{
76 getOccurrences().addAll(checkRecommendation40()); 76 getOccurrences().addAll(checkRecommendation40());
77 getOccurrences().addAll(checkRecommendation41()); 77 getOccurrences().addAll(checkRecommendation41());
78 78
79 - //Metodos não são utilizados, porque requerem validação humana 79 + //Metodos n�o s�o utilizados, porque requerem valida��o humana
80 //getOccurrences().addAll(checkRecommendation42()); 80 //getOccurrences().addAll(checkRecommendation42());
81 //getOccurrences().addAll(checkRecommendation43()); 81 //getOccurrences().addAll(checkRecommendation43());
82 82
83 getOccurrences().addAll(checkRecommendation44()); 83 getOccurrences().addAll(checkRecommendation44());
84 84
85 - //Métodos não são utilizados, porque requerem validação humana 85 + //M�todos n�o s�o utilizados, porque requerem valida��o humana
86 //getOccurrences().addAll(checkRecommendation45()); 86 //getOccurrences().addAll(checkRecommendation45());
87 87
88 return getOccurrences(); 88 return getOccurrences();
@@ -174,7 +174,7 @@ public class FormEvaluation extends Evaluation{ @@ -174,7 +174,7 @@ public class FormEvaluation extends Evaluation{
174 } 174 }
175 Attribute attrId = input.getAttributes().get("id"); 175 Attribute attrId = input.getAttributes().get("id");
176 if (attrId == null || attrId.getValue().isEmpty()) { 176 if (attrId == null || attrId.getValue().isEmpty()) {
177 - System.out.println("TAG COMPLETA: "+input.toString()); 177 +
178 occurrences.add(this.buildOccurrence("6.2", true,input.toString(), input,"1")); 178 occurrences.add(this.buildOccurrence("6.2", true,input.toString(), input,"1"));
179 } else { 179 } else {
180 boolean temLabelEquivalente = false; 180 boolean temLabelEquivalente = false;
@@ -195,7 +195,7 @@ public class FormEvaluation extends Evaluation{ @@ -195,7 +195,7 @@ public class FormEvaluation extends Evaluation{
195 195
196 Attribute attrId = input.getAttributes().get("id"); 196 Attribute attrId = input.getAttributes().get("id");
197 if (attrId == null || attrId.getValue().isEmpty()) { 197 if (attrId == null || attrId.getValue().isEmpty()) {
198 - System.out.println("TAG COMPLETA: "+input.toString()); 198 +
199 occurrences.add(this.buildOccurrence("6.2", true, input.toString(), input,"1")); 199 occurrences.add(this.buildOccurrence("6.2", true, input.toString(), input,"1"));
200 } else { 200 } else {
201 boolean temLabelEquivalente = false; 201 boolean temLabelEquivalente = false;