Update C# test references
End column number is exclusive in pmd 7. Refs #2945
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -1,41 +1,41 @@
|
|||||||
[Image] or [Truncated image[ Bcol Ecol
|
[Image] or [Truncated image[ Bcol Ecol
|
||||||
L1
|
L1
|
||||||
[using] 1 5
|
[using] 1 6
|
||||||
[System] 7 12
|
[System] 7 13
|
||||||
[;] 13 13
|
[;] 13 14
|
||||||
L2
|
L2
|
||||||
[using] 1 5
|
[using] 1 6
|
||||||
[System] 7 12
|
[System] 7 13
|
||||||
[.] 13 13
|
[.] 13 14
|
||||||
[Collections] 14 24
|
[Collections] 14 25
|
||||||
[;] 25 25
|
[;] 25 26
|
||||||
L3
|
L3
|
||||||
[using] 1 5
|
[using] 1 6
|
||||||
[System] 7 12
|
[System] 7 13
|
||||||
[.] 13 13
|
[.] 13 14
|
||||||
[Collections] 14 24
|
[Collections] 14 25
|
||||||
[.] 25 25
|
[.] 25 26
|
||||||
[Generic] 26 32
|
[Generic] 26 33
|
||||||
[;] 33 33
|
[;] 33 34
|
||||||
L4
|
L4
|
||||||
[public] 1 6
|
[public] 1 7
|
||||||
[class] 8 12
|
[class] 8 13
|
||||||
[LongLists] 14 22
|
[LongLists] 14 23
|
||||||
[{] 24 24
|
[{] 24 25
|
||||||
L5
|
L5
|
||||||
[List] 5 8
|
[List] 5 9
|
||||||
[<] 9 9
|
[<] 9 10
|
||||||
[byte] 10 13
|
[byte] 10 14
|
||||||
[>] 14 14
|
[>] 14 15
|
||||||
[l] 16 16
|
[l] 16 17
|
||||||
[=] 18 18
|
[=] 18 19
|
||||||
[new] 20 22
|
[new] 20 23
|
||||||
[List] 24 27
|
[List] 24 28
|
||||||
[<] 28 28
|
[<] 28 29
|
||||||
[byte] 29 32
|
[byte] 29 33
|
||||||
[>] 33 33
|
[>] 33 34
|
||||||
L7
|
L7
|
||||||
[;] 6 6
|
[;] 6 7
|
||||||
L8
|
L8
|
||||||
[}] 1 1
|
[}] 1 2
|
||||||
EOF
|
EOF
|
||||||
|
Reference in New Issue
Block a user