|
Change Variable Type errCode : Integer to errCode : String in method public endOfLog() : void in class com.insightfullogic.honest_profiler.ports.console.ConsoleLogDumpApplication.run.consumeFile |
From |
To |
|
Change Variable Type errCode : Integer to errCode : String in method public run() : void in class com.insightfullogic.honest_profiler.ports.console.ConsoleLogDumpApplication |
From |
To |
|
Change Variable Type e : Map.Entry<Integer,Counter> to e : Map.Entry<String,Counter> in method public run() : void in class com.insightfullogic.honest_profiler.ports.console.ConsoleLogDumpApplication |
From |
To |
|
Change Variable Type e : Map.Entry<Integer,Counter> to e : Map.Entry<String,Counter> in method public endOfLog() : void in class com.insightfullogic.honest_profiler.ports.console.ConsoleLogDumpApplication.run.consumeFile |
From |
To |
|
Change Variable Type errHistogram : Map<Integer,Counter> to errHistogram : Map<String,Counter> in method public run() : void in class com.insightfullogic.honest_profiler.ports.console.ConsoleLogDumpApplication |
From |
To |