-
Notifications
You must be signed in to change notification settings - Fork 525
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
fix bug update property to value of removed element with unique index #679
Conversation
fixed: #678 Change-Id: I0aeb3603078fdc07af668cf0c65c3edbc28e8814
Codecov Report
@@ Coverage Diff @@
## master #679 +/- ##
============================================
+ Coverage 72.94% 72.94% +<.01%
- Complexity 3919 3925 +6
============================================
Files 218 218
Lines 17688 17716 +28
Branches 2533 2541 +8
============================================
+ Hits 12902 12923 +21
Misses 3468 3468
- Partials 1318 1325 +7
Continue to review full report at Codecov.
|
private Set<HugeProperty<?>> updatedOldestProps; // Oldest props | ||
|
||
private Set<HugeProperty<?>> addedProps; | ||
private Set<HugeProperty<?>> removedProps; |
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.
move to line 102
// Override vertex | ||
this.addVertex(vertex); | ||
} | ||
this.propertyUpdated(vertex, prop, vertex.setProperty(prop)); |
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.
update comment, same as others
Change-Id: I7d99ae8d137d0286c6a5d6f5e1902bc86b48dab5
@@ -99,15 +99,14 @@ | |||
|
|||
private Map<Id, HugeEdge> addedEdges; | |||
private Map<Id, HugeEdge> removedEdges; | |||
private Set<HugeProperty<?>> addedProps; |
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.
add empty line
Change-Id: I8569fa6aea9899d2152728c65c7bdc5adb6bed68
fixed: #678
Change-Id: I0aeb3603078fdc07af668cf0c65c3edbc28e8814