Mail Archive Home | fractal-commits List | Febuary 2007 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Thursday, February 8, 2007 @ 15:19:09
Author: kofron
Path: .../src/org/objectweb/fractal/bpc/staticchecker/preprocessor
Modified: InterfaceMapBuilder.java
Bug fix in
src/org/objectweb/fractal/bpc/staticchecker/preprocessor/InterfaceMapBuilder.java
--------------------------+
InterfaceMapBuilder.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index:
fractalbpc/src/org/objectweb/fractal/bpc/staticchecker/preprocessor/InterfaceMapBuilder.java
diff -u
fractalbpc/src/org/objectweb/fractal/bpc/staticchecker/preprocessor/InterfaceMapBuilder.java:1.1
fractalbpc/src/org/objectweb/fractal/bpc/staticchecker/preprocessor/InterfaceMapBuilder.java:1.2
---
fractalbpc/src/org/objectweb/fractal/bpc/staticchecker/preprocessor/InterfaceMapBuilder.java:1.1
Tue Jan 9 15:23:43 2007
+++
fractalbpc/src/org/objectweb/fractal/bpc/staticchecker/preprocessor/InterfaceMapBuilder.java
Thu Feb 8 15:19:09 2007
@@ -1,5 +1,5 @@
/*
- * $Id: InterfaceMapBuilder.java,v 1.1 2007/01/09 14:23:43 tcoupaye Exp $
+ * $Id: InterfaceMapBuilder.java,v 1.2 2007/02/08 14:19:09 kofron Exp $
*
* Behavior Protocols extensions for static and runtime checking
* developed for the Julia implementation of Fractal.
@@ -49,7 +49,7 @@
private static FrameInstance getFrameInstance(
FrameInstance frameInstances[], String
frameInstanceName) {
for (int i = 0; i < frameInstances.length; i++)
- if (frameInstances[i].frameName == frameInstanceName)
+ if
(frameInstances[i].frameName.equals(frameInstanceName))
return frameInstances[i];
return null;
}
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.