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 76 getOccurrences().addAll(checkRecommendation40());
77 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 80 //getOccurrences().addAll(checkRecommendation42());
81 81 //getOccurrences().addAll(checkRecommendation43());
82 82  
83 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 86 //getOccurrences().addAll(checkRecommendation45());
87 87  
88 88 return getOccurrences();
... ... @@ -174,7 +174,7 @@ public class FormEvaluation extends Evaluation{
174 174 }
175 175 Attribute attrId = input.getAttributes().get("id");
176 176 if (attrId == null || attrId.getValue().isEmpty()) {
177   - System.out.println("TAG COMPLETA: "+input.toString());
  177 +
178 178 occurrences.add(this.buildOccurrence("6.2", true,input.toString(), input,"1"));
179 179 } else {
180 180 boolean temLabelEquivalente = false;
... ... @@ -195,7 +195,7 @@ public class FormEvaluation extends Evaluation{
195 195  
196 196 Attribute attrId = input.getAttributes().get("id");
197 197 if (attrId == null || attrId.getValue().isEmpty()) {
198   - System.out.println("TAG COMPLETA: "+input.toString());
  198 +
199 199 occurrences.add(this.buildOccurrence("6.2", true, input.toString(), input,"1"));
200 200 } else {
201 201 boolean temLabelEquivalente = false;
... ...