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