-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
# 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
…nlder, DefaultMarkerHandler, SourceFile, CodeMapping, CodeMappingFormat
There was a problem hiding this 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).
return Collections.emptyList(); | ||
} | ||
// return Collections.unmodifiableList(subtrees); | ||
return subtrees; |
There was a problem hiding this comment.
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"; | ||
} |
There was a problem hiding this comment.
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); |
There was a problem hiding this comment.
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); | ||
} |
There was a problem hiding this comment.
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?
closes #54
closes #55
closes #58
closes #61
closes #69