Actions
Architecture #7634
closedMake NodeInfo more dependant on Node
Architecture #7634:
Make NodeInfo more dependant on Node
Status:
Released
Priority:
4
Assignee:
Category:
Architecture - Code maintenance
Target version:
Fix check:
Regression:
Description
We have two classes for almost the same thing in Scala (NodeInfo and Node) and it makes me crazy
If we update Node, we have to update NodeInfo (who has more informations)
#7628 is a consequence of this behavior ...
Maybe we should have only one Node class with all informations, but for now i will only add a Node as parameter in NodeInfo and remove all redundant parameter
Actions