Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2012-03-02 17:39:28 +0000
committerHenrik Rentz-Reichert2012-03-02 17:39:28 +0000
commitabdeabfa41fa3749a83f20d99bf3059675cc7bb7 (patch)
tree06b24eedad10f755853f6c11070bb96b2c9c022a /runtime
parent88fd9ad29c2eda952b20e6ce2a02e646308167e3 (diff)
downloadorg.eclipse.etrice-abdeabfa41fa3749a83f20d99bf3059675cc7bb7.tar.gz
org.eclipse.etrice-abdeabfa41fa3749a83f20d99bf3059675cc7bb7.tar.xz
org.eclipse.etrice-abdeabfa41fa3749a83f20d99bf3059675cc7bb7.zip
[integration.tests, modellib] re-generated
Diffstat (limited to 'runtime')
-rw-r--r--runtime/org.eclipse.etrice.modellib/src-gen/org/eclipse/etrice/modellib/Socket/PSocket.java4
-rw-r--r--runtime/org.eclipse.etrice.modellib/src-gen/room/basic/service/logging/Log.java4
-rw-r--r--runtime/org.eclipse.etrice.modellib/src-gen/room/basic/service/timing/PTimeout.java4
-rw-r--r--runtime/org.eclipse.etrice.modellib/src-gen/room/basic/service/timing/PTimer.java4
4 files changed, 8 insertions, 8 deletions
diff --git a/runtime/org.eclipse.etrice.modellib/src-gen/org/eclipse/etrice/modellib/Socket/PSocket.java b/runtime/org.eclipse.etrice.modellib/src-gen/org/eclipse/etrice/modellib/Socket/PSocket.java
index 747b2cc8d..40274eb33 100644
--- a/runtime/org.eclipse.etrice.modellib/src-gen/org/eclipse/etrice/modellib/Socket/PSocket.java
+++ b/runtime/org.eclipse.etrice.modellib/src-gen/org/eclipse/etrice/modellib/Socket/PSocket.java
@@ -112,7 +112,7 @@ public class PSocket {
public PSocketReplPort(IEventReceiver actor, String name, int localId, Address[] addr,
Address[] peerAddress) {
- replication = addr.length;
+ replication = addr==null? 0:addr.length;
ports = new ArrayList<PSocket.PSocketPort>(replication);
for (int i=0; i<replication; ++i) {
ports.add(new PSocketPort(
@@ -229,7 +229,7 @@ public class PSocket {
public PSocketConjReplPort(IEventReceiver actor, String name, int localId, Address[] addr,
Address[] peerAddress) {
- replication = addr.length;
+ replication = addr==null? 0:addr.length;
ports = new ArrayList<PSocket.PSocketConjPort>(replication);
for (int i=0; i<replication; ++i) {
ports.add(new PSocketConjPort(
diff --git a/runtime/org.eclipse.etrice.modellib/src-gen/room/basic/service/logging/Log.java b/runtime/org.eclipse.etrice.modellib/src-gen/room/basic/service/logging/Log.java
index d7222f942..8d3acad94 100644
--- a/runtime/org.eclipse.etrice.modellib/src-gen/room/basic/service/logging/Log.java
+++ b/runtime/org.eclipse.etrice.modellib/src-gen/room/basic/service/logging/Log.java
@@ -77,7 +77,7 @@ public class Log {
public LogReplPort(IEventReceiver actor, String name, int localId, Address[] addr,
Address[] peerAddress) {
- replication = addr.length;
+ replication = addr==null? 0:addr.length;
ports = new ArrayList<Log.LogPort>(replication);
for (int i=0; i<replication; ++i) {
ports.add(new LogPort(
@@ -186,7 +186,7 @@ public class Log {
public LogConjReplPort(IEventReceiver actor, String name, int localId, Address[] addr,
Address[] peerAddress) {
- replication = addr.length;
+ replication = addr==null? 0:addr.length;
ports = new ArrayList<Log.LogConjPort>(replication);
for (int i=0; i<replication; ++i) {
ports.add(new LogConjPort(
diff --git a/runtime/org.eclipse.etrice.modellib/src-gen/room/basic/service/timing/PTimeout.java b/runtime/org.eclipse.etrice.modellib/src-gen/room/basic/service/timing/PTimeout.java
index 2819ca163..b8bdf7ca2 100644
--- a/runtime/org.eclipse.etrice.modellib/src-gen/room/basic/service/timing/PTimeout.java
+++ b/runtime/org.eclipse.etrice.modellib/src-gen/room/basic/service/timing/PTimeout.java
@@ -155,7 +155,7 @@ public class PTimeout {
public PTimeoutReplPort(IEventReceiver actor, String name, int localId, Address[] addr,
Address[] peerAddress) {
- replication = addr.length;
+ replication = addr==null? 0:addr.length;
ports = new ArrayList<PTimeout.PTimeoutPort>(replication);
for (int i=0; i<replication; ++i) {
ports.add(new PTimeoutPort(
@@ -270,7 +270,7 @@ public class PTimeout {
public PTimeoutConjReplPort(IEventReceiver actor, String name, int localId, Address[] addr,
Address[] peerAddress) {
- replication = addr.length;
+ replication = addr==null? 0:addr.length;
ports = new ArrayList<PTimeout.PTimeoutConjPort>(replication);
for (int i=0; i<replication; ++i) {
ports.add(new PTimeoutConjPort(
diff --git a/runtime/org.eclipse.etrice.modellib/src-gen/room/basic/service/timing/PTimer.java b/runtime/org.eclipse.etrice.modellib/src-gen/room/basic/service/timing/PTimer.java
index 5f1013468..8010886f1 100644
--- a/runtime/org.eclipse.etrice.modellib/src-gen/room/basic/service/timing/PTimer.java
+++ b/runtime/org.eclipse.etrice.modellib/src-gen/room/basic/service/timing/PTimer.java
@@ -155,7 +155,7 @@ public class PTimer {
public PTimerReplPort(IEventReceiver actor, String name, int localId, Address[] addr,
Address[] peerAddress) {
- replication = addr.length;
+ replication = addr==null? 0:addr.length;
ports = new ArrayList<PTimer.PTimerPort>(replication);
for (int i=0; i<replication; ++i) {
ports.add(new PTimerPort(
@@ -269,7 +269,7 @@ public class PTimer {
public PTimerConjReplPort(IEventReceiver actor, String name, int localId, Address[] addr,
Address[] peerAddress) {
- replication = addr.length;
+ replication = addr==null? 0:addr.length;
ports = new ArrayList<PTimer.PTimerConjPort>(replication);
for (int i=0; i<replication; ++i) {
ports.add(new PTimerConjPort(

Back to the top