Skip to content

Commit 8d06b81

Browse files
committed
chore: fix merge conflicts #4343
1 parent 98611a4 commit 8d06b81

File tree

8 files changed

+32
-32
lines changed

8 files changed

+32
-32
lines changed

analysis/analysers/parsers/UnifiedParser/src/test/resources/languageSamples/cSample.cc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "68464c0ccc20394bf81f8afeaff3c6ac",
2+
"checksum": "a93c295c6b5eb058f70f5c0921749dfe",
33
"data": {
44
"projectName": "",
55
"nodes": [
@@ -27,9 +27,9 @@
2727
"min_complexity_per_function": 0.0,
2828
"mean_complexity_per_function": 1.67,
2929
"median_complexity_per_function": 1.0,
30-
"max_rloc_per_function": 5.0,
30+
"max_rloc_per_function": 6.0,
3131
"min_rloc_per_function": 2.0,
32-
"mean_rloc_per_function": 3.67,
32+
"mean_rloc_per_function": 4.0,
3333
"median_rloc_per_function": 4.0,
3434
"long_method": 0.0,
3535
"long_parameter_list": 0.0

analysis/analysers/parsers/UnifiedParser/src/test/resources/languageSamples/cppSample.cc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "5e81f6103321e307afa6f500c31ed9a3",
2+
"checksum": "1dff0aeafa98d7da752f0dc2539a5304",
33
"data": {
44
"projectName": "",
55
"nodes": [
@@ -27,9 +27,9 @@
2727
"min_complexity_per_function": 0.0,
2828
"mean_complexity_per_function": 1.67,
2929
"median_complexity_per_function": 1.0,
30-
"max_rloc_per_function": 5.0,
30+
"max_rloc_per_function": 6.0,
3131
"min_rloc_per_function": 1.0,
32-
"mean_rloc_per_function": 3.33,
32+
"mean_rloc_per_function": 3.67,
3333
"median_rloc_per_function": 4.0,
3434
"long_method": 0.0,
3535
"long_parameter_list": 0.0

analysis/analysers/parsers/UnifiedParser/src/test/resources/languageSamples/goSample.cc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "944f829860f830ab384719ef2e52fd86",
2+
"checksum": "2ab9b1dbfe13ff304c208dc8379d9043",
33
"data": {
44
"projectName": "",
55
"nodes": [
@@ -29,8 +29,8 @@
2929
"median_complexity_per_function": 1.0,
3030
"max_rloc_per_function": 10.0,
3131
"min_rloc_per_function": 1.0,
32-
"mean_rloc_per_function": 4.67,
33-
"median_rloc_per_function": 3.0,
32+
"mean_rloc_per_function": 5.33,
33+
"median_rloc_per_function": 5.0,
3434
"long_method": 0.0,
3535
"long_parameter_list": 0.0
3636
},

analysis/analysers/parsers/UnifiedParser/src/test/resources/languageSamples/javaSample.cc.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "4375a3a19c42aadde2bdeae11771e449",
2+
"checksum": "ecdd4579591754b2937bc5f573690edf",
33
"data": {
44
"projectName": "",
55
"nodes": [
@@ -27,10 +27,10 @@
2727
"min_complexity_per_function": 1.0,
2828
"mean_complexity_per_function": 1.8,
2929
"median_complexity_per_function": 1.0,
30-
"max_rloc_per_function": 4.0,
31-
"min_rloc_per_function": 4.0,
32-
"mean_rloc_per_function": 4.0,
33-
"median_rloc_per_function": 4.0,
30+
"max_rloc_per_function": 10.0,
31+
"min_rloc_per_function": 5.0,
32+
"mean_rloc_per_function": 6.4,
33+
"median_rloc_per_function": 6.0,
3434
"long_method": 0.0,
3535
"long_parameter_list": 0.0
3636
},

analysis/analysers/parsers/UnifiedParser/src/test/resources/languageSamples/javascriptSample.cc.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "ec19ebef1ca315272ec635f0b82b3dbd",
2+
"checksum": "0f7979a7ded8beb88acaf3e0048fafbe",
33
"data": {
44
"projectName": "",
55
"nodes": [
@@ -27,11 +27,11 @@
2727
"min_complexity_per_function": 0.0,
2828
"mean_complexity_per_function": 3.29,
2929
"median_complexity_per_function": 4.0,
30-
"max_rloc_per_function": 3.0,
30+
"max_rloc_per_function": 23.0,
3131
"min_rloc_per_function": 1.0,
32-
"mean_rloc_per_function": 2.14,
33-
"median_rloc_per_function": 2.0,
34-
"long_method": 0.0,
32+
"mean_rloc_per_function": 11.14,
33+
"median_rloc_per_function": 13.0,
34+
"long_method": 4.0,
3535
"long_parameter_list": 0.0
3636
},
3737
"link": "",

analysis/analysers/parsers/UnifiedParser/src/test/resources/languageSamples/pythonSample.cc.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "2db97512010dae766ed74a62e5626a68",
2+
"checksum": "e6e398d1c6d4a53d47266a07d5ec3d06",
33
"data": {
44
"projectName": "",
55
"nodes": [
@@ -27,11 +27,11 @@
2727
"min_complexity_per_function": 0.0,
2828
"mean_complexity_per_function": 1.0,
2929
"median_complexity_per_function": 1.0,
30-
"max_rloc_per_function": 4.0,
30+
"max_rloc_per_function": 11.0,
3131
"min_rloc_per_function": 1.0,
32-
"mean_rloc_per_function": 2.17,
33-
"median_rloc_per_function": 2.0,
34-
"long_method": 0.0,
32+
"mean_rloc_per_function": 4.83,
33+
"median_rloc_per_function": 4.5,
34+
"long_method": 1.0,
3535
"long_parameter_list": 1.0
3636
},
3737
"link": "",

analysis/analysers/parsers/UnifiedParser/src/test/resources/languageSamples/rubySample.cc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "cb1318acb1dc256d637934336c66b718",
2+
"checksum": "9b598cc6f9422008293d8151ffb75000",
33
"data": {
44
"projectName": "",
55
"nodes": [
@@ -29,9 +29,9 @@
2929
"median_complexity_per_function": 0.5,
3030
"max_rloc_per_function": 22.0,
3131
"min_rloc_per_function": 1.0,
32-
"mean_rloc_per_function": 7.38,
32+
"mean_rloc_per_function": 7.62,
3333
"median_rloc_per_function": 5.5,
34-
"long_method": 2.0,
34+
"long_method": 3.0,
3535
"long_parameter_list": 1.0
3636
},
3737
"link": "",

analysis/analysers/parsers/UnifiedParser/src/test/resources/languageSamples/typescriptSample.cc.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "7e084999b4ccce061cbbd4ab1b80c06e",
2+
"checksum": "7560d6ecc728c846acbd2e6f1590c536",
33
"data": {
44
"projectName": "",
55
"nodes": [
@@ -27,11 +27,11 @@
2727
"min_complexity_per_function": 0.0,
2828
"mean_complexity_per_function": 3.83,
2929
"median_complexity_per_function": 4.0,
30-
"max_rloc_per_function": 3.0,
30+
"max_rloc_per_function": 23.0,
3131
"min_rloc_per_function": 1.0,
32-
"mean_rloc_per_function": 2.17,
33-
"median_rloc_per_function": 2.0,
34-
"long_method": 0.0,
32+
"mean_rloc_per_function": 12.67,
33+
"median_rloc_per_function": 14.5,
34+
"long_method": 4.0,
3535
"long_parameter_list": 0.0
3636
},
3737
"link": "",

0 commit comments

Comments
 (0)