Cleanup (test data format)

This commit is contained in:
Roman Shevchenko
2018-08-10 15:10:31 +02:00
parent 6f70918c3b
commit b2a6767640
6 changed files with 46 additions and 28 deletions

View File

@@ -1,3 +1,5 @@
package pkg;
public final class TestPrivateEmptyConstructor {
private TestPrivateEmptyConstructor() {
}// 4
@@ -7,20 +9,20 @@ public final class TestPrivateEmptyConstructor {
}// 8
}
class 'TestPrivateEmptyConstructor' {
class 'pkg/TestPrivateEmptyConstructor' {
method '<init> ()V' {
4 2
4 4
}
method 'test ()V' {
0 5
3 5
5 5
8 6
0 7
3 7
5 7
8 8
}
}
Lines mapping:
4 <-> 3
7 <-> 6
8 <-> 7
4 <-> 5
7 <-> 8
8 <-> 9