Mail Archive Home | fractal-commits List | Febuary 2007 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Monday, February 19, 2007 @ 13:17:12
Author: seintur
Path: /cvsroot/fractal/julia/src/org/objectweb/fractal/julia/factory
Modified: BasicTemplateMixin.java
Bug fix: /template is also to be removed from interface types implemented by
a component instantiated from a template.
-------------------------+
BasicTemplateMixin.java | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: julia/src/org/objectweb/fractal/julia/factory/BasicTemplateMixin.java
diff -u
julia/src/org/objectweb/fractal/julia/factory/BasicTemplateMixin.java:1.2
julia/src/org/objectweb/fractal/julia/factory/BasicTemplateMixin.java:1.3
--- julia/src/org/objectweb/fractal/julia/factory/BasicTemplateMixin.java:1.2
Tue Apr 27 11:27:58 2004
+++ julia/src/org/objectweb/fractal/julia/factory/BasicTemplateMixin.java
Mon Feb 19 13:17:12 2007
@@ -117,7 +117,7 @@
List itfList = new ArrayList();
for (int j = 0; j < itfTypes.length; ++j) {
String n = itfTypes[j].getFcItfName();
- if (!n.equals("factory")) {
+ if (!n.equals("factory") && !n.equals("/template")) {
if (n.equals("attribute-controller")) {
itfList.add(itfTypes[j]);
} else if (!(n.equals("component") || n.endsWith("-controller"))) {
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.