Skip to content
Snippets Groups Projects
Commit 99bd9a0b authored by Sören Henning's avatar Sören Henning
Browse files

Mark problem

parent a654a607
No related branches found
No related tags found
1 merge request!17Get impletemented stages and Java 8
...@@ -95,8 +95,9 @@ final class LegacyTraceReconstructor extends AbstractTransformation<OperationExe ...@@ -95,8 +95,9 @@ final class LegacyTraceReconstructor extends AbstractTransformation<OperationExe
OperationCall header = null; OperationCall header = null;
int ess = 0; int ess = 0;
for (final OperationExecutionRecord record : this.records) { for (final OperationExecutionRecord record : this.records) {
// TODO Missing orderIndex temp. 0
final OperationCall newCall = new OperationCall(record.getHostname(), this.extractComponent(record.getOperationSignature()), final OperationCall newCall = new OperationCall(record.getHostname(), this.extractComponent(record.getOperationSignature()),
record.getOperationSignature(), record.getOperationSignature(), 0,
this.traceID, record.getLoggingTimestamp()); this.traceID, record.getLoggingTimestamp());
newCall.setDuration(record.getTout() - record.getTin()); newCall.setDuration(record.getTout() - record.getTin());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment