You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/12/06 16:31:00 UTC

[myfaces-tobago] 03/04: less logging

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit fd9a6a9d5eea7ae75d8d32cfea36e84cdc00dd0d
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Dec 6 15:16:42 2017 +0100

    less logging
---
 .../myfaces/tobago/apt/processor/ClassesGenerator.java       | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/tobago-tool/tobago-tool-apt/src/main/java/org/apache/myfaces/tobago/apt/processor/ClassesGenerator.java b/tobago-tool/tobago-tool-apt/src/main/java/org/apache/myfaces/tobago/apt/processor/ClassesGenerator.java
index ab3ad43..c7ea5e3 100644
--- a/tobago-tool/tobago-tool-apt/src/main/java/org/apache/myfaces/tobago/apt/processor/ClassesGenerator.java
+++ b/tobago-tool/tobago-tool-apt/src/main/java/org/apache/myfaces/tobago/apt/processor/ClassesGenerator.java
@@ -116,9 +116,9 @@ public class ClassesGenerator extends AbstractGenerator {
 
       if (componentTag.behaviors().length > 0) {
         for (final Behavior behavior : componentTag.behaviors()) {
-          info("*************** ----------------------" + componentTag.behaviors().length);
-          info("*************** " + behavior.name());
-          info("*************** " + componentInfo.getBehaviors());
+//          info("*************** ----------------------" + componentTag.behaviors().length);
+//          info("*************** " + behavior.name());
+//          info("*************** " + componentInfo.getBehaviors());
           componentInfo.getBehaviors().add(behavior.name());
           if (behavior.isDefault()) {
             if (componentInfo.getDefaultBehavior() != null) {
@@ -248,9 +248,9 @@ public class ClassesGenerator extends AbstractGenerator {
         propertyInfo.setDescription(getDescription(declaration));
         propertyInfo.setTransient(uiComponentTagAttribute.isTransient());
         propertyInfo.setGenerate(uiComponentTagAttribute.generate());
-        if (properties.containsKey(name)) {
-          warn("Redefinition of attribute '" + name + "'.");
-        }
+//        if (properties.containsKey(name)) {
+//          warn("Redefinition of attribute '" + name + "'.");
+//        }
         properties.put(name, propertyInfo);
       }
     }

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.