|
Change Return Type long to Long in method protected getDetectedValue() : Long in class com.navercorp.pinpoint.web.alarm.checker.SlowCountChecker |
From |
To |
|
Change Return Type long to Long in method protected getDetectedValue() : Long in class com.navercorp.pinpoint.web.alarm.checker.ErrorRateToCalleeChecker |
From |
To |
|
Change Return Type long to Long in method protected getDetectedValue() : Long in class com.navercorp.pinpoint.web.alarm.checker.ResponseCountChecker |
From |
To |
|
Change Return Type long to Long in method protected getDetectedValue() : Long in class com.navercorp.pinpoint.web.alarm.checker.SlowRateToCalleeChecker |
From |
To |
|
Change Return Type Map<String,Long> to Map<String,T> in method protected abstract getAgentValues() : Map<String,T> in class com.navercorp.pinpoint.web.alarm.checker.AgentChecker |
From |
To |
|
Change Return Type long to Long in method protected getDetectedValue() : Long in class com.navercorp.pinpoint.web.alarm.checker.ErrorCountToCalleeChecker |
From |
To |
|
Change Return Type long to Long in method protected getDetectedValue() : Long in class com.navercorp.pinpoint.web.alarm.checker.SlowCountToCalleeChecker |
From |
To |
|
Change Return Type long to T in method protected getDetectedValue() : T in class com.navercorp.pinpoint.web.alarm.checker.AgentChecker |
From |
To |
|
Change Return Type long to T in method protected abstract getDetectedValue() : T in class com.navercorp.pinpoint.web.alarm.checker.AlarmChecker |
From |
To |
|
Change Return Type long to Long in method protected getDetectedValue() : Long in class com.navercorp.pinpoint.web.alarm.checker.ErrorRateChecker |
From |
To |
|
Change Return Type long to Long in method protected getDetectedValue() : Long in class com.navercorp.pinpoint.web.alarm.checker.TotalCountToCalleeChecker |
From |
To |
|
Change Return Type long to Long in method protected getDetectedValue() : Long in class com.navercorp.pinpoint.web.alarm.checker.SlowRateChecker |
From |
To |
|
Change Return Type long to Long in method protected getDetectedValue() : Long in class com.navercorp.pinpoint.web.alarm.checker.ErrorCountChecker |
From |
To |
|
Change Variable Type detected : Entry<String,Long> to detected : Entry<String,T> in method public getEmailMessage() : String in class com.navercorp.pinpoint.web.alarm.checker.AgentChecker |
From |
To |
|
Change Variable Type detected : Entry<String,Long> to detected : Entry<String,T> in method public getSmsMessage() : List<String> in class com.navercorp.pinpoint.web.alarm.checker.AgentChecker |
From |
To |
|
Change Variable Type agents : Map<String,Long> to agents : Map<String,T> in method public check() : void in class com.navercorp.pinpoint.web.alarm.checker.AgentChecker |
From |
To |
|
Change Variable Type agent : Entry<String,Long> to agent : Entry<String,T> in method public check() : void in class com.navercorp.pinpoint.web.alarm.checker.AgentChecker |
From |
To |