Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add synchronization configuration to concept (#743) #1083

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

Anna-Lena-DLR
Copy link
Contributor

Added synchronization configuration to requirements concept to add Doors specific data

@Anna-Lena-DLR Anna-Lena-DLR added the concept IDE This affects the Concept IDE label Apr 5, 2022
@Anna-Lena-DLR Anna-Lena-DLR self-assigned this Apr 5, 2022
@codecov
Copy link

codecov bot commented Apr 5, 2022

Codecov Report

Merging #1083 (bc50e20) into development (d037df1) will decrease coverage by 0.01%.
The diff coverage is 77.77%.

Impacted file tree graph

@@                Coverage Diff                @@
##             development    #1083      +/-   ##
=================================================
- Coverage          86.70%   86.68%   -0.02%     
- Complexity          5018     5020       +2     
=================================================
  Files                606      608       +2     
  Lines              25196    25205       +9     
  Branches            2264     2264              
=================================================
+ Hits               21847    21850       +3     
- Misses              2579     2585       +6     
  Partials             770      770              
Impacted Files Coverage Δ
...l/extension/requirements/migrator/Migrator0v8.java 33.33% <33.33%> (ø)
...quirements/model/SynchronizationConfiguration.java 100.00% <100.00%> (ø)
...model/concept/resources/ConceptResourceLoader.java 83.33% <0.00%> (-8.34%) ⬇️
...sat/project/markers/VirSatProblemMarkerHelper.java 82.14% <0.00%> (-1.43%) ⬇️

Repository repository = DVLMFactory.eINSTANCE.createRepository();
repository.getActiveConcepts().add(conceptMigrateFromRepository);

//TODO: Setup test instances
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODOs können gelöscht werden

public class Migrator0v8 extends AMigrator0v8 implements IMigrator {

@Override
public void migrate(Concept concept, IMigrator previousMigrator) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Methode migrate kann gelöscht werden

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
concept IDE This affects the Concept IDE
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants