Toggle navigation
Home
java.lang.String to com.tagtraum.perf.gcviewer.imp.DataReaderUnifiedJvmLogging.ParseContext
No. of Instances - 5
No. of Commits - 1
No. of Projects - {'GCViewer'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
String.format("Expected memory and pause in the end of line number %d (line=\"%s\")",in.getLineNumber(),line)
to
String.format("Expected memory and pause in the end of line number %d (line=\"%s\")",in.getLineNumber(),context.getLine())
String.format("Expected only pause in the end of line number %d (line=\"%s\")",in.getLineNumber(),line)
to
String.format("Expected only pause in the end of line number %d (line=\"%s\")",in.getLineNumber(),context.getLine())
line
to
context.getLine()
line
to
context.getLine()
String.format("Failed to parse gc event (%s) on line number %d (line=\"%s\")",e.toString(),in.getLineNumber(),line)
to
String.format("Failed to parse gc event (%s) on line number %d (line=\"%s\")",e.toString(),in.getLineNumber(),context.getLine())
String.format("Unexpected tail present in the end of line number %d (expected nothing to be present, tail=\"%s\"; line=\"%s\")",in.getLineNumber(),tail,line)
to
String.format("Unexpected tail present in the end of line number %d (expected nothing to be present, tail=\"%s\"; line=\"%s\")",in.getLineNumber(),tail,context.getLine())
line
to
context.getLine()
line
to
context.getLine()
Rename Variable
line
to
context
line
to
context
line
to
context
line
to
context
line
to
context
line
to
context
line
to
context
line
to
context