X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartthings-infrastructure.git;a=blobdiff_plain;f=Runner.py;h=81efa7a0c02eaf42b82d09542635651ba4940dfe;hp=ad8dff0f2b1822585889000a5eac41d034a27a1d;hb=03a440398988fb06278b520824d6aa3be9b39d65;hpb=74938b80035b90597144629a4358db843f771dc9 diff --git a/Runner.py b/Runner.py index ad8dff0..81efa7a 100644 --- a/Runner.py +++ b/Runner.py @@ -142,6 +142,8 @@ Out.write("//Application #1\n") Out.write("class App1 {\n") Out.write("\tdef reference\n") Out.write("\tdef location\n") +Out.write("\t// A local variable added for conflict detection tool\n") +Out.write("\tdef location_mode\n") Out.write("\tdef app\n") Out.write("\n") Out.write("\t//Extracted objects for App1\n") @@ -251,6 +253,8 @@ Out.write("//Application #2\n") Out.write("class App2 {\n") Out.write("\tdef reference\n") Out.write("\tdef location\n") +Out.write("\t// A local variable added for conflict detection tool\n") +Out.write("\tdef location_mode\n") Out.write("\tdef app\n") Out.write("\n") Out.write("\t//Extracted objects for App2\n")