residence_node.go
Method ResidenceNode.Equals
has 5 return statements (exceeds 4 allowed). Open
Open
func (node *ResidenceNode) Equals(node2 Node) bool {
if IsNil(node) {
return false
}
comment on exported method ResidenceNode.Equals should be of the form "Equals ..." Open
Open
// Equal tests if two residence events are the same.
- Exclude checks