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

Partial refactored Issue 54 and resulting issues #72

Merged
merged 50 commits into from
Jul 28, 2021

Conversation

wurstbroteater
Copy link
Collaborator

closes #54
closes #55
closes #58
closes #61
closes #69

wurstbroteater and others added 30 commits February 26, 2021 13:59
# Conflicts:
#	de.variantsync.core/src/main/java/de/variantsync/core/ast/AST.java
#	de.variantsync.core/src/main/java/de/variantsync/core/ast/JsonParserASTwithLineGrammar.java
Copy link
Collaborator

@pmbittner pmbittner left a comment

Choose a reason for hiding this comment

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

This is not pretty but it's ok as the intermediate state. However, it would be very very helpful if you could at some last documentation. There are many parts that you heavily refactored in the eclipse plugin. Please add JavaDoc to those methods or class explaining what you think this class/method does (which enabled you to apply your refactoring).

.travis.yml Show resolved Hide resolved
return Collections.emptyList();
}
// return Collections.unmodifiableList(subtrees);
return subtrees;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why is this change necessary? Please add a comment.

public static String getString() {

return "da srtring";
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

?

//List<IVariantSyncMarker> markers = ASTLineGrammarProcessor.getMarkers(root);


assertTrue(true);
Copy link
Collaborator

Choose a reason for hiding this comment

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

assertTrue(false);?

// assertEquals(astString, importedString);
//
// // delete created file
// Files.delete(examplePath);
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why is all of this commented out?

pom.xml Show resolved Hide resolved
vsBuild.sh Outdated Show resolved Hide resolved
@pmbittner pmbittner merged commit 4d995cc into tthuem:seproj_ulm_2020_wip Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants