branch feature/3712 updated (f7cb910 -> 23f0d43)
This is an automated email from the git hooks/post-receive script. New change to branch feature/3712 in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git from f7cb910 Remove attribute scope to generatePropertyChangeSupport tag value. new 23f0d43 Suppression méthodes qu'on utilise plus The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 23f0d43fbbcd2d15a08b3f4d0d000c3198970dc4 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun May 1 17:24:51 2016 +0200 Suppression méthodes qu'on utilise plus Summary of changes: .../main/java/org/nuiton/topia/templates/TopiaTagValues.java | 10 ---------- 1 file changed, 10 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/3712 in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit 23f0d43fbbcd2d15a08b3f4d0d000c3198970dc4 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun May 1 17:24:51 2016 +0200 Suppression méthodes qu'on utilise plus --- .../main/java/org/nuiton/topia/templates/TopiaTagValues.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaTagValues.java b/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaTagValues.java index d3a4478..075b13f 100644 --- a/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaTagValues.java +++ b/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaTagValues.java @@ -24,7 +24,6 @@ package org.nuiton.topia.templates; * #L% */ -import com.google.common.base.Preconditions; import com.google.common.collect.Maps; import org.nuiton.eugene.models.object.ObjectModel; import org.nuiton.eugene.models.object.ObjectModelAttribute; @@ -471,7 +470,6 @@ public class TopiaTagValues extends TagValueDefinitionProvider { /** * Tag to specify if PropertyChangeListener support should be generated * - * @see #isGeneratePropertyChangeSupport(ObjectModelAttribute, ObjectModel) * @see #isGeneratePropertyChangeSupport(ObjectModelClass, ObjectModel) * @since 3.0 */ @@ -946,14 +944,6 @@ public class TopiaTagValues extends TagValueDefinitionProvider { return value; } - public boolean isGeneratePropertyChangeSupport(ObjectModelAttribute attribute, ObjectModel model) { - ObjectModelElement clazz = attribute.getDeclaringElement(); - Preconditions.checkState(clazz instanceof ObjectModelClass); - ObjectModelPackage modelPackage = model.getPackage((ObjectModelClass) clazz); - boolean value = findBooleanTagValue(TAG_GENERATE_PROPERTY_CHANGE_SUPPORT, clazz, modelPackage, model); - return value; - } - public boolean isGeneratePropertyChangeSupport(ObjectModelClass clazz, ObjectModel model) { ObjectModelPackage modelPackage = model.getPackage(clazz); boolean value = findBooleanTagValue(TAG_GENERATE_PROPERTY_CHANGE_SUPPORT, clazz, modelPackage, model); -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm