From 1a6206eb7961e35c754f87a608b280d84bfeda45 Mon Sep 17 00:00:00 2001 From: gibran Date: Mon, 20 Jun 2016 17:32:47 -0300 Subject: [PATCH] Retirada de: "System.out.println("TAG COMPLETA: "+input.toString());" --- src/main/java/br/com/checker/emag/core/FormEvaluation.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/br/com/checker/emag/core/FormEvaluation.java b/src/main/java/br/com/checker/emag/core/FormEvaluation.java index d37f032..8c9fc2f 100644 --- a/src/main/java/br/com/checker/emag/core/FormEvaluation.java +++ b/src/main/java/br/com/checker/emag/core/FormEvaluation.java @@ -76,13 +76,13 @@ public class FormEvaluation extends Evaluation{ getOccurrences().addAll(checkRecommendation40()); getOccurrences().addAll(checkRecommendation41()); - //Metodos não são utilizados, porque requerem validação humana + //Metodos n�o s�o utilizados, porque requerem valida��o humana //getOccurrences().addAll(checkRecommendation42()); //getOccurrences().addAll(checkRecommendation43()); getOccurrences().addAll(checkRecommendation44()); - //Métodos não são utilizados, porque requerem validação humana + //M�todos n�o s�o utilizados, porque requerem valida��o humana //getOccurrences().addAll(checkRecommendation45()); return getOccurrences(); @@ -174,7 +174,7 @@ public class FormEvaluation extends Evaluation{ } Attribute attrId = input.getAttributes().get("id"); if (attrId == null || attrId.getValue().isEmpty()) { - System.out.println("TAG COMPLETA: "+input.toString()); + occurrences.add(this.buildOccurrence("6.2", true,input.toString(), input,"1")); } else { boolean temLabelEquivalente = false; @@ -195,7 +195,7 @@ public class FormEvaluation extends Evaluation{ Attribute attrId = input.getAttributes().get("id"); if (attrId == null || attrId.getValue().isEmpty()) { - System.out.println("TAG COMPLETA: "+input.toString()); + occurrences.add(this.buildOccurrence("6.2", true, input.toString(), input,"1")); } else { boolean temLabelEquivalente = false; -- libgit2 0.21.2