Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ttc18
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
stgroup
ttc18
Commits
1c2d045f
Commit
1c2d045f
authored
6 years ago
by
Johannes Mey
Browse files
Options
Downloads
Patches
Plain Diff
prevent living partitions that are already scheduled from being looked at again.
parent
bb0e0801
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
jastadd-mquat-eris/src/main/java/de/tudresden/inf/st/mquat/eris/ErisMQuATBuilder.java
+5
-0
5 additions, 0 deletions
...java/de/tudresden/inf/st/mquat/eris/ErisMQuATBuilder.java
with
5 additions
and
0 deletions
jastadd-mquat-eris/src/main/java/de/tudresden/inf/st/mquat/eris/ErisMQuATBuilder.java
+
5
−
0
View file @
1c2d045f
...
@@ -241,6 +241,11 @@ public class ErisMQuATBuilder {
...
@@ -241,6 +241,11 @@ public class ErisMQuATBuilder {
for
(
ERISLivingPartition
erisLivingPartition
:
erisContainer
.
getPartitionList
())
{
for
(
ERISLivingPartition
erisLivingPartition
:
erisContainer
.
getPartitionList
())
{
if
(
erisLivingPartition
.
isAdaptationScheduled
())
{
logger
.
debug
(
"Skipping living partition {}, because an adaptation is already scheduled"
,
erisLivingPartition
.
getLocalId
());
continue
;
}
// create a new top-level software component and two implementations, one of which enforces direct access
// create a new top-level software component and two implementations, one of which enforces direct access
Component
component
=
new
Component
();
Component
component
=
new
Component
();
Component
directComponent
=
new
Component
();
Component
directComponent
=
new
Component
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment