SonarQube warnings.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-05-12 10:15:44 +03:00
parent d0df7d573f
commit 5aaeaaf9da
2 changed files with 1 additions and 146 deletions

View File

@ -1127,6 +1127,7 @@ QString VPattern::GetLabelBase(quint32 index) const
break; break;
} }
case 5: // hr case 5: // hr
case 7: // bs
{ {
const QString al = QStringLiteral("A,B,C,Č,Ć,D,Dž,Ð,E,F,G,H,I,J,K,L,Lj,M,N,Nj,O,P,R,S,Š,T,U,V,Z,Ž"); const QString al = QStringLiteral("A,B,C,Č,Ć,D,Dž,Ð,E,F,G,H,I,J,K,L,Lj,M,N,Nj,O,P,R,S,Š,T,U,V,Z,Ž");
alphabet = al.split(","); alphabet = al.split(",");
@ -1138,12 +1139,6 @@ QString VPattern::GetLabelBase(quint32 index) const
alphabet = al.split(","); alphabet = al.split(",");
break; break;
} }
case 7: // bs
{
const QString al = QStringLiteral("A,B,C,Č,Ć,D,Dž,Ð,E,F,G,H,I,J,K,L,Lj,M,N,Nj,O,P,R,S,Š,T,U,V,Z,Ž");
alphabet = al.split(",");
break;
}
case 1: // en case 1: // en
default: // en default: // en
{ {

View File

@ -1178,49 +1178,28 @@ QString MapDiagrams(const VTranslateMeasurements *trM, const QString &number)
{ {
// A // A
case 0: // A01 case 0: // A01
V_FALLTHROUGH
case 1: // A02 case 1: // A02
V_FALLTHROUGH
case 2: // A03 case 2: // A03
V_FALLTHROUGH
case 3: // A04 case 3: // A04
V_FALLTHROUGH
case 4: // A05 case 4: // A05
V_FALLTHROUGH
case 5: // A06 case 5: // A06
V_FALLTHROUGH
case 6: // A07 case 6: // A07
V_FALLTHROUGH
case 7: // A08 case 7: // A08
V_FALLTHROUGH
case 8: // A09 case 8: // A09
V_FALLTHROUGH
case 9: // A10 case 9: // A10
V_FALLTHROUGH
case 10: // A11 case 10: // A11
V_FALLTHROUGH
case 11: // A12 case 11: // A12
V_FALLTHROUGH
case 12: // A13 case 12: // A13
V_FALLTHROUGH
case 13: // A14 case 13: // A14
V_FALLTHROUGH
case 14: // A15 case 14: // A15
V_FALLTHROUGH
case 15: // A16 case 15: // A16
V_FALLTHROUGH
case 16: // A17 case 16: // A17
return QStringLiteral("Ap1"); return QStringLiteral("Ap1");
case 17: // A18 case 17: // A18
V_FALLTHROUGH
case 18: // A19 case 18: // A19
V_FALLTHROUGH
case 19: // A20 case 19: // A20
V_FALLTHROUGH
case 20: // A21 case 20: // A21
V_FALLTHROUGH
case 21: // A22 case 21: // A22
V_FALLTHROUGH
case 22: // A23 case 22: // A23
return QStringLiteral("Ap2"); return QStringLiteral("Ap2");
default: default:
@ -1231,11 +1210,8 @@ QString MapDiagrams(const VTranslateMeasurements *trM, const QString &number)
{ {
// B // B
case 0: // B01 case 0: // B01
V_FALLTHROUGH
case 1: // B02 case 1: // B02
V_FALLTHROUGH
case 2: // B03 case 2: // B03
V_FALLTHROUGH
case 3: // B04 case 3: // B04
return QStringLiteral("Bp1"); return QStringLiteral("Bp1");
case 4: // B05 case 4: // B05
@ -1250,7 +1226,6 @@ QString MapDiagrams(const VTranslateMeasurements *trM, const QString &number)
case 0: // C01 case 0: // C01
return QStringLiteral("Cp1"); return QStringLiteral("Cp1");
case 1: // C02 case 1: // C02
V_FALLTHROUGH
case 2: // C03 case 2: // C03
return QStringLiteral("Cp2"); return QStringLiteral("Cp2");
default: default:
@ -1261,9 +1236,7 @@ QString MapDiagrams(const VTranslateMeasurements *trM, const QString &number)
{ {
// D // D
case 0: // D01 case 0: // D01
V_FALLTHROUGH
case 1: // D02 case 1: // D02
V_FALLTHROUGH
case 2: // D03 case 2: // D03
return QStringLiteral("Dp1"); return QStringLiteral("Dp1");
case 3: // D04 case 3: // D04
@ -1280,9 +1253,7 @@ QString MapDiagrams(const VTranslateMeasurements *trM, const QString &number)
case 0: // E01 case 0: // E01
return QStringLiteral("Ep1"); return QStringLiteral("Ep1");
case 1: // E02 case 1: // E02
V_FALLTHROUGH
case 2: // E03 case 2: // E03
V_FALLTHROUGH
case 3: // E04 case 3: // E04
return QStringLiteral("Ep2"); return QStringLiteral("Ep2");
default: default:
@ -1293,15 +1264,12 @@ QString MapDiagrams(const VTranslateMeasurements *trM, const QString &number)
{ {
// F // F
case 0: // F01 case 0: // F01
V_FALLTHROUGH
case 1: // F02 case 1: // F02
V_FALLTHROUGH
case 2: // F03 case 2: // F03
return QStringLiteral("Fp1"); return QStringLiteral("Fp1");
case 3: // F04 case 3: // F04
return QStringLiteral("Fp2"); return QStringLiteral("Fp2");
case 4: // F05 case 4: // F05
V_FALLTHROUGH
case 5: // F06 case 5: // F06
return QStringLiteral("Fp3"); return QStringLiteral("Fp3");
default: default:
@ -1312,91 +1280,54 @@ QString MapDiagrams(const VTranslateMeasurements *trM, const QString &number)
{ {
// G // G
case 0: // G01 case 0: // G01
V_FALLTHROUGH
case 1: // G02 case 1: // G02
V_FALLTHROUGH
case 2: // G03 case 2: // G03
V_FALLTHROUGH
case 3: // G04 case 3: // G04
V_FALLTHROUGH
case 4: // G05 case 4: // G05
V_FALLTHROUGH
case 5: // G06 case 5: // G06
V_FALLTHROUGH
case 6: // G07 case 6: // G07
V_FALLTHROUGH
case 7: // G08 case 7: // G08
V_FALLTHROUGH
case 8: // G09 case 8: // G09
return QStringLiteral("Gp1"); return QStringLiteral("Gp1");
case 9: // G10 case 9: // G10
V_FALLTHROUGH
case 10: // G11 case 10: // G11
V_FALLTHROUGH
case 11: // G12 case 11: // G12
V_FALLTHROUGH
case 12: // G13 case 12: // G13
V_FALLTHROUGH
case 13: // G14 case 13: // G14
V_FALLTHROUGH
case 14: // G15 case 14: // G15
V_FALLTHROUGH
case 15: // G16 case 15: // G16
V_FALLTHROUGH
case 16: // G17 case 16: // G17
return QStringLiteral("Gp2"); return QStringLiteral("Gp2");
case 17: // G18 case 17: // G18
V_FALLTHROUGH
case 18: // G19 case 18: // G19
V_FALLTHROUGH
case 19: // G20 case 19: // G20
V_FALLTHROUGH
case 20: // G21 case 20: // G21
V_FALLTHROUGH
case 21: // G22 case 21: // G22
V_FALLTHROUGH
case 22: // G23 case 22: // G23
V_FALLTHROUGH
case 23: // G24 case 23: // G24
V_FALLTHROUGH
case 24: // G25 case 24: // G25
return QStringLiteral("Gp3"); return QStringLiteral("Gp3");
case 25: // G26 case 25: // G26
V_FALLTHROUGH
case 26: // G27 case 26: // G27
V_FALLTHROUGH
case 27: // G28 case 27: // G28
V_FALLTHROUGH
case 28: // G29 case 28: // G29
V_FALLTHROUGH
case 29: // G30 case 29: // G30
V_FALLTHROUGH
case 30: // G31 case 30: // G31
V_FALLTHROUGH
case 31: // G32 case 31: // G32
V_FALLTHROUGH
case 32: // G33 case 32: // G33
return QStringLiteral("Gp4"); return QStringLiteral("Gp4");
case 33: // G34 case 33: // G34
V_FALLTHROUGH
case 34: // G35 case 34: // G35
V_FALLTHROUGH
case 35: // G36 case 35: // G36
V_FALLTHROUGH
case 36: // G37 case 36: // G37
V_FALLTHROUGH
case 37: // G38 case 37: // G38
V_FALLTHROUGH
case 38: // G39 case 38: // G39
V_FALLTHROUGH
case 39: // G40 case 39: // G40
V_FALLTHROUGH
case 40: // G41 case 40: // G41
return QStringLiteral("Gp5"); return QStringLiteral("Gp5");
case 41: // G42 case 41: // G42
return QStringLiteral("Gp6"); return QStringLiteral("Gp6");
case 42: // G43 case 42: // G43
V_FALLTHROUGH
case 43: // G44 case 43: // G44
return QStringLiteral("Gp7"); return QStringLiteral("Gp7");
case 44: // G45 case 44: // G45
@ -1415,83 +1346,54 @@ QString MapDiagrams(const VTranslateMeasurements *trM, const QString &number)
case 1: // H02 case 1: // H02
return QStringLiteral("Hp2"); return QStringLiteral("Hp2");
case 2: // H03 case 2: // H03
V_FALLTHROUGH
case 3: // H04 case 3: // H04
V_FALLTHROUGH
case 4: // H05 case 4: // H05
V_FALLTHROUGH
case 5: // H06 case 5: // H06
return QStringLiteral("Hp3"); return QStringLiteral("Hp3");
case 6: // H07 case 6: // H07
V_FALLTHROUGH
case 7: // H08 case 7: // H08
V_FALLTHROUGH
case 8: // H09 case 8: // H09
V_FALLTHROUGH
case 9: // H10 case 9: // H10
V_FALLTHROUGH
case 10: // H11 case 10: // H11
V_FALLTHROUGH
case 11: // H12 case 11: // H12
return QStringLiteral("Hp4"); return QStringLiteral("Hp4");
case 12: // H13 case 12: // H13
V_FALLTHROUGH
case 13: // H14 case 13: // H14
V_FALLTHROUGH
case 14: // H15 case 14: // H15
V_FALLTHROUGH
case 15: // H16 case 15: // H16
return QStringLiteral("Hp5"); return QStringLiteral("Hp5");
case 16: // H17 case 16: // H17
V_FALLTHROUGH
case 17: // H18 case 17: // H18
V_FALLTHROUGH
case 18: // H19 case 18: // H19
V_FALLTHROUGH
case 19: // H20 case 19: // H20
return QStringLiteral("Hp6"); return QStringLiteral("Hp6");
case 20: // H21 case 20: // H21
V_FALLTHROUGH
case 21: // H22 case 21: // H22
V_FALLTHROUGH
case 22: // H23 case 22: // H23
V_FALLTHROUGH
case 23: // H24 case 23: // H24
V_FALLTHROUGH
case 24: // H25 case 24: // H25
return QStringLiteral("Hp7"); return QStringLiteral("Hp7");
case 25: // H26 case 25: // H26
V_FALLTHROUGH
case 26: // H27 case 26: // H27
V_FALLTHROUGH
case 27: // H28 case 27: // H28
V_FALLTHROUGH
case 28: // H29 case 28: // H29
return QStringLiteral("Hp8"); return QStringLiteral("Hp8");
case 29: // H30 case 29: // H30
V_FALLTHROUGH
case 30: // H31 case 30: // H31
V_FALLTHROUGH
case 31: // H32 case 31: // H32
return QStringLiteral("Hp9"); return QStringLiteral("Hp9");
case 32: // H33 case 32: // H33
V_FALLTHROUGH
case 33: // H34 case 33: // H34
V_FALLTHROUGH
case 34: // H35 case 34: // H35
return QStringLiteral("Hp10"); return QStringLiteral("Hp10");
case 35: // H36 case 35: // H36
V_FALLTHROUGH
case 36: // H37 case 36: // H37
V_FALLTHROUGH
case 37: // H38 case 37: // H38
V_FALLTHROUGH
case 38: // H39 case 38: // H39
return QStringLiteral("Hp11"); return QStringLiteral("Hp11");
case 39: // H40 case 39: // H40
return QStringLiteral("Hp12"); return QStringLiteral("Hp12");
case 40: // H41 case 40: // H41
V_FALLTHROUGH
case 41: // H42 case 41: // H42
return QStringLiteral("Hp13"); return QStringLiteral("Hp13");
default: default:
@ -1502,25 +1404,18 @@ QString MapDiagrams(const VTranslateMeasurements *trM, const QString &number)
{ {
// I // I
case 0: // I01 case 0: // I01
V_FALLTHROUGH
case 1: // I02 case 1: // I02
V_FALLTHROUGH
case 2: // I03 case 2: // I03
V_FALLTHROUGH
case 3: // I04 case 3: // I04
return QStringLiteral("Ip1"); return QStringLiteral("Ip1");
case 4: // I05 case 4: // I05
V_FALLTHROUGH
case 5: // I06 case 5: // I06
return QStringLiteral("Ip2"); return QStringLiteral("Ip2");
case 6: // I07 case 6: // I07
V_FALLTHROUGH
case 7: // I08 case 7: // I08
V_FALLTHROUGH
case 8: // I09 case 8: // I09
return QStringLiteral("Ip3"); return QStringLiteral("Ip3");
case 9: // I10 case 9: // I10
V_FALLTHROUGH
case 10: // I11 case 10: // I11
return QStringLiteral("Ip4"); return QStringLiteral("Ip4");
case 11: // I12 case 11: // I12
@ -1537,11 +1432,8 @@ QString MapDiagrams(const VTranslateMeasurements *trM, const QString &number)
{ {
// J // J
case 0: // J01 case 0: // J01
V_FALLTHROUGH
case 1: // J02 case 1: // J02
V_FALLTHROUGH
case 2: // J03 case 2: // J03
V_FALLTHROUGH
case 3: // J04 case 3: // J04
return QStringLiteral("Jp1"); return QStringLiteral("Jp1");
case 4: // J05 case 4: // J05
@ -1549,7 +1441,6 @@ QString MapDiagrams(const VTranslateMeasurements *trM, const QString &number)
case 5: // J06 case 5: // J06
return QStringLiteral("Jp3"); return QStringLiteral("Jp3");
case 6: // J07 case 6: // J07
V_FALLTHROUGH
case 7: // J08 case 7: // J08
return QStringLiteral("Jp4"); return QStringLiteral("Jp4");
case 8: // J09 case 8: // J09
@ -1566,7 +1457,6 @@ QString MapDiagrams(const VTranslateMeasurements *trM, const QString &number)
case 0: // K01 case 0: // K01
return QStringLiteral("Kp1"); return QStringLiteral("Kp1");
case 1: // K02 case 1: // K02
V_FALLTHROUGH
case 2: // K03 case 2: // K03
return QStringLiteral("Kp2"); return QStringLiteral("Kp2");
case 3: // K04 case 3: // K04
@ -1574,7 +1464,6 @@ QString MapDiagrams(const VTranslateMeasurements *trM, const QString &number)
case 4: // K05 case 4: // K05
return QStringLiteral("Kp4"); return QStringLiteral("Kp4");
case 5: // K06 case 5: // K06
V_FALLTHROUGH
case 6: // K07 case 6: // K07
return QStringLiteral("Kp5"); return QStringLiteral("Kp5");
case 7: // K08 case 7: // K08
@ -1597,33 +1486,22 @@ QString MapDiagrams(const VTranslateMeasurements *trM, const QString &number)
{ {
// L // L
case 0: // L01 case 0: // L01
V_FALLTHROUGH
case 1: // L02 case 1: // L02
V_FALLTHROUGH
case 2: // L03 case 2: // L03
V_FALLTHROUGH
case 3: // L04 case 3: // L04
return QStringLiteral("Lp1"); return QStringLiteral("Lp1");
case 4: // L05 case 4: // L05
V_FALLTHROUGH
case 5: // L06 case 5: // L06
V_FALLTHROUGH
case 6: // L07 case 6: // L07
return QStringLiteral("Lp2"); return QStringLiteral("Lp2");
case 7: // L08 case 7: // L08
V_FALLTHROUGH
case 8: // L09 case 8: // L09
V_FALLTHROUGH
case 9: // L10 case 9: // L10
return QStringLiteral("Lp3"); return QStringLiteral("Lp3");
case 10: // L11 case 10: // L11
V_FALLTHROUGH
case 11: // L12 case 11: // L12
V_FALLTHROUGH
case 12: // L13 case 12: // L13
V_FALLTHROUGH
case 13: // L14 case 13: // L14
V_FALLTHROUGH
case 14: // L15 case 14: // L15
return QStringLiteral("Lp4"); return QStringLiteral("Lp4");
case 15: // L16 case 15: // L16
@ -1633,7 +1511,6 @@ QString MapDiagrams(const VTranslateMeasurements *trM, const QString &number)
case 17: // L18 case 17: // L18
return QStringLiteral("Lp7"); return QStringLiteral("Lp7");
case 18: // L19 case 18: // L19
V_FALLTHROUGH
case 19: // L20 case 19: // L20
return QStringLiteral("Lp8"); return QStringLiteral("Lp8");
case 20: // L21 case 20: // L21
@ -1648,31 +1525,20 @@ QString MapDiagrams(const VTranslateMeasurements *trM, const QString &number)
{ {
// M // M
case 0: // M01 case 0: // M01
V_FALLTHROUGH
case 1: // M02 case 1: // M02
return QStringLiteral("Mp1"); return QStringLiteral("Mp1");
case 2: // M03 case 2: // M03
V_FALLTHROUGH
case 3: // M04 case 3: // M04
V_FALLTHROUGH
case 4: // M05 case 4: // M05
V_FALLTHROUGH
case 5: // M06 case 5: // M06
V_FALLTHROUGH
case 6: // M07 case 6: // M07
V_FALLTHROUGH
case 7: // M08 case 7: // M08
V_FALLTHROUGH
case 8: // M09 case 8: // M09
V_FALLTHROUGH
case 9: // M10 case 9: // M10
V_FALLTHROUGH
case 10: // M11 case 10: // M11
return QStringLiteral("Mp2"); return QStringLiteral("Mp2");
case 11: // M12 case 11: // M12
V_FALLTHROUGH
case 12: // M13 case 12: // M13
V_FALLTHROUGH
case 13: // M14 case 13: // M14
return QStringLiteral("Mp3"); return QStringLiteral("Mp3");
default: default:
@ -1685,15 +1551,12 @@ QString MapDiagrams(const VTranslateMeasurements *trM, const QString &number)
case 0: // N01 case 0: // N01
return QStringLiteral("Np1"); return QStringLiteral("Np1");
case 1: // N02 case 1: // N02
V_FALLTHROUGH
case 2: // N03 case 2: // N03
return QStringLiteral("Np2"); return QStringLiteral("Np2");
case 3: // N04 case 3: // N04
V_FALLTHROUGH
case 4: // N05 case 4: // N05
return QStringLiteral("Np3"); return QStringLiteral("Np3");
case 5: // N06 case 5: // N06
V_FALLTHROUGH
case 6: // N07 case 6: // N07
return QStringLiteral("Np4"); return QStringLiteral("Np4");
case 7: // N08 case 7: // N08
@ -1720,15 +1583,12 @@ QString MapDiagrams(const VTranslateMeasurements *trM, const QString &number)
case 6: // O07 case 6: // O07
return QStringLiteral("Op7"); return QStringLiteral("Op7");
case 7: // O08 case 7: // O08
V_FALLTHROUGH
case 8: // O09 case 8: // O09
return QStringLiteral("Op8"); return QStringLiteral("Op8");
case 9: // O10 case 9: // O10
V_FALLTHROUGH
case 10: // O11 case 10: // O11
return QStringLiteral("Op9"); return QStringLiteral("Op9");
case 11: // O12 case 11: // O12
V_FALLTHROUGH
case 12: // O13 case 12: // O13
return QStringLiteral("Op10"); return QStringLiteral("Op10");
case 13: // O14 case 13: // O14