core/lite_stop_monitoring_update_event_builder.go

Summary

Maintainability
A
2 hrs
Test Coverage

Method LiteStopMonitoringUpdateEventBuilder.buildUpdateEvents has 87 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (builder *LiteStopMonitoringUpdateEventBuilder) buildUpdateEvents(StopVisitEvent *slite.MonitoredStopVisit) {
    // When Order is not defined, we should ignore the MonitoredStopVisit
    // see ARA-1240 "Special cases"
    if !StopVisitEvent.HasOrder() {
        return
Severity: Major
Found in core/lite_stop_monitoring_update_event_builder.go - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status