redundantCondition ftp://ftp.de.debian.org/debian/pool/main/9/9base/9base_6.orig.tar.gz 9base-6/rc/here.c:120:18: style:inconclusive: Redundant condition: The condition '*u' is redundant since '*u >= '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/a2ps/a2ps_4.15.6.orig.tar.gz a2ps-4.15.6/liba2ps/regex.c:2367:19: style: Redundant condition: syntax&RE_INTERVALS. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/aalib/aalib_1.4p5.orig.tar.gz aalib-1.4.0/src/aastdin.c:88:26: style: Redundant condition: The condition 'c != 127' is redundant since 'c < 127' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/abcmidi/abcmidi_20250216+ds.orig.tar.xz abcmidi/matchsup.c:1406:24: style: Redundant condition: v->inchord. '!v->inchord || (v->inchord && v->chordcount==1)' is equivalent to '!v->inchord || v->chordcount==1' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/abpoa/abpoa_1.5.3.orig.tar.gz abPOA-1.5.3/src/abpoa_seq.c:236:112: style: Redundant condition: The condition 'type == 'I'' is redundant since 'type != 'f'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/acfax/acfax_981011.orig.tar.gz acfax/FChooser.c:842:24: style: Redundant condition: The condition '*start != '\0'' is redundant since '*start == '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/aflplusplus/aflplusplus_4.21c.orig.tar.gz AFLplusplus-4.21c/instrumentation/cmplog-instructions-pass.cc:474:21: style: Redundant condition: The condition '!max_size' is redundant since 'max_size < 16' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/afterstep/afterstep_2.2.12.orig.tar.bz2 afterstep-devel-2.2.12/src/Script/Widgets/List.c:73:30: style: Redundant condition: The condition 'xobj->value2 < 0' is redundant since 'xobj->value2 < 1' is sufficient. [redundantCondition] afterstep-devel-2.2.12/src/Script/Widgets/List.c:211:30: style: Redundant condition: The condition 'xobj->value2 < 0' is redundant since 'xobj->value2 < 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/allegro5/allegro5_5.2.10.1+dfsg.orig.tar.gz allegro5-5.2.10.1/src/raspberrypi/pidisplay.c:222:38: style: Redundant condition: disable_overscan. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/alsa-lib/alsa-lib_1.2.14.orig.tar.bz2 alsa-lib-1.2.14/src/control/namehint.c:382:16: style:inconclusive: Redundant condition: The condition '*str' is redundant since '*str >= '0'' is sufficient. [redundantCondition] alsa-lib-1.2.14/src/mixer/simple_abst.c:170:29: style: Redundant condition: The condition '*components != '\0'' is redundant since '*components == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/alsa-utils/alsa-utils_1.2.14.orig.tar.bz2 alsa-utils-1.2.14/axfer/main.c:122:25: style: Redundant condition: The condition 'argv[i][0] == '\0'' is redundant since 'argv[i][0] != '-'' is sufficient. [redundantCondition] alsa-utils-1.2.14/axfer/main.c:176:25: style: Redundant condition: The condition 'argv[i][0] == '\0'' is redundant since 'argv[i][0] != '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/altermime/altermime_0.3.10.orig.tar.gz altermime-0.3.10/MIME_headers.c:1704:33: style: Redundant condition: The condition '*(string+1) != '\0'' is redundant since '*(string+1) == '='' is sufficient. [redundantCondition] altermime-0.3.10/MIME_headers.c:1752:31: style: Redundant condition: The condition '*string != '\0'' is redundant since '*string == '\"'' is sufficient. [redundantCondition] altermime-0.3.10/pldstr.c:300:17: style: Redundant condition: If 'st->start', the comparison 'st->start != '\0'' is always true. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/amdsmi/amdsmi_6.1.2+ds.orig.tar.xz ROCm-amdsmi-05db1a0/rocm_smi/example/rocm_smi_example.cc:634:17: style: Redundant condition: originalComputePartition!=nullptr. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ROCm-amdsmi-05db1a0/rocm_smi/example/rocm_smi_example.cc:687:17: style: Redundant condition: originalMemoryPartition!=nullptr. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ROCm-amdsmi-05db1a0/rocm_smi/example/rocm_smi_example.cc:807:19: style: Redundant condition: current_compute_partition!=nullptr. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ROCm-amdsmi-05db1a0/rocm_smi/example/rocm_smi_example.cc:823:19: style: Redundant condition: memory_partition!=nullptr. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/android-platform-external-libselinux/android-platform-external-libselinux_10.0.0+r36.orig.tar.gz libsepol/cil/src/cil_verify.c:540:18: style: Redundant condition: low==NULL. 'low==NULL || (low==NULL && high==NULL)' is equivalent to 'low==NULL' [redundantCondition] libsepol/src/write.c:1075:39: style: Redundant condition: p->policy_type!=POLICY_KERN. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] libsepol/src/write.c:2226:40: style: Redundant condition: p->policy_type!=POLICY_KERN. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/antigrav/antigrav_0.0.3.orig.tar.gz antigrav-0.0.2/src/tinyxml/tinyxmlparser.cpp:434:14: style: Redundant condition: The condition '*(p+1)' is redundant since '*(p+1) == '#'' is sufficient. [redundantCondition] antigrav-0.0.2/src/tinyxml/tinyxmlparser.cpp:808:16: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] antigrav-0.0.2/src/tinyxml/tinyxmlparser.cpp:1249:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] antigrav-0.0.2/src/tinyxml/tinyxmlparser.cpp:1349:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '='' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/aobook/aobook_1.0.3.orig.tar.bz2 aobook-1.0.3/mlib/src/mStr.c:1115:13: style:inconclusive: Redundant condition: The condition '*p' is redundant since '*p >= '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/ap-utils/ap-utils_1.5.orig.tar.gz ap-utils-1.5/intl/dcigettext.c:550:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/apcupsd/apcupsd_3.14.14.orig.tar.gz apcupsd-3.14.14/src/win32/popup.c:34:23: style: Redundant condition: The condition '*wordPtr' is redundant since '*wordPtr == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/apertium/apertium_3.9.12.orig.tar.bz2 apertium-3.9.12/apertium/pretransfer.cc:119:25: style: Redundant condition: mychar=='+'. 'mychar!='+' || (mychar=='+' && in_tag==true)' is equivalent to 'mychar!='+' || in_tag==true' [redundantCondition] apertium-3.9.12/apertium/pretransfer.cc:120:25: style: Redundant condition: mychar=='~'. 'mychar!='~' || (mychar=='~' && in_tag==true)' is equivalent to 'mychar!='~' || in_tag==true' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/aprx/aprx_2.9.1.orig.tar.xz aprx-2.9.1/ax25.c:110:43: style:inconclusive: Redundant condition: The condition '*text != '*'' is redundant since '*text >= '0'' is sufficient. [redundantCondition] aprx-2.9.1/beacon.c:516:14: style: Redundant condition: code. '!code || (code && strlen(code)!=2)' is equivalent to '!code || strlen(code)!=2' [redundantCondition] aprx-2.9.1/beacon.c:518:13: style: Redundant condition: lat. '!lat || (lat && strlen(lat)!=8)' is equivalent to '!lat || strlen(lat)!=8' [redundantCondition] aprx-2.9.1/beacon.c:520:13: style: Redundant condition: lon. '!lon || (lon && strlen(lon)!=9)' is equivalent to '!lon || strlen(lon)!=9' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/aptitude/aptitude_0.8.13.orig.tar.xz aptitude-0.8.13/src/gtk/pkgview.cc:280:27: style: Redundant condition: state.Status==2. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/arc/arc_5.21q.orig.tar.gz arc-5.21q/arcmatch.c:90:9: style: Redundant condition: The condition '*n' is redundant since '*n == '.'' is sufficient. [redundantCondition] arc-5.21q/arcmatch.c:92:9: style: Redundant condition: The condition '*t' is redundant since '*t == '.'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/argus/argus_5.0.2.orig.tar.gz argus-5.0.2/argus/ArgusModeler.c:3453:64: style: Redundant condition: maxt->tv_sec==mint->tv_sec. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] argus-5.0.2/argus/argus.c:609:37: style: Redundant condition: *tmparg=='-'. '*tmparg!='-' || (*tmparg=='-' && !(strcmp(tmparg,"-")))' is equivalent to '*tmparg!='-' || !(strcmp(tmparg,"-"))' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/asciijump/asciijump_1.0.2~beta.orig.tar.gz asciijump-1.0.2~beta/xfnc.c:117:20: style: Redundant condition: If 'line[i] == 0', the comparison 'line[i] == '\0'' is always true. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/astrometry.net/astrometry.net_0.97+dfsg.orig.tar.xz astrometry.net-0.97/util/image2xy.c:63:20: style: Redundant condition: The condition 'downsample' is redundant since 'downsample > 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/atftp/atftp_0.8.0.orig.tar.gz atftp-0.8.0/tftp_file.c:555:33: style: Redundant condition: multicast. '!multicast || (multicast && master_client)' is equivalent to '!multicast || master_client' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/atheme-services/atheme-services_7.2.12.orig.tar.xz atheme-services-v7.2.12/modules/chanserv/main.c:923:17: style: Redundant condition: mc!=NULL. 'mc==NULL || (mc!=NULL && !(mc->flags&MC_SECURE))' is equivalent to 'mc==NULL || !(mc->flags&MC_SECURE)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/atlas-ecmwf/atlas-ecmwf_0.42.0.orig.tar.xz atlas-ecmwf-0.42.0/src/atlas/meshgenerator/detail/HealpixMeshGenerator.cc:242:32: style: Redundant condition: xidx==4*ns-1. 'xidx!=4*ns-1 || (xidx==4*ns-1 && staggering)' is equivalent to 'xidx!=4*ns-1 || staggering' [redundantCondition] atlas-ecmwf-0.42.0/src/atlas/meshgenerator/detail/HealpixMeshGenerator.cc:321:32: style: Redundant condition: xidx==4*ns-1. 'xidx!=4*ns-1 || (xidx==4*ns-1 && staggering)' is equivalent to 'xidx!=4*ns-1 || staggering' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/atom4/atom4_4.1.orig.tar.gz atom4/net/net.cc:31:22: style: Redundant condition: The condition 'raw[curpos]' is redundant since 'raw[curpos] == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/atomes/atomes_1.1.17.orig.tar.gz Atomes-GNU-1.1.17/src/calc/cpmd/cpmd_init.c:1291:13: style: Redundant condition: c. '!c || (c && go_for_it(i,j+k,print))' is equivalent to '!c || go_for_it(i,j+k,print)' [redundantCondition] Atomes-GNU-1.1.17/src/calc/cpmd/cpmd_init.c:1377:17: style: Redundant condition: c. '!c || (c && !tmp_cp2k->input_type)' is equivalent to '!c || !tmp_cp2k->input_type' [redundantCondition] Atomes-GNU-1.1.17/src/calc/cpmd/cpmd_init.c:1419:17: style: Redundant condition: c. '!c || (c && !tmp_cp2k->input_type)' is equivalent to '!c || !tmp_cp2k->input_type' [redundantCondition] Atomes-GNU-1.1.17/src/calc/dl_poly/dlp_field.c:2765:17: style: Redundant condition: radio. '!radio || (radio && status)' is equivalent to '!radio || status' [redundantCondition] Atomes-GNU-1.1.17/src/calc/dl_poly/dlp_print.c:537:103: style: Redundant condition: same_atom. '!same_atom || (same_atom && !already_done[d])' is equivalent to '!same_atom || !already_done[d]' [redundantCondition] Atomes-GNU-1.1.17/src/calc/dl_poly/dlp_print.c:682:89: style: Redundant condition: same_atom. '!same_atom || (same_atom && !already_done[q])' is equivalent to '!same_atom || !already_done[q]' [redundantCondition] Atomes-GNU-1.1.17/src/calc/dl_poly/dlp_print.c:800:75: style: Redundant condition: same_atom. '!same_atom || (same_atom && !already_done[n])' is equivalent to '!same_atom || !already_done[n]' [redundantCondition] Atomes-GNU-1.1.17/src/calc/lammps/la_print.c:164:101: style: Redundant condition: same_atom. '!same_atom || (same_atom && !already_done[c])' is equivalent to '!same_atom || !already_done[c]' [redundantCondition] Atomes-GNU-1.1.17/src/calc/lammps/la_print.c:228:87: style: Redundant condition: same_atom. '!same_atom || (same_atom && !already_done[q])' is equivalent to '!same_atom || !already_done[q]' [redundantCondition] Atomes-GNU-1.1.17/src/calc/lammps/la_print.c:283:73: style: Redundant condition: same_atom. '!same_atom || (same_atom && !already_done[n])' is equivalent to '!same_atom || !already_done[n]' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/atomicparsley/atomicparsley_20240608.083822.1ed9031.orig.tar.gz atomicparsley-20240608.083822.1ed9031/src/parsley.cpp:917:46: style: Redundant condition: search_atom_type==UNKNOWN_ATOM. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/audacious-plugins/audacious-plugins_4.4.2.orig.tar.bz2 audacious-plugins-4.4.2/src/mpris2/plugin.cc:182:22: style: Redundant condition: The condition 'rec_year' is redundant since 'rec_year > 0' is sufficient. [redundantCondition] audacious-plugins-4.4.2/src/psf/psx.cc:417:31: style: Redundant condition: mipscpu.delayr!=0. 'mipscpu.delayr==0 || (mipscpu.delayr!=0 && mipscpu.op!=0)' is equivalent to 'mipscpu.delayr==0 || mipscpu.op!=0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/augustus/augustus_3.5.0+dfsg.orig.tar.xz Augustus-3.5.0/auxprogs/homGeneMapping/src/genome.cc:162:12: style: Redundant condition: gene. '!gene || (gene && gene->getTxID()!=transid)' is equivalent to '!gene || gene->getTxID()!=transid' [redundantCondition] Augustus-3.5.0/auxprogs/joingenes/jg_ios.cpp:201:67: style: Redundant condition: thisFileTranscriptMap[transcript_id]->tl_complete.first. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] Augustus-3.5.0/auxprogs/joingenes/jg_ios.cpp:205:67: style: Redundant condition: thisFileTranscriptMap[transcript_id]->tl_complete.first. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] Augustus-3.5.0/auxprogs/joingenes/jg_ios.cpp:213:68: style: Redundant condition: thisFileTranscriptMap[transcript_id]->tl_complete.second. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] Augustus-3.5.0/auxprogs/joingenes/jg_ios.cpp:218:68: style: Redundant condition: thisFileTranscriptMap[transcript_id]->tl_complete.second. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/auto-07p/auto-07p_0.9.2+dfsg.orig.tar.gz auto/07p/plaut04/src/gmainxt.c++:3490:20: style: Redundant condition: size>=20. 'size<20 || (size>=20 && (i+1)%2==0)' is equivalent to 'size<20 || (i+1)%2==0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/autoclass/autoclass_3.3.6.dfsg.2.orig.tar.xz autoclass-3.3.6.dfsg.1/prog/io-results-bin.c:594:68: style: Redundant condition: expand_list[0]!=-999. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] autoclass-3.3.6.dfsg.1/prog/io-results.c:1435:68: style: Redundant condition: expand_list[0]!=-999. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/autofs/autofs_5.1.9.orig.tar.xz autofs-5.1.9/lib/parse_subs.c:1396:18: style: Redundant condition: The condition '*pos' is redundant since '*pos == ' '' is sufficient. [redundantCondition] autofs-5.1.9/lib/parse_subs.c:1424:20: style: Redundant condition: The condition '*pos' is redundant since '*pos == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/avfs/avfs_1.2.0.orig.tar.bz2 avfs-1.2.0/modules/extfs.c:111:22: style: Redundant condition: The condition '*s' is redundant since '*s == '/'' is sufficient. [redundantCondition] avfs-1.2.0/src/filecache.c:84:29: style: Redundant condition: now.tv_sec!=0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/avra/avra_1.4.2+dfsg.orig.tar.xz Ro5bert-avra-408979d/src/coff.c:1245:12: style:inconclusive: Redundant condition: The condition '*p' is redundant since '*p >= '0'' is sufficient. [redundantCondition] Ro5bert-avra-408979d/src/coff.c:1253:12: style:inconclusive: Redundant condition: The condition '*p' is redundant since '*p >= '0'' is sufficient. [redundantCondition] Ro5bert-avra-408979d/src/coff.c:1281:12: style:inconclusive: Redundant condition: The condition '*p' is redundant since '*p >= '0'' is sufficient. [redundantCondition] Ro5bert-avra-408979d/src/coff.c:1360:12: style:inconclusive: Redundant condition: The condition '*p' is redundant since '*p >= '0'' is sufficient. [redundantCondition] Ro5bert-avra-408979d/src/coff.c:1388:14: style:inconclusive: Redundant condition: The condition '*p' is redundant since '*p >= '0'' is sufficient. [redundantCondition] Ro5bert-avra-408979d/src/coff.c:1461:12: style:inconclusive: Redundant condition: The condition '*p' is redundant since '*p >= '0'' is sufficient. [redundantCondition] Ro5bert-avra-408979d/src/coff.c:1500:12: style:inconclusive: Redundant condition: The condition '*p' is redundant since '*p >= '0'' is sufficient. [redundantCondition] Ro5bert-avra-408979d/src/coff.c:1814:24: style:inconclusive: Redundant condition: The condition '*p != 0' is redundant since '*p >= '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/awffull/awffull_3.10.2.orig.tar.gz awffull-3.10.2/src/awffull.c:2015:40: style: Redundant condition: The condition '*cp1 != '\0'' is redundant since '*cp1 == ' '' is sufficient. [redundantCondition] awffull-3.10.2/src/output.c:1363:39: style: Redundant condition: flag. '!flag || (flag && !g_settings.top.sites)' is equivalent to '!flag || !g_settings.top.sites' [redundantCondition] awffull-3.10.2/src/output.c:1564:38: style: Redundant condition: flag. '!flag || (flag && !g_settings.top.urls)' is equivalent to '!flag || !g_settings.top.urls' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/azure-uamqp-python/azure-uamqp-python_1.6.11.orig.tar.gz azure-uamqp-python-1.6.11/src/vendor/azure-uamqp-c/deps/azure-c-shared-utility/src/sastoken.c:64:53: style: Redundant condition: The condition 'sasTokenArray[i-1] != '&'' is redundant since 'sasTokenArray[i-1] == ' '' is sufficient. [redundantCondition] azure-uamqp-python-1.6.11/src/vendor/azure-uamqp-c/deps/azure-c-shared-utility/src/sastoken.c:73:53: style: Redundant condition: The condition 'sasTokenArray[i-1] != '&'' is redundant since 'sasTokenArray[i-1] == ' '' is sufficient. [redundantCondition] azure-uamqp-python-1.6.11/src/vendor/azure-uamqp-c/deps/azure-c-shared-utility/src/sastoken.c:86:53: style: Redundant condition: The condition 'sasTokenArray[i-1] != '&'' is redundant since 'sasTokenArray[i-1] == ' '' is sufficient. [redundantCondition] azure-uamqp-python-1.6.11/src/vendor/azure-uamqp-c/deps/azure-c-shared-utility/src/sastoken.c:95:53: style: Redundant condition: The condition 'sasTokenArray[i-1] != '&'' is redundant since 'sasTokenArray[i-1] == ' '' is sufficient. [redundantCondition] azure-uamqp-python-1.6.11/src/vendor/azure-uamqp-c/deps/azure-c-shared-utility/src/sastoken.c:108:53: style: Redundant condition: The condition 'sasTokenArray[i-1] != '&'' is redundant since 'sasTokenArray[i-1] == ' '' is sufficient. [redundantCondition] azure-uamqp-python-1.6.11/src/vendor/azure-uamqp-c/deps/azure-c-shared-utility/src/sastoken.c:117:53: style: Redundant condition: The condition 'sasTokenArray[i-1] != '&'' is redundant since 'sasTokenArray[i-1] == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/baitfisher/baitfisher_1.2.7+git20211020.de26d5c+dfsg.orig.tar.xz baitfisher-1.2.7+git20211020.de26d5c/CSequences2.h:1388:22: style: Redundant condition: The condition '*pos != '\0'' is redundant since '*pos == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/bambamc/bambamc_0.0.50.orig.tar.gz bambamc-bambamc_0_0_50/src/bambamc/BamBam_BamCollator.c:563:10: style: Redundant condition: The condition '*t' is redundant since '*t == '\t'' is sufficient. [redundantCondition] bambamc-bambamc_0_0_50/src/bambamc/BamBam_BamFileHeader.c:321:14: style: Redundant condition: The condition 'c < 0' is redundant since 'c != '@'' is sufficient. [redundantCondition] bambamc-bambamc_0_0_50/src/bambamc/BamBam_BamFileHeader.c:398:16: style: Redundant condition: The condition '*c' is redundant since '*c == '\t'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/bambootracker/bambootracker_0.6.5.orig.tar.gz BambooTracker-0.6.5/BambooTracker/io/dat_io.cpp:41:15: style: Redundant condition: The condition '!ctrSize' is redundant since 'ctrSize != 0x2000' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/barcode/barcode_0.99.orig.tar.xz barcode-0.99/code128.c:79:18: style: Redundant condition: The condition '*text' is redundant since '*text >= 32' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/baresip/baresip_1.1.0.orig.tar.gz baresip-1.1.0/src/call.c:2041:32: style: Redundant condition: The condition '!call->time_conn' is redundant since 'call->time_conn <= 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/bash/bash_5.3~rc2.orig.tar.xz bash-5.3~rc2/general.c:804:38: style: Redundant condition: The condition '*string == '\0'' is redundant since '*string != '.'' is sufficient. [redundantCondition] bash-5.3~rc2/lib/intl/dcigettext.c:745:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] bash-5.3~rc2/lib/readline/vi_mode.c:2377:14: style:inconclusive: Redundant condition: The condition 'ch < 0' is redundant since 'ch < 'a'' is sufficient. [redundantCondition] bash-5.3~rc2/lib/readline/vi_mode.c:2428:19: style:inconclusive: Redundant condition: The condition 'ch < 0' is redundant since 'ch < 'a'' is sufficient. [redundantCondition] bash-5.3~rc2/subst.c:8401:10: style: Redundant condition: The condition '*t' is redundant since '*t == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/basket/basket_2.49.orig.tar.bz2 basket-2.49-beta/src/basketscene.cpp:1361:31: style: Redundant condition: clicked. '!clicked || (clicked && !(editedNote()==clicked))' is equivalent to '!clicked || !(editedNote()==clicked)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/baycomepp/baycomepp_0.10.orig.tar.gz baycomepp-0.10.orig/intl/dcgettext.c:346:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/baycomusb/baycomusb_0.10.orig.tar.gz baycomusb-0.10.orig/intl/dcgettext.c:325:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/bcal/bcal_2.4.orig.tar.gz bcal-2.4/src/bcal.c:504:15: style: Redundant condition: The condition '*ptr' is redundant since '*ptr == '0'' is sufficient. [redundantCondition] bcal-2.4/src/bcal.c:527:14: style: Redundant condition: The condition '*ptr' is redundant since '*ptr == '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/bcftools/bcftools_1.21.orig.tar.gz bcftools-1.21/consensus.c:350:29: style: Redundant condition: The condition '!*se' is redundant since '*se != '-'' is sufficient. [redundantCondition] bcftools-1.21/plugins/trio-dnm2.c:1533:19: style: Redundant condition: The condition '*tmp' is redundant since '*tmp == ','' is sufficient. [redundantCondition] bcftools-1.21/plugins/trio-dnm2.c:1549:19: style: Redundant condition: The condition '*tmp' is redundant since '*tmp == ','' is sufficient. [redundantCondition] bcftools-1.21/plugins/trio-dnm2.c:1653:27: style: Redundant condition: The condition '*tmp' is redundant since '*tmp == ','' is sufficient. [redundantCondition] bcftools-1.21/plugins/trio-dnm2.c:1683:27: style: Redundant condition: The condition '*tmp' is redundant since '*tmp == ','' is sufficient. [redundantCondition] bcftools-1.21/vcfconvert.c:210:13: style: Redundant condition: The condition '*se' is redundant since '*se == '_'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/bear/bear_3.1.6.orig.tar.gz rizsotto-Bear-14c2e01/source/citnames/source/Output.cc:53:32: style: Redundant condition: to_check. '!to_check || (to_check && does_exist(file))' is equivalent to '!to_check || does_exist(file)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/bearssl/bearssl_0.6+dfsg.1.orig.tar.xz bearssl-0.6/src/rsa/rsa_i15_pubexp.c:59:16: style: Redundant condition: The condition 'plen == 0' is redundant since 'plen < 5' is sufficient. [redundantCondition] bearssl-0.6/src/rsa/rsa_i31_pubexp.c:59:16: style: Redundant condition: The condition 'plen == 0' is redundant since 'plen < 5' is sufficient. [redundantCondition] bearssl-0.6/test/test_x509.c:569:13: style:inconclusive: Redundant condition: The condition '*s' is redundant since '*s >= '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/bemenu/bemenu_0.6.15+dfsg.orig.tar.xz bemenu-0.6.15/lib/filter.c:58:25: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] bemenu-0.6.15/lib/filter.c:69:19: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/berusky2/berusky2_0.12.orig.tar.gz berusky2-0.12/src/kofola/Menu.cpp:1894:26: style: Redundant condition: The condition 'iCheck != -1' is redundant since 'iCheck == 1' is sufficient. [redundantCondition] berusky2-0.12/src/kofola/Menu.cpp:1896:31: style: Redundant condition: The condition 'iCheck != -1' is redundant since '!iCheck' is sufficient. [redundantCondition] berusky2-0.12/src/kofola/Menu.cpp:1901:26: style: Redundant condition: The condition 'iCheck != -1' is redundant since 'iCheck == 1' is sufficient. [redundantCondition] berusky2-0.12/src/kofola/Menu.cpp:1903:31: style: Redundant condition: The condition 'iCheck != -1' is redundant since '!iCheck' is sufficient. [redundantCondition] berusky2-0.12/src/kofola/Menu2.cpp:1524:26: style: Redundant condition: The condition 'iCheck != -1' is redundant since 'iCheck == 1' is sufficient. [redundantCondition] berusky2-0.12/src/kofola/Menu2.cpp:1526:31: style: Redundant condition: The condition 'iCheck != -1' is redundant since '!iCheck' is sufficient. [redundantCondition] berusky2-0.12/src/kofola/Menu2.cpp:1531:26: style: Redundant condition: The condition 'iCheck != -1' is redundant since 'iCheck == 1' is sufficient. [redundantCondition] berusky2-0.12/src/kofola/Menu2.cpp:1533:31: style: Redundant condition: The condition 'iCheck != -1' is redundant since '!iCheck' is sufficient. [redundantCondition] berusky2-0.12/src/komat/Berusky3d_light.cpp:1430:42: style: Redundant condition: p_ber->conf_dyn_light_beruska. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/bespokesynth/bespokesynth_1.3.0+dfsg.orig.tar.xz bespokesynth-1.3.0+dfsg/Source/Scale.cpp:420:66: style: Redundant condition: The condition 'mIntonation != 6' is redundant since 'mIntonation == 5' is sufficient. [redundantCondition] bespokesynth-1.3.0+dfsg/Source/Scale.cpp:421:66: style: Redundant condition: The condition 'mIntonation != 6' is redundant since 'mIntonation == 5' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/biblesync/biblesync_2.1.0.orig.tar.gz biblesync-2.1.0/src/biblesync.cc:131:36: style: Redundant condition: mode!=BSP_MODE_DISABLE. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/billard-gl/billard-gl_1.75.orig.tar.gz BillardGL-1.75/src/Textfeld.cpp:269:19: style: Redundant condition: The condition 'Taste != 8' is redundant since 'Taste >= 32' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/binkd/binkd_1.1a-115.orig.tar.xz binkd-1.1a-115/srv_gai.c:55:15: style: Redundant condition: node. '!node || (node && !*node)' is equivalent to '!node || !*node' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/biobambam2/biobambam2_2.0.185+ds.orig.tar.xz biobambam2-2.0.185-release-20221211202123/src/programs/bamfilteraux.cpp:174:4: style: Redundant condition: !arginfo.hasArg("remove"). 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/bird2/bird2_2.17.1.orig.tar.gz bird-2.17.1/test/birdtest.c:422:19: style: Redundant condition: list_tests. '!list_tests || (list_tests && !bt_result)' is equivalent to '!list_tests || !bt_result' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/bird3/bird3_3.1.0.orig.tar.gz bird-3.1.0/test/birdtest.c:421:19: style: Redundant condition: list_tests. '!list_tests || (list_tests && !bt_result)' is equivalent to '!list_tests || !bt_result' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/blackbox/blackbox_0.70.1.orig.tar.gz blackbox-0.70.1.orig/src/Window.cc:3439:16: style: Redundant condition: event->button==3. 'A || (A && B)' is equivalent to 'A' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/bladerf/bladerf_0.2024.05.orig.tar.gz bladeRF-2024.05/host/common/src/windows/getopt_long.c:149:25: style: Redundant condition: The condition 'place[0]' is redundant since 'place[0] == '-'' is sufficient. [redundantCondition] bladeRF-2024.05/host/common/src/windows/getopt_long.c:163:25: style: Redundant condition: The condition 'place[0]' is redundant since 'place[0] == '-'' is sufficient. [redundantCondition] bladeRF-2024.05/host/libraries/libbladeRF_test/test_freq_hop/main.c:165:19: style: Redundant condition: !p->rx. 'p->rx || (!p->rx && !p->tx)' is equivalent to 'p->rx || !p->tx' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/blobandconquer/blobandconquer_1.11-dfsg+20.orig.tar.gz blobandconquer-1.11-dfsg+20/src/entities/switches.cpp:270:30: style: Redundant condition: swt->requires!="". 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/blobby/blobby_1.1.1+ds.orig.tar.xz blobbyvolley2-1.1.1/src/IMGUI.cpp:664:24: style: Redundant condition: The condition 'c == '\0'' is redundant since 'c < 0x20' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/bochs/bochs_3.0+dfsg.orig.tar.xz bochs-3.0/iodev/floppy.cc:703:27: style: Redundant condition: address==0x3F2. 'address!=0x3F2 || (address==0x3F2 && value&0x04)' is equivalent to 'address!=0x3F2 || value&0x04' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/bomberclone/bomberclone_0.11.9.orig.tar.gz bomberclone-0.11.9/src/bomb.c:18:35: style: Redundant condition: bomb->state==BS_trigger. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/boolector/boolector_1.5.118.6b56be4.121013.orig.tar.gz boolector-1.5.118-6b56be4-121013/btorconst.c:405:25: style: Redundant condition: The condition '*p' is redundant since '*p == '0'' is sufficient. [redundantCondition] boolector-1.5.118-6b56be4-121013/btorconst.c:408:24: style: Redundant condition: The condition '*q' is redundant since '*q == '0'' is sufficient. [redundantCondition] boolector-1.5.118-6b56be4-121013/btorexp.c:4504:14: style: Redundant condition: e. '!e || (e && (e->kind)==BTOR_BV_VAR_NODE)' is equivalent to '!e || (e->kind)==BTOR_BV_VAR_NODE' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/boxbackup/boxbackup_0.13~~git20231028.g3dd5194+ds.orig.tar.xz boxbackup-0.13~~git20231028.g3dd5194/lib/bbackupd/BackupClientDirectoryRecord.cpp:717:26: style: Redundant condition: pDirOnStore!=0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] boxbackup-0.13~~git20231028.g3dd5194/lib/httpserver/HTTPRequest.cpp:189:34: style: Redundant condition: The condition 'requestLinePtr[p] != '\0'' is redundant since 'requestLinePtr[p] == ' '' is sufficient. [redundantCondition] boxbackup-0.13~~git20231028.g3dd5194/lib/httpserver/HTTPRequest.cpp:259:35: style: Redundant condition: The condition 'requestLinePtr[p] != '\0'' is redundant since 'requestLinePtr[p] == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/briquolo/briquolo_0.5.7.orig.tar.gz briquolo-0.5.7/intl/dcigettext.c:583:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/btrfs-progs/btrfs-progs_6.15.orig.tar.gz btrfs-progs-6.15/common/help.c:161:16: style: Redundant condition: The condition '*line' is redundant since '*line == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/bubblewrap/bubblewrap_0.11.0.orig.tar.xz bubblewrap-0.11.0/utils.c:743:21: style: Redundant condition: The condition '*p' is redundant since '*p == '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/byacc-j/byacc-j_1.15.orig.tar.gz byaccj1.15/src/output.c:806:18: style: Redundant condition: jflag. '!jflag || (jflag && !dflag)' is equivalent to '!jflag || !dflag' [redundantCondition] byaccj1.15/src/output.c:814:18: style: Redundant condition: jflag. '!jflag || (jflag && !dflag)' is equivalent to '!jflag || !dflag' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/bygfoot/bygfoot_2.3.2.orig.tar.gz bygfoot-2.3.2/src/finance.c:374:28: style: Redundant condition: fix->clid>=7000. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] bygfoot-2.3.2/src/team.c:1362:33: style: Redundant condition: tm->clid<7000. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/c-ares/c-ares_1.34.5.orig.tar.gz c-ares-1.34.5/src/lib/ares_parse_into_addrinfo.c:144:19: style: Redundant condition: got_cname. '!got_cname || (got_cname && cname_only_is_enodata)' is equivalent to '!got_cname || cname_only_is_enodata' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/c2x/c2x_2.42+ds.orig.tar.xz c2x_2.42/cell_write.c:82:29: style: Redundant condition: m->atoms[j].label. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] c2x_2.42/fdf_read.c:860:16: style: Redundant condition: The condition '*buff' is redundant since '*buff == ' '' is sufficient. [redundantCondition] c2x_2.42/fdf_read.c:902:16: style: Redundant condition: The condition '*buff' is redundant since '*buff == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cadabra/cadabra_1.46.orig.tar.gz cadabra-master/src/modules/algebra.cc:2381:11: style: Redundant condition: !found. 'found || (!found && factnodes.count(nonprod)!=0)' is equivalent to 'found || factnodes.count(nonprod)!=0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cadabra2/cadabra2_2.4.3.2.orig.tar.gz cadabra2-2.4.3.2/core/algorithms/factor_in.cc:86:11: style: Redundant condition: !found. 'found || (!found && factnodes.count(nonprod)!=0)' is equivalent to 'found || factnodes.count(nonprod)!=0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cal3d/cal3d_0.11.0.orig.tar.gz cal3d-0.11.0/src/cal3d/tinyxmlparser.cpp:523:16: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] cal3d-0.11.0/src/cal3d/tinyxmlparser.cpp:904:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] cal3d-0.11.0/src/cal3d/tinyxmlparser.cpp:998:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '='' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/calculix-ccx/calculix-ccx_2.21.orig.tar.bz2 CalculiX/ccx_2.21/src/checkconvergence.c:583:22: style: Redundant condition: *mortar>1. '*mortar<=1 || (*mortar>1 && *iit>200)' is equivalent to '*mortar<=1 || *iit>200' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/camv-rnd/camv-rnd_1.1.6.orig.tar.bz2 camv-rnd-1.1.6/scconfig/src/tmpfawk/libfawk_sc_fawk.c:1114:40: style: Redundant condition: The condition 'res.data.symref.idx_len != -1' is redundant since 'res.data.symref.idx_len > 0' is sufficient. [redundantCondition] camv-rnd-1.1.6/scconfig/src/tmpfawk/libfawk_sc_fawk.c:1196:32: style: Redundant condition: The condition 'n != -2' is redundant since 'n == 0' is sufficient. [redundantCondition] camv-rnd-1.1.6/scconfig/src/tmpfawk/libfawk_sc_fawk.c:1208:32: style: Redundant condition: The condition 'n != -2' is redundant since 'n >= 0' is sufficient. [redundantCondition] camv-rnd-1.1.6/scconfig/src/tmpfawk/libfawk_sc_fawk.c:1239:32: style: Redundant condition: The condition 'n != -2' is redundant since 'n > 0' is sufficient. [redundantCondition] camv-rnd-1.1.6/scconfig/src/tmpfawk/libfawk_sc_fawk.c:1316:42: style: Redundant condition: The condition 'csrc->data.symref.idx_len != -1' is redundant since 'csrc->data.symref.idx_len > 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/canl-c/canl-c_3.0.0.orig.tar.gz canl-c-3.0.0/src/canl_ssl.c:728:61: style: Redundant condition: locl_timeout!=-1. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/care/care_2.2.1.orig.tar.gz care-2.2.1/src/cli/proot.c:92:22: style: Redundant condition: The condition '*ptr != '\0'' is redundant since '*ptr == ' '' is sufficient. [redundantCondition] care-2.2.1/src/cli/proot.c:120:22: style: Redundant condition: The condition '*ptr != '\0'' is redundant since '*ptr == ' '' is sufficient. [redundantCondition] care-2.2.1/src/path/path.c:70:26: style: Redundant condition: The condition '**cursor != '\0'' is redundant since '**cursor == '/'' is sufficient. [redundantCondition] care-2.2.1/src/path/path.c:90:26: style: Redundant condition: The condition '**cursor != '\0'' is redundant since '**cursor == '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/catimg/catimg_2.7.0.orig.tar.gz catimg-2.7.0/src/stb_image.h:5193:17: style: Redundant condition: The condition 'req_comp' is redundant since 'req_comp >= 3' is sufficient. [redundantCondition] catimg-2.7.0/src/stb_image.h:5432:24: style: Redundant condition: The condition 'n < 1' is redundant since 'n != 0x00010000' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/caveexpress/caveexpress_2.5.2.orig.tar.xz caveexpress-2.5.2/src/cavepacker/tools/SolutionTool.cpp:20:15: style: Redundant condition: argc>=2. 'argc<2 || (argc>=2 && argv[argc-1][0]=='-')' is equivalent to 'argc<2 || argv[argc-1][0]=='-'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/ccextractor/ccextractor_0.88+ds1.orig.tar.xz ccextractor-0.88/src/gpacmp4/os_file.c:663:42: style: Redundant condition: st.st_dev==st_parent.st_dev. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ccextractor-0.88/src/lib_ccx/params.c:1131:29: style: Redundant condition: The condition 'present-initial > 3' is redundant since 'present-initial == 6' is sufficient. [redundantCondition] ccextractor-0.88/src/lib_ccx/params.c:1159:25: style: Redundant condition: The condition 'present-initial > 2' is redundant since 'present-initial == 5' is sufficient. [redundantCondition] ccextractor-0.88/src/lib_ccx/ts_tables_epg.c:1057:31: style: Redundant condition: The condition 'pid != 0x1ffb' is redundant since 'pid < 0x1000' is sufficient. [redundantCondition] ccextractor-0.88/src/lib_ccx/wtv_functions.c:429:30: style: Redundant condition: !ccx_options.wtvmpeg2. 'ccx_options.wtvmpeg2 || (!ccx_options.wtvmpeg2 && len==2)' is equivalent to 'ccx_options.wtvmpeg2 || len==2' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/ccrypt/ccrypt_1.11.orig.tar.gz ccrypt-1.11/intl/dcigettext.c:689:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/ccze/ccze_0.2.1.orig.tar.gz ccze-0.2.1/src/ccze-compat.c:303:26: style: Redundant condition: select!=NULL. 'select==NULL || (select!=NULL && (*select)(entry))' is equivalent to 'select==NULL || (*select)(entry)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/ceres-solver/ceres-solver_2.2.0+dfsg.orig.tar.xz ceres-solver-2.2.0/internal/ceres/dogleg_strategy.cc:570:55: style: Redundant condition: per_solve_options.dump_format_type!=CONSOLE. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ceres-solver-2.2.0/internal/ceres/levenberg_marquardt_strategy.cc:135:53: style: Redundant condition: per_solve_options.dump_format_type!=CONSOLE. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cfengine3/cfengine3_3.24.2.orig.tar.gz cfengine-3.24.2/cf-agent/verify_files_utils.c:969:34: style: Redundant condition: attr->copy.collapse. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cfitsio/cfitsio_4.6.2.orig.tar.gz cfitsio-4.6.2/fitscore.c:2704:27: style: Redundant condition: The condition 'tform[ii] != 0' is redundant since 'tform[ii] == ' '' is sufficient. [redundantCondition] cfitsio-4.6.2/fitscore.c:3241:27: style: Redundant condition: The condition 'tform[ii] != 0' is redundant since 'tform[ii] == ' '' is sufficient. [redundantCondition] cfitsio-4.6.2/fitscore.c:3301:27: style: Redundant condition: The condition 'tform[ii] != 0' is redundant since 'tform[ii] == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cgilib/cgilib_0.6.orig.tar.gz cgilib-0.6/cookies.c:42:22: style: Redundant condition: The condition '*n0' is redundant since '*n0 == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/charmtimetracker/charmtimetracker_1.12.0.orig.tar.gz Charm-1.12.0/Core/SqlStorage.cpp:555:27: style: Redundant condition: dbTask.isValid(). '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/checkinstall/checkinstall_1.6.2+git20170426.d24a630.orig.tar.xz checkinstall/installwatch/installwatch.c:966:16: style: Redundant condition: rcod==0. 'rcod!=0 || (rcod==0 && !S_ISLNK(ninfo.st_mode))' is equivalent to 'rcod!=0 || !S_ISLNK(ninfo.st_mode)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/chemtool/chemtool_1.6.14.orig.tar.gz chemtool-1.6.14/intl/dcigettext.c:583:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/chordii/chordii_4.5.3+repack.orig.tar.gz chordii-4.5.3+repack/src/grid.c:371:22: style: Redundant condition: no_easy_grids. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cif-api/cif-api_0.4.2.orig.tar.xz cif_api-0.4.2/src/tests/test_write_11.c:121:5: style: Redundant condition: The condition 'c != '\n'' is redundant since 'c == '\r'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/clearsilver/clearsilver_0.10.5.orig.tar.gz clearsilver-0.10.5/cs/csparse.c:2853:18: style: Redundant condition: The condition '*s == '\0'' is redundant since '*s != '('' is sufficient. [redundantCondition] clearsilver-0.10.5/cs/csparse.c:3028:18: style: Redundant condition: The condition '*s == '\0'' is redundant since '*s != '('' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/clementine/clementine_1.4.1+git27-g658f34ec4+dfsg.orig.tar.xz Clementine-1.4.1-27-g658f34ec4/src/devices/devicemanager.cpp:668:28: style: Redundant condition: info->BestBackend(). '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] Clementine-1.4.1-27-g658f34ec4/src/ui/notificationssettingspage.cpp:344:15: style: Redundant condition: pretty. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/clfft/clfft_2.12.2.orig.tar.gz clfft-2.12.2/src/library/generator.stockham.cpp:2487:20: style: Redundant condition: halfLds. '!halfLds || (halfLds && position==0)' is equivalent to '!halfLds || position==0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/clutter-1.0/clutter-1.0_1.26.4+git2779b932+dfsg.orig.tar.xz clutter-1.26.4+git2779b932/clutter/cogl/clutter-stage-cogl.c:314:44: style: Redundant condition: stage_cogl->initialized_redraw_clip. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cminpack/cminpack_1.3.6.orig.tar.gz cminpack-1.3.6/examples/genf77tests.c:74:34: style: Redundant condition: The condition '*buf1 != 0' is redundant since '*buf1 == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cmor/cmor_3.11.0.orig.tar.xz cmor-3.11.0/Src/cmor.c:2377:42: style: Redundant condition: The condition 'formula_terms[j] != '\0'' is redundant since 'formula_terms[j] == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cmucl/cmucl_21d.orig.tar.bz2 src/lisp/elf.c:287:20: style: Redundant condition: The condition '!(id >= 1)' is redundant since 'id <= 3' is sufficient. [redundantCondition] src/lisp/mach-o.c:262:20: style: Redundant condition: The condition '!(id >= 1)' is redundant since 'id <= 3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cmus/cmus_2.12.0.orig.tar.gz cmus-2.12.0/command_mode.c:2899:16: style: Redundant condition: The condition 'buf[i]' is redundant since 'buf[i] == ' '' is sufficient. [redundantCondition] cmus-2.12.0/command_mode.c:2909:16: style: Redundant condition: The condition 'buf[i]' is redundant since 'buf[i] == ' '' is sufficient. [redundantCondition] cmus-2.12.0/path.c:60:18: style: Redundant condition: The condition 'str[s]' is redundant since 'str[s] == '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cnrun/cnrun_2.1.0.orig.tar.xz cnrun-2.1.0/src/libcnrun/units/base-unit.cc:560:26: style: Redundant condition: _client->M. '!_client->M || (_client->M && _client->M->is_diskless)' is equivalent to '!_client->M || _client->M->is_diskless' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cockpit/cockpit_343.orig.tar.xz cockpit-343/src/ws/cockpithandlers.c:318:15: style: Redundant condition: The condition '*h' is redundant since '*h == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/codonw/codonw_1.4.4.orig.tar.gz codonW/menu.c:1135:36: style: Redundant condition: The condition 'pcoa->fop_gene == 0' is redundant since 'pcoa->fop_gene < 50' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cogl/cogl_1.22.8.orig.tar.xz cogl-1.22.8/cogl/stb_image.c:2934:17: style: Redundant condition: The condition 'req_comp' is redundant since 'req_comp >= 3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/coinor-dylp/coinor-dylp_1.10.4.orig.tar.gz DyLP-1.10.4/CoinUtils/src/CoinMpsIO.cpp:1003:30: style: Redundant condition: The condition '*next != '\t'' is redundant since '*next >= 32' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/coinutils/coinutils_2.11.11+ds.orig.tar.xz CoinUtils-releases-2.11.11/CoinUtils/src/CoinMpsIO.cpp:1028:30: style: Redundant condition: The condition '*next != '\t'' is redundant since '*next >= 32' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/compiz/compiz_0.8.18.orig.tar.xz compiz-0.8.18/plugins/ini.c:618:19: style: Redundant condition: fileData. '!fileData || (fileData && fileData->blockWrites)' is equivalent to '!fileData || fileData->blockWrites' [redundantCondition] compiz-0.8.18/plugins/ini.c:769:19: style: Redundant condition: fileData. '!fileData || (fileData && fileData->blockReads)' is equivalent to '!fileData || fileData->blockReads' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/compiz-plugins-experimental/compiz-plugins-experimental_0.8.18.orig.tar.xz compiz-plugins-experimental-0.8.18/src/simple-animations/rotatein.c:211:22: style: Redundant condition: The condition 'xRot > 90.0f' is redundant since 'xRot > 270.0f' is sufficient. [redundantCondition] compiz-plugins-experimental-0.8.18/src/simple-animations/rotatein.c:214:22: style: Redundant condition: The condition 'yRot > 90.0f' is redundant since 'yRot > 270.0f' is sufficient. [redundantCondition] compiz-plugins-experimental-0.8.18/src/simple-animations/rotatein.c:262:22: style: Redundant condition: The condition 'xRot > 90.0f' is redundant since 'xRot > 270.0f' is sufficient. [redundantCondition] compiz-plugins-experimental-0.8.18/src/simple-animations/rotatein.c:265:22: style: Redundant condition: The condition 'yRot > 90.0f' is redundant since 'yRot > 270.0f' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/connman/connman_1.45.orig.tar.xz connman-1.45/src/service.c:3322:39: style: Redundant condition: failures_threshold_was_met. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/conserver/conserver_8.2.7.orig.tar.gz conserver-8.2.7/conserver/master.c:233:38: style: Redundant condition: config->redirect!=FLAGTRUE. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] conserver-8.2.7/conserver/master.c:275:35: style: Redundant condition: config->redirect!=FLAGTRUE. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/coturn/coturn_4.6.1.orig.tar.gz coturn-4.6.1/src/apps/common/apputils.c:785:17: style: Redundant condition: The condition 'fn[0]' is redundant since 'fn[0] == ' '' is sufficient. [redundantCondition] coturn-4.6.1/src/apps/common/apputils.c:790:25: style: Redundant condition: The condition 'fn[1]' is redundant since 'fn[1] == '/'' is sufficient. [redundantCondition] coturn-4.6.1/src/apps/relay/dbdrivers/dbd_mysql.c:114:13: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] coturn-4.6.1/src/apps/relay/dbdrivers/dbd_redis.c:77:14: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] coturn-4.6.1/src/client/ns_turn_ioaddr.c:286:11: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] coturn-4.6.1/src/client/ns_turn_ioaddr.c:293:16: style: Redundant condition: The condition '*tail' is redundant since '*tail == ' '' is sufficient. [redundantCondition] coturn-4.6.1/src/server/ns_turn_server.c:1259:26: style: Redundant condition: bps. '!bps || (bps && bps>max_bps)' is equivalent to '!bps || bps>max_bps' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/courier/courier_1.4.1.orig.tar.bz2 courier-1.4.1/courier/cmlm.C:218:49: style: Redundant condition: The condition '*default_env != 0' is redundant since '*default_env == '-'' is sufficient. [redundantCondition] courier-1.4.1/libs/maildir/maildiraclt.c:500:17: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] courier-1.4.1/libs/maildrop/maildir.C:202:22: style: Redundant condition: The condition '*keywords_s' is redundant since '*keywords_s == ','' is sufficient. [redundantCondition] courier-1.4.1/libs/maildrop/maildir.C:233:24: style: Redundant condition: The condition '*keywords_s' is redundant since '*keywords_s == ','' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/couriergrey/couriergrey_0.3.2.orig.tar.gz couriergrey-0.3.2/intl/dcigettext.c:700:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cpl-plugin-kmos/cpl-plugin-kmos_2.1.0+dfsg.orig.tar.xz kmos-2.1.0/kmclipm/src/kmclipm_vector.c:520:25: style: Redundant condition: keep. '!keep || (keep && pkvmask[i]>0.5)' is equivalent to '!keep || pkvmask[i]>0.5' [redundantCondition] kmos-2.1.0/kmos/kmo_functions.c:2145:30: style: Redundant condition: !desc.ex_noise. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] kmos-2.1.0/kmos/kmo_functions.c:2164:30: style: Redundant condition: !desc.ex_noise. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] kmos-2.1.0/recipes/kmos_extract_spec.c:386:52: style: Redundant condition: strcmp(mask_method,"mask")==0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cpl-plugin-uves/cpl-plugin-uves_6.1.8+dfsg.orig.tar.xz uves-6.1.8/flames/flames_dfs.c:503:14: style: Redundant condition: !blue. 'blue || (!blue && nextensions==0)' is equivalent to 'blue || nextensions==0' [redundantCondition] uves-6.1.8/flames/flames_dfs.c:565:19: style: Redundant condition: !blue. 'blue || (!blue && nextensions==2)' is equivalent to 'blue || nextensions==2' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cpu-x/cpu-x_5.3.1.orig.tar.xz CPU-X-5.3.1/src/core/bandwidth/main.c:3004:44: style: Redundant condition: tests[bwd->selected_test].need_mask. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/crac/crac_2.5.2+dfsg.orig.tar.xz crac-2.5.2/src/libReadsInfo/tagInfo.cpp:1837:36: style: Redundant condition: The condition 'type == 2' is redundant since 'type != 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/crash/crash_8.0.6.orig.tar.gz crash-8.0.6/memory.c:4077:29: style: Redundant condition: args->flag&0x2. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] crash-8.0.6/memory.c:4320:11: style: Redundant condition: ref. '!ref || (ref && ref->cmdflags&0x2)' is equivalent to '!ref || ref->cmdflags&0x2' [redundantCondition] crash-8.0.6/symbols.c:9318:26: style: Redundant condition: *s_e=='{'. '*s_e!='{' || (*s_e=='{' && buf[len]=='}')' is equivalent to '*s_e!='{' || buf[len]=='}'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/crasm/crasm_1.8.orig.tar.gz crasm-1.8/src/xref.c:56:29: style:inconclusive: Redundant condition: The condition 'label->name[0] == '*'' is redundant since 'label->name[0] <= '9'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/crm114/crm114_20100106.orig.tar.gz crm114-20100106-BlameMichelson.src/crm_expr_match.c:437:8: style: Redundant condition: The condition 'bindable_vars[vstart] != ')'' is redundant since 'bindable_vars[vstart] < 0x021' is sufficient. [redundantCondition] crm114-20100106-BlameMichelson.src/crm_svm_matrix.c:2925:26: style: Redundant condition: v->was_mapped. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] crm114-20100106-BlameMichelson.src/crm_svm_matrix.c:2946:26: style: Redundant condition: v->was_mapped. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] crm114-20100106-BlameMichelson.src/crm_svm_matrix.c:3018:26: style: Redundant condition: v->was_mapped. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] crm114-20100106-BlameMichelson.src/crm_svm_matrix.c:3039:26: style: Redundant condition: v->was_mapped. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] crm114-20100106-BlameMichelson.src/crm_svm_matrix.c:3121:28: style: Redundant condition: v->was_mapped. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] crm114-20100106-BlameMichelson.src/crm_svm_matrix.c:3139:28: style: Redundant condition: v->was_mapped. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/crossfire/crossfire_1.75.0.orig.tar.gz crossfire-1.75.0/common/readable.c:834:42: style: Redundant condition: The condition 'buf[i] != '\0'' is redundant since 'buf[i] == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/crun/crun_1.21.orig.tar.gz crun-1.21/src/libcrun/cgroup-utils.c:144:15: style: Redundant condition: The condition 'mode < 0' is redundant since 'mode != 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cryptominisat/cryptominisat_5.11.21+dfsg1.orig.tar.xz cryptominisat-5.11.21/src/cnf.h:226:53: style: Redundant condition: The condition 'unsat_cl_ID != -1' is redundant since 'unsat_cl_ID == 0' is sufficient. [redundantCondition] cryptominisat-5.11.21/src/propengine.cpp:374:17: style: Redundant condition: !bnn->std::set. 'bnn->std::set || (!bnn->std::set && value(bnn->out)==l_True)' is equivalent to 'bnn->std::set || value(bnn->out)==l_True' [redundantCondition] cryptominisat-5.11.21/src/propengine.cpp:475:30: style: Redundant condition: !bnn->std::set. 'bnn->std::set || (!bnn->std::set && value(bnn->out)==l_True)' is equivalent to 'bnn->std::set || value(bnn->out)==l_True' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cryptsetup/cryptsetup_2.8.0.orig.tar.gz cryptsetup-2.8.0/lib/libdevmapper.c:2504:15: style: Redundant condition: The condition '!*params' is redundant since '*params != ' '' is sufficient. [redundantCondition] cryptsetup-2.8.0/lib/libdevmapper.c:2511:15: style: Redundant condition: The condition '!*params' is redundant since '*params != ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cscope/cscope_15.9.orig.tar.xz cscope-15.9/contrib/webcscope/hilite.c:315:29: style: Redundant condition: mode!=1. 'mode==1 || (mode!=1 && bufidx)' is equivalent to 'mode==1 || bufidx' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/csoundqt/csoundqt_1.1.3+dfsg.orig.tar.xz CsoundQt-1.1.3/src/documentview.cpp:381:20: style: Redundant condition: The condition 'section == -1' is redundant since 'section < 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/ctffind/ctffind_4.1.14.orig.tar.gz ctffind-4.1.14/src/programs/ctffind/ctffind.cpp:1396:22: style: Redundant condition: !slower_search. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ctffind-4.1.14/src/programs/ctffind/ctffind.cpp:1602:23: style: Redundant condition: !slower_search. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cups/cups_2.4.10.orig.tar.gz cups-2.4.10/systemv/lpstat.c:1486:48: style: Redundant condition: reasons. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cura-engine/cura-engine_5.0.0.orig.tar.gz CuraEngine-5.0.0/src/infill/ZigzagConnectorProcessor.cpp:119:49: style: Redundant condition: !is_first_connector. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cyclonedds/cyclonedds_0.10.5.orig.tar.gz eclipse-cyclonedds-cyclonedds-2cdd114/src/security/core/src/dds_security_utils.c:1090:37: style:inconclusive: Redundant condition: The condition 'buf[cnt+1] != '\0'' is redundant since 'buf[cnt+1] >= '0'' is sufficient. [redundantCondition] eclipse-cyclonedds-cyclonedds-2cdd114/src/security/core/src/dds_security_utils.c:1226:23: style: Redundant condition: ts_offset>0. 'ts_offset<=0 || (ts_offset>0 && ts_offsetmr_handle->lkey!=sglist[i].lkey)' is equivalent to '!lmr || lmr->mr_handle->lkey!=sglist[i].lkey' [redundantCondition] dapl-2.1.10.1.f1e05b7a/test/dtest/dtestx.c:864:13: style: Redundant condition: !server. 'server || (!server && ud_test)' is equivalent to 'server || ud_test' [redundantCondition] dapl-2.1.10.1.f1e05b7a/test/dtest/dtestx.c:884:14: style: Redundant condition: server. '!server || (server && ud_test)' is equivalent to '!server || ud_test' [redundantCondition] dapl-2.1.10.1.f1e05b7a/test/dtest/dtest.c:1079:29: style: Redundant condition: server. '!server || (server && !uni_direction)' is equivalent to '!server || !uni_direction' [redundantCondition] dapl-2.1.10.1.f1e05b7a/test/dtest/dtest.c:2030:13: style: Redundant condition: !server. 'server || (!server && !uni_direction)' is equivalent to 'server || !uni_direction' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/darknet/darknet_0.0.0+git20180914.61c9d02e.orig.tar.xz darknet/src/stb_image.h:5175:17: style: Redundant condition: The condition 'req_comp' is redundant since 'req_comp >= 3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/darkplaces/darkplaces_0~20180908~beta1.orig.tar.xz darkplaces/host_cmd.c:2117:20: style: Redundant condition: The condition '*message' is redundant since '*message == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/darksnow/darksnow_0.7.1.orig.tar.gz darksnow-0.7.1/config_files.c:315:34: style: Redundant condition: The condition 'remotedump[i] != 0' is redundant since 'remotedump[i] == ' '' is sufficient. [redundantCondition] darksnow-0.7.1/config_files.c:321:33: style: Redundant condition: The condition 'localdump[i] != 0' is redundant since 'localdump[i] == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/das-watchdog/das-watchdog_0.9.0.orig.tar.gz das_watchdog-0.9.0/das_watchdog.c:323:34: style: Redundant condition: If 'temp[i] == 0', the comparison 'temp[i] == '\0'' is always true. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/dasm/dasm_2.20.15~20201109+really2.20.14.1.orig.tar.gz dasm-2.20.14.1/src/main.c:1285:28: style: Redundant condition: The condition 'buf[i]' is redundant since 'buf[i] == '"'' is sufficient. [redundantCondition] dasm-2.20.14.1/src/ops.c:1158:15: style: Redundant condition: The condition 'str[i]' is redundant since 'str[i] == ','' is sufficient. [redundantCondition] dasm-2.20.14.1/src/ops.c:1180:28: style: Redundant condition: The condition 'str[i]' is redundant since 'str[i] == '"'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/dbus/dbus_1.16.2.orig.tar.xz dbus-1.16.2/dbus/dbus-spawn-win.c:410:26: style: Redundant condition: The condition '*pp' is redundant since '*pp == '\\'' is sufficient. [redundantCondition] dbus-1.16.2/dbus/dbus-spawn-win.c:439:26: style: Redundant condition: The condition '*pp' is redundant since '*pp == '\\'' is sufficient. [redundantCondition] dbus-1.16.2/tools/dbus-uuidgen.c:77:21: style: Redundant condition: The condition '*fn != '\0'' is redundant since '*fn == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/ddcutil/ddcutil_2.2.1.orig.tar.gz ddcutil-2.2.1/src/cmdline/cmd_parser_goption.c:376:25: style: Redundant condition: The condition 'bytect < 0' is redundant since 'bytect != 128' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/deal.ii/deal.ii_9.6.2.orig.tar.xz deal.ii-9.6.2/examples/step-79/step-79.cc:2084:43: style: Redundant condition: !face->at_boundary(). 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/deepin-log-viewer/deepin-log-viewer_6.5.8+ds1.orig.tar.xz deepin-log-viewer-6.5.8/application/displaycontent.cpp:402:16: style: Redundant condition: !bReset. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/denemo/denemo_2.6.39.orig.tar.gz denemo-724d07ae9380e4320ccf87efd3731e8348080792/intl/dcigettext.c:583:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] denemo-724d07ae9380e4320ccf87efd3731e8348080792/src/display/drawnotes.c:412:33: style: Redundant condition: override_chord_graphic. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] denemo-724d07ae9380e4320ccf87efd3731e8348080792/src/display/draw.c:265:81: style: Redundant condition: si->currentobject==curobj. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] denemo-724d07ae9380e4320ccf87efd3731e8348080792/src/export/file.c:249:22: style: Redundant condition: gui->notsaved. '!gui->notsaved || (gui->notsaved && confirmbox(gui))' is equivalent to '!gui->notsaved || confirmbox(gui)' [redundantCondition] denemo-724d07ae9380e4320ccf87efd3731e8348080792/src/export/file.c:880:22: style: Redundant condition: gui->notsaved. '!gui->notsaved || (gui->notsaved && confirmbox(gui))' is equivalent to '!gui->notsaved || confirmbox(gui)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/deutex/deutex_5.2.3.orig.tar.gz deutex-5.2.3/src/tools.c:492:22: style: Redundant condition: left!=NULL. 'left==NULL || (left!=NULL && *left>0)' is equivalent to 'left==NULL || *left>0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/devio/devio_1.2.orig.tar.gz devio-1.2/src/devio.c:1199:23: style: Redundant condition: If 'line[Ac] == '"'', the comparison 'line[Ac] == '\"'' is always true. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/dfcgen-gtk/dfcgen-gtk_0.6.orig.tar.gz dfcgen-gtk-0.6/src/projectFile.c:1335:28: style: Redundant condition: poly!=NULL. 'poly==NULL || (poly!=NULL && repcnt>poly->degree)' is equivalent to 'poly==NULL || repcnt>poly->degree' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/diamond-aligner/diamond-aligner_2.1.11.orig.tar.xz diamond-2.1.11/src/align/extend.cpp:247:184: style: Redundant condition: config.mapany. '!config.mapany || (config.mapany && matches.empty())' is equivalent to '!config.mapany || matches.empty()' [redundantCondition] diamond-2.1.11/src/output/join_blocks.cpp:129:28: style: Redundant condition: !rhs.same_subject_. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] diamond-2.1.11/src/output/join_blocks.cpp:134:28: style: Redundant condition: !rhs.same_subject_. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] diamond-2.1.11/src/run/config.cpp:69:26: style: Redundant condition: !sensitivity.empty(). 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/dicom3tools/dicom3tools_1.00~20240118131615.orig.tar.bz2 dicom3tools_1.00.snapshot.20240118131615/libsrc/src/dconvert/himr/himrmmsc.cc:101:19: style: Redundant condition: The condition '*start' is redundant since '*start == ' '' is sufficient. [redundantCondition] dicom3tools_1.00.snapshot.20240118131615/libsrc/src/dconvert/pace/pacemmsc.cc:109:19: style: Redundant condition: The condition '*start' is redundant since '*start == ' '' is sufficient. [redundantCondition] dicom3tools_1.00.snapshot.20240118131615/libsrc/src/dconvert/xxxx/xxxxmmsc.cc:109:19: style: Redundant condition: The condition '*start' is redundant since '*start == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/dillo/dillo_3.0.5.orig.tar.bz2 dillo-3.0.5/src/cache.c:964:27: style: Redundant condition: The condition '!entry->Data->len' is redundant since 'entry->Data->len < 1024' is sufficient. [redundantCondition] dillo-3.0.5/src/capi.c:466:17: style: Redundant condition: conn. '!conn || (conn && Capi_conn_valid(conn))' is equivalent to '!conn || Capi_conn_valid(conn)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/ding-libs/ding-libs_0.6.2.orig.tar.gz ding-libs-0.6.2/ini/ini_configobj.c:375:35: style: Redundant condition: type==COL_TYPE_BINARY. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ding-libs-0.6.2/path_utils/path_utils.c:228:27: style: Redundant condition: The condition '*p' is redundant since '*p == '/'' is sufficient. [redundantCondition] ding-libs-0.6.2/path_utils/path_utils.c:329:34: style: Redundant condition: The condition '*start' is redundant since '*start == '/'' is sufficient. [redundantCondition] ding-libs-0.6.2/path_utils/path_utils.c:362:34: style: Redundant condition: The condition '*start' is redundant since '*start == '/'' is sufficient. [redundantCondition] ding-libs-0.6.2/path_utils/path_utils.c:409:34: style: Redundant condition: The condition '*start' is redundant since '*start == '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/dircproxy/dircproxy_1.0.5.orig.tar.gz dircproxy-1.0.5/src/irc_prot.c:212:14: style: Redundant condition: The condition '*ptr' is redundant since '*ptr == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/discount/discount_2.2.7.orig.tar.gz discount-2.2.7/markdown.c:664:27: style: Redundant condition: The condition '*lang_attr != 0' is redundant since '*lang_attr == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/djvulibre/djvulibre_3.5.28.orig.tar.xz djvulibre-3.5.28/tools/djvumake.cpp:427:11: style: Redundant condition: w<=0. 'w>0 && (w<=0 || w>=32768)' is equivalent to 'w>0 && w>=32768' [redundantCondition] djvulibre-3.5.28/tools/djvumake.cpp:429:11: style: Redundant condition: h<=0. 'h>0 && (h<=0 || h>=32768)' is equivalent to 'h>0 && h>=32768' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/dlt-daemon/dlt-daemon_2.18.10.orig.tar.gz dlt-daemon-2.18.10/src/daemon/dlt_daemon_client.c:1127:49: style: Redundant condition: req->ctid[0]!='\0'. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] dlt-daemon-2.18.10/src/lib/dlt_env_ll.c:77:22: style: Redundant condition: The condition '**env != 0' is redundant since '**env == ':'' is sufficient. [redundantCondition] dlt-daemon-2.18.10/src/lib/dlt_user.c:1572:33: style: Redundant condition: force_sending_messages. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/dmucs/dmucs_0.6.1+dfsg.orig.tar.xz dmucs-0.6.1/COSMIC/stpnxt.c:83:13: style:inconclusive: Redundant condition: The condition '*s' is redundant since '*s >= '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/dnsmasq/dnsmasq_2.91.orig.tar.gz dnsmasq-2.91/src/option.c:5488:33: style: Redundant condition: The condition '*start' is redundant since '*start == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/doodle/doodle_0.7.3.orig.tar.gz doodle-0.7.3/src/doodle/index.c:100:23: style: Redundant condition: The condition 'ret != -1' is redundant since 'ret > 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/dpuser/dpuser_4.3+dfsg.orig.tar.xz QFitsView/QFitsMarkers.cpp:260:20: style: Redundant condition: isMBchild. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/drawterm/drawterm_20170818.orig.tar.gz drawterm-20170818/kern/devdraw.c:898:7: style: Redundant condition: 1. '1 || (1 && !1)' is equivalent to '1' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/drbd-utils/drbd-utils_9.22.0.orig.tar.gz drbd-utils-9.22.0/user/v9/drbdadm_dump.c:66:37: style: Redundant condition: ctx. '!ctx || (ctx && ctx->stqh_first==NULL)' is equivalent to '!ctx || ctx->stqh_first==NULL' [redundantCondition] drbd-utils-9.22.0/user/v9/drbdadm_dump.c:329:37: style: Redundant condition: ctx. '!ctx || (ctx && ctx->stqh_first==NULL)' is equivalent to '!ctx || ctx->stqh_first==NULL' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/drs4eb/drs4eb_5.0.6+git20211217+ds.orig.tar.xz drs4eb-5.0.6+git20211217+ds/software/mxml/mxml.cxx:938:12: style: Redundant condition: The condition '*p1' is redundant since '*p1 == '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/dsdp/dsdp_5.8.orig.tar.gz DSDP5.8/examples/readsdpa.c:542:28: style: Redundant condition: The condition 'nargs != 5' is redundant since 'nargs < 0' is sufficient. [redundantCondition] DSDP5.8/pdsdp/PLAPPACK/readsdpa.c:535:28: style: Redundant condition: The condition 'nargs != 5' is redundant since 'nargs < 0' is sufficient. [redundantCondition] DSDP5.8/pdsdp/PETSc/readsdpa.c:526:28: style: Redundant condition: The condition 'nargs != 5' is redundant since 'nargs < 0' is sufficient. [redundantCondition] DSDP5.8/pdsdp/ScaLAPACK/readsdpa.c:525:28: style: Redundant condition: The condition 'nargs != 5' is redundant since 'nargs < 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/dump/dump_0.4b49.orig.tar.gz dump-0.4b49/compat/lib/rmtflags.c:116:21: style: Redundant condition: The condition '*p != '\0'' is redundant since '*p == ' '' is sufficient. [redundantCondition] dump-0.4b49/compat/lib/rmtflags.c:125:22: style: Redundant condition: The condition '*p != '\0'' is redundant since '*p == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/duo-unix/duo-unix_1.11.3.orig.tar.gz duo_unix-1.11.3/lib/testduo.c:64:22: style: Redundant condition: The condition 'code == 0' is redundant since 'code != 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/dvi2ps/dvi2ps_5.1j.orig.tar.gz dvi2ps-5.1j/pscolor.c:72:17: style:inconclusive: Redundant condition: The condition '*p' is redundant since '*p > ' '' is sufficient. [redundantCondition] dvi2ps-5.1j/pscolor.c:81:43: style:inconclusive: Redundant condition: The condition '*s' is redundant since '*s > ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/dvipng/dvipng_1.18.orig.tar.gz misc.c:87:13: style:inconclusive: Redundant condition: The condition '*p != '-'' is redundant since '*p > '9'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/dynare/dynare_6.4.orig.tar.xz dynare-6.4/mex/sources/bytecode/Evaluate.cc:691:43: style: Redundant condition: op==UnaryOpcode::uminus. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] dynare-6.4/preprocessor/src/ExprNode.cc:2890:7: style: Redundant condition: op_code==UnaryOpcode::uminus. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] dynare-6.4/preprocessor/src/ExprNode.cc:3123:7: style: Redundant condition: op_code==UnaryOpcode::uminus. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/e2fsprogs/e2fsprogs_1.47.3~rc3.orig.tar.gz e2fsprogs-1.47.3-rc3/lib/blkid/tag.c:366:12: style: Redundant condition: dev. '!dev || (dev && dev->bid_flags&0x0001)' is equivalent to '!dev || dev->bid_flags&0x0001' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/e2guardian/e2guardian_5.5.8.orig.tar.gz e2guardian-5.5.8r/src/NaughtyFilter.cpp:433:35: style: Redundant condition: c==32. 'c!=32 || (c==32 && bodymeta[j-1]!=32)' is equivalent to 'c!=32 || bodymeta[j-1]!=32' [redundantCondition] e2guardian-5.5.8r/src/contentscanners/avastdscan.cpp:211:98: style: Redundant condition: The condition 'result[1] == '\0'' is redundant since 'result[1] != '['' is sufficient. [redundantCondition] e2guardian-5.5.8r/src/contentscanners/avastdscan.cpp:211:268: style: Redundant condition: The condition 'result[1] == '\0'' is redundant since 'result[1] != '['' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/ebview/ebview_0.3.6.2.orig.tar.gz ebview-0.3.6.2/intl/dcigettext.c:697:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/eclipse-titan/eclipse-titan_8.2.0.orig.tar.gz titan.core-8.2.0/performance_test/SIPApplibPerfTest/src/SIPmsg_PT.cc:3562:21: style: Redundant condition: target_addr. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] titan.core-8.2.0/performance_test/SIPApplibPerfTest/src/SIPmsg_PT.cc:3625:21: style: Redundant condition: target_addr. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] titan.core-8.2.0/performance_test/SIPApplibPerfTest/src/SIPmsg_PT.cc:3631:71: style: Redundant condition: local_addr. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/ecryptfs-utils/ecryptfs-utils_111.orig.tar.gz ecryptfs-utils-111/src/libecryptfs/cmd_ln_parser.c:249:11: style: Redundant condition: tok. '!tok || (tok && tok[0]=='\0')' is equivalent to '!tok || tok[0]=='\0'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/edbrowse/edbrowse_3.8.12.orig.tar.gz edbrowse-3.8.12/src/main.c:2000:15: style: Redundant condition: The condition '!ftype' is redundant since 'ftype != 'f'' is sufficient. [redundantCondition] edbrowse-3.8.12/src/main.c:2014:15: style: Redundant condition: The condition '!ftype' is redundant since 'ftype != 'f'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/edfbrowser/edfbrowser_2.12+dfsg.orig.tar.xz edfbrowser_212_source/cnvs/manscan2edf.cpp:1723:28: style: Redundant condition: The condition 'linebuf[p] == 0' is redundant since 'linebuf[p] != ' '' is sufficient. [redundantCondition] edfbrowser_212_source/cnvs/manscan2edf.cpp:1751:28: style: Redundant condition: The condition 'linebuf[p] == 0' is redundant since 'linebuf[p] != ' '' is sufficient. [redundantCondition] edfbrowser_212_source/cnvs/manscan2edf.cpp:1776:28: style: Redundant condition: The condition 'linebuf[p] == 0' is redundant since 'linebuf[p] != ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/editorconfig-core/editorconfig-core_0.12.9+~0.17.1.orig.tar.gz editorconfig-core-c-0.12.9/src/lib/ini.c:158:43: style: Redundant condition: The condition '*start == '#'' is redundant since '*start != ';'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/efte/efte_1.1.orig.tar.gz efte-1.1/src/h_c.cpp:1005:37: style: Redundant condition: PrevRowP==RowP. 'PrevRowP!=RowP || (PrevRowP==RowP && PrevColP!=ColP)' is equivalent to 'PrevRowP!=RowP || PrevColP!=ColP' [redundantCondition] efte-1.1/src/h_c.cpp:1066:41: style: Redundant condition: PrevRowP==RowP. 'PrevRowP!=RowP || (PrevRowP==RowP && PrevColP!=ColP)' is equivalent to 'PrevRowP!=RowP || PrevColP!=ColP' [redundantCondition] efte-1.1/src/h_c.cpp:1184:37: style: Redundant condition: PrevRowP==RowP. 'PrevRowP!=RowP || (PrevRowP==RowP && PrevColP!=ColP)' is equivalent to 'PrevRowP!=RowP || PrevColP!=ColP' [redundantCondition] efte-1.1/src/h_c.cpp:1232:37: style: Redundant condition: PrevRowP==RowP. 'PrevRowP!=RowP || (PrevRowP==RowP && PrevColP!=ColP)' is equivalent to 'PrevRowP!=RowP || PrevColP!=ColP' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/eggdrop/eggdrop_1.10.0.orig.tar.gz eggdrop-1.10.0/src/botnet.c:1036:57: style: Redundant condition: The condition '!bi->telnet_port' is redundant since 'bi->telnet_port <= 0' is sufficient. [redundantCondition] eggdrop-1.10.0/src/botnet.c:1176:54: style: Redundant condition: The condition '!bi->relay_port' is redundant since 'bi->relay_port <= 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.193.orig.tar.bz2 elfutils-0.193/src/ar.c:758:4: style: Redundant condition: symtab.symsnamelen==0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] elfutils-0.193/src/ranlib.c:211:7: style: Redundant condition: symtab.symsnamelen==0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/elinks/elinks_0.18.0.orig.tar.xz elinks-0.18.0/src/intl/gettext/dcigettext.c:430:35: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/empathy/empathy_3.25.90+really3.12.14.orig.tar.xz empathy-3.12.14/libempathy-gtk/empathy-individual-view.c:638:36: style: Redundant condition: dm!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/encfs/encfs_1.9.5.orig.tar.xz encfs-1.9.5/encfs/FileUtils.cpp:144:55: style: Redundant condition: The condition 'fileName[0] != '\0'' is redundant since 'fileName[0] == '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/endless-sky/endless-sky_0.10.14.orig.tar.gz endless-sky-0.10.14/source/DataFile.cpp:218:33: style:inconclusive: Redundant condition: The condition 'c != '#'' is redundant since 'c <= ' '' is sufficient. [redundantCondition] endless-sky-0.10.14/source/Ship.cpp:3367:17: style: Redundant condition: IsYours(). '!IsYours() || (IsYours() && escort->IsYours())' is equivalent to '!IsYours() || escort->IsYours()' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/engrampa/engrampa_1.26.2.orig.tar.xz engrampa-1.26.2/src/glib-utils.c:398:24: style: Redundant condition: The condition '*line != 0' is redundant since '*line == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/enigma/enigma_1.30+dfsg.orig.tar.gz enigma-1.30+dfsg/intl/dcigettext.c:583:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/enscript/enscript_1.6.5.90.orig.tar.gz enscript-1.6.5.90/intl/dcigettext.c:697:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/epic4/epic4_2.10.10.orig.tar.xz epic4-2.10.10/source/timer.c:682:27: style: Redundant condition: The condition 'current->events < 0' is redundant since 'current->events != 1' is sufficient. [redundantCondition] epic4-2.10.10/source/status.c:1043:16: style: Redundant condition: !mode. 'mode==0 && (!mode || !*mode)' is equivalent to 'mode==0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/epic5/epic5_2.1.6.orig.tar.xz epic5-2.1.6/source/timer.c:1085:27: style: Redundant condition: The condition 'current->events < 0' is redundant since 'current->events != 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/epiphany-browser/epiphany-browser_48.5.orig.tar.xz epiphany-48.5/lib/sync/ephy-password-import.c:297:49: style: Redundant condition: quotes_opened. '!quotes_opened || (quotes_opened && quotes_closed)' is equivalent to '!quotes_opened || quotes_closed' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/epstool/epstool_3.09.orig.tar.xz epstool-3.09/src/cmbcs.c:64:15: style: Redundant condition: The condition 't[i]' is redundant since 't[i] >= 0x80' is sufficient. [redundantCondition] epstool-3.09/src/epstool.c:1478:13: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] epstool-3.09/src/epstool.c:1502:13: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] epstool-3.09/src/epstool.c:1525:13: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/ettercap/ettercap_0.8.3.1.orig.tar.gz ettercap-0.8.3.1/src/missing/scandir.c:29:24: style: Redundant condition: select!=NULL. 'select==NULL || (select!=NULL && (*select)(entry))' is equivalent to 'select==NULL || (*select)(entry)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/etw/etw_3.6+svn162.orig.tar.gz etw-3.6+svn162.orig/etw/cpu.c:307:30: style: Redundant condition: pl->gioc_palla. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/euslisp/euslisp_9.31+dfsg.orig.tar.xz euslisp-9.31+dfsg/contrib/xview/transargv.c:43:15: style: Redundant condition: The condition 'v > 0' is redundant since 'v > 0x1fffffff' is sufficient. [redundantCondition] euslisp-9.31+dfsg/contrib/xview/transargv.c:47:20: style: Redundant condition: The condition 'w > 0' is redundant since 'w > 0x1fffffff' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/evolution-data-server/evolution-data-server_3.56.2.orig.tar.xz evolution-data-server-3.56.2/src/camel/providers/local/camel-local-provider.c:161:7: style: Redundant condition: c=='/'. 'c!='/' || (c=='/' && last!='/')' is equivalent to 'c!='/' || last!='/'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/evolution-ews/evolution-ews_3.56.2.orig.tar.xz evolution-ews-3.56.2/src/EWS/registry/e-ews-backend.c:490:15: style: Redundant condition: The condition '*cp' is redundant since '*cp == '\\'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/examl/examl_3.0.22.orig.tar.gz ExaML-3.0.22/examl/searchAlgo.c:2019:33: style: Redundant condition: adef->useCheckpoint. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/exim4/exim4_4.98.2.orig.tar.xz exim-4.98.2/src/daemon.c:1009:19: style: Redundant condition: The condition '!*dir' is redundant since '*dir != '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/e/ext4magic/ext4magic_0.3.2.orig.tar.gz ext4magic-0.3.2/src/magic_block_scan.c:564:21: style: Redundant condition: The condition 'count' is redundant since 'count > 60' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/falcosecurity-libs/falcosecurity-libs_0.20.0.orig.tar.gz libs-0.20.0/test/libsinsp_e2e/fake_cri/fake_cri.cpp:38:24: style: Redundant condition: !m_filter.empty(). 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fasta3/fasta3_36.3.8i.14-Nov-2020.orig.tar.gz fasta36-36.3.8i_14-Nov-2020/src/ncbl_lib.c:486:31: style: Redundant condition: The condition '*tptr' is redundant since '*tptr == '.'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fastjar/fastjar_0.98.orig.tar.gz fastjar-0.98/jartool.c:1982:27: style: Redundant condition: The condition 'read_amt == -1' is redundant since 'read_amt != 46' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fastlink/fastlink_4.1P-fix100+dfsg.orig.tar.xz fastlink/4.1P/src/loopbrk.c:1614:34: style: Redundant condition: ped[NodeIndex].paid. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] fastlink/4.1P/src/loopbrk.c:1617:43: style: Redundant condition: ped[NodeIndex].maid. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fastp/fastp_0.24.0+dfsg.orig.tar.xz fastp-0.24.0/src/overlapanalysis.cpp:46:38: style: Redundant condition: diff>overlapDiffLimit. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] fastp-0.24.0/src/overlapanalysis.cpp:80:38: style: Redundant condition: diff>overlapDiffLimit. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fastqtl/fastqtl_2.184+v7+dfsg.orig.tar.xz fastqtl-7/src/analysisMapping.cpp:104:16: style: Redundant condition: !full. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fbb/fbb_7.011.orig.tar.gz fbb-7.0.11/src/mbl_list.c:474:21: style: Redundant condition: nouveau. '!nouveau || (nouveau && bul.status=='N')' is equivalent to '!nouveau || bul.status=='N'' [redundantCondition] fbb-7.0.11/src/mbl_read.c:137:60: style: Redundant condition: nouveau. '!nouveau || (nouveau && pbul.status=='N')' is equivalent to '!nouveau || pbul.status=='N'' [redundantCondition] fbb-7.0.11/src/mbl_stat.c:430:27: style: Redundant condition: i==HROUTE. 'i!=HROUTE || (i==HROUTE && !EMS_WPG_OK())' is equivalent to 'i!=HROUTE || !EMS_WPG_OK()' [redundantCondition] fbb-7.0.11/src/mblutil.c:553:16: style: Redundant condition: The condition '*ptr' is redundant since '*ptr == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fcitx/fcitx_4.2.9.9.orig.tar.xz fcitx-4.2.9.9/tools/cli/txt2mb.c:170:33: style: Redundant condition: The condition '*pstr != '\0'' is redundant since '*pstr == ' '' is sufficient. [redundantCondition] fcitx-4.2.9.9/tools/cli/txt2mb.c:177:33: style: Redundant condition: The condition '*pstr != '\0'' is redundant since '*pstr == ' '' is sufficient. [redundantCondition] fcitx-4.2.9.9/tools/cli/txt2mb.c:184:33: style: Redundant condition: The condition '*pstr != '\0'' is redundant since '*pstr == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fdb/fdb_5.17.3.orig.tar.xz fdb-5.17.3/src/fdb5/daos/DaosWipeVisitor.cc:333:18: style: Redundant condition: wipeAll. '!wipeAll || (wipeAll && store_.type()!="daos")' is equivalent to '!wipeAll || store_.type()!="daos"' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fenix/fenix_0.92a.dfsg1.orig.tar.gz Fenix/common/regex.c:1757:19: style: Redundant condition: syntax&RE_INTERVALS. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/file-roller/file-roller_44.5.orig.tar.xz file-roller-44.5/src/glib-utils.c:305:24: style: Redundant condition: The condition '*line != 0' is redundant since '*line == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fitsh/fitsh_0.9.4.orig.tar.gz fitsh-0.9.4/src/io/scanarg.c:381:19: style: Redundant condition: narg>0. 'narg<=0 || (narg>0 && l0. 'narg<=0 || (narg>0 && l0. 'narg<=0 || (narg>0 && ltv_nsec < 0', the comparison 'req->tv_nsec < 0L' is always true. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/flatpak/flatpak_1.16.1.orig.tar.xz flatpak-1.16.1/oci-authenticator/flatpak-oci-authenticator.c:356:33: style: Redundant condition: The condition '*oci_registry_uri != 0' is redundant since '*oci_registry_uri == '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/flickcurl/flickcurl_1.26.orig.tar.gz flickcurl-1.26/src/serializer.c:188:15: style: Redundant condition: factory. '!factory || (factory && factory->version!=1)' is equivalent to '!factory || factory->version!=1' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/flite/flite_2.2.orig.tar.gz flite-2.2/lang/usenglish/us_text.c:407:39: style: Redundant condition: The condition '*ppp != '\0'' is redundant since '*ppp == '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/flmsg/flmsg_4.0.23.orig.tar.gz flmsg-4.0.23/src/utils/mingw.c:240:23: style: Redundant condition: If 'req->tv_nsec < 0', the comparison 'req->tv_nsec < 0L' is always true. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/flow-tools/flow-tools_0.68.orig.tar.gz flow-tools-0.68/lib/ftmap.c:384:17: style: Redundant condition: ip. '!ip || (ip && ftmin->ip==ip)' is equivalent to '!ip || ftmin->ip==ip' [redundantCondition] flow-tools-0.68/lib/ftmap.c:396:17: style: Redundant condition: ip. '!ip || (ip && ftmia->ip==ip)' is equivalent to '!ip || ftmia->ip==ip' [redundantCondition] flow-tools-0.68/lib/ftvar.c:309:14: style: Redundant condition: The condition '*v' is redundant since '*v == '{'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/flowgrind/flowgrind_0.8.2.orig.tar.gz flowgrind-flowgrind-0.8.2/src/fg_rpc_client.c:62:47: style: Redundant condition: The condition '*sepptr != '\0'' is redundant since '*sepptr == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fluxbox/fluxbox_1.3.7.orig.tar.gz fluxbox-1.3.7/src/Window.cc:3190:42: style: Redundant condition: attach_to_win==this. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/flvmeta/flvmeta_1.2.2.orig.tar.gz flvmeta-1.2.2/src/info.c:449:21: style: Redundant condition: info->have_keyframes. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/foma/foma_0.10.0+s311.20240712.orig.tar.bz2 foma-0.10.0+s311.20240712/io.c:441:24: style: Redundant condition: The condition '*text != '\0'' is redundant since '*text == '\n'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fondu/fondu_0.0.20060102.orig.tar.gz fondu-060102/fondups.c:1388:24: style: Redundant condition: The condition '*line == '\0'' is redundant since '*line != '\n'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fontmatrix/fontmatrix_0.9.100+ds.orig.tar.xz fontmatrix-0.9.100/harfbuzz/src/harfbuzz-gpos.c:989:33: style: Redundant condition: The condition 'context_length != 0xFFFF' is redundant since 'context_length < 1' is sufficient. [redundantCondition] fontmatrix-0.9.100/harfbuzz/src/harfbuzz-gpos.c:1552:33: style: Redundant condition: The condition 'context_length != 0xFFFF' is redundant since 'context_length < 2' is sufficient. [redundantCondition] fontmatrix-0.9.100/harfbuzz/src/harfbuzz-gpos.c:1772:33: style: Redundant condition: The condition 'context_length != 0xFFFF' is redundant since 'context_length < 1' is sufficient. [redundantCondition] fontmatrix-0.9.100/harfbuzz/src/harfbuzz-gpos.c:2216:33: style: Redundant condition: The condition 'context_length != 0xFFFF' is redundant since 'context_length < 1' is sufficient. [redundantCondition] fontmatrix-0.9.100/harfbuzz/src/harfbuzz-gpos.c:2626:33: style: Redundant condition: The condition 'context_length != 0xFFFF' is redundant since 'context_length < 1' is sufficient. [redundantCondition] fontmatrix-0.9.100/harfbuzz/src/harfbuzz-gpos.c:2972:33: style: Redundant condition: The condition 'context_length != 0xFFFF' is redundant since 'context_length < 1' is sufficient. [redundantCondition] fontmatrix-0.9.100/harfbuzz/src/harfbuzz-gsub.c:278:33: style: Redundant condition: The condition 'context_length != 0xFFFF' is redundant since 'context_length < 1' is sufficient. [redundantCondition] fontmatrix-0.9.100/harfbuzz/src/harfbuzz-gsub.c:484:33: style: Redundant condition: The condition 'context_length != 0xFFFF' is redundant since 'context_length < 1' is sufficient. [redundantCondition] fontmatrix-0.9.100/harfbuzz/src/harfbuzz-gsub.c:682:33: style: Redundant condition: The condition 'context_length != 0xFFFF' is redundant since 'context_length < 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/foremost/foremost_1.5.7.orig.tar.gz foremost-1.5.7/api.c:504:10: style: Redundant condition: The condition '*p' is redundant since '*p > 0x1f' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fossil/fossil_2.26.orig.tar.xz fossil-src-2.26/src/export.c:131:35: style: Redundant condition: The condition 'zContact[j]' is redundant since 'zContact[j] == ' '' is sufficient. [redundantCondition] fossil-src-2.26/src/export.c:147:48: style: Redundant condition: The condition 'zContact[i]' is redundant since 'zContact[i] == ' '' is sufficient. [redundantCondition] fossil-src-2.26/src/export.c:149:38: style: Redundant condition: The condition 'zContact[j]' is redundant since 'zContact[j] == ' '' is sufficient. [redundantCondition] fossil-src-2.26/src/file.c:2048:20: style:inconclusive: Redundant condition: The condition 'zUri[i]' is redundant since 'zUri[i] >= 'a'' is sufficient. [redundantCondition] fossil-src-2.26/src/http_ssl.c:1212:16: style: Redundant condition: The condition 'c == ','' is redundant since 'c != '-'' is sufficient. [redundantCondition] fossil-src-2.26/src/http_ssl.c:1212:26: style: Redundant condition: The condition 'c == '/'' is redundant since 'c != '-'' is sufficient. [redundantCondition] fossil-src-2.26/src/http.c:586:25: style: Redundant condition: The condition 'zLine[i]' is redundant since 'zLine[i] == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fotoxx/fotoxx_24.70.orig.tar.gz fotocx/f.tools.cc:2553:19: style: Redundant condition: The condition '*pp1' is redundant since '*pp1 == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/foxeye/foxeye_0.12.1.orig.tar.xz foxeye-0.12.1/intl/dcigettext.c:689:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] foxeye-0.12.1/core/list.c:2653:11: style: Redundant condition: The condition '*sv' is redundant since '*sv == '|'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/freedink/freedink_109.6.orig.tar.gz freedink-109.6/src/dinkc.cpp:686:23: style: Redundant condition: prevar!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] freedink-109.6/src/str_util.cpp:177:21: style: Redundant condition: The condition '*pc != '\0'' is redundant since '*pc == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/freeimage/freeimage_3.18.0+ds2.orig.tar.xz FreeImage/Source/FreeImage/PluginXPM.cpp:265:28: style: Redundant condition: tmp[2]!=' '. 'tmp[2]==' ' || (tmp[2]!=' ' && tmp[3]==' ')' is equivalent to 'tmp[2]==' ' || tmp[3]==' '' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/freeipmi/freeipmi_1.6.15.orig.tar.gz freeipmi-1.6.15/common/toolcommon/tool-event-common.c:228:24: style: Redundant condition: !column_width. 'column_width || (!column_width && comma_separated_output)' is equivalent to 'column_width || comma_separated_output' [redundantCondition] freeipmi-1.6.15/common/toolcommon/tool-event-common.c:276:24: style: Redundant condition: !column_width. 'column_width || (!column_width && comma_separated_output)' is equivalent to 'column_width || comma_separated_output' [redundantCondition] freeipmi-1.6.15/common/toolcommon/tool-event-common.c:310:24: style: Redundant condition: !column_width. 'column_width || (!column_width && comma_separated_output)' is equivalent to 'column_width || comma_separated_output' [redundantCondition] freeipmi-1.6.15/common/toolcommon/tool-event-common.c:357:24: style: Redundant condition: !column_width. 'column_width || (!column_width && comma_separated_output)' is equivalent to 'column_width || comma_separated_output' [redundantCondition] freeipmi-1.6.15/ipmipower/ipmipower_prompt.c:174:7: style: Redundant condition: argv[1]. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] freeipmi-1.6.15/ipmipower/ipmipower_prompt.c:206:12: style: Redundant condition: argv[1]. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] freeipmi-1.6.15/libfreeipmi/sdr/ipmi-sdr-cache-create.c:698:23: style: Redundant condition: record_ids. '!record_ids || (record_ids && record_ids_count)' is equivalent to '!record_ids || record_ids_count' [redundantCondition] freeipmi-1.6.15/libipmiconsole/ipmiconsole_processing.c:2825:15: style: Redundant condition: c->session.break_requested. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] freeipmi-1.6.15/libipmiconsole/ipmiconsole_processing.c:2976:11: style: Redundant condition: c->session.break_requested. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/freetds/freetds_1.5.2+ds.orig.tar.xz freetds-1.5.2/src/odbc/prepare_query.c:192:11: style: Redundant condition: The condition '!*p' is redundant since '*p != ','' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/freewnn/freewnn_1.1.1~a021+cvs20130302.orig.tar.xz freewnn-1.1.1~a021+cvs20130302/Wnn/etc/xutoj.c:446:15: style: Redundant condition: The condition '!*s' is redundant since '*s != ','' is sufficient. [redundantCondition] freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/js.c:339:20: style: Redundant condition: The condition 'timeout != 0' is redundant since 'timeout > 0' is sufficient. [redundantCondition] freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/js.c:349:20: style: Redundant condition: The condition 'timeout != 0' is redundant since 'timeout > 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/frei0r/frei0r_2.3.3.orig.tar.gz frei0r-2.3.3/src/filter/levels/levels.c:329:57: style: Redundant condition: The condition 'inst->channel == 3' is redundant since 'inst->channel != 0' is sufficient. [redundantCondition] frei0r-2.3.3/src/filter/levels/levels.c:330:63: style: Redundant condition: The condition 'inst->channel == 3' is redundant since 'inst->channel != 1' is sufficient. [redundantCondition] frei0r-2.3.3/src/filter/levels/levels.c:331:62: style: Redundant condition: The condition 'inst->channel == 3' is redundant since 'inst->channel != 2' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fsa/fsa_1.15.9+dfsg.orig.tar.xz fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:682:16: style: Redundant condition: !isMaster. 'isMaster || (!isMaster && master_expected_number==0)' is equivalent to 'isMaster || master_expected_number==0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/ftnchek/ftnchek_3.3.1.orig.tar.gz ftnchek-3.3.1/makedcls.c:663:34: style: Redundant condition: dcl_only_undeclared. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fungw/fungw_1.2.1.orig.tar.bz2 fungw-1.2.1/libfungwbind/fawk/libfawk_sc/libfawk_sc_all.c:1128:40: style: Redundant condition: The condition 'res.data.symref.idx_len != -1' is redundant since 'res.data.symref.idx_len > 0' is sufficient. [redundantCondition] fungw-1.2.1/libfungwbind/fawk/libfawk_sc/libfawk_sc_all.c:1210:32: style: Redundant condition: The condition 'n != -2' is redundant since 'n == 0' is sufficient. [redundantCondition] fungw-1.2.1/libfungwbind/fawk/libfawk_sc/libfawk_sc_all.c:1222:32: style: Redundant condition: The condition 'n != -2' is redundant since 'n >= 0' is sufficient. [redundantCondition] fungw-1.2.1/libfungwbind/fawk/libfawk_sc/libfawk_sc_all.c:1253:32: style: Redundant condition: The condition 'n != -2' is redundant since 'n > 0' is sufficient. [redundantCondition] fungw-1.2.1/libfungwbind/fawk/libfawk_sc/libfawk_sc_all.c:1330:42: style: Redundant condition: The condition 'csrc->data.symref.idx_len != -1' is redundant since 'csrc->data.symref.idx_len > 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/funtools/funtools_1.4.8.orig.tar.gz funtools-1.4.8/fitsy/headfile.c:47:22: style: Redundant condition: nbloks>25. 'nbloks<=25 || (nbloks>25 && nhist<(2880/80))' is equivalent to 'nbloks<=25 || nhist<(2880/80)' [redundantCondition] funtools-1.4.8/funopen.c:267:28: style: Redundant condition: iline[0]. '!iline[0] || (iline[0] && isascii(iline[0]))' is equivalent to '!iline[0] || isascii(iline[0])' [redundantCondition] funtools-1.4.8/funview.c:572:14: style: Redundant condition: The condition '!*vptr' is redundant since '*vptr != 'v'' is sufficient. [redundantCondition] funtools-1.4.8/funview.c:574:14: style: Redundant condition: The condition '!*vptr' is redundant since '*vptr != ':'' is sufficient. [redundantCondition] calc.l:603:10: style: Redundant condition: The condition '*s' is redundant since '*s == '-'' is sufficient. [redundantCondition] calc.l:625:10: style: Redundant condition: The condition '*s' is redundant since '*s == '['' is sufficient. [redundantCondition] funtools-1.4.8/util/parse.c:48:10: style: Redundant condition: The condition '*t' is redundant since '*t == '+'' is sufficient. [redundantCondition] funtools-1.4.8/util/parse.c:52:15: style: Redundant condition: The condition '*t' is redundant since '*t == '-'' is sufficient. [redundantCondition] funtools-1.4.8/util/parse.c:55:12: style: Redundant condition: The condition '*t' is redundant since '*t == '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fvwm/fvwm_2.7.0.orig.tar.gz fvwm-2.7.0/libs/FGettext.c:75:29: style: Redundant condition: The condition 'dir[0] == '\0'' is redundant since 'dir[0] != '/'' is sufficient. [redundantCondition] fvwm-2.7.0/modules/FvwmScript/Widgets/List.c:102:28: style: Redundant condition: The condition 'xobj->value2 < 0' is redundant since 'xobj->value2 < 1' is sufficient. [redundantCondition] fvwm-2.7.0/modules/FvwmScript/Widgets/List.c:262:28: style: Redundant condition: The condition 'xobj->value2 < 0' is redundant since 'xobj->value2 < 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fvwm1/fvwm1_1.24r.orig.tar.gz fvwm1-1.24r.orig/fvwm/resize.c:125:35: style: Redundant condition: Scr.flags&524288. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] fvwm1-1.24r.orig/fvwm/resize.c:188:35: style: Redundant condition: Scr.flags&524288. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] fvwm1-1.24r.orig/fvwm/resize.c:245:36: style: Redundant condition: Scr.flags&524288. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] fvwm1-1.24r.orig/fvwm/resize.c:251:36: style: Redundant condition: Scr.flags&524288. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] fvwm1-1.24r.orig/fvwm/resize.c:260:35: style: Redundant condition: Scr.flags&524288. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] fvwm1-1.24r.orig/fvwm/resize.c:358:33: style: Redundant condition: Scr.flags&524288. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] fvwm1-1.24r.orig/fvwm/resize.c:393:39: style: Redundant condition: Scr.flags&524288. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fw4spl/fw4spl_17.2.0.orig.tar.gz fw4spl-17.2.0/SrcLib/io/fwDcmtkIO/src/fwDcmtkIO/SeriesDBReader.cpp:75:35: style: Redundant condition: m_isDicomdirActivated. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fweb/fweb_1.62.orig.tar.gz fweb-1.62/Web/ftangle.c:1521:19: style: Redundant condition: in_string. '!in_string || (in_string && started_vcmnt)' is equivalent to '!in_string || started_vcmnt' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/f/fyba/fyba_4.1.1.orig.tar.gz fyba-4.1.1/src/FYBA/fyln.cpp:864:29: style: Redundant condition: The condition '*pszNavn != '\0'' is redundant since '*pszNavn == '.'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gap-anupq/gap-anupq_3.3.1.orig.tar.gz anupq-3.3.1/src/consistency.c:68:30: style: Redundant condition: metabelian. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] anupq-3.3.1/src/consistency.c:109:45: style: Redundant condition: metabelian. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] anupq-3.3.1/src/consistency.c:127:42: style: Redundant condition: metabelian. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] anupq-3.3.1/src/consistency.c:173:39: style: Redundant condition: metabelian. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] anupq-3.3.1/src/echelon.c:255:24: style: Redundant condition: j>=count. 'j=count && count1>0)' is equivalent to 'j0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gargoyle-free/gargoyle-free_2023.1+dfsg.orig.tar.xz garglk-2023.1/terps/alan2/exe.c:88:30: style: Redundant condition: i>80. 'i<=80 || (i>80 && ch!=' ')' is equivalent to 'i<=80 || ch!=' '' [redundantCondition] garglk-2023.1/terps/alan3/debug.c:156:29: style: Redundant condition: pattern!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] garglk-2023.1/terps/alan3/exe.c:118:36: style: Redundant condition: i>80. 'i<=80 || (i>80 && ch!=' ')' is equivalent to 'i<=80 || ch!=' '' [redundantCondition] garglk-2023.1/terps/alan3/output.c:409:27: style: Redundant condition: The condition 'str[0] != '\0'' is redundant since 'str[0] == '$'' is sufficient. [redundantCondition] garglk-2023.1/terps/git/git.c:33:29: style: Redundant condition: The condition 'version <= 0x0100FF' is redundant since 'version == 0x010000' is sufficient. [redundantCondition] garglk-2023.1/terps/git/git.c:41:34: style: Redundant condition: The condition 'version <= 0x0200FF' is redundant since 'version == 0x020000' is sufficient. [redundantCondition] garglk-2023.1/terps/scott/detectgame.c:696:63: style: Redundant condition: The condition 'c != '\xc9'' is redundant since 'c > 127' is sufficient. [redundantCondition] garglk-2023.1/terps/scott/detectgame.c:724:33: style: Redundant condition: The condition 'c != 0x0d' is redundant since 'c > 127' is sufficient. [redundantCondition] garglk-2023.1/terps/scott/detectgame.c:1182:33: style: Redundant condition: The condition 'c != 0x0d' is redundant since 'c > 127' is sufficient. [redundantCondition] garglk-2023.1/terps/tads/tads2/beos/osbeos.cpp:1917:21: style:inconclusive: Redundant condition: The condition '*str' is redundant since '*str >= '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/garli/garli_2.1.orig.tar.gz garli-2.1-release/src/population.cpp:3866:57: style: Redundant condition: reducing. '!reducing || (reducing && precNum<1)' is equivalent to '!reducing || precNum<1' [redundantCondition] garli-2.1-release/src/tree.cpp:2108:24: style: Redundant condition: swapBasedTerm. '!swapBasedTerm || (swapBasedTerm && !err)' is equivalent to '!swapBasedTerm || !err' [redundantCondition] garli-2.1-release/src/tree.cpp:2119:23: style: Redundant condition: swapBasedTerm. '!swapBasedTerm || (swapBasedTerm && !err)' is equivalent to '!swapBasedTerm || !err' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/garlic/garlic_1.6.orig.tar.gz garlic-1.6/create_windows.c:298:13: style: Redundant condition: The condition 'n >= 100' is redundant since 'n > 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gatos/gatos_0.0.5.orig.tar.gz gatos-0.0.5/intl/dcgettext.c:325:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] gatos-0.0.5/src/gatos-conf.cpp:586:19: style: Redundant condition: The condition '*ln != '\n'' is redundant since '*ln == ' '' is sufficient. [redundantCondition] gatos-0.0.5/src/gatos-conf.cpp:595:19: style: Redundant condition: The condition '*ln != '\n'' is redundant since '*ln == ' '' is sufficient. [redundantCondition] gatos-0.0.5/src/gatos-conf.cpp:604:19: style: Redundant condition: The condition '*ln != '\n'' is redundant since '*ln == ' '' is sufficient. [redundantCondition] gatos-0.0.5/src/gatos-conf.cpp:612:19: style: Redundant condition: The condition '*ln != '\n'' is redundant since '*ln == ' '' is sufficient. [redundantCondition] gatos-0.0.5/src/gatos-conf.cpp:635:19: style: Redundant condition: The condition '*ln != '\n'' is redundant since '*ln == ' '' is sufficient. [redundantCondition] gatos-0.0.5/src/gatos-conf.cpp:643:19: style: Redundant condition: The condition '*ln != '\n'' is redundant since '*ln == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gavl/gavl_2.0.0~svngit.20240111.a5dd20c.orig.tar.xz gavl-2.0.0~svngit.20240111.a5dd20c/gavl/audioconverter.c:229:15: style: Redundant condition: do_mix. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gbatnav/gbatnav_1.0.4cvs20051004.orig.tar.gz gbatnav-1.0.4cvs20051004.orig/intl/dcigettext.c:583:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gcal/gcal_4.1.orig.tar.gz gcal-4.1/src/hd-data.c:2595:18: style: Redundant condition: do_coptic. '!do_coptic || (do_coptic && year>283)' is equivalent to '!do_coptic || year>283' [redundantCondition] gcal-4.1/src/hd-data.c:2610:17: style: Redundant condition: do_coptic. '!do_coptic || (do_coptic && n>283)' is equivalent to '!do_coptic || n>283' [redundantCondition] gcal-4.1/src/hd-data.c:4321:18: style: Redundant condition: !do_egyptic. 'do_egyptic || (!do_egyptic && year>551)' is equivalent to 'do_egyptic || year>551' [redundantCondition] gcal-4.1/src/hd-data.c:4341:17: style: Redundant condition: !do_egyptic. 'do_egyptic || (!do_egyptic && n>551)' is equivalent to 'do_egyptic || n>551' [redundantCondition] gcal-4.1/src/hd-data.c:4577:27: style: Redundant condition: !is_new_calendar. 'is_new_calendar || (!is_new_calendar && year!=1924)' is equivalent to 'is_new_calendar || year!=1924' [redundantCondition] gcal-4.1/src/hd-data.c:4588:27: style: Redundant condition: !is_new_calendar. 'is_new_calendar || (!is_new_calendar && year!=1924)' is equivalent to 'is_new_calendar || year!=1924' [redundantCondition] gcal-4.1/src/tcal.c:903:5: style: Redundant condition: ptr_char!=(char*)NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] gcal-4.1/src/print.c:762:5: style: Redundant condition: !special_calsheet_flag. 'special_calsheet_flag || (!special_calsheet_flag && i==1)' is equivalent to 'special_calsheet_flag || i==1' [redundantCondition] gcal-4.1/src/print.c:767:7: style: Redundant condition: is_marked. '!is_marked || (is_marked && (ehls1s.len>1)||(ehls2s.len>1))' is equivalent to '!is_marked || (ehls1s.len>1)||(ehls2s.len>1)' [redundantCondition] gcal-4.1/src/print.c:1279:9: style: Redundant condition: !special_calsheet_flag. 'special_calsheet_flag || (!special_calsheet_flag && i==1)' is equivalent to 'special_calsheet_flag || i==1' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gcl/gcl_2.6.14.orig.tar.gz gcl-2.6.14/o/NeXTunixfasl.c:193:30: style: Redundant condition: The condition '*argstr != '\0'' is redundant since '*argstr == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gcli/gcli_2.3.0.orig.tar.gz gcli-2.3.0/src/cmd/cmdconfig.c:105:39: style: Redundant condition: dgcli->has_been_searched_for. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gcx/gcx_1.3.orig.tar.gz gcx-1.3/src/ccd/recipy.c:647:21: style: Redundant condition: rep[j]=='r'. 'rep[j]!='r' || (rep[j]=='r' && vs->s[i].aph.flags&512)' is equivalent to 'rep[j]!='r' || vs->s[i].aph.flags&512' [redundantCondition] gcx-1.3/src/ccd/recipy.c:705:21: style: Redundant condition: rep[j]=='r'. 'rep[j]!='r' || (rep[j]=='r' && vs->s[i].aph.flags&512)' is equivalent to 'rep[j]!='r' || vs->s[i].aph.flags&512' [redundantCondition] gcx-1.3/src/ccd/worldpos.c:726:27: style: Redundant condition: The condition 'decs[i] != 0' is redundant since 'decs[i] == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gdcm/gdcm_3.0.24.orig.tar.xz gdcm-3.0.24/Source/MessageExchangeDefinition/gdcmServiceClassUser.cxx:760:37: style: Redundant condition: theState==eSta6TransferReady. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] gdcm-3.0.24/Source/MessageExchangeDefinition/gdcmServiceClassUser.cxx:1061:37: style: Redundant condition: theState==eSta6TransferReady. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] gdcm-3.0.24/Source/MessageExchangeDefinition/gdcmULConnectionManager.cxx:869:37: style: Redundant condition: theState==eSta6TransferReady. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] gdcm-3.0.24/Source/MessageExchangeDefinition/gdcmULConnectionManager.cxx:1204:37: style: Redundant condition: theState==eSta6TransferReady. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gdis/gdis_1.00.orig.tar.gz gdis-1.00/src/host.c:648:20: style: Redundant condition: If 'cmd[0] == 26', the comparison 'cmd[0] == '\032'' is always true. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/geeqie/geeqie_2.6.1.orig.tar.xz geeqie-2.6.1/src/search.cc:1987:38: style: Redundant condition: sd->search_name_symbolic_link. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] geeqie-2.6.1/src/ui-pathsel.cc:215:21: style: Redundant condition: dd->filter. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] geeqie-2.6.1/src/ui-utildlg.cc:717:16: style: Redundant condition: dir_only. '!dir_only || (dir_only && isdir(fdlg->dest_path))' is equivalent to '!dir_only || isdir(fdlg->dest_path)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/genometools/genometools_1.6.5+ds.orig.tar.xz genometools-1.6.5/src/tools/gt_speck.c:140:25: style: Redundant condition: !arguments->outfp. 'arguments->outfp || (!arguments->outfp && !isatty(1))' is equivalent to 'arguments->outfp || !isatty(1)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gentle/gentle_1.9.5~alpha2+dfsg1.orig.tar.xz gentle-m-1.9.5.alpha2/src/ureadseq.c:373:41: style: Redundant condition: The condition '*V->s != 0' is redundant since '*V->s == '>'' is sufficient. [redundantCondition] gentle-m-1.9.5.alpha2/src/ureadseq.c:395:43: style: Redundant condition: The condition '*V->s != 0' is redundant since '*V->s == '>'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/getdp/getdp_3.5.0+dfsg1.orig.tar.xz getdp-3.5.0-source/src/kernel/Treatment_Formulation.cpp:567:44: style: Redundant condition: Current.DofData->Flag_Only. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gfs2-utils/gfs2-utils_3.6.1.orig.tar.xz gfs2-utils-3.6.1/gfs2/fsck/afterpass1_common.c:259:20: style: Redundant condition: !ea_hdr_prev. 'ea_hdr_prev || (!ea_hdr_prev && ea_hdr->ea_type)' is equivalent to 'ea_hdr_prev || ea_hdr->ea_type' [redundantCondition] gfs2-utils-3.6.1/gfs2/fsck/pass1.c:887:20: style: Redundant condition: !ea_hdr_prev. 'ea_hdr_prev || (!ea_hdr_prev && ea_hdr->ea_type)' is equivalent to 'ea_hdr_prev || ea_hdr->ea_type' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/giada/giada_0.22.0.orig.tar.gz giada-0.22.0/src/core/channels/channel.cpp:251:30: style: Redundant condition: hasWave. '!hasWave || (hasWave && !isProtected)' is equivalent to '!hasWave || !isProtected' [redundantCondition] giada-0.22.0/src/core/channels/sampleActionRecorder.cpp:159:18: style: Redundant condition: !readActions. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] giada-0.22.0/src/core/mixer.cpp:201:19: style: Redundant condition: hasSolos. '!hasSolos || (hasSolos && c.isSoloed())' is equivalent to '!hasSolos || c.isSoloed()' [redundantCondition] giada-0.22.0/src/gui/elems/basics/resizerBar.cpp:157:23: style: Redundant condition: howmany!=-1. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gkrellm/gkrellm_2.3.11.orig.tar.xz gkrellm-2.3.11/server/mail.c:124:25: style: Redundant condition: The condition '*fieldstart != 0' is redundant since '*fieldstart == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gl4es/gl4es_1.1.6+ds.orig.tar.xz gl4es-1.1.6/src/gl/fpe_shader.c:393:22: style: Redundant condition: need. '!need || (need && need->need_color)' is equivalent to '!need || need->need_color' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gle-graphics/gle-graphics_4.3.6.orig.tar.xz gle-graphics-4.3.6/src/gle/axis.cpp:1070:17: style: Redundant condition: The condition '*s != 0' is redundant since '*s == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/glewlwyd/glewlwyd_2.7.6+ds.orig.tar.xz glewlwyd-2.7.6/src/user/ldap.c:602:24: style: Redundant condition: profile. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] glewlwyd-2.7.6/src/user/ldap.c:972:24: style: Redundant condition: profile. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/glimpse/glimpse_4.18.7.orig.tar.gz glimpse-4.18.7/index/utils.c:174:81: style: Redundant condition: The condition 'buf[len-1] != '\\'' is redundant since 'buf[len-1] == '*'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gliv/gliv_1.9.7.orig.tar.gz gliv-1.9.7/intl/dcigettext.c:691:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/global/global_6.6.13.orig.tar.gz global-6.6.13/htags/cflowindex.c:150:12: style: Redundant condition: The condition '!*p' is redundant since '*p != ' '' is sufficient. [redundantCondition] global-6.6.13/libutil/abs2rel.c:553:22: style: Redundant condition: The condition '*pp' is redundant since '*pp == '.'' is sufficient. [redundantCondition] global-6.6.13/libutil/find.c:305:13: style: Redundant condition: The condition '*p' is redundant since '*p == ','' is sufficient. [redundantCondition] global-6.6.13/libutil/split.c:175:25: style:inconclusive: Redundant condition: The condition '*p' is redundant since '*p >= '0'' is sufficient. [redundantCondition] global-6.6.13/libglibc/regex.c:2607:19: style: Redundant condition: syntax&RE_INTERVALS. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/globus-ftp-client/globus-ftp-client_9.8.orig.tar.gz globus_ftp_client-9.8/globus_ftp_client_restart.c:191:13: style: Redundant condition: attr. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] globus_ftp_client-9.8/globus_ftp_client_restart.c:358:13: style: Redundant condition: attr. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/globus-gass-copy/globus-gass-copy_10.13.orig.tar.gz globus_gass_copy-10.13/globus_gass_copy.c:3828:66: style: Redundant condition: The condition 'copy_handle->status != 8' is redundant since 'copy_handle->status < 5' is sufficient. [redundantCondition] globus_gass_copy-10.13/globus_gass_copy.c:4693:66: style: Redundant condition: The condition 'copy_handle->status != 8' is redundant since 'copy_handle->status < 6' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/globus-gass-transfer/globus-gass-transfer_9.4.orig.tar.gz globus_gass_transfer-9.4/library/globus_gass_transfer_http.c:1069:70: style: Redundant condition: The condition 'proto->recv_state != 11' is redundant since 'proto->recv_state == 10' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/globus-gram-job-manager/globus-gram-job-manager_15.8.orig.tar.gz globus_gram_job_manager-15.8/globus_gram_job_manager_state.c:1324:28: style: Redundant condition: request. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/glpk/glpk_5.0.orig.tar.gz glpk-5.0/examples/glpsol.c:930:37: style: Redundant condition: argv[k][0]=='-'. 'argv[k][0]=='-' || (argv[k][0]=='-' && argv[k][1]=='-')' is equivalent to 'argv[k][0]=='-'' [redundantCondition] glpk-5.0/examples/tsp/main.c:467:37: style: Redundant condition: argv[j][0]=='-'. 'argv[j][0]=='-' || (argv[j][0]=='-' && argv[j][1]=='-')' is equivalent to 'argv[j][0]=='-'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/glyr/glyr_1.0.10.orig.tar.gz glyr-1.0.10/lib/intern/cover/albumart.c:29:43: style: Redundant condition: The condition 'i == -1' is redundant since 'i < 450' is sufficient. [redundantCondition] glyr-1.0.10/lib/intern/cover/coverhunt.c:30:35: style: Redundant condition: The condition 'sets->img_min_size == -1' is redundant since 'sets->img_min_size <= 500' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gnome-applets/gnome-applets_3.56.0.orig.tar.xz gnome-applets-3.56.0/gnome-applets/mini-commander/macro.c:81:27: style: Redundant condition: The condition '*c_ptr != '\0'' is redundant since '*c_ptr == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gnome-clocks/gnome-clocks_48.0.orig.tar.xz gnome-clocks-48.0/src/twilight.c:41:22: style: Redundant condition: The condition 'month <= 8' is redundant since 'month <= 6' is sufficient. [redundantCondition] gnome-clocks-48.0/src/twilight.c:51:29: style: Redundant condition: The condition 'month+1 <= 3' is redundant since 'month+1 <= 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gnome-commander/gnome-commander_1.18.2.orig.tar.xz gnome-commander-1.18.2/src/gnome-cmd-smb-path.cc:167:15: style: Redundant condition: The condition '*s' is redundant since '*s == '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gnome-sushi/gnome-sushi_46.0.orig.tar.xz sushi-46.0/src/libsushi/sushi-media-bin.c:1810:21: style: Redundant condition: old_tags. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] sushi-46.0/src/libsushi/sushi-media-bin.c:1819:21: style: Redundant condition: old_tags. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gnuchess/gnuchess_6.2.9.orig.tar.gz gnuchess-6.2.9/src/frontend/solve.cc:68:20: style: Redundant condition: The condition '*p != '\0'' is redundant since '*p == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gnucobol3/gnucobol3_3.2.orig.tar.xz gnucobol-3.2/libcob/fileio.c:9335:25: style:inconclusive: Redundant condition: The condition 'origin[k]' is redundant since 'origin[k] > ' '' is sufficient. [redundantCondition] gnucobol-3.2/cobc/tree.c:3294:21: style: Redundant condition: The condition '*str' is redundant since '*str == '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gnucobol4/gnucobol4_4.0~early~20200606.orig.tar.gz gnucobol-4.0-early-20200606/cobc/cobc.c:6222:35: style: Redundant condition: The condition 'pline[i][j]' is redundant since 'pline[i][j] == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gnumach/gnumach_1.8+git20250731.orig.tar.xz gnumach-1.8+git20250731/linux/src/drivers/scsi/scsi.c:309:13: style: Redundant condition: The condition '*pnt' is redundant since '*pnt == ' '' is sufficient. [redundantCondition] gnumach-1.8+git20250731/linux/src/drivers/scsi/scsi.c:313:13: style: Redundant condition: The condition '*pnt' is redundant since '*pnt == ' '' is sufficient. [redundantCondition] gnumach-1.8+git20250731/linux/src/drivers/scsi/scsi_proc.c:209:30: style: Redundant condition: The condition '*handle->bufPos' is redundant since '*handle->bufPos == ' '' is sufficient. [redundantCondition] gnumach-1.8+git20250731/linux/src/drivers/scsi/scsi_proc.c:233:30: style: Redundant condition: The condition '*handle->bufPos' is redundant since '*handle->bufPos == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gnupg-pkcs11-scd/gnupg-pkcs11-scd_0.10.0.orig.tar.gz gnupg-pkcs11-scd-gnupg-pkcs11-scd-0.10.0/gnupg-pkcs11-scd/dconfig.c:53:21: style: Redundant condition: The condition '*p != '\x0'' is redundant since '*p == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gnupg1/gnupg1_1.4.23.orig.tar.bz2 gnupg-1.4.23/g10/app-openpgp.c:2601:49: style:inconclusive: Redundant condition: The condition '*tok' is redundant since '*tok >= '0'' is sufficient. [redundantCondition] gnupg-1.4.23/g10/card-util.c:625:25: style:inconclusive: Redundant condition: The condition 'name[i]' is redundant since 'name[i] >= ' '' is sufficient. [redundantCondition] gnupg-1.4.23/g10/card-util.c:1018:19: style:inconclusive: Redundant condition: The condition '*p' is redundant since '*p >= 'a'' is sufficient. [redundantCondition] gnupg-1.4.23/g10/card-util.c:1873:33: style: Redundant condition: cmds[i].admin_only. '!cmds[i].admin_only || (cmds[i].admin_only && allow_admin)' is equivalent to '!cmds[i].admin_only || allow_admin' [redundantCondition] gnupg-1.4.23/g10/keyedit.c:2606:13: style: Redundant condition: flag. '!flag || (flag && node->flag&flag)' is equivalent to '!flag || node->flag&flag' [redundantCondition] gnupg-1.4.23/g10/sign.c:887:20: style: Redundant condition: smartcard. '!smartcard || (smartcard && hint.digest_length==20)' is equivalent to '!smartcard || hint.digest_length==20' [redundantCondition] gnupg-1.4.23/intl/dcigettext.c:689:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] gnupg-1.4.23/util/secmem.c:239:32: style: Redundant condition: The condition 'pgsize_val != -1' is redundant since 'pgsize_val > 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gnupg2/gnupg2_2.4.8.orig.tar.bz2 gnupg-2.4.8/build-aux/speedo/w32/g4wihelp.c:750:19: style: Redundant condition: The condition '*cmdline' is redundant since '*cmdline == ' '' is sufficient. [redundantCondition] gnupg-2.4.8/build-aux/speedo/w32/g4wihelp.c:782:23: style: Redundant condition: The condition '*cmdline' is redundant since '*cmdline == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gnuplot/gnuplot_6.0.3+dfsg1.orig.tar.xz gnuplot-6.0.3+dfsg1/src/axis.c:1451:25: style: Redundant condition: def->logscaling. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] gnuplot-6.0.3+dfsg1/src/axis.c:1474:29: style: Redundant condition: def->logscaling. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] gnuplot-6.0.3+dfsg1/src/command.c:587:34: style: Redundant condition: lf_head. '!lf_head || (lf_head && lf_head->depthdepthnum_ac > 0' is redundant since 'box2->num_ac > 31' is sufficient. [redundantCondition] gocr-0.52/src/ocr0n.c:1238:26: style: Redundant condition: box1->m3!=0. 'box1->m3==0 || (box1->m3!=0 && !hchar||gchar)' is equivalent to 'box1->m3==0 || !hchar||gchar' [redundantCondition] gocr-0.52/src/pgm2asc.c:2851:32: style: Redundant condition: pre2. '!pre2 || (pre2 && pre2->c=='.')' is equivalent to '!pre2 || pre2->c=='.'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/goffice/goffice_0.10.57.orig.tar.xz goffice-0.10.57/goffice/canvas/goc-ellipse.c:199:46: style: Redundant condition: style->fill.type==GO_STYLE_FILL_NONE. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] goffice-0.10.57/goffice/canvas/goc-rectangle.c:259:46: style: Redundant condition: style->fill.type==GO_STYLE_FILL_NONE. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] goffice-0.10.57/goffice/utils/go-string.c:752:17: style: Redundant condition: The condition '*t != 0' is redundant since '*t == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/golang-github-wellington-go-libsass/golang-github-wellington-go-libsass_0.9.2+git20181130.4ef5b9d.orig.tar.xz go-libsass/libsass-build/lexer.cpp:133:55: style: Redundant condition: The condition '*src' is redundant since '*src == '-'' is sufficient. [redundantCondition] go-libsass/libsass-build/sass_util.cpp:112:17: style: Redundant condition: The condition 'n != -1' is redundant since 'n == 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/golf/golf_601.4.41.orig.tar.gz golf-601.4.41-1/golfrt.c:1680:23: style: Redundant condition: *p=='/'. '*p!='/' || (*p=='/' && *(p+1)==0||*(p+1)=='?')' is equivalent to '*p!='/' || *(p+1)==0||*(p+1)=='?'' [redundantCondition] golf-601.4.41-1/v1.c:2326:47: style: Redundant condition: !strncmp(reqname,base,base_len). 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/got/got_0.111.orig.tar.gz got-portable-0.111/gotwebd/gotwebd.c:672:21: style: Redundant condition: pid==-1. 'pid!=-1 || (pid==-1 && errno==EINTR)' is equivalent to 'pid!=-1 || errno==EINTR' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gource/gource_0.54.orig.tar.gz gource-0.54/src/tinyxml/tinyxmlparser.cpp:445:14: style: Redundant condition: The condition '*(p+1)' is redundant since '*(p+1) == '#'' is sufficient. [redundantCondition] gource-0.54/src/tinyxml/tinyxmlparser.cpp:823:16: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] gource-0.54/src/tinyxml/tinyxmlparser.cpp:1126:18: style: Redundant condition: The condition '*p' is redundant since '*p == '>'' is sufficient. [redundantCondition] gource-0.54/src/tinyxml/tinyxmlparser.cpp:1285:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] gource-0.54/src/tinyxml/tinyxmlparser.cpp:1411:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '='' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gpa/gpa_0.11.0.orig.tar.bz2 gpa-0.11.0/src/cm-openpgp.c:712:21: style:inconclusive: Redundant condition: The condition 'name[i]' is redundant since 'name[i] >= ' '' is sufficient. [redundantCondition] gpa-0.11.0/src/cm-openpgp.c:785:20: style:inconclusive: Redundant condition: The condition '*s' is redundant since '*s >= 'a'' is sufficient. [redundantCondition] gpa-0.11.0/src/gpg-stuff.c:463:4: style: Redundant condition: akl->type==AKL_SPEC. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gparted/gparted_1.6.0.orig.tar.gz gparted-1.6.0/src/Dialog_Base_Partition.cc:347:77: style: Redundant condition: partition.strict_start. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gplcver/gplcver_2.12a.orig.tar.gz gplcver-2.12a.orig/src/v_vpi.c:598:34: style: Redundant condition: The condition '*chp == '\0'' is redundant since '*chp != '$'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gpt/gpt_1.1.orig.tar.gz gpt-1.1/src/modules/interpreter/InterpreterDBG.cpp:342:19: style: Redundant condition: The condition 'rec == 0' is redundant since 'rec < 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gputils/gputils_1.5.2.orig.tar.bz2 scan.l:911:50: style: Redundant condition: _state!=0. '_state==0 || (_state!=0 && !prev_esc)' is equivalent to '_state==0 || !prev_esc' [redundantCondition] gputils-1.5.2/gpasm/util.c:378:22: style: Redundant condition: The condition 'ch == '\0'' is redundant since 'ch != ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/grace/grace_5.1.25.orig.tar.gz grace-5.1.25/Xbae/Xbae/Utils.c:1022:39: style: Redundant condition: mw->matrix.trailing_fixed_rows. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] grace-5.1.25/Xbae/Xbae/Utils.c:1030:42: style: Redundant condition: mw->matrix.trailing_fixed_columns. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] grace-5.1.25/src/ssdata.c:209:41: style: Redundant condition: *s=='"'. '*s!='"' || (*s=='"' && *(s-1)=='\\')' is equivalent to '*s!='"' || *(s-1)=='\\'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/grafx2/grafx2_2.8+ds.orig.tar.xz grafx2/src/buttons.c:5122:26: style: Redundant condition: is_truetype. '!is_truetype || (is_truetype && antialias)' is equivalent to '!is_truetype || antialias' [redundantCondition] grafx2/src/engine.c:463:39: style: Redundant condition: b==BUTTON_MAGNIFIER. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] grafx2/src/recoil.c:11689:39: style: Redundant condition: The condition 'content[contentLength-2] > 1' is redundant since 'content[contentLength-2] != 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gramofile/gramofile_1.6.orig.tar.gz gramofile-1.6/sun_scandir.c:41:26: style: Redundant condition: select!=NULL. 'select==NULL || (select!=NULL && (*select)(entry))' is equivalent to 'select==NULL || (*select)(entry)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/graphicsmagick/graphicsmagick_1.4+really1.3.45+hg17696.orig.tar.xz GraphicsMagick-1.4.020250331/coders/tim.c:265:41: style: Redundant condition: image_info->subrange!=0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gri/gri_2.12.27.orig.tar.gz gri-2.12.27/src/open.cc:169:26: style: Redundant condition: The condition '*_word[1] != '\0'' is redundant since '*_word[1] == '"'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/grilo/grilo_0.3.19.orig.tar.xz grilo-0.3.19/tests/media.c:96:3: style: Redundant condition: If '!true', the comparison '!true' is always true. [redundantCondition] grilo-0.3.19/tests/media.c:97:3: style: Redundant condition: If '!true', the comparison '!true' is always true. [redundantCondition] grilo-0.3.19/tests/media.c:98:3: style: Redundant condition: If '!true', the comparison '!true' is always true. [redundantCondition] grilo-0.3.19/tests/media.c:99:3: style: Redundant condition: If '!true', the comparison '!true' is always true. [redundantCondition] grilo-0.3.19/tests/media.c:109:3: style: Redundant condition: If '!false', the comparison '!false' is always true. [redundantCondition] grilo-0.3.19/tests/media.c:154:3: style: Redundant condition: If '!true', the comparison '!true' is always true. [redundantCondition] grilo-0.3.19/tests/media.c:155:3: style: Redundant condition: If '!true', the comparison '!true' is always true. [redundantCondition] grilo-0.3.19/tests/media.c:156:3: style: Redundant condition: If '!true', the comparison '!true' is always true. [redundantCondition] grilo-0.3.19/tests/media.c:157:3: style: Redundant condition: If '!true', the comparison '!true' is always true. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/grilo-plugins/grilo-plugins_0.3.18.orig.tar.xz grilo-plugins-0.3.18/subprojects/grilo/tests/media.c:96:3: style: Redundant condition: If '!true', the comparison '!true' is always true. [redundantCondition] grilo-plugins-0.3.18/subprojects/grilo/tests/media.c:97:3: style: Redundant condition: If '!true', the comparison '!true' is always true. [redundantCondition] grilo-plugins-0.3.18/subprojects/grilo/tests/media.c:98:3: style: Redundant condition: If '!true', the comparison '!true' is always true. [redundantCondition] grilo-plugins-0.3.18/subprojects/grilo/tests/media.c:99:3: style: Redundant condition: If '!true', the comparison '!true' is always true. [redundantCondition] grilo-plugins-0.3.18/subprojects/grilo/tests/media.c:109:3: style: Redundant condition: If '!false', the comparison '!false' is always true. [redundantCondition] grilo-plugins-0.3.18/subprojects/grilo/tests/media.c:154:3: style: Redundant condition: If '!true', the comparison '!true' is always true. [redundantCondition] grilo-plugins-0.3.18/subprojects/grilo/tests/media.c:155:3: style: Redundant condition: If '!true', the comparison '!true' is always true. [redundantCondition] grilo-plugins-0.3.18/subprojects/grilo/tests/media.c:156:3: style: Redundant condition: If '!true', the comparison '!true' is always true. [redundantCondition] grilo-plugins-0.3.18/subprojects/grilo/tests/media.c:157:3: style: Redundant condition: If '!true', the comparison '!true' is always true. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/grisbi/grisbi_3.0.4.orig.tar.bz2 grisbi-3.0.4/src/grisbi_app.c:502:26: style: Redundant condition: priv->recent_array. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/groestlcoin/groestlcoin_2.21.1~dfsg.orig.tar.xz groestlcoin-2.21.1/src/rpc/rawtransaction.cpp:1386:47: style: Redundant condition: !request.params[1].isNull(). 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] groestlcoin-2.21.1/src/test/arith_uint256_tests.cpp:274:9: style: Redundant condition: The condition 'TmpL > 0' is redundant since 'TmpL >= 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/groff/groff_1.23.0.orig.tar.gz groff-1.23.0/src/preproc/eqn/main.cpp:242:29: style: Redundant condition: The condition '*ptr != '\0'' is redundant since '*ptr == ' '' is sufficient. [redundantCondition] groff-1.23.0/src/preproc/html/pre-html.cpp:340:28: style: Redundant condition: The condition '*cursor == '\t'' is redundant since '!(*cursor == ' ')' is sufficient. [redundantCondition] groff-1.23.0/src/preproc/preconv/preconv.cpp:879:12: style: Redundant condition: The condition '*s' is redundant since '*s == '\\'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/groonga/groonga_15.1.4+dfsg.orig.tar.xz groonga-15.1.4/vendor/mruby-source/mrbgems/mruby-bin-mruby/tools/mruby/mruby.c:102:23: style: Redundant condition: The condition '!opts->opt[0]' is redundant since 'opts->opt[0] != '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/groundhog/groundhog_1.4.orig.tar.gz groundhog-1.4/intl/dcigettext.c:551:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/grun/grun_0.9.3+git20200303.orig.tar.gz grun-master/intl/dcigettext.c:697:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gsasl/gsasl_2.2.2.orig.tar.xz gsasl-2.2.2/lib/digest-md5/getsubopt.c:55:41: style: Redundant condition: !inside_quote. 'inside_quote || (!inside_quote && *endp!=',')' is equivalent to 'inside_quote || *endp!=','' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gsetroot/gsetroot_1.1.orig.tar.gz gsetroot-1.1/intl/dcigettext.c:555:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gsmlib/gsmlib_1.10+20120414.gita5e5ae9a.orig.tar.gz gsmlib-a5e5ae9a415c4f0af15eafd21d260a950da77787/intl/dcgettext.c:325:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gtick/gtick_0.5.5.orig.tar.gz gtick-0.5.5/intl/dcigettext.c:689:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gtkpod/gtkpod_2.1.5.orig.tar.gz gtkpod-2.1.5/libs/atomic-parsley/AtomicParsley.cpp:1026:54: style: Redundant condition: search_atom_type==UNKNOWN_ATOM. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gtranslator/gtranslator_48.0.orig.tar.xz gtranslator-48.0/src/gtr-utils.c:620:31: style: Redundant condition: The condition '*pointer != '\0'' is redundant since '*pointer == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gubbins/gubbins_3.4.orig.tar.gz gubbins-3.4/src/parse_vcf.c:181:26: style: Redundant condition: The condition 'szBuffer[0] == '\0'' is redundant since 'szBuffer[0] != '#'' is sufficient. [redundantCondition] gubbins-3.4/src/parse_vcf.c:214:26: style: Redundant condition: The condition 'szBuffer[0] == '\0'' is redundant since 'szBuffer[0] != '#'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gvfs/gvfs_1.57.2.orig.tar.xz gvfs-1.57.2/common/gmountspec.c:606:17: style: Redundant condition: The condition '*q' is redundant since '*q == '/'' is sufficient. [redundantCondition] gvfs-1.57.2/daemon/gvfsbackendhttp.c:175:24: style: Redundant condition: The condition '*path != '\0'' is redundant since '*path == '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gvmd/gvmd_25.2.1.orig.tar.gz gvmd-25.2.1/src/manage_sql_tickets.c:1375:20: style: Redundant condition: The condition 'task' is redundant since 'task > 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gxemul/gxemul_0.7.0+dfsg.orig.tar.gz gxemul-0.7.0+dfsg/src/cpus/memory_mips_v2p.c:357:16: style: Redundant condition: !d_bit. 'd_bit || (!d_bit && writeflag==MEM_READ)' is equivalent to 'd_bit || writeflag==MEM_READ' [redundantCondition] gxemul-0.7.0+dfsg/src/debugger/debugger_cmds.c:50:25: style: Redundant condition: The condition 'args[0] != '\0'' is redundant since 'args[0] == ' '' is sufficient. [redundantCondition] gxemul-0.7.0+dfsg/src/debugger/debugger_cmds.c:296:20: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] gxemul-0.7.0+dfsg/src/debugger/debugger_cmds.c:546:26: style: Redundant condition: The condition 'args[0] != '\0'' is redundant since 'args[0] == ' '' is sufficient. [redundantCondition] gxemul-0.7.0+dfsg/src/debugger/debugger_cmds.c:621:25: style: Redundant condition: The condition 'args[0] != '\0'' is redundant since 'args[0] == ' '' is sufficient. [redundantCondition] gxemul-0.7.0+dfsg/src/debugger/debugger_cmds.c:673:20: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] gxemul-0.7.0+dfsg/src/debugger/debugger_cmds.c:840:26: style: Redundant condition: The condition 'args[0] != '\0'' is redundant since 'args[0] == ' '' is sufficient. [redundantCondition] gxemul-0.7.0+dfsg/src/debugger/debugger_cmds.c:1005:26: style: Redundant condition: The condition 'args[0] != '\0'' is redundant since 'args[0] == ' '' is sufficient. [redundantCondition] gxemul-0.7.0+dfsg/src/debugger/debugger_cmds.c:1102:20: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] gxemul-0.7.0+dfsg/src/debugger/debugger_cmds.c:1172:13: style: Redundant condition: The condition '*n' is redundant since '*n == ' '' is sufficient. [redundantCondition] gxemul-0.7.0+dfsg/src/debugger/debugger.c:217:23: style: Redundant condition: The condition '*right != '\0'' is redundant since '*right == ' '' is sufficient. [redundantCondition] gxemul-0.7.0+dfsg/src/debugger/debugger.c:339:21: style: Redundant condition: The condition '*p != '\0'' is redundant since '*p == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/h/hacktv/hacktv_0+git20250218+ds.orig.tar.xz hacktv-0+git20250218+ds/src/eurocrypt.c:282:13: style: Redundant condition: emode. '!emode || (emode && hash)' is equivalent to '!emode || hash' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/h/hamlib/hamlib_4.6.4.orig.tar.gz hamlib-4.6.4/rigs/tentec/jupiter.c:260:22: style: Redundant condition: data!=NULL. 'data==NULL || (data!=NULL && data_len>0)' is equivalent to 'data==NULL || data_len>0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/h/haproxy/haproxy_3.2.3.orig.tar.gz haproxy-3.2.3/src/mux_h1.c:2968:34: style: Redundant condition: h1m->flags&H1_MF_CHNK. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/h/hardinfo/hardinfo_2.2.10.orig.tar.gz hardinfo2-hardinfo2-6212610/modules/devices/riscv/riscv_data.c:122:24: style: Redundant condition: The condition '*start != 0' is redundant since '*start == '_'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/h/hddtemp/hddtemp_0.3-beta15.orig.tar.gz hddtemp-0.3-beta15/intl/dcigettext.c:583:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/h/healpy/healpy_1.18.1.orig.tar.gz healpy-1.18.1/cextern/cfitsio/fitscore.c:2704:27: style: Redundant condition: The condition 'tform[ii] != 0' is redundant since 'tform[ii] == ' '' is sufficient. [redundantCondition] healpy-1.18.1/cextern/cfitsio/fitscore.c:3241:27: style: Redundant condition: The condition 'tform[ii] != 0' is redundant since 'tform[ii] == ' '' is sufficient. [redundantCondition] healpy-1.18.1/cextern/cfitsio/fitscore.c:3301:27: style: Redundant condition: The condition 'tform[ii] != 0' is redundant since 'tform[ii] == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/h/heartbeat/heartbeat_3.0.6.orig.tar.bz2 Heartbeat-3-0-958e11be8686/lib/cmsclient/cmslib_client.c:350:19: style: Redundant condition: queueName. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/h/hepmc3/hepmc3_3.1.2.orig.tar.gz HepMC3-3.1.2/examples/ConvertExample/cmdline.c:445:17: style: Redundant condition: The condition 'arg[i+1]' is redundant since 'arg[i+1] == ','' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/h/heroes/heroes_0.21.orig.tar.gz heroes-0.21/intl/dcigettext.c:555:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/h/hintview/hintview_2.1.0.orig.tar.xz hintview-2.1.0/backend/stb_image.h:5245:17: style: Redundant condition: The condition 'req_comp' is redundant since 'req_comp >= 3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/h/hipify/hipify_6.0.2+dfsg.orig.tar.xz HIPIFY-rocm-6.0.2/src/CUDA2HIP_Doc.cpp:244:41: style: Redundant condition: format==compact. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] HIPIFY-rocm-6.0.2/src/CUDA2HIP_Doc.cpp:248:41: style: Redundant condition: format==compact. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/h/htdig/htdig_3.2.0b6.orig.tar.gz htdig-3.2.0b6/htnet/HtCookieMemJar.cc:204:27: style: Redundant condition: The condition '*r' is redundant since '*r == '.'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/h/html-xml-utils/html-xml-utils_7.7.orig.tar.gz html-xml-utils-7.7/selector.c:121:5: style:inconclusive: Redundant condition: The condition 'c == '\\'' is redundant since 'c >= '\200'' is sufficient. [redundantCondition] html-xml-utils-7.7/selector.c:133:5: style:inconclusive: Redundant condition: The condition 'c == '\\'' is redundant since 'c >= '\200'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/h/htslib/htslib_1.21+ds.orig.tar.bz2 htslib-1.21/hts.c:1293:21: style: Redundant condition: The condition '*str' is redundant since '*str == ','' is sufficient. [redundantCondition] htslib-1.21/hts.c:3884:47: style: Redundant condition: !(flags&1). 'flags&1 || (!(flags&1) && *s!=',')' is equivalent to 'flags&1 || *s!=','' [redundantCondition] htslib-1.21/vcf.c:601:20: style: Redundant condition: The condition '*q' is redundant since '*q == ' '' is sufficient. [redundantCondition] htslib-1.21/vcf.c:610:20: style: Redundant condition: The condition '*q' is redundant since '*q == ' '' is sufficient. [redundantCondition] htslib-1.21/vcf.c:616:20: style: Redundant condition: The condition '*q' is redundant since '*q == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/h/hugin/hugin_2024.0.1+dfsg.orig.tar.xz hugin-2024.0.1/src/hugin1/hugin/BrowseDialog.cpp:230:25: style: Redundant condition: The condition 'width != -1' is redundant since 'width > 5' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/h/hwinfo/hwinfo_21.82.orig.tar.gz hwinfo-21.82/src/hd/hd.c:5810:30: style: Redundant condition: hd->unix_dev_name. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] hwinfo-21.82/src/hd/smbios.c:1583:44: style: Redundant condition: The condition '!sm->memdevicemap.interleave_pos' is redundant since 'sm->memdevicemap.interleave_pos != 0xff' is sufficient. [redundantCondition] hwinfo-21.82/src/hd/smbios.c:1589:46: style: Redundant condition: The condition '!sm->memdevicemap.interleave_depth' is redundant since 'sm->memdevicemap.interleave_depth != 0xff' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/h/hylafax/hylafax_6.0.7.orig.tar.gz hylafax-6.0.7/faxd/ClassModem.c++:1476:17: style: Redundant condition: marked. '!marked || (marked && !gotdigit)' is equivalent to '!marked || !gotdigit' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/i7z/i7z_0.27.2+git2013.10.12-g5023138.orig.tar.gz i7z-0.27.2+git2013.10.12-g5023138/i7z_Dual_Socket.c:237:26: style: Redundant condition: The condition 'numCPUs >= 2' is redundant since 'numCPUs >= 6' is sufficient. [redundantCondition] i7z-0.27.2+git2013.10.12-g5023138/i7z_Single_Socket.c:259:26: style: Redundant condition: The condition 'numCPUs >= 2' is redundant since 'numCPUs >= 6' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/iannix/iannix_0.9.20~dfsg1.orig.tar.xz IanniX-0.9.20/items/uitreeview.cpp:91:31: style: Redundant condition: currentDocument. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/iceoryx/iceoryx_2.0.6+dfsg.orig.tar.xz eclipse-iceoryx-iceoryx-69ec978/iceoryx_binding_c/source/c_client.cpp:68:42: style: Redundant condition: options!=nullptr. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] eclipse-iceoryx-iceoryx-69ec978/iceoryx_binding_c/source/c_server.cpp:66:42: style: Redundant condition: options!=nullptr. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] eclipse-iceoryx-iceoryx-69ec978/iceoryx_hoofs/platform/mac/source/time.cpp:91:47: style: Redundant condition: timer->parameter.runOnce. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] eclipse-iceoryx-iceoryx-69ec978/iceoryx_hoofs/platform/win/source/time.cpp:91:47: style: Redundant condition: timer->parameter.runOnce. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/id3ren/id3ren_1.1b0.orig.tar.gz id3ren-1.1b0/src/id3ren.c:387:25: style: Redundant condition: The condition '*p2 != '\0'' is redundant since '*p2 == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/ifhp/ifhp_3.5.20.orig.tar.gz ifhp-3.5.20/src/open_device.c:125:25: style: Redundant condition: Dev_retries>0. 'Dev_retries<=0 || (Dev_retries>0 && attempt>=Dev_retries)' is equivalent to 'Dev_retries<=0 || attempt>=Dev_retries' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/ifmail/ifmail_2.14tx8.10.orig.tar.gz ifmail-2.14tx8.10.orig/ifcico/ifcico.c:147:28: style: Redundant condition: The condition '*p' is redundant since '*p == '*'' is sufficient. [redundantCondition] ifmail-2.14tx8.10.orig/ifgate/ifmail.c:226:17: style: Redundant condition: secure. '!secure || (secure && chknlent(taddr))' is equivalent to '!secure || chknlent(taddr)' [redundantCondition] ifmail-2.14tx8.10.orig/ifgate/message.c:103:38: style: Redundant condition: newsmode. '!newsmode || (newsmode && strstr(msg->val,","))' is equivalent to '!newsmode || strstr(msg->val,",")' [redundantCondition] ifmail-2.14tx8.10.orig/ifgate/message.c:109:19: style: Redundant condition: newsmode. '!newsmode || (newsmode && strstr(msg->val,","))' is equivalent to '!newsmode || strstr(msg->val,",")' [redundantCondition] ifmail-2.14tx8.10.orig/ifgate/mkftnhdr.c:369:18: style: Redundant condition: freename. '!freename || (freename && *freename=='\0')' is equivalent to '!freename || *freename=='\0'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/ifmetric/ifmetric_0.3.orig.tar.gz ifmetric-0.3.orig/src/ifmetric.c:181:19: style: Redundant condition: argc>1. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/ignition/ignition_2.14.0+ds1.orig.tar.xz ignition-2.14.0/internal/as_user/as_user.c:179:15: style: Redundant condition: The condition '*sep' is redundant since '*sep == '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/iipimage/iipimage_1.1.orig.tar.bz2 iipsrv-1.1/src/TileManager.cc:208:16: style: Redundant condition: rawtile. '!rawtile || (rawtile && rawtile->timestamptimestamp)' is equivalent to '!rawtile || rawtile->timestamptimestamp' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/inchi/inchi_1.07.3+dfsg.orig.tar.xz InChI-1.07.3/INCHI-1-SRC/INCHI_API/demos/inchi_main/src/e_readstru.c:117:91: style: Redundant condition: The condition 'q[0]' is redundant since 'q[0] == ']'' is sufficient. [redundantCondition] InChI-1.07.3/INCHI-1-SRC/INCHI_API/demos/inchi_main/src/e_readstru.c:170:91: style: Redundant condition: The condition 'q[0]' is redundant since 'q[0] == ']'' is sufficient. [redundantCondition] InChI-1.07.3/INCHI-1-SRC/INCHI_API/demos/inchi_main/src/e_readstru.c:289:13: style: Redundant condition: The condition 'err' is redundant since 'err == 9' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/indi-talon6/indi-talon6_2.0+20221222160901.orig.tar.gz indi-talon6-2.0+20221222160901/talon6.cpp:375:20: style: Redundant condition: The condition 'buf[0] == 0' is redundant since 'buf[0] != '&'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/inform6-compiler/inform6-compiler_6.42.orig.tar.gz DavidKinder-Inform6-e528e48/text.c:754:33: style: Redundant condition: The condition 'd1 == 127' is redundant since 'd1 >= 10' is sufficient. [redundantCondition] DavidKinder-Inform6-e528e48/text.c:754:62: style: Redundant condition: The condition 'd2 == 127' is redundant since 'd2 >= 10' is sufficient. [redundantCondition] DavidKinder-Inform6-e528e48/text.c:954:27: style: Redundant condition: The condition 'd1 == 127' is redundant since 'd1 >= 10' is sufficient. [redundantCondition] DavidKinder-Inform6-e528e48/text.c:954:56: style: Redundant condition: The condition 'd2 == 127' is redundant since 'd2 >= 10' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/inhomog/inhomog_0.1.9.2.orig.tar.gz inhomog-0.1.9.2/lib/biscale_partition.c:297:31: style: Redundant condition: collapsed[i_domain]. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] inhomog-0.1.9.2/lib/biscale_partition.c:335:24: style: Redundant condition: collapsed[0]. '!collapsed[0] || (collapsed[0] && i_tStreaming)' is equivalent to '!StreamingOff || cp->Streaming' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/inn2/inn2_2.7.3.orig.tar.xz inn2-2.7.3/lib/confparse.c:1445:23: style:inconclusive: Redundant condition: The condition '*p != '\0'' is redundant since '*p >= '0'' is sufficient. [redundantCondition] inn2-2.7.3/lib/confparse.c:1451:27: style:inconclusive: Redundant condition: The condition '*p != '\0'' is redundant since '*p >= '0'' is sufficient. [redundantCondition] inn2-2.7.3/lib/confparse.c:1460:27: style:inconclusive: Redundant condition: The condition '*p != '\0'' is redundant since '*p >= '0'' is sufficient. [redundantCondition] inn2-2.7.3/storage/buffindexed/buffindexed.c:452:23: style: Redundant condition: The condition '*from' is redundant since '*from == '\\'' is sufficient. [redundantCondition] inn2-2.7.3/storage/cnfs/cnfs.c:903:23: style: Redundant condition: The condition '*from' is redundant since '*from == '\\'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/inspircd/inspircd_4.7.0+ds1.orig.tar.gz inspircd-4.7.0+ds1/src/mode.cpp:304:12: style: Redundant condition: !chan. 'chan || (!chan && mcitem.adding)' is equivalent to 'chan || mcitem.adding' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/insserv/insserv_1.26.0.orig.tar.gz insserv-1.26.0/insserv.c:3570:16: style: Redundant condition: del. '!del || (del && !isarg)' is equivalent to '!del || !isarg' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/intelrdfpmath/intelrdfpmath_2.0u3.orig.tar.gz LIBRARY/src/bid32_string.c:414:10: style:inconclusive: Redundant condition: The condition '!c' is redundant since 'c < '0'' is sufficient. [redundantCondition] LIBRARY/src/bid64_string.c:496:10: style:inconclusive: Redundant condition: The condition '!c' is redundant since 'c < '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/ipband/ipband_0.8.1.orig.tar.gz ipband-0.8.1/packets.c:96:18: style: Redundant condition: iplist_m. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ipband-0.8.1/packets.c:120:18: style: Redundant condition: iplist_m. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/ipmitool/ipmitool_1.8.19.orig.tar.gz ipmitool-IPMITOOL_1_8_19/lib/ipmi_sel.c:883:32: style: Redundant condition: The condition 'data2>>4 != 0x0F' is redundant since 'data2>>4 < 0x08' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/ipmiutil/ipmiutil_3.2.1.orig.tar.gz ipmiutil-3.2.1/util/ifirewall.c:1041:15: style: Redundant condition: argc>0. 'argc>0 || (argc>0 && strncmp(argv[0],"help",4)==0)' is equivalent to 'argc>0' [redundantCondition] ipmiutil-3.2.1/util/oem_dell.c:5661:32: style: Redundant condition: The condition 'data2>>4 != 0x0f' is redundant since 'data2>>4 < 0x08' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/iptables/iptables_1.8.11.orig.tar.xz iptables-1.8.11/iptables/iptables-xml.c:406:23: style: Redundant condition: The condition '*tag' is redundant since '*tag == '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/ipv6toolkit/ipv6toolkit_2.0+ds.1.orig.tar.gz ipv6toolkit-2.0+ds.1/tools/na6.c:1343:33: style: Redundant condition: pktdata!=NULL. 'pktdata==NULL || (pktdata!=NULL && multicastdst_f)' is equivalent to 'pktdata==NULL || multicastdst_f' [redundantCondition] ipv6toolkit-2.0+ds.1/tools/ra6.c:1531:32: style: Redundant condition: pktdata!=NULL. 'pktdata==NULL || (pktdata!=NULL && multicastdst_f)' is equivalent to 'pktdata==NULL || multicastdst_f' [redundantCondition] ipv6toolkit-2.0+ds.1/tools/tcp6.c:1838:23: style: Redundant condition: tcpflags_f. '!tcpflags_f || (tcpflags_f && tcpflags&0x10)' is equivalent to '!tcpflags_f || tcpflags&0x10' [redundantCondition] ipv6toolkit-2.0+ds.1/tools/tcp6.c:1875:23: style: Redundant condition: tcpflags_f. '!tcpflags_f || (tcpflags_f && tcpflags&0x10)' is equivalent to '!tcpflags_f || tcpflags&0x10' [redundantCondition] ipv6toolkit-2.0+ds.1/tools/tcp6.c:1938:22: style: Redundant condition: tcpflags_f. '!tcpflags_f || (tcpflags_f && tcpflags&0x10)' is equivalent to '!tcpflags_f || tcpflags&0x10' [redundantCondition] ipv6toolkit-2.0+ds.1/tools/tcp6.c:1983:22: style: Redundant condition: tcpflags_f. '!tcpflags_f || (tcpflags_f && tcpflags&0x10)' is equivalent to '!tcpflags_f || tcpflags&0x10' [redundantCondition] ipv6toolkit-2.0+ds.1/tools/tcp6.c:2450:16: style: Redundant condition: floodp_f. '!floodp_f || (floodp_f && nports==1)' is equivalent to '!floodp_f || nports==1' [redundantCondition] ipv6toolkit-2.0+ds.1/tools/udp6.c:1918:16: style: Redundant condition: floodp_f. '!floodp_f || (floodp_f && nports==1)' is equivalent to '!floodp_f || nports==1' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/iraf/iraf_2.18.1.orig.tar.gz iraf-2.18.1/pkg/cl/eparam.c:801:22: style: Redundant condition: The condition '*s != '\0'' is redundant since '*s == '*'' is sufficient. [redundantCondition] iraf-2.18.1/pkg/ecl/eparam.c:812:22: style: Redundant condition: The condition '*s != '\0'' is redundant since '*s == '*'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/ircd-irc2/ircd-irc2_2.11.2p3~dfsg.orig.tar.gz irc2.11.2p3/iauth/mod_rfc931.c:228:21: style: Redundant condition: The condition '*ch' is redundant since '*ch == ' '' is sufficient. [redundantCondition] irc2.11.2p3/iauth/mod_rfc931.c:236:21: style: Redundant condition: The condition '*ch' is redundant since '*ch == ' '' is sufficient. [redundantCondition] irc2.11.2p3/iauth/mod_rfc931.c:245:22: style: Redundant condition: The condition '*ch' is redundant since '*ch == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/ircd-ircu/ircd-ircu_2.10.12.19+dfsg.orig.tar.xz ircu2-u2.10.12.19/ircd/ircd_snprintf.c:1539:21: style: Redundant condition: *fmt=='%'. '*fmt!='%' || (*fmt=='%' && *++fmt=='%')' is equivalent to '*fmt!='%' || *++fmt=='%'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/irrlicht/irrlicht_1.8.5+ds2.orig.tar.xz irrlicht-1.8.5/source/Irrlicht/CSceneCollisionManager.cpp:88:14: style: Redundant condition: bits!=0. 'bits==0 || (bits!=0 && current->getID()&bits)' is equivalent to 'bits==0 || current->getID()&bits' [redundantCondition] irrlicht-1.8.5/source/Irrlicht/CSceneCollisionManager.cpp:288:13: style: Redundant condition: bits!=0. 'bits==0 || (bits!=0 && current->getID()&bits)' is equivalent to 'bits==0 || current->getID()&bits' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/irssi-plugin-xmpp/irssi-plugin-xmpp_0.54+git20191101+c13fa5.orig.tar.gz src/core/xep/registration.c:107:17: style: Redundant condition: id!=NULL. 'id==NULL || (id!=NULL && strcmp(id,rd->id)!=0)' is equivalent to 'id==NULL || strcmp(id,rd->id)!=0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/isl/isl_0.27.orig.tar.xz isl-0.27/isl_ast_codegen.c:2912:16: style: Redundant condition: The condition 'empty < 0' is redundant since 'empty' is sufficient. [redundantCondition] isl-0.27/isl_ast_codegen.c:3837:18: style: Redundant condition: The condition 'empty >= 0' is redundant since '!empty' is sufficient. [redundantCondition] isl-0.27/isl_ast_codegen.c:4167:16: style: Redundant condition: The condition 'skip >= 0' is redundant since '!skip' is sufficient. [redundantCondition] isl-0.27/isl_ast_codegen.c:4169:16: style: Redundant condition: The condition 'skip >= 0' is redundant since '!skip' is sufficient. [redundantCondition] isl-0.27/isl_coalesce.c:3534:16: style: Redundant condition: The condition 'equal < 0' is redundant since 'equal' is sufficient. [redundantCondition] isl-0.27/isl_coalesce.c:3534:38: style: Redundant condition: The condition 'empty < 0' is redundant since 'empty' is sufficient. [redundantCondition] isl-0.27/isl_convex_hull.c:3048:22: style: Redundant condition: The condition 'is_universe < 0' is redundant since 'is_universe' is sufficient. [redundantCondition] isl-0.27/isl_map_simplify.c:4212:23: style: Redundant condition: The condition 'is_universe >= 0' is redundant since '!is_universe' is sufficient. [redundantCondition] isl-0.27/isl_scheduler.c:3273:16: style: Redundant condition: The condition 'empty < 0' is redundant since 'empty' is sufficient. [redundantCondition] isl-0.27/isl_scheduler.c:3318:21: style: Redundant condition: The condition 'adjacent >= 0' is redundant since '!adjacent' is sufficient. [redundantCondition] isl-0.27/isl_scheduler.c:4403:19: style: Redundant condition: The condition 'trivial < 0' is redundant since 'trivial' is sufficient. [redundantCondition] isl-0.27/isl_scheduler.c:5478:21: style: Redundant condition: The condition 'adjacent >= 0' is redundant since '!adjacent' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/istgt/istgt_0.4~20111008.orig.tar.gz istgt-20111008/src/istgt_iscsi.c:4777:26: style: Redundant condition: The condition 'rc == 0' is redundant since 'rc != 1' is sufficient. [redundantCondition] istgt-20111008/src/istgt_iscsi.c:5337:26: style: Redundant condition: The condition 'rc == 0' is redundant since 'rc != 1' is sufficient. [redundantCondition] istgt-20111008/src/istgt_lu_disk.c:5074:15: style: Redundant condition: The condition 'rc < 0' is redundant since 'rc != 1' is sufficient. [redundantCondition] istgt-20111008/src/istgt_lu_disk.c:5156:14: style: Redundant condition: The condition 'rc < 0' is redundant since 'rc != 1' is sufficient. [redundantCondition] istgt-20111008/src/istgt_lu_disk.c:5251:15: style: Redundant condition: The condition 'rc < 0' is redundant since 'rc != 1' is sufficient. [redundantCondition] istgt-20111008/src/istgt_lu_disk.c:5316:14: style: Redundant condition: The condition 'rc < 0' is redundant since 'rc != 1' is sufficient. [redundantCondition] istgt-20111008/src/istgt_lu_disk.c:5906:21: style: Redundant condition: The condition 'data_len < 0' is redundant since 'data_len < 2' is sufficient. [redundantCondition] istgt-20111008/src/istgt_lu_dvd.c:3430:21: style: Redundant condition: The condition 'data_len < 0' is redundant since 'data_len < 2' is sufficient. [redundantCondition] istgt-20111008/src/istgt_lu_tape.c:4897:21: style: Redundant condition: The condition 'data_len < 0' is redundant since 'data_len < 2' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/its-playback-time/its-playback-time_0.2017-08-30.3c40fd3.orig.tar.gz its-playback-time-0.2017-08-30.3c40fd3/settings.c:334:19: style: Redundant condition: The condition '*p' is redundant since '*p == ','' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/iwd/iwd_3.9.orig.tar.xz iwd-3.9/tools/hwsim.c:1283:12: style: Redundant condition: ack. '!ack || (ack && rule->drop_ack)' is equivalent to '!ack || rule->drop_ack' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/j/jabber-muc/jabber-muc_0.8.orig.tar.gz jabber-muc-0.8/src/jabberd/snprintf.c:196:27: style: Redundant condition: The condition 'decpt < 0' is redundant since 'decpt < -3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/j/jabberd2/jabberd2_2.7.0.orig.tar.gz jabberd2-jabberd-2.7.0/subst/snprintf.c:209:27: style: Redundant condition: The condition 'decpt < 0' is redundant since 'decpt < -3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/j/jack-audio-connection-kit/jack-audio-connection-kit_0.126.0.orig.tar.gz jack1-0.126.0/libjack/client.c:973:53: style: Redundant condition: The condition 'arguments[pos]' is redundant since 'arguments[pos] == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/j/janus/janus_1.1.2.orig.tar.gz janus-gateway-1.1.2/src/postprocessing/janus-pp-rec.c:756:43: style: Redundant condition: data. '!data || (data && textdata)' is equivalent to '!data || textdata' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/j/jclassinfo/jclassinfo_0.19.1.orig.tar.gz jclassinfo-0.19.1/jclass/jstring.c:437:20: style: Redundant condition: The condition '*p != '\0'' is redundant since '*p == '['' is sufficient. [redundantCondition] jclassinfo-0.19.1/jclass/manifest.c:68:13: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/j/jed/jed_0.99.20~pre.193+dfsg.orig.tar.xz jed-pre0.99.20-193/src/dos_os2.c:110:36: style: Redundant condition: The condition '*command_line != '\0'' is redundant since '*command_line == ' '' is sufficient. [redundantCondition] jed-pre0.99.20-193/src/dos_os2.c:116:38: style: Redundant condition: The condition '*command_line != '\0'' is redundant since '*command_line == ' '' is sufficient. [redundantCondition] jed-pre0.99.20-193/src/mswshell.c:65:36: style: Redundant condition: The condition '*command_line != '\0'' is redundant since '*command_line == ' '' is sufficient. [redundantCondition] jed-pre0.99.20-193/src/mswshell.c:72:33: style: Redundant condition: The condition '*command_line != '\0'' is redundant since '*command_line == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/j/jesred/jesred_1.2pl1.orig.tar.gz jesred-1.2pl1/rewrite.c:296:36: style: Redundant condition: *(in_ptr-1)=='\\'. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/j/jikespg/jikespg_1.3.orig.tar.gz jikespg-1.3/src/lpgparse.c:426:32: style: Redundant condition: The condition 'parm[i] != '\0'' is redundant since 'parm[i] == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/j/jpeg-compressor-cpp/jpeg-compressor-cpp_104+dfsg.orig.tar.gz jpeg-compressor-104/stb_image.c:3272:17: style: Redundant condition: The condition 'req_comp' is redundant since 'req_comp >= 3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/j/jtdx/jtdx_2.2.159+improved.orig.tar.xz jtdx/mainwindow.cpp:4155:47: style: Redundant condition: m_config.prevent_spotting_false(). '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] jtdx/mainwindow.cpp:4156:37: style: Redundant condition: m_config.filterUDP(). '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] jtdx/mainwindow.cpp:4599:25: style: Redundant condition: lastmsg_is73. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] jtdx/plotter.cpp:567:19: style: Redundant condition: rightbutton. '!rightbutton || (rightbutton && m_lockTxFreq)' is equivalent to '!rightbutton || m_lockTxFreq' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/j/juman/juman_7.0.orig.tar.bz2 juman-7.0/lib/lisp.c:647:26: style: Redundant condition: CellTbl!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/kaidan/kaidan_0.12.2.orig.tar.xz kaidan-0.12.2/src/Blocking.cpp:220:37: style: Redundant condition: m_blocklist. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] kaidan-0.12.2/src/FileProgressCache.cpp:26:16: style: Redundant condition: m_key. '!m_key || (m_key && *m_key!=fId)' is equivalent to '!m_key || *m_key!=fId' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/kate/kate_25.04.3.orig.tar.xz kate-25.04.3/addons/filetree/katefiletreemodel.cpp:215:49: style: Redundant condition: m_parent. '!m_parent || (m_parent && !m_parent->m_parent)' is equivalent to '!m_parent || !m_parent->m_parent' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/kball/kball_0.0.20041216.orig.tar.gz kball_final_16dec2004/src/cball.cpp:190:72: style: Redundant condition: ctmap->tile_set[ret].exit_level. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/kbd/kbd_2.7.1.orig.tar.gz kbd-2.7.1/src/setfont.c:118:23: style: Redundant condition: The condition 'option[1]' is redundant since 'option[1] == '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/kbibtex/kbibtex_0.10.0.orig.tar.xz kbibtex-0.10.0/src/gui/element/associatedfilesui.cpp:251:122: style: Redundant condition: bibTeXfileUrl.scheme()==d->sourceUrl.scheme(). 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] kbibtex-0.10.0/src/io/fileimporterbibtex.cpp:212:52: style: Redundant condition: The condition 'rawData.at(i) != '\n'' is redundant since 'rawData.at(i) >= 0x20' is sufficient. [redundantCondition] kbibtex-0.10.0/src/io/fileimporterbibtex.cpp:225:56: style: Redundant condition: The condition 'rawData.at(i) != '\n'' is redundant since 'rawData.at(i) >= 0x20' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/kbuild/kbuild_0.1.9998svn3614+dfsg.orig.tar.gz kbuild-3614/src/lib/nt_fullpath.c:375:37: style: Redundant condition: The condition 'pszPath[2] == '/'' is redundant since 'pszPath[2] != '\\'' is sufficient. [redundantCondition] kbuild-3614/src/oldsed/intl/dcigettext.c:550:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/kconfig/kconfig_5.116.0.orig.tar.xz kconfig-5.116.0/src/gui/kwindowconfig.cpp:127:24: style: Redundant condition: sizeValid. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/kdelibs4support/kdelibs4support_5.115.0.orig.tar.xz kdelibs4support-5.115.0/src/kdecore/k3socketbuffer.cpp:245:33: style: Redundant condition: The condition 'len == -1' is redundant since 'len' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/kdepim-addons/kdepim-addons_24.12.3.orig.tar.xz kdepim-addons-24.12.3/plugins/messageviewer/bodypartformatter/vcard/text_vcard.cpp:129:26: style: Redundant condition: memento. '!memento || (memento && !memento->finished())' is equivalent to '!memento || !memento->finished()' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/kdevelop-python/kdevelop-python_24.12.3.orig.tar.xz kdev-python-24.12.3/parser/codehelpers.cpp:294:41: style: Redundant condition: start!=0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/kexi/kexi_3.2.0.orig.tar.xz kexi-3.2.0/src/core/kexidbconnectionset.cpp:70:9: style: Redundant condition: !filename.isEmpty(). 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] kexi-3.2.0/src/formeditor/widgetlibrary.cpp:315:37: style: Redundant condition: widgetForClass. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] kexi-3.2.0/src/main/KexiMainWindow.cpp:2176:9: style: Redundant condition: curWindowPart. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/keyd/keyd_2.5.0.orig.tar.gz keyd-2.5.0/src/string.c:57:11: style:inconclusive: Redundant condition: The condition '*s' is redundant since '*s >= '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/kile/kile_2.9.94.orig.tar.bz2 kile-2.9.94/src/dialogs/pdf-wizard/pdfdialog.cpp:522:50: style: Redundant condition: !m_encrypted. 'm_encrypted || (!m_encrypted && tabindex==2)' is equivalent to 'm_encrypted || tabindex==2' [redundantCondition] kile-2.9.94/src/dialogs/pdf-wizard/pdfdialog.cpp:551:50: style: Redundant condition: !destination. 'destination || (!destination && !outfile.isEmpty())' is equivalent to 'destination || !outfile.isEmpty()' [redundantCondition] kile-2.9.94/src/editorextension.cpp:1489:35: style: Redundant condition: m_overwritemode. '!m_overwritemode || (m_overwritemode && col= '0'' is sufficient. [redundantCondition] kio-extras-25.04.3/man/man2html.cpp:1396:45: style:inconclusive: Redundant condition: The condition '*c != ']'' is redundant since '*c <= '9'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/klevernotes/klevernotes_1.2.2.orig.tar.xz klevernotes-1.2.2/src/logic/parser/md4qt/parser.h:4011:81: style: Redundant condition: punctAfter. '!punctAfter || (punctAfter && uWhitespaceOrPunctBefore)' is equivalent to '!punctAfter || uWhitespaceOrPunctBefore' [redundantCondition] klevernotes-1.2.2/src/logic/parser/md4qt/parser.h:4013:84: style: Redundant condition: punctBefore. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] klevernotes-1.2.2/src/logic/parser/md4qt/parser.h:4044:85: style: Redundant condition: punctAfter. '!punctAfter || (punctAfter && uWhitespaceOrPunctBefore)' is equivalent to '!punctAfter || uWhitespaceOrPunctBefore' [redundantCondition] klevernotes-1.2.2/src/logic/parser/md4qt/parser.h:4045:88: style: Redundant condition: punctBefore. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/kmplayer/kmplayer_0.12.0b+de96d9e.orig.tar.gz kmplayer-de96d9ebb542450df58451b74a7bbb01aa4667e7/src/backends/gst/gstplayer.cpp:687:23: style: Redundant condition: gst_elm_play. '!gst_elm_play || (gst_elm_play && !notified_playing)' is equivalent to '!gst_elm_play || !notified_playing' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/kmplot/kmplot_25.04.0.orig.tar.xz kmplot-25.04.0/kmplot/view.cpp:2663:44: style: Redundant condition: plot->usecustomxmin. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] kmplot-25.04.0/kmplot/view.cpp:2664:44: style: Redundant condition: plot->usecustomxmax. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/kmymoney/kmymoney_5.1.3.orig.tar.xz kmymoney-5.1.3/kmymoney/mymoney/mymoneytransactionfilter.cpp:416:65: style: Redundant condition: !d->m_considerCategorySplits. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] kmymoney-5.1.3/kmymoney/widgets/register.cpp:1200:32: style: Redundant condition: cnt==1. 'cnt!=1 || (cnt==1 && !item->isSelected())' is equivalent to 'cnt!=1 || !item->isSelected()' [redundantCondition] kmymoney-5.1.3/kmymoney/widgets/transaction.cpp:183:19: style: Redundant condition: selected. '!selected || (selected && isVisible())' is equivalent to '!selected || isVisible()' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/kodi-pvr-mythtv/kodi-pvr-mythtv_21.1.11+ds.orig.tar.xz kodi-pvr-mythtv-21.1.11/lib/cppmyth/src/private/builtin.c:42:12: style: Redundant condition: The condition '*str' is redundant since '*str == '-'' is sufficient. [redundantCondition] kodi-pvr-mythtv-21.1.11/lib/cppmyth/src/private/builtin.c:79:12: style: Redundant condition: The condition '*str' is redundant since '*str == '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/kodi-pvr-vuplus/kodi-pvr-vuplus_21.3.2+ds.orig.tar.xz kodi-pvr-vuplus-21.3.2/src/enigma2/Timers.cpp:883:40: style: Redundant condition: !timerToUpdate.GetAnyChannel(). 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/kolf/kolf_25.04.0.orig.tar.xz kolf-25.04.0/src/tagaro/board.cpp:234:24: style: Redundant condition: object. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/kolourpaint/kolourpaint_25.04.0.orig.tar.xz kolourpaint-25.04.0/dialogs/imagelib/transforms/kpTransformResizeScaleDialog.cpp:374:31: style: Redundant condition: actOnSelection(). '!actOnSelection() || (actOnSelection() && textSelection())' is equivalent to '!actOnSelection() || textSelection()' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/krb5-auth-dialog/krb5-auth-dialog_44.0~alpha1.orig.tar.xz krb5-auth-dialog-44.0.alpha1/src/ka-preferences.c:99:28: style: Redundant condition: old_principal. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] krb5-auth-dialog-44.0.alpha1/src/ka-preferences.c:149:27: style: Redundant condition: old_pkuserid. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] krb5-auth-dialog-44.0.alpha1/src/ka-preferences.c:202:28: style: Redundant condition: old_pkanchors. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/krusader/krusader_2.9.0.orig.tar.xz krusader-2.9.0/app/Panel/PanelView/krview.cpp:1039:16: style: Redundant condition: isDir. '!isDir || (isDir && properties()->filterApplysToDirs)' is equivalent to '!isDir || properties()->filterApplysToDirs' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/ksh/ksh_2020.0.0+really93u+20120801.orig.tar.gz ksh-93u+20120801/src/cmd/ksh93/sh/lex.c:1208:13: style: Redundant condition: The condition 'n > 0' is redundant since 'n == ']'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/ksh93u+m/ksh93u+m_1.0.10.orig.tar.gz ksh-1.0.10/src/cmd/ksh93/sh/lex.c:1148:13: style: Redundant condition: The condition 'n > 0' is redundant since 'n == ']'' is sufficient. [redundantCondition] ksh-1.0.10/src/lib/libast/sfio/sfstrtof.h:394:26: style: Redundant condition: c==thousand. 'c!=thousand || (c==thousand && decimal==-1)' is equivalent to 'c!=thousand || decimal==-1' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/k/ksysguard/ksysguard_5.20.5.orig.tar.xz ksysguard-5.20.5/ksysguardd/Linux/stat.c:402:16: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] ksysguard-5.20.5/ksysguardd/Linux/stat.c:591:16: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lam/lam_7.1.4.orig.tar.gz lam-7.1.4/share/mpi/lamsend.c:109:40: style: Redundant condition: err!=MPI_SUCCESS. 'err==MPI_SUCCESS || (err!=MPI_SUCCESS && errno!=EBUSY)' is equivalent to 'err==MPI_SUCCESS || errno!=EBUSY' [redundantCondition] lam-7.1.4/share/mpi/recv.c:172:42: style: Redundant condition: err!=MPI_SUCCESS. 'err==MPI_SUCCESS || (err!=MPI_SUCCESS && errno!=EBUSY)' is equivalent to 'err==MPI_SUCCESS || errno!=EBUSY' [redundantCondition] lam-7.1.4/share/ssi/boot/base/ssi_boot_open.c:185:39: style: Redundant condition: ls->ssi_open_module!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] lam-7.1.4/share/ssi/boot/base/ssi_boot_open.c:255:37: style: Redundant condition: ls->ssi_open_module!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] lam-7.1.4/share/ssi/coll/base/ssi_coll_open.c:165:37: style: Redundant condition: ls->ssi_open_module!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] lam-7.1.4/share/ssi/crlam/base/ssi_crlam.c:253:32: style: Redundant condition: The condition 'filename[i] != '\0'' is redundant since 'filename[i] == 'X'' is sufficient. [redundantCondition] lam-7.1.4/share/ssi/rpi/base/ssi_rpi_open.c:172:39: style: Redundant condition: ls->ssi_open_module!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] lam-7.1.4/share/ssi/rpi/base/ssi_rpi_open.c:242:37: style: Redundant condition: ls->ssi_open_module!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lame/lame_3.100.orig.tar.gz lame-3.100/ACM/tinyxml/tinyxmlparser.cpp:347:16: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] lame-3.100/ACM/tinyxml/tinyxmlparser.cpp:524:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] lame-3.100/ACM/tinyxml/tinyxmlparser.cpp:694:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] lame-3.100/ACM/tinyxml/tinyxmlparser.cpp:769:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '='' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/latex2rtf/latex2rtf_2.3.18a.orig.tar.gz latex2rtf-2.3.18/tables.c:447:42: style: Redundant condition: *s=='&'. '*s!='&' || (*s=='&' && escaped)' is equivalent to '*s!='&' || escaped' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lbreakout2/lbreakout2_2.6.5.orig.tar.gz lbreakout2-2.6.5/intl/dcigettext.c:570:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lcd4linux/lcd4linux_0.11.0~svn1203.orig.tar.gz lcd4linux-r1203/drv_ASTUSB.c:128:14: style: Redundant condition: bus_id. '!bus_id || (bus_id && !strcasecmp(bus->dirname,bus_id))' is equivalent to '!bus_id || !strcasecmp(bus->dirname,bus_id)' [redundantCondition] lcd4linux-r1203/drv_ASTUSB.c:132:18: style: Redundant condition: device_id. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] lcd4linux-r1203/drv_IRLCD.c:117:14: style: Redundant condition: bus_id. '!bus_id || (bus_id && !strcasecmp(bus->dirname,bus_id))' is equivalent to '!bus_id || !strcasecmp(bus->dirname,bus_id)' [redundantCondition] lcd4linux-r1203/drv_IRLCD.c:121:18: style: Redundant condition: device_id. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] lcd4linux-r1203/drv_LCD2USB.c:131:14: style: Redundant condition: bus_id. '!bus_id || (bus_id && !strcasecmp(bus->dirname,bus_id))' is equivalent to '!bus_id || !strcasecmp(bus->dirname,bus_id)' [redundantCondition] lcd4linux-r1203/drv_LCD2USB.c:135:18: style: Redundant condition: device_id. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] lcd4linux-r1203/plugin_netdev.c:114:18: style: Redundant condition: The condition '*beg' is redundant since '*beg == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lcmaps-plugins-verify-proxy/lcmaps-plugins-verify-proxy_1.5.10.orig.tar.gz lcmaps-plugins-verify-proxy-1.5.10/src/verify-proxy/verify-lib/src/verify_x509_utils.c:245:37: style: Redundant condition: The condition 'crit != -2' is redundant since 'crit >= 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/ldb/ldb_2.2.3.orig.tar.gz ldb-2.2.3/common/ldb_parse.c:357:28: style: Redundant condition: *p==')'. '*p!=')' || (*p==')' && *(p-1)=='\\')' is equivalent to '*p!=')' || *(p-1)=='\\'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/ldc/ldc_1.40.0.orig.tar.gz ldc-1.40.0-src/tools/ldc-profgen/ldc-profgen-15.0/PerfReader.cpp:739:22: style: Redundant condition: UseOffset. '!UseOffset || (UseOffset && UseLoadableSegmentAsBase)' is equivalent to '!UseOffset || UseLoadableSegmentAsBase' [redundantCondition] ldc-1.40.0-src/tools/ldc-profgen/ldc-profgen-15.0/PerfReader.cpp:818:22: style: Redundant condition: UseOffset. '!UseOffset || (UseOffset && UseLoadableSegmentAsBase)' is equivalent to '!UseOffset || UseLoadableSegmentAsBase' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/ldns/ldns_1.8.4.orig.tar.gz ldns-1.8.4/host2str.c:2347:18: style: Redundant condition: The condition 'len == 4' is redundant since '!(len == 0)' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/ledmon/ledmon_0.97.orig.tar.gz ledmon-0.97/src/amd_sgpio.c:766:9: style: Redundant condition: p. '!p || (p && *p=='N')' is equivalent to '!p || *p=='N'' [redundantCondition] ledmon-0.97/src/config_file.c:233:16: style: Redundant condition: filename. '!filename || (filename && access(filename,0)<0)' is equivalent to '!filename || access(filename,0)<0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lepton-eda/lepton-eda_1.9.18.orig.tar.gz lepton-eda-1.9.18/contrib/renum/src/lepton-renum.c:339:32: style:inconclusive: Redundant condition: The condition '*cp != '\n'' is redundant since '*cp >= 'A'' is sufficient. [redundantCondition] lepton-eda-1.9.18/contrib/renum/src/lepton-renum.c:346:23: style:inconclusive: Redundant condition: The condition '*cp != '\n'' is redundant since '*cp >= '0'' is sufficient. [redundantCondition] lepton-eda-1.9.18/liblepton/src/str.c:160:28: style: Redundant condition: The condition 'string[i] != '\0'' is redundant since 'string[i] == ' '' is sufficient. [redundantCondition] lepton-eda-1.9.18/liblepton/src/text_object.c:606:3: style: Redundant condition: The condition 'num_lines' is redundant since 'num_lines > 0' is sufficient. [redundantCondition] lepton-eda-1.9.18/utils/sch2pcb/src/lepton-sch2pcb.c:884:16: style: Redundant condition: is_m4. '!is_m4 || (is_m4 && force_element_files)' is equivalent to '!is_m4 || force_element_files' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lgeneral/lgeneral_1.4.4.orig.tar.gz lgeneral-1.4.4/intl/dcgettext.c:335:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/liba/libabigail/libabigail_2.8.orig.tar.xz libabigail-2.8/src/abg-comparison.cc:5530:4: style: Redundant condition: old_next_dm. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] libabigail-2.8/src/abg-writer.cc:1933:10: style: Redundant condition: d. '!d || (d && !d->get_is_declaration_only())' is equivalent to '!d || !d->get_is_declaration_only()' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/liba/libacpi/libacpi_0.2.orig.tar.gz libacpi-0.2/libacpi.c:131:30: style: Redundant condition: The condition 'version == -1' is redundant since 'version < 20020214' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/liba/libapache-mod-jk/libapache-mod-jk_1.2.50.orig.tar.gz tomcat-connectors-1.2.50-src/native/common/ap_snprintf.c:199:23: style: Redundant condition: The condition 'decpt < 0' is redundant since 'decpt < -3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/liba/libaudio-scan-perl/libaudio-scan-perl_1.01.orig.tar.gz Audio-Scan-1.01/src/ogg.c:157:25: style: Redundant condition: The condition 'granule_pos != -1' is redundant since 'granule_pos > 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libb/libbitarray/libbitarray_2.0.orig.tar.gz BitArray-2.0/bit_array.c:1310:25: style:inconclusive: Redundant condition: The condition 'decimal[0] == '\0'' is redundant since 'decimal[0] < '0'' is sufficient. [redundantCondition] BitArray-2.0/bit_array.c:1318:28: style:inconclusive: Redundant condition: The condition 'decimal[i] != '\0'' is redundant since 'decimal[i] >= '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libb/libbsd/libbsd_0.12.2.orig.tar.xz libbsd-0.12.2/src/setproctitle.c:149:23: style: Redundant condition: i>=argc. 'i=argc && argv[i])' is equivalent to 'i=argc. 'i=argc && argv[i])' is equivalent to 'icontent_length != -1' is redundant since 'SubMimeHeaders->content_length > 10' is sufficient. [redundantCondition] libcitadel/lib/mime_parser.c:548:46: style: Redundant condition: The condition 'SubMimeHeaders->content_length != -1' is redundant since 'SubMimeHeaders->content_length > 10' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libc/libcompiler-lexer-perl/libcompiler-lexer-perl_0.23.orig.tar.gz Compiler-Lexer-0.23/src/compiler/lexer/Compiler_scanner.cpp:1026:23: style: Redundant condition: prev_ch=='\\'. 'prev_ch!='\\' || (prev_ch=='\\' && before_prev_ch=='\\')' is equivalent to 'prev_ch!='\\' || before_prev_ch=='\\'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libc/libcvd/libcvd_0.0~git20221020150751.30e8cfc+ds1.orig.tar.xz libcvd-0.0~git20221020150751.30e8cfc/progs/video_play_source.cc:76:50: style: Redundant condition: The condition 'argv[optind][0] == 0' is redundant since 'argv[optind][0] != '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libd/libdfp/libdfp_1.0.16.orig.tar.xz libdfp-1.0.16/libbid/bid64_string.c:475:10: style:inconclusive: Redundant condition: The condition '!c' is redundant since 'c < '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libd/libdnf/libdnf_0.74.0.orig.tar.gz libdnf-0.74.0/libdnf/dnf-package.cpp:116:28: style: Redundant condition: url_location. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libd/libdvbpsi/libdvbpsi_1.3.3.orig.tar.bz2 libdvbpsi-1.3.3/src/dvbpsi.c:605:49: style: Redundant condition: If 'dvbpsi->i_msg_level > -1', the comparison 'dvbpsi->i_msg_level >= 0' is always true. [redundantCondition] libdvbpsi-1.3.3/src/dvbpsi.c:614:49: style: Redundant condition: The condition 'dvbpsi->i_msg_level >= 1' is redundant since 'dvbpsi->i_msg_level > -1' is sufficient. [redundantCondition] libdvbpsi-1.3.3/src/dvbpsi.c:623:49: style: Redundant condition: The condition 'dvbpsi->i_msg_level >= 2' is redundant since 'dvbpsi->i_msg_level > -1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libd/libdvdread/libdvdread_6.1.3.orig.tar.bz2 libdvdread-6.1.3/src/dvd_reader.c:1385:21: style: Redundant condition: The condition 'off < 0' is redundant since 'off != 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libe/libeconf/libeconf_0.7.9+dfsg1.orig.tar.xz libeconf-0.7.9/tests/tst-logindefs2.c:65:19: style: Redundant condition: The condition 'intval == 0' is redundant since 'intval != 123456' is sufficient. [redundantCondition] libeconf-0.7.9/tests/tst-logindefs2.c:81:20: style: Redundant condition: The condition 'uintval == 0' is redundant since 'uintval != 400' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libf/libfido2/libfido2_1.16.0.orig.tar.xz libfido2-1.16.0/src/io.c:207:29: style: Redundant condition: fp->cid==d->cid. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libf/libfli/libfli_2.0+20221221182632.orig.tar.gz libfli-2.0+20221221182632/libfli-filter-focuser.c:938:29: style: Redundant condition: fdata->hwtype>=0xfe. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] libfli-2.0+20221221182632/libfli-filter-focuser.c:1561:29: style: Redundant condition: fdata->hwtype>=0xfe. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] libfli-2.0+20221221182632/libfli-filter-focuser.c:1700:29: style: Redundant condition: fdata->hwtype>=0xfe. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libf/libfm-qt/libfm-qt_2.2.0+really2.2.0.orig.tar.xz libfm-qt-2.2.0/src/dirtreemodel.cpp:150:32: style: Redundant condition: The condition 'column >= 0' is redundant since 'column == 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libf/libfm-qt5/libfm-qt5_1.4.0.orig.tar.xz libfm-qt-1.4.0/src/dirtreemodel.cpp:150:32: style: Redundant condition: The condition 'column >= 0' is redundant since 'column == 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libf/libforms/libforms_1.2.4.orig.tar.gz xforms-1.2.4/fdesign/fd_iconinfo.c:171:18: style: Redundant condition: The condition '!*line' is redundant since '*line != '#'' is sufficient. [redundantCondition] xforms-1.2.4/fdesign/fd_iconinfo.c:317:22: style: Redundant condition: The condition '!*line' is redundant since '*line != '*'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libg/libgclib/libgclib_0.12.7+ds.orig.tar.gz gclib-0.12.7/GArgs.cpp:84:44: style: Redundant condition: The condition '_argv[p][1] == 0' is redundant since '_argv[p][1] != '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libg/libgdchart-gd2/libgdchart-gd2_0.11.5.orig.tar.gz gdchart0.11.5dev/gdchart.c:710:24: style: Redundant condition: GDC_xlabel_ctl. '!GDC_xlabel_ctl || (GDC_xlabel_ctl && GDC_xlabel_ctl[i])' is equivalent to '!GDC_xlabel_ctl || GDC_xlabel_ctl[i]' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libg/libgig/libgig_4.4.1.orig.tar.bz2 libgig-4.4.1/src/Akai.cpp:1142:10: style: Redundant condition: The condition 'size != 0xffff' is redundant since 'size < 30720' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libg/libgooglepinyin/libgooglepinyin_0.1.2.orig.tar.bz2 libgooglepinyin-0.1.2/src/matrixsearch.cpp:294:44: style: Redundant condition: kLemmaIdComposing==lma_id_[0]. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libh/libhdate/libhdate_1.6.02.orig.tar.bz2 libhdate-1.6.02/examples/hcal/hdate.c:419:25: style: Redundant condition: h->hd_dw==7. 'h->hd_dw!=7 || (h->hd_dw==7 && opt.print_tomorrow)' is equivalent to 'h->hd_dw!=7 || opt.print_tomorrow' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libh/libhomfly/libhomfly_1.02r6.orig.tar.gz libhomfly-1.02r6/lib/poly.c:160:23: style: Redundant condition: eq1. '!eq1 || (eq1 && t1->l>t2->l)' is equivalent to '!eq1 || t1->l>t2->l' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libi/libical3/libical3_3.0.20.orig.tar.gz libical-3.0.20/src/test/regression-utils.c:100:16: style: Redundant condition: QUIET. '!QUIET || (QUIET && !success)' is equivalent to '!QUIET || !success' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libi/libice/libice_1.1.1.orig.tar.gz libICE-1.1.1/src/shutdown.c:225:22: style: Redundant condition: !iceConn->free_asap. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libi/libimobiledevice/libimobiledevice_1.3.0+git20250228.orig.tar.xz libimobiledevice-1.3.0+git20250228/src/property_list_service.c:117:14: style: Redundant condition: client. '!client || (client && !client->parent)' is equivalent to '!client || !client->parent' [redundantCondition] libimobiledevice-1.3.0+git20250228/src/property_list_service.c:189:14: style: Redundant condition: client. '!client || (client && !client->parent)' is equivalent to '!client || !client->parent' [redundantCondition] libimobiledevice-1.3.0+git20250228/src/service.c:140:14: style: Redundant condition: client. '!client || (client && !client->connection)' is equivalent to '!client || !client->connection' [redundantCondition] libimobiledevice-1.3.0+git20250228/src/service.c:161:14: style: Redundant condition: client. '!client || (client && !client->connection)' is equivalent to '!client || !client->connection' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libi/libiodbc2/libiodbc2_3.52.9.orig.tar.gz libiodbc-3.52.9/iodbcinst/inifile.c:984:21: style: Redundant condition: !doCreate. 'doCreate || (!doCreate && access(filename,4)==0)' is equivalent to 'doCreate || access(filename,4)==0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libi/libioth/libioth_0.1.2.orig.tar.gz libioth-0.1.2/modules/ioth_vdestack.c:173:30: style: Redundant condition: delim. '!delim || (delim && colonmarkstatus == 4' is redundant since 'pOMXAV->status != 3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libk/libkf5libkleo/libkf5libkleo_22.12.3.orig.tar.xz libkleo-22.12.3/src/ui/newkeyapprovaldialog.cpp:282:9: style: Redundant condition: allowMixed. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libk/libkf5mailimporter/libkf5mailimporter_22.12.3.orig.tar.xz mailimporter-22.12.3/src/mailimporter/filters/filterthebat.cpp:198:30: style: Redundant condition: offsets.empty(). '!offsets.empty() || (offsets.empty() && tbb.size()>3128)' is equivalent to '!offsets.empty() || tbb.size()>3128' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libk/libkleo/libkleo_24.12.3.orig.tar.xz libkleo-24.12.3/src/ui/newkeyapprovaldialog.cpp:265:9: style: Redundant condition: allowMixed. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libk/libktorrent/libktorrent_25.04.0.orig.tar.xz libktorrent-25.04.0/src/torrent/torrentcontrol.cpp:779:14: style: Redundant condition: job. '!job || (job && !job->error())' is equivalent to '!job || !job->error()' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libl/liblo/liblo_0.32.orig.tar.gz liblo-0.32/src/pattern_match.c:118:30: style: Redundant condition: The condition '*p != '/'' is redundant since '*p == '*'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libm/libm2k/libm2k_0.9.0.orig.tar.gz libm2k-0.9.0/src/analog/m2kpowersupply_impl.cpp:175:10: style: Redundant condition: !en. 'en || (!en && !anyChannelEnabled())' is equivalent to 'en || !anyChannelEnabled()' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libm/libmatchbox/libmatchbox_1.12+git20170224.orig.tar.xz libmatchbox/libmb/mbdotdesktop.c:136:24: style: Redundant condition: locale!=NULL. 'locale==NULL || (locale!=NULL && !strcmp(locale,"C"))' is equivalent to 'locale==NULL || !strcmp(locale,"C")' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libm/libmaus2/libmaus2_2.0.813+ds.orig.tar.xz libmaus2-2.0.813-release-20221210220409/src/libmaus2/bambam/BamAlignment.cpp:47:16: style:inconclusive: Redundant condition: The condition '*md' is redundant since '*md >= '0'' is sufficient. [redundantCondition] libmaus2-2.0.813-release-20221210220409/src/libmaus2/fastx/FastAToCompact4BigBand.cpp:330:17: style: Redundant condition: rci. '!rci || (rci && replrc)' is equivalent to '!rci || replrc' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libm/libmdsp/libmdsp_0.11.orig.tar.gz libmdsp-0.11.orig/src/dcdmetar.c:1743:39: style: Redundant condition: The condition '*(slash+1) != '\0'' is redundant since '*(slash+1) == 'M'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libm/libmemcached/libmemcached_1.1.4.orig.tar.gz libmemcached-1.1.4/contrib/bin/memaslap/ms_conn.c:219:14: style: Redundant condition: !c->udp. 'c->udp || (!c->udp && ms_setting.facebook_test)' is equivalent to 'c->udp || ms_setting.facebook_test' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libm/libminc/libminc_2.4.06.orig.tar.gz libminc-2.4.06/nifti/nifti1_io.c:651:23: style: Redundant condition: nim->dim[0]>=2. 'nim->dim[0]<2 || (nim->dim[0]>=2 && nim->dim[2]<1)' is equivalent to 'nim->dim[0]<2 || nim->dim[2]<1' [redundantCondition] libminc-2.4.06/nifti/nifti1_io.c:658:23: style: Redundant condition: nim->dim[0]>=3. 'nim->dim[0]<3 || (nim->dim[0]>=3 && nim->dim[3]<1)' is equivalent to 'nim->dim[0]<3 || nim->dim[3]<1' [redundantCondition] libminc-2.4.06/nifti/nifti1_io.c:664:23: style: Redundant condition: nim->dim[0]>=4. 'nim->dim[0]<4 || (nim->dim[0]>=4 && nim->dim[4]<1)' is equivalent to 'nim->dim[0]<4 || nim->dim[4]<1' [redundantCondition] libminc-2.4.06/nifti/nifti1_io.c:670:23: style: Redundant condition: nim->dim[0]>=5. 'nim->dim[0]<5 || (nim->dim[0]>=5 && nim->dim[5]<1)' is equivalent to 'nim->dim[0]<5 || nim->dim[5]<1' [redundantCondition] libminc-2.4.06/nifti/nifti1_io.c:676:23: style: Redundant condition: nim->dim[0]>=6. 'nim->dim[0]<6 || (nim->dim[0]>=6 && nim->dim[6]<1)' is equivalent to 'nim->dim[0]<6 || nim->dim[6]<1' [redundantCondition] libminc-2.4.06/nifti/nifti1_io.c:682:23: style: Redundant condition: nim->dim[0]>=7. 'nim->dim[0]<7 || (nim->dim[0]>=7 && nim->dim[7]<1)' is equivalent to 'nim->dim[0]<7 || nim->dim[7]<1' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libm/libmodplug/libmodplug_0.8.9.0.orig.tar.gz libmodplug-0.8.9.0/src/sndfile.cpp:441:18: style:inconclusive: Redundant condition: The condition 'p[k]' is redundant since 'p[k] >= ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libm/libmongo-client/libmongo-client_0.1.8.orig.tar.xz libmongo-client-0.1.8/src/bson.c:648:22: style: Redundant condition: The condition '!size' is redundant since 'size <= 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libm/libmpeg3/libmpeg3_1.8.dfsg.orig.tar.bz2 libmpeg3-1.8/libmpeg3.c:149:9: style: Redundant condition: ext. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libn/libnginx-mod-js/libnginx-mod-js_0.8.9.orig.tar.gz njs-0.8.9/external/njs_shell.c:595:25: style: Redundant condition: p[0]=='-'. 'p[0]!='-' || (p[0]=='-' && p[1]=='\0')' is equivalent to 'p[0]!='-' || p[1]=='\0'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libn/libnih/libnih_1.0.3.orig.tar.gz libnih-1.0.3/intl/dcigettext.c:697:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libn/libnss-db/libnss-db_2.2.3pre1.orig.tar.gz nss_db-2.2.3pre1/intl/dcigettext.c:541:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libn/libnzb/libnzb_0.0.20050629.orig.tar.gz libnzb-0.1-cvs/src/uenc.cpp:61:13: style: Redundant condition: multi. '!multi || (multi && type==1)' is equivalent to '!multi || type==1' [redundantCondition] libnzb-0.1-cvs/src/uenc.cpp:79:13: style: Redundant condition: multi. '!multi || (multi && type==3)' is equivalent to '!multi || type==3' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libo/libosmo-cc/libosmo-cc_0.0~git20240818.7864594.orig.tar.xz libosmo-cc-0.0~git20240818.7864594/src/sdp.c:549:24: style: Redundant condition: The condition '*sdp >= 32' is redundant since '*sdp > 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libp/libpg-query/libpg-query_17-6.1.0.orig.tar.gz libpg_query-17-6.1.0/src/postgres/src_backend_utils_adt_numutils.c:243:22: style:inconclusive: Redundant condition: The condition '*ptr == '\0'' is redundant since '*ptr < '0'' is sufficient. [redundantCondition] libpg_query-17-6.1.0/src/postgres/src_backend_utils_adt_numutils.c:267:22: style:inconclusive: Redundant condition: The condition '*ptr == '\0'' is redundant since '*ptr < '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libq/libqb/libqb_2.0.8.orig.tar.xz libqb-2.0.8/lib/loop_timerlist.c:90:17: style: Redundant condition: The condition 'left != -1' is redundant since 'left > 0xFFFFFFFF' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libq/libqglviewer/libqglviewer_2.8.0+dfsg1.orig.tar.xz libQGLViewer-2.8.0/examples/contribs/dvonn/dvonnviewer.cpp:475:23: style: Redundant condition: !dragToPlay_. 'dragToPlay_ || (!dragToPlay_ && srcPicked_.isNull())' is equivalent to 'dragToPlay_ || srcPicked_.isNull()' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libr/librcc/librcc_0.2.13+ds.orig.tar.xz librcc-librcc-0.2.13/src/lngrecode.c:43:37: style: Redundant condition: class_type==RCC_CLASS_FS. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libr/librep/librep_0.92.7.orig.tar.xz librep_0.92.7/intl/dcgettext.c:325:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libr/libretro-desmume/libretro-desmume_0.9.11+git20160819+dfsg1.orig.tar.gz desmume/src/libretro-common/formats/bmp/rbmp.c:417:17: style: Redundant condition: The condition 'req_comp' is redundant since 'req_comp >= 3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libs/libsdl1.2/libsdl1.2_1.2.15+dfsg2.orig.tar.gz SDL-1.2.15/src/video/os2fslib/SDL_os2fslib.c:457:48: style: Redundant condition: pVideo->hidden->pSDLSurface. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libs/libsepol/libsepol_3.8.1.orig.tar.gz libsepol-3.8.1/cil/src/cil_verify.c:762:18: style: Redundant condition: low==NULL. 'low==NULL || (low==NULL && high==NULL)' is equivalent to 'low==NULL' [redundantCondition] libsepol-3.8.1/src/write.c:1159:39: style: Redundant condition: p->policy_type!=POLICY_KERN. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] libsepol-3.8.1/src/write.c:2365:40: style: Redundant condition: p->policy_type!=POLICY_KERN. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libs/libsixel/libsixel_1.10.5.orig.tar.gz libsixel-1.10.5/src/encoder.c:131:48: style: Redundant condition: The condition '*p == '/'' is redundant since '*p != '\0'' is sufficient. [redundantCondition] libsixel-1.10.5/src/stb_image.h:5589:17: style: Redundant condition: The condition 'req_comp' is redundant since 'req_comp >= 3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libs/libsoil/libsoil_1.07~20080707.dfsg.orig.tar.gz libsoil-1.07~20080707.dfsg/src/original/stb_image-1.09.c:2694:17: style: Redundant condition: The condition 'req_comp' is redundant since 'req_comp >= 3' is sufficient. [redundantCondition] libsoil-1.07~20080707.dfsg/src/original/stb_image-1.16.c:2867:17: style: Redundant condition: The condition 'req_comp' is redundant since 'req_comp >= 3' is sufficient. [redundantCondition] libsoil-1.07~20080707.dfsg/src/stb_image_aug.c:2594:17: style: Redundant condition: The condition 'req_comp' is redundant since 'req_comp >= 3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libs/libsolv/libsolv_0.7.35.orig.tar.gz libsolv-0.7.35/src/conda.c:522:16: style: Redundant condition: The condition '*namestr' is redundant since '*namestr == '^'' is sufficient. [redundantCondition] libsolv-0.7.35/src/conda.c:529:16: style: Redundant condition: The condition '*namestr' is redundant since '*namestr == '*'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libs/libstb/libstb_0.0~git20241109.5c20573+ds.orig.tar.xz libstb-0.0~git20241109.5c20573/deprecated/stb_image.c:3059:17: style: Redundant condition: The condition 'req_comp' is redundant since 'req_comp >= 3' is sufficient. [redundantCondition] libstb-0.0~git20241109.5c20573/stb_image.h:5588:17: style: Redundant condition: The condition 'req_comp' is redundant since 'req_comp >= 3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libt/libt3highlight/libt3highlight_0.5.0.orig.tar.bz2 libt3highlight-0.5.0/src/utf8.c:49:42: style: Redundant condition: The condition '(unsigned char)line[i] >= 0xa0' is redundant since '(unsigned char)line[i] == 0xed' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libt/libtasn1-6/libtasn1-6_4.20.0.orig.tar.gz ASN1.y:581:36: style: Redundant condition: lastc=='-'. 'lastc!='-' || (lastc=='-' && c!='-')' is equivalent to 'lastc!='-' || c!='-'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libt/libtext-markdown-discount-perl/libtext-markdown-discount-perl_0.18.orig.tar.gz Text-Markdown-Discount-0.18/discount-2.2.7d/markdown.c:664:27: style: Redundant condition: The condition '*lang_attr != 0' is redundant since '*lang_attr == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libt/libtk-img/libtk-img_2.1.0+dfsg1.orig.tar.xz Img-2.1.0/pixmap/pixmap.c:560:22: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'm'' is sufficient. [redundantCondition] Img-2.1.0/pixmap/pixmap.c:565:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'g'' is sufficient. [redundantCondition] Img-2.1.0/pixmap/pixmap.c:566:27: style: Redundant condition: The condition 'p[1] != '\0'' is redundant since 'p[1] == '4'' is sufficient. [redundantCondition] Img-2.1.0/pixmap/pixmap.c:571:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'g'' is sufficient. [redundantCondition] Img-2.1.0/pixmap/pixmap.c:576:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'c'' is sufficient. [redundantCondition] Img-2.1.0/pixmap/pixmap.c:581:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 's'' is sufficient. [redundantCondition] Img-2.1.0/xpm/xpm.c:820:22: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'm'' is sufficient. [redundantCondition] Img-2.1.0/xpm/xpm.c:825:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'g'' is sufficient. [redundantCondition] Img-2.1.0/xpm/xpm.c:826:27: style: Redundant condition: The condition 'p[1] != '\0'' is redundant since 'p[1] == '4'' is sufficient. [redundantCondition] Img-2.1.0/xpm/xpm.c:831:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'g'' is sufficient. [redundantCondition] Img-2.1.0/xpm/xpm.c:836:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'c'' is sufficient. [redundantCondition] Img-2.1.0/xpm/xpm.c:841:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 's'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libt/libtree/libtree_3.1.1.orig.tar.gz libtree-3.1.1/libtree.c:497:39: style: Redundant condition: The condition 'st->arr[offset] != '\0'' is redundant since 'st->arr[offset] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libu/libucimf/libucimf_2.3.8.orig.tar.gz libucimf-2.3.8/src/options.cpp:89:18: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libv/libvcflib/libvcflib_1.0.12+dfsg.orig.tar.xz libvcflib-1.0.12/src/vcfannotategenotypes.cpp:164:17: style: Redundant condition: varB.sequenceName==varA.sequenceName. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] libvcflib-1.0.12/src/vcfannotategenotypes.cpp:174:17: style: Redundant condition: varA.sequenceName==varB.sequenceName. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] libvcflib-1.0.12/src/vcfsamplediff.cpp:184:33: style: Redundant condition: strict. '!strict || (strict && germlineAltCount==0)' is equivalent to '!strict || germlineAltCount==0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libw/libwebsockets/libwebsockets_4.3.5.orig.tar.gz libwebsockets-4.3.5/lib/misc/lecp.c:458:20: style: Redundant condition: ctx->sp. '!ctx->sp || (ctx->sp && !ctx->st[ctx->sp-1].intermediate)' is equivalent to '!ctx->sp || !ctx->st[ctx->sp-1].intermediate' [redundantCondition] libwebsockets-4.3.5/lib/misc/lecp.c:471:20: style: Redundant condition: ctx->sp. '!ctx->sp || (ctx->sp && !ctx->st[ctx->sp-1].intermediate)' is equivalent to '!ctx->sp || !ctx->st[ctx->sp-1].intermediate' [redundantCondition] libwebsockets-4.3.5/lib/misc/lecp.c:488:19: style: Redundant condition: ctx->sp. '!ctx->sp || (ctx->sp && !ctx->st[ctx->sp-1].intermediate)' is equivalent to '!ctx->sp || !ctx->st[ctx->sp-1].intermediate' [redundantCondition] libwebsockets-4.3.5/lib/misc/lecp.c:695:19: style: Redundant condition: ctx->sp. '!ctx->sp || (ctx->sp && !ctx->st[ctx->sp-1].intermediate)' is equivalent to '!ctx->sp || !ctx->st[ctx->sp-1].intermediate' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libw/libwmf/libwmf_0.2.13.orig.tar.gz libwmf-0.2.13/src/extra/gd/gdkanji.c:149:20: style: Redundant condition: The condition 'c != '\0'' is redundant since 'c >= 64' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libw/libwx-scintilla-perl/libwx-scintilla-perl_0.39.orig.tar.gz Wx-Scintilla-0.39/wx-scintilla/src/scintilla/src/LexA68k.cxx:178:75: style: Redundant condition: The condition 'sc.ch < 0x80' is redundant since 'sc.ch == '\''' is sufficient. [redundantCondition] Wx-Scintilla-0.39/wx-scintilla/src/scintilla/src/LexA68k.cxx:179:75: style: Redundant condition: The condition 'sc.ch < 0x80' is redundant since 'sc.ch == '\"'' is sufficient. [redundantCondition] Wx-Scintilla-0.39/wx-scintilla/src/scintilla/src/LexA68k.cxx:180:75: style: Redundant condition: The condition 'sc.ch < 0x80' is redundant since 'sc.ch == ':'' is sufficient. [redundantCondition] Wx-Scintilla-0.39/wx-scintilla/src/scintilla/src/LexA68k.cxx:265:33: style: Redundant condition: The condition 'sc.ch < 0x80' is redundant since 'sc.ch == ';'' is sufficient. [redundantCondition] Wx-Scintilla-0.39/wx-scintilla/src/scintilla/src/LexA68k.cxx:271:33: style: Redundant condition: The condition 'sc.ch < 0x80' is redundant since 'sc.ch == '%'' is sufficient. [redundantCondition] Wx-Scintilla-0.39/wx-scintilla/src/scintilla/src/LexA68k.cxx:274:33: style: Redundant condition: The condition 'sc.ch < 0x80' is redundant since 'sc.ch == '$'' is sufficient. [redundantCondition] Wx-Scintilla-0.39/wx-scintilla/src/scintilla/src/LexA68k.cxx:277:33: style: Redundant condition: The condition 'sc.ch < 0x80' is redundant since 'sc.ch == '\''' is sufficient. [redundantCondition] Wx-Scintilla-0.39/wx-scintilla/src/scintilla/src/LexA68k.cxx:280:33: style: Redundant condition: The condition 'sc.ch < 0x80' is redundant since 'sc.ch == '\"'' is sufficient. [redundantCondition] Wx-Scintilla-0.39/wx-scintilla/src/scintilla/src/LexA68k.cxx:283:33: style: Redundant condition: The condition 'sc.ch < 0x80' is redundant since 'sc.ch == '\\'' is sufficient. [redundantCondition] Wx-Scintilla-0.39/wx-scintilla/src/scintilla/src/XPM.cxx:24:12: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] Wx-Scintilla-0.39/wx-scintilla/src/scintilla/src/XPM.cxx:30:12: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libx/libxaw/libxaw_1.0.16.orig.tar.gz libXaw-1.0.16/src/TextPop.c:1033:28: style: Redundant condition: once_only. '!once_only || (once_only && !show_current)' is equivalent to '!once_only || !show_current' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libx/libxcrypt/libxcrypt_4.4.38.orig.tar.xz libxcrypt-4.4.38/test/badsetting.c:311:21: style:inconclusive: Redundant condition: The condition 'i <= '9'' is redundant since 'i <= '0'' is sufficient. [redundantCondition] libxcrypt-4.4.38/test/badsetting.c:312:21: style:inconclusive: Redundant condition: The condition 'i <= 'Z'' is redundant since 'i <= 'A'' is sufficient. [redundantCondition] libxcrypt-4.4.38/test/badsetting.c:313:21: style:inconclusive: Redundant condition: The condition 'i <= 'z'' is redundant since 'i <= 'a'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libx/libxnvctrl/libxnvctrl_535.171.04.orig.tar.bz2 nvidia-settings-535.171.04/src/gtk+-2.x/ctkgridlicense.c:1548:32: style: Redundant condition: ret==NvCtrlSuccess. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] nvidia-settings-535.171.04/src/parse.c:1545:17: style:inconclusive: Redundant condition: The condition '*str' is redundant since '*str >= '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libx/libxt/libxt_1.2.1.orig.tar.gz libXt-1.2.1/src/Intrinsic.c:1296:30: style: Redundant condition: pd->language!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] libXt-1.2.1/src/Intrinsic.c:1305:24: style: Redundant condition: string!=NULL. 'string==NULL || (string!=NULL && string[0]=='\0')' is equivalent to 'string==NULL || string[0]=='\0'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/liby/libyami/libyami_1.3.2.orig.tar.gz libyami-1.3.2/encoder/vaapiencoder_hevc.cpp:334:45: style: Redundant condition: The condition 'm_sps.size()' is redundant since 'm_sps.size() > 4' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/liby/libyami-utils/libyami-utils_1.3.0.orig.tar.gz libyami-utils-libyami-1.3.0/tests/encodeinput.cpp:195:14: style: Redundant condition: !strcasecmp("VP8",codec.c_str()). 'A || (A && B)' is equivalent to 'A' [redundantCondition] libyami-utils-libyami-1.3.0/tests/encodeinput.cpp:200:14: style: Redundant condition: !strcasecmp("VP9",codec.c_str()). 'A || (A && B)' is equivalent to 'A' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/liby/libyang/libyang_3.13.5.orig.tar.xz libyang-3.13.5/src/parser_yang.c:174:22: style: Redundant condition: need_buf. '!need_buf || (need_buf && word_b)' is equivalent to '!need_buf || word_b' [redundantCondition] libyang-3.13.5/tools/lint/cmd_data.c:500:24: style: Redundant condition: operational_f. '!operational_f || (operational_f && !operational_f->in)' is equivalent to '!operational_f || !operational_f->in' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/liby/libyang2/libyang2_2.1.30.orig.tar.gz libyang-2.1.30/src/parser_yang.c:174:22: style: Redundant condition: need_buf. '!need_buf || (need_buf && word_b)' is equivalent to '!need_buf || word_b' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libz/libzen/libzen_0.4.41.orig.tar.gz ZenLib/Source/ZenLib/HTTP_Client/HTTPClientString.c:329:29: style: Redundant condition: The condition '*pPtrStart' is redundant since '*pPtrStart == 0x20' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libz/libzia/libzia_4.36.orig.tar.gz libzia-4.36/src/zpath.c:136:30: style: Redundant condition: gs->str[0]. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libz/libzstd/libzstd_1.5.7+dfsg.orig.tar.xz zstd-1.5.7/lib/compress/zstd_compress_sequences.c:165:5: style: Redundant condition: The condition '0 != 1' is redundant since '0 == 0' is sufficient. [redundantCondition] zstd-1.5.7/lib/decompress/zstd_decompress_block.c:1433:9: style: Redundant condition: The condition 'BIT_DStream_completed > 0' is redundant since 'BIT_DStream_completed > 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/libz/libzypp/libzypp_17.37.17.orig.tar.gz libzypp-17.37.17/zypp-curl/curlconfig.cc:85:19: style: Redundant condition: The condition '*cur' is redundant since '*cur == '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lifelines/lifelines_3.0.61.orig.tar.gz lifelines-3.0.61/intl/dcigettext.c:569:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] lifelines-3.0.61/win32/w32systm.c:44:15: style: Redundant condition: The condition '*cp' is redundant since '*cp == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lightspeed/lightspeed_1.2a.debian.1.orig.tar.gz lightspeed-1.2a.debian.1/intl/dcigettext.c:583:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lilypond/lilypond_2.24.4.orig.tar.gz lilypond-2.24.4/lily/pitched-trill-engraver.cc:118:21: style: Redundant condition: same_bar. '!same_bar || (same_bar && !same_alt)' is equivalent to '!same_bar || !same_alt' [redundantCondition] lilypond-2.24.4/lily/spacing-interface.cc:224:22: style: Redundant condition: last_grob. '!last_grob || (last_grob && d*(ext[-d]-(*last_ext)[-d])<0)' is equivalent to '!last_grob || d*(ext[-d]-(*last_ext)[-d])<0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/linbox/linbox_1.7.0.orig.tar.gz linbox-1.7.0/tests/test-permutation.C:80:13: style: Redundant condition: pass. '!pass || (pass && P.rowdim()<=20)' is equivalent to '!pass || P.rowdim()<=20' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lincity/lincity_1.13.1.orig.tar.gz lincity-1.13.1/intl/dcigettext.c:569:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/linuxlogo/linuxlogo_6.01.orig.tar.xz linux_logo-6.01/linux_logo.c:1040:34: style: Redundant condition: ch==' '. 'ch!=' ' || (ch==' ' && in_quote)' is equivalent to 'ch!=' ' || in_quote' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/litecoin/litecoin_0.21.4.orig.tar.xz litecoin-0.21.4/src/rpc/rawtransaction.cpp:1386:47: style: Redundant condition: !request.params[1].isNull(). 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] litecoin-0.21.4/src/test/arith_uint256_tests.cpp:274:9: style: Redundant condition: The condition 'TmpL > 0' is redundant since 'TmpL >= 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/litehtml/litehtml_0.6.orig.tar.gz litehtml-0.6/containers/haiku/container_haiku.cpp:340:15: style: Redundant condition: basepath. '!basepath || (basepath && !basepath[0])' is equivalent to '!basepath || !basepath[0]' [redundantCondition] litehtml-0.6/src/html_tag.cpp:3387:19: style: Redundant condition: of_type. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] litehtml-0.6/src/html_tag.cpp:3419:17: style: Redundant condition: of_type. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] litehtml-0.6/src/html_tag.cpp:3603:17: style: Redundant condition: of_type. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lives/lives_3.0.2.orig.tar.bz2 lives-3.0.2/intl/dcigettext.c:697:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lldpad/lldpad_1.1.1.orig.tar.gz openlldp-1.1.1/dcbtool_cmds.c:662:33: style: Redundant condition: dcb_cmd==CMD_GET_PEER. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] openlldp-1.1.1/lldp_dcbx_cmds.c:797:29: style: Redundant condition: cmd==CMD_GET_PEER. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] openlldp-1.1.1/lldp_dcbx_cmds.c:806:29: style: Redundant condition: cmd==CMD_GET_PEER. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] openlldp-1.1.1/qbg/vdp22sm.c:1258:36: style: Redundant condition: !(vsip->status&VDP22_ACKBIT). 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/log4cpp/log4cpp_1.1.4.orig.tar.gz log4cpp/tests/testDailyRollingFileAppender.cpp:56:21: style: Redundant condition: res!=0. 'res==0 || (res!=0 && errno==ENOENT)' is equivalent to 'res==0 || errno==ENOENT' [redundantCondition] log4cpp/tests/testRollingFileAppender.cpp:19:20: style: Redundant condition: res!=0. 'res==0 || (res!=0 && errno==ENOENT)' is equivalent to 'res==0 || errno==ENOENT' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/loggedfs/loggedfs_0.9+ds.orig.tar.xz loggedfs-loggedfs-0.9/src/loggedfs.cpp:90:41: style: Redundant condition: The condition 'fileName[0] != '\0'' is redundant since 'fileName[0] == '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lomiri-indicator-network/lomiri-indicator-network_1.1.1.orig.tar.bz2 lomiri-indicator-network-1.1.1/src/indicator/nmofono/hotspot-manager.cpp:803:16: style: Redundant condition: value. '!value || (value && !enabled())' is equivalent to '!value || !enabled()' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lomiri-ui-toolkit/lomiri-ui-toolkit_1.3.5110+dfsg.orig.tar.xz lomiri-ui-toolkit-1.3.5110/src/imports/Layouts/plugin/propertychanges.cpp:116:36: style: Redundant condition: binding==fromBinding. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] lomiri-ui-toolkit-1.3.5110/src/imports/Layouts/plugin/propertychanges.cpp:308:26: style: Redundant condition: anchor=="fill". 'anchor!="fill" || (anchor=="fill" && !anchors->fill())' is equivalent to 'anchor!="fill" || !anchors->fill()' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/looktxt/looktxt_1.4.1.orig.tar.gz looktxt-v1.4.1/looktxt.c:3749:33: style: Redundant condition: options.metadata_only. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lowdown/lowdown_2.0.2.orig.tar.gz lowdown-2.0.2/document.c:4958:22: style: Redundant condition: The condition '*cp != '\0'' is redundant since '*cp == ' '' is sufficient. [redundantCondition] lowdown-2.0.2/document.c:4963:23: style: Redundant condition: The condition '*cp != '\0'' is redundant since '*cp == ' '' is sufficient. [redundantCondition] lowdown-2.0.2/document.c:4971:24: style: Redundant condition: The condition '*cp != '\0'' is redundant since '*cp == ' '' is sufficient. [redundantCondition] lowdown-2.0.2/nroff.c:1549:21: style: Redundant condition: The condition 'iso > 0' is redundant since 'iso > 126' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lpe/lpe_1.2.8.orig.tar.xz intl/dcigettext.c:689:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] src/mode-utils.c:66:15: style: Redundant condition: line. '!line || (line && strlen(line)==0)' is equivalent to '!line || strlen(line)==0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lr/lr_1.5.1.orig.tar.xz lr-1.5.1/lr.c:510:20: style: Redundant condition: *pos=='"'. '*pos!='"' || (*pos=='"' && *(pos+1)=='"')' is equivalent to '*pos!='"' || *(pos+1)=='"'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lrzsz/lrzsz_0.12.21rc.orig.tar.gz lrzsz-0.12.21rc/intl/dcgettext.c:322:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lsdvd/lsdvd_0.20.orig.tar.gz lsdvd-0.20/ocode.c:190:22: style: Redundant condition: inarray. '!inarray || (inarray && inadef)' is equivalent to '!inarray || inadef' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lsmbox/lsmbox_2.1.3.orig.tar.gz lsmbox-2.1.3.orig/intl/dcigettext.c:689:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] lsmbox-2.1.3.orig/src/lsmbox.c:1139:13: style: Redundant condition: The condition '*seq' is redundant since '*seq == ':'' is sufficient. [redundantCondition] lsmbox-2.1.3.orig/src/lsmbox.c:1152:14: style: Redundant condition: The condition '!*seq' is redundant since '*seq != '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lsof/lsof_4.99.4+dfsg.orig.tar.xz lsof-4.99.4/lib/lsof.c:775:13: style: Redundant condition: The condition '!*x' is redundant since '*x != '/'' is sufficient. [redundantCondition] lsof-4.99.4/src/main.c:765:24: style: Redundant condition: The condition '*cp' is redundant since '*cp == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lsvpd/lsvpd_1.7.14.orig.tar.xz lsvpd-1.7.14/src/output/lsvpd.cpp:156:22: style: Redundant condition: devName!="". 'devName=="" || (devName!="" && devFound==true)' is equivalent to 'devName=="" || devFound==true' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/luckybackup/luckybackup_0.5.0.orig.tar.gz luckybackup-0.5.0/src/executenow.cpp:992:21: style: Redundant condition: sync. '!sync || (sync && syncAB)' is equivalent to '!sync || syncAB' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lynx/lynx_2.9.2.orig.tar.bz2 lynx2.9.2/WWW/Library/Implementation/HTFTP.c:3928:14: style: Redundant condition: type. '!type || (type && *type!='D')' is equivalent to '!type || *type!='D'' [redundantCondition] lynx2.9.2/WWW/Library/Implementation/HTTP.c:2031:39: style: Redundant condition: The condition '!server_version[0]' is redundant since 'server_version[0] != 'H'' is sufficient. [redundantCondition] lynx2.9.2/src/HTML.c:3795:25: style: Redundant condition: clickable_images. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] lynx2.9.2/src/HTML.c:3962:25: style: Redundant condition: clickable_images. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] lynx2.9.2/src/LYOptions.c:723:27: style: Redundant condition: x_display!=NULL. 'x_display==NULL || (x_display!=NULL && *x_display=='\0')' is equivalent to 'x_display==NULL || *x_display=='\0'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/l/lyx/lyx_2.4.3.orig.tar.xz lyx-2.4.3/src/Text.cpp:5213:8: style: Redundant condition: cur.prevInset(). '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/m17n-lib/m17n-lib_1.8.5.orig.tar.gz m17n-lib-1.8.5/intl/dcigettext.c:697:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/macchanger/macchanger_1.7.0.orig.tar.gz macchanger-1.7.0/src/maclist.c:134:16: style: Redundant condition: keyword. '!keyword || (keyword && strstr(list[i].name,keyword))' is equivalent to '!keyword || strstr(list[i].name,keyword)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/macopix/macopix_3.4.0+dfsg.1.orig.tar.xz macopix-3.4.0/intl/dcigettext.c:689:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/madlib/madlib_1.3.0.orig.tar.gz madlib-1.3.0/Mesh/Mark.cc:1163:27: style: Redundant condition: isM. '!isM || (isM && movimg==-1)' is equivalent to '!isM || movimg==-1' [redundantCondition] madlib-1.3.0/Mesh/Mark.cc:1171:23: style: Redundant condition: isM. '!isM || (isM && movimg==-2)' is equivalent to '!isM || movimg==-2' [redundantCondition] madlib-1.3.0/Mesh/Mark.cc:1172:25: style: Redundant condition: isM. '!isM || (isM && movimg==-2)' is equivalent to '!isM || movimg==-2' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/madplay/madplay_0.15.2b.orig.tar.gz madplay-0.15.2b/intl/dcigettext.c:583:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mafft/mafft_7.505.orig.tar.gz mafft-7.505-without-extensions/core/splittbfast.c:2217:16: style: Redundant condition: The condition 'doalign' is redundant since 'doalign == 'f'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/magic/magic_8.3.105+ds.1.orig.tar.xz magic-8.3.105/cif/CIFrdtech.c:1368:14: style: Redundant condition: The condition '*str' is redundant since '*str == ','' is sufficient. [redundantCondition] magic-8.3.105/lef/lefWrite.c:1816:27: style: Redundant condition: The condition '*delim != '\0'' is redundant since '*delim == ' '' is sufficient. [redundantCondition] magic-8.3.105/lef/lefWrite.c:1834:27: style: Redundant condition: The condition '*delim != '\0'' is redundant since '*delim == ' '' is sufficient. [redundantCondition] magic-8.3.105/lef/lefWrite.c:1927:27: style: Redundant condition: The condition '*psrch != '\0'' is redundant since '*psrch == ' '' is sufficient. [redundantCondition] magic-8.3.105/lisp/lispParse.c:184:14: style: Redundant condition: The condition '*str' is redundant since '*str == '.'' is sufficient. [redundantCondition] magic-8.3.105/lisp/lispString.c:220:14: style: Redundant condition: The condition '*str' is redundant since '*str == '.'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/maildir-filter/maildir-filter_1.20.orig.tar.gz maildir-filter-1.20/maildir-filter.c:142:21: style: Redundant condition: headers_only. '!headers_only || (headers_only && in_headers)' is equivalent to '!headers_only || in_headers' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/maildrop/maildrop_3.1.8.orig.tar.bz2 maildrop-3.1.8/libs/maildir/maildiraclt.c:500:17: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] maildrop-3.1.8/libs/maildrop/maildir.C:202:22: style: Redundant condition: The condition '*keywords_s' is redundant since '*keywords_s == ','' is sufficient. [redundantCondition] maildrop-3.1.8/libs/maildrop/maildir.C:233:24: style: Redundant condition: The condition '*keywords_s' is redundant since '*keywords_s == ','' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mailimporter/mailimporter_24.12.3.orig.tar.xz mailimporter-24.12.3/src/mailimporter/filters/filterthebat.cpp:198:30: style: Redundant condition: offsets.empty(). '!offsets.empty() || (offsets.empty() && tbb.size()>3128)' is equivalent to '!offsets.empty() || tbb.size()>3128' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/makefs/makefs_20190105.orig.tar.gz makefs/src/usr.sbin/mtree/create.c:297:14: style: Redundant condition: dflag. '!dflag || (dflag && S_ISDIR(p->fts_statp->st_mode))' is equivalent to '!dflag || S_ISDIR(p->fts_statp->st_mode)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/man-db/man-db_2.13.1.orig.tar.xz man-db-2.13.1/src/mandb.c:714:19: style:inconclusive: Redundant condition: The condition '!base[2]' is redundant since 'base[2] < 'a'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mangler/mangler_1.2.5.orig.tar.gz mangler-1.2.5/src/mangler.cpp:1198:45: style: Redundant condition: pw_channel. '!pw_channel || (pw_channel && password.length())' is equivalent to '!pw_channel || password.length()' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/maq/maq_0.7.1.orig.tar.gz maq-0.7.1/assemble.cc:192:16: style: Redundant condition: The condition 'w[0] != 2' is redundant since 'w[0] == 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mariadb-connector-python/mariadb-connector-python_1.1.12.orig.tar.xz mariadb-connector-python-1.1.12/mariadb/mariadb_codecs.c:536:27: style: Redundant condition: The condition '*p' is redundant since '*p == '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/matchbox-desktop/matchbox-desktop_2.2+git20200512.orig.tar.xz matchbox-desktop-2/libtaku/launcher-util.c:52:18: style: Redundant condition: The condition 'p[1]' is redundant since 'p[1] == '%'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/matroxset/matroxset_0.4.orig.tar.gz matroxset-0.4/matroxset.c:105:13: style: Redundant condition: The condition '!c' is redundant since 'c != 'q'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mazeofgalious/mazeofgalious_0.62.dfsg2.orig.tar.gz mazeofgalious-0.62/gameinteractions.cpp:769:18: style: Redundant condition: obj!=-1. 'obj==-1 || (obj!=-1 && object[obj].type==130)' is equivalent to 'obj==-1 || object[obj].type==130' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mblaze/mblaze_1.1.orig.tar.xz mblaze-1.1/mmime.c:312:13: style: Redundant condition: The condition '*e' is redundant since '*e == ' '' is sufficient. [redundantCondition] mblaze-1.1/mpick.c:546:20: style: Redundant condition: *pos=='"'. '*pos!='"' || (*pos=='"' && *(pos+1)=='"')' is equivalent to '*pos!='"' || *(pos+1)=='"'' [redundantCondition] mblaze-1.1/rfc2045.c:18:11: style: Redundant condition: The condition 'v[0]' is redundant since 'v[0] == '1'' is sufficient. [redundantCondition] mblaze-1.1/rfc2045.c:19:11: style: Redundant condition: The condition 'v[1]' is redundant since 'v[1] == '.'' is sufficient. [redundantCondition] mblaze-1.1/rfc2045.c:20:11: style: Redundant condition: The condition 'v[2]' is redundant since 'v[2] == '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mcabber/mcabber_1.1.2.orig.tar.bz2 mcabber-1.1.2/mcabber/commands.c:516:13: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] mcabber-1.1.2/mcabber/utils.c:379:29: style: Redundant condition: The condition 'tmpdir[0]' is redundant since 'tmpdir[0] == '/'' is sufficient. [redundantCondition] mcabber-1.1.2/mcabber/utils.c:679:28: style: Redundant condition: The condition '*start' is redundant since '*start == ' '' is sufficient. [redundantCondition] mcabber-1.1.2/mcabber/utils.c:697:32: style: Redundant condition: The condition '*start' is redundant since '*start == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mccode/mccode_3.5.19+ds5.orig.tar.xz McCode-3.5.19/mcstas/src/re.c:297:26: style: Redundant condition: The condition 'str[1] != '\0'' is redundant since 'str[1] == '-'' is sufficient. [redundantCondition] McCode-3.5.19/mcxtrace/src/re.c:297:26: style: Redundant condition: The condition 'str[1] != '\0'' is redundant since 'str[1] == '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mdadm/mdadm_4.4.orig.tar.xz mdadm-4.4/mdadm.c:1364:15: style: Redundant condition: The condition 'c.update' is redundant since 'c.update == 14' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mdanalysis/mdanalysis_2.9.0.orig.tar.gz MDAnalysis-mdanalysis-908317e/package/MDAnalysis/analysis/encore/dimensionality_reduction/src/spe.c:213:28: style: Redundant condition: rab>rco. 'rab<=rco || (rab>rco && dab=0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] megaglest-3.13.0/source/glest_game/game/chat_manager.cpp:272:46: style: Redundant condition: replaceCurrentAutoCompleteName>=0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] megaglest-3.13.0/source/glest_game/game/chat_manager.cpp:311:46: style: Redundant condition: replaceCurrentAutoCompleteName>=0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] megaglest-3.13.0/source/glest_game/game/chat_manager.cpp:320:47: style: Redundant condition: replaceCurrentAutoCompleteName>=0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] megaglest-3.13.0/source/glest_game/menu/menu_state_custom_game.cpp:1436:47: style: Redundant condition: selectedControlItemIndex==ctNetwork. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] megaglest-3.13.0/source/glest_game/menu/menu_state_custom_game.cpp:2343:28: style: Redundant condition: i>=mapInfo.players. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] megaglest-3.13.0/source/glest_game/menu/menu_state_custom_game.cpp:4796:47: style: Redundant condition: selectedControlItemIndex==ctNetwork. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mercurial/mercurial_7.0.1.orig.tar.gz mercurial-7.0.1/contrib/python-zstandard/zstd/zstd.c:21020:5: style: Redundant condition: The condition '0 != 1' is redundant since '0 == 0' is sufficient. [redundantCondition] mercurial-7.0.1/contrib/python-zstandard/zstd/zstd.c:45848:9: style: Redundant condition: The condition 'BIT_DStream_completed > 0' is redundant since 'BIT_DStream_completed > 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/meritous/meritous_1.5.orig.tar.gz meritous-v1.5/src/levelblit.c:1139:29: style: Redundant condition: The condition 'boss_fight_mode != 0' is redundant since 'boss_fight_mode == 23' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/merkaartor/merkaartor_0.20.0+ds.orig.tar.xz merkaartor-0.20.0/src/TagTemplate/TagTemplate.cpp:509:17: style: Redundant condition: Regexp. '!Regexp || (Regexp && OK)' is equivalent to '!Regexp || OK' [redundantCondition] merkaartor-0.20.0/src/common/Document.cpp:535:21: style: Redundant condition: aLayer. '!aLayer || (aLayer && !aLayer->isUploadable())' is equivalent to '!aLayer || !aLayer->isUploadable()' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mes/mes_0.27.orig.tar.gz mes-0.27/lib/mes/abtol.c:36:17: style: Redundant condition: The condition 's[0] != 0' is redundant since 's[0] == '+'' is sufficient. [redundantCondition] mes-0.27/lib/mes/abtol.c:38:17: style: Redundant condition: The condition 's[0] != 0' is redundant since 's[0] == '-'' is sufficient. [redundantCondition] mes-0.27/lib/mes/dtoab.c:42:17: style: Redundant condition: The condition '*p' is redundant since '*p == '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mfgtools/mfgtools_1.5.201.orig.tar.gz mfgtools-uuu_1.5.201/libuuu/buffer.cpp:1993:12: style: Redundant condition: blk. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/micropolis-activity/micropolis-activity_0.0.20071228.orig.tar.gz micropolis-activity/src/tk/tkrawtcp.c:150:13: style: Redundant condition: argc==4. 'argc!=4 || (argc==4 && strcmp(argv[1],"-server"))' is equivalent to 'argc!=4 || strcmp(argv[1],"-server")' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/microprofile/microprofile_4.0+dfsg.orig.tar.xz jonasmr-microprofile-be2441e/microprofile.cpp:5575:37: style: Redundant condition: The condition '*pEnd == '\0'' is redundant since '*pEnd != '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/midish/midish_1.4.0.orig.tar.gz midish-1.4.0/saveload.c:908:26: style: Redundant condition: The condition 'o->id == 2' is redundant since 'o->id != 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/milkytracker/milkytracker_1.06+dfsg.orig.tar.xz MilkyTracker-1.06/src/milkyplay/PlayerIT.cpp:3067:44: style: Redundant condition: module->instr[ins-1].flags&1. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] MilkyTracker-1.06/src/milkyplay/PlayerIT.cpp:3730:17: style: Redundant condition: pjump. '!pjump || (pjump && pjumpPriority>pbreakPriority)' is equivalent to '!pjump || pjumpPriority>pbreakPriority' [redundantCondition] MilkyTracker-1.06/src/milkyplay/PlayerIT.cpp:3738:17: style: Redundant condition: pjump. '!pjump || (pjump && pjumpPriority>pbreakPriority)' is equivalent to '!pjump || pjumpPriority>pbreakPriority' [redundantCondition] MilkyTracker-1.06/src/milkyplay/PlayerIT.cpp:3747:18: style: Redundant condition: pbreak. '!pbreak || (pbreak && pjumpPriority>pbreakPriority)' is equivalent to '!pbreak || pjumpPriority>pbreakPriority' [redundantCondition] MilkyTracker-1.06/src/milkyplay/PlayerSTD.cpp:2949:17: style: Redundant condition: pjump. '!pjump || (pjump && pjumpPriority>pbreakPriority)' is equivalent to '!pjump || pjumpPriority>pbreakPriority' [redundantCondition] MilkyTracker-1.06/src/milkyplay/PlayerSTD.cpp:2957:17: style: Redundant condition: pjump. '!pjump || (pjump && pjumpPriority>pbreakPriority)' is equivalent to '!pjump || pjumpPriority>pbreakPriority' [redundantCondition] MilkyTracker-1.06/src/milkyplay/PlayerSTD.cpp:2966:18: style: Redundant condition: pbreak. '!pbreak || (pbreak && pjumpPriority>pbreakPriority)' is equivalent to '!pbreak || pjumpPriority>pbreakPriority' [redundantCondition] MilkyTracker-1.06/src/tracker/PatternEditorControlEventListener.cpp:1205:15: style: Redundant condition: The condition 'cp.y < 0' is redundant since 'cp.y < -2' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/minbif/minbif_1.0.5+git20150505.orig.tar.gz minbif-1.0.5+git20150505/src/core/util.cpp:405:19: style: Redundant condition: The condition '*ptr' is redundant since '*ptr == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/minc-tools/minc-tools_2.3.00+dfsg.orig.tar.gz minc-tools-2.3.00+dfsg/progs/mincsample/mincsample.c:325:23: style: Redundant condition: md->masking. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mingw-w64/mingw-w64_12.0.0.orig.tar.bz2 mingw-w64-v12.0.0/mingw-w64-tools/gendef/src/gendef_def.c:233:20: style:inconclusive: Redundant condition: The condition '*txt != 0' is redundant since '*txt >= '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/minia/minia_3.2.6.orig.tar.gz minia-3.2.6/src/Minia.cpp:194:35: style: Redundant condition: lenTotal<=isolatedCutoff. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/minidlna/minidlna_1.3.3+dfsg.orig.tar.xz minidlna-1.3.3+dfsg/log.c:134:18: style: Redundant condition: The condition '*lhs' is redundant since '*lhs == ','' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/miniupnpd/miniupnpd_2.3.9.orig.tar.gz miniupnpd-2.3.9/upnppermissions.c:29:18: style:inconclusive: Redundant condition: The condition 'c >= '0'' is redundant since 'c >= '7'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/minizinc/minizinc_2.9.3+dfsg1.orig.tar.xz libminizinc-2.9.3/lib/MIPdomains.cpp:1641:67: style: Redundant condition: The condition 'nCmpType_ADAPTED == 2' is redundant since 'nCmpType_ADAPTED > 0' is sufficient. [redundantCondition] libminizinc-2.9.3/lib/flatten/flatten_call.cpp:1080:28: style: Redundant condition: r!=nullptr. 'r==nullptr || (r!=nullptr && r->e()!=nullptr)' is equivalent to 'r==nullptr || r->e()!=nullptr' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mlt/mlt_7.30.0.orig.tar.gz mlt-7.30.0/src/modules/gdk/producer_pango.c:654:13: style: Redundant condition: cached. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mlv-smile/mlv-smile_1.47.orig.tar.gz SMILEv1.47/P_BLOCS+DELTA/src/construction.c:683:60: style: Redundant condition: resultat->sequence_number==current_sequence. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] SMILEv1.47/P_BLOCS/src/construction.c:683:60: style: Redundant condition: resultat->sequence_number==current_sequence. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] SMILEv1.47/SigStat/grep+/src/construction.c:683:60: style: Redundant condition: resultat->sequence_number==current_sequence. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mm3d/mm3d_1.3.15.orig.tar.gz mm3d-1.3.15/src/libmm3d/lwofilter.cc:133:34: style: Redundant condition: m_isLWO2. '!m_isLWO2 || (m_isLWO2 && strncmp(id,"FACE",4)==0)' is equivalent to '!m_isLWO2 || strncmp(id,"FACE",4)==0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mmdb/mmdb_2.0.22.orig.tar.gz mmdb2-2.0.22/mmdb2/mmdb_root.cpp:199:21: style: Redundant condition: The condition 'L[i]' is redundant since 'L[i] == ' '' is sufficient. [redundantCondition] mmdb2-2.0.22/mmdb2/mmdb_root.cpp:3085:21: style: Redundant condition: The condition 'S[i]' is redundant since 'S[i] == ' '' is sufficient. [redundantCondition] mmdb2-2.0.22/mmdb2/mmdb_title.cpp:140:28: style: Redundant condition: The condition 'rIdCode[i][j]' is redundant since 'rIdCode[i][j] == ' '' is sufficient. [redundantCondition] mmdb2-2.0.22/mmdb2/mmdb_title.cpp:974:27: style: Redundant condition: The condition 'record[i][j]' is redundant since 'record[i][j] == ' '' is sufficient. [redundantCondition] mmdb2-2.0.22/mmdb2/mmdb_title.cpp:1157:28: style: Redundant condition: The condition 'sIdCode[i][j]' is redundant since 'sIdCode[i][j] == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mmh/mmh_0.4.orig.tar.gz mmh-0.4/sbr/fmt_rfc2047.c:119:25: style: Redundant condition: The condition 'p[1]' is redundant since 'p[1] == '?'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/modem-manager-gui/modem-manager-gui_0.0.20.orig.tar.gz modem-manager-gui/src/encoding.c:217:22: style: Redundant condition: input!=NULL. 'input==NULL || (input!=NULL && input[0]=='\0')' is equivalent to 'input==NULL || input[0]=='\0'' [redundantCondition] modem-manager-gui/src/modules/historyshm.c:168:88: style: Redundant condition: client->shmaddr->synctime!=0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/modsecurity-apache/modsecurity-apache_2.9.11.orig.tar.gz modsecurity-apache-2.9.11/apache2/msc_tree.c:257:36: style: Redundant condition: netmask==0x20. 'netmask!=0x20 || (netmask==0x20 && bitlen!=0x20)' is equivalent to 'netmask!=0x20 || bitlen!=0x20' [redundantCondition] modsecurity-apache-2.9.11/apache2/msc_util.c:474:20: style: Redundant condition: The condition 'ch == -1' is redundant since 'ch < 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/monero/monero_0.18.4.0+~0+20200826.orig.tar.gz monero-0.18.4.0/tests/unit_tests/zmq_rpc.cpp:91:19: style: Redundant condition: The condition 'count < 0' is redundant since 'count' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/monitoring-plugins/monitoring-plugins_2.4.0.orig.tar.gz monitoring-plugins-2.4.0/plugins/check_dns.c:149:35: style: Redundant condition: The condition '*temp_buffer != '\0'' is redundant since '*temp_buffer == '\t'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/montage/montage_6.1+dfsg.orig.tar.xz Montage-6.1/Montage/checkHdr.c:432:23: style: Redundant condition: The condition '*ptr1 != '\0'' is redundant since '*ptr1 == '-'' is sufficient. [redundantCondition] Montage-6.1/Montage/checkHdr.c:437:23: style: Redundant condition: The condition '*ptr2 != '\0'' is redundant since '*ptr2 == '-'' is sufficient. [redundantCondition] Montage-6.1/Montage/get_hdr.c:190:28: style: Redundant condition: The condition '*ptr != '\0'' is redundant since '*ptr == '-'' is sufficient. [redundantCondition] Montage-6.1/Montage/get_hdr.c:279:28: style: Redundant condition: The condition '*ptr != '\0'' is redundant since '*ptr == '-'' is sufficient. [redundantCondition] Montage-6.1/MontageLib/Imgtbl/montageImgtbl.c:906:28: style: Redundant condition: The condition '*ptr != '\0'' is redundant since '*ptr == '-'' is sufficient. [redundantCondition] Montage-6.1/MontageLib/Imgtbl/montageImgtbl.c:1009:28: style: Redundant condition: The condition '*ptr != '\0'' is redundant since '*ptr == '-'' is sufficient. [redundantCondition] Montage-6.1/MontageLib/util/checkHdr.c:478:23: style: Redundant condition: The condition '*ptr1 != '\0'' is redundant since '*ptr1 == '-'' is sufficient. [redundantCondition] Montage-6.1/MontageLib/util/checkHdr.c:483:23: style: Redundant condition: The condition '*ptr2 != '\0'' is redundant since '*ptr2 == '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mp3diags/mp3diags_1.5.01.orig.tar.gz mp3diags-1.5.01/src/Id3V2Stream.cpp:532:37: style: Redundant condition: c<' '. 'c>=' ' || (c<' ' && QChar(c).isSpace())' is equivalent to 'c>=' ' || QChar(c).isSpace()' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mp3gain/mp3gain_1.6.2.orig.tar.gz mp3gain.c:2452:33: style: Redundant condition: curTag->haveTrackGain. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] mp3gain.c:2461:35: style: Redundant condition: curTag->haveMinMaxGain. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] mp3gain.c:2470:34: style: Redundant condition: curTag->haveTrackPeak. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] mp3gain.c:2611:32: style: Redundant condition: curTag->haveAlbumGain. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] mp3gain.c:2621:39: style: Redundant condition: curTag->haveAlbumMinMaxGain. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] mp3gain.c:2630:33: style: Redundant condition: curTag->haveAlbumPeak. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mp3guessenc/mp3guessenc_0.27.6~beta+dfsg.orig.tar.gz mp3guessenc-0.27.6beta/mp3guessenc.c:739:57: style: Redundant condition: The condition 'tc_alloc[sbgr] == 5' is redundant since 'tc_alloc[sbgr] != 2' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mp4h/mp4h_1.3.1.orig.tar.gz mp4h-1.3.1/intl/dcigettext.c:555:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mpg321/mpg321_0.3.2.orig.tar.gz mpg321-0.3.2-orig/mad.c:361:13: style: Redundant condition: options.skip_printing_frames. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] mpg321-0.3.2-orig/mad.c:399:13: style: Redundant condition: options.skip_printing_frames. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mpv/mpv_0.40.0.orig.tar.gz mpv-0.40.0/osdep/terminal-win.c:362:36: style: Redundant condition: The condition '!next[0]' is redundant since 'next[0] != ';'' is sufficient. [redundantCondition] mpv-0.40.0/video/decode/vd_lavc.c:808:22: style: Redundant condition: ctx->vo. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] mpv-0.40.0/video/out/drm_common.c:744:55: style: Redundant condition: The condition 'height_part[0] == '\0'' is redundant since 'height_part[0] != 'x'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mrboom/mrboom_5.5+ds.orig.tar.xz mrboom-5.5+ds/libretro-common/formats/bmp/rbmp.c:421:17: style: Redundant condition: The condition 'req_comp' is redundant since 'req_comp >= 3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mtink/mtink_1.0.16.orig.tar.gz mtink-1.0.16/mainSrc/rdRes.c:280:23: style: Redundant condition: The condition '*res' is redundant since '*res == ' '' is sufficient. [redundantCondition] mtink-1.0.16/mainSrc/cmd.c:2832:30: style: Redundant condition: function. '!function || (function && *function!='/')' is equivalent to '!function || *function!='/'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mtpaint/mtpaint_3.50.11.orig.tar.gz mtPaint-f37cf09c02b0ebd81d29c67be9741f54d76a9171/src/layer.c:474:15: style: Redundant condition: The condition 'j != 0' is redundant since 'j > 0' is sufficient. [redundantCondition] mtPaint-f37cf09c02b0ebd81d29c67be9741f54d76a9171/src/mainwindow.c:3599:15: style: Redundant condition: The condition 'j != 0' is redundant since 'j > 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/multimon-ng/multimon-ng_1.3.1+dfsg.orig.tar.gz multimon-ng-1.3.1+dfsg/demod_flex.c:734:23: style: Redundant condition: The condition 'aw1 > 0x1E7FFEL' is redundant since 'aw1 > 0x1E0000L' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/multipath-tools/multipath-tools_0.11.1.orig.tar.gz multipath-tools-0.11.1/libmultipath/file.c:54:21: style: Redundant condition: The condition '*end' is redundant since '*end == '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mupdf/mupdf_1.25.1+ds1.orig.tar.xz mupdf-1.25.1-source/source/svg/svg-color.c:289:13: style:inconclusive: Redundant condition: The condition '*p' is redundant since '*p >= 'a'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2_2.6.0.orig.tar.gz mupen64plus-video-glide64mk2-src-2.6.0/src/Glide64/rdp.cpp:3766:39: style: Redundant condition: flip. '!flip || (flip && xleft>xright)' is equivalent to '!flip || xleft>xright' [redundantCondition] mupen64plus-video-glide64mk2-src-2.6.0/src/Glide64/rdp.cpp:3819:40: style: Redundant condition: flip. '!flip || (flip && xleft>=xright)' is equivalent to '!flip || xleft>=xright' [redundantCondition] mupen64plus-video-glide64mk2-src-2.6.0/src/Glide64/rdp.cpp:3882:40: style: Redundant condition: flip. '!flip || (flip && xleft>=xright)' is equivalent to '!flip || xleft>=xright' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mupen64plus-video-z64/mupen64plus-video-z64_2.6.0.orig.tar.gz mupen64plus-video-z64-src-2.6.0/src/rgl_geometry.cpp:442:43: style: Redundant condition: flip. '!flip || (flip && xleft>xright)' is equivalent to '!flip || xleft>xright' [redundantCondition] mupen64plus-video-z64-src-2.6.0/src/rgl_geometry.cpp:492:44: style: Redundant condition: flip. '!flip || (flip && xleft>=xright)' is equivalent to '!flip || xleft>=xright' [redundantCondition] mupen64plus-video-z64-src-2.6.0/src/rgl_geometry.cpp:556:44: style: Redundant condition: flip. '!flip || (flip && xleft>=xright)' is equivalent to '!flip || xleft>=xright' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/muscle3/muscle3_3.8.1551.orig.tar.gz glbalignspn.cpp:135:27: style: Redundant condition: The condition 'g_Alpha == 3' is redundant since 'g_Alpha != 2' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mutt/mutt_2.2.13.orig.tar.gz mutt-2.2.13/pattern.c:671:14: style:inconclusive: Redundant condition: The condition 's[v]' is redundant since 's[v] >= '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mysql-connector-c++/mysql-connector-c++_1.1.12.orig.tar.xz mysql-connector-c++-1.1.12/driver/mysql_metadata.cpp:5156:35: style: Redundant condition: The condition 'server_version >= 40101' is redundant since 'server_version >= 40014' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mysqltcl/mysqltcl_3.052.orig.tar.gz mysqltcl-3.052/generic/mysqltcl.c:937:26: style: Redundant condition: encodingname!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/naspro-core/naspro-core_0.5.1.orig.tar.bz2 naspro-core-0.5.1/src/string.c:1551:9: style: Redundant condition: !(cs->flags&1). 'cs->flags&1 || (!(cs->flags&1) && (v>=min)||(v<=-min))' is equivalent to 'cs->flags&1 || (v>=min)||(v<=-min)' [redundantCondition] naspro-core-0.5.1/src/string.c:1620:9: style: Redundant condition: !(cs->flags&1). 'cs->flags&1 || (!(cs->flags&1) && (v>=min)||(v<=-min))' is equivalent to 'cs->flags&1 || (v>=min)||(v<=-min)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/nast/nast_0.2.0.orig.tar.gz nast-0.2.0/data.c:130:14: style: Redundant condition: graph. '!graph || (graph && ld)' is equivalent to '!graph || ld' [redundantCondition] nast-0.2.0/port.c:208:20: style: Redundant condition: graph. '!graph || (graph && lg)' is equivalent to '!graph || lg' [redundantCondition] nast-0.2.0/port.c:251:20: style: Redundant condition: graph. '!graph || (graph && lg)' is equivalent to '!graph || lg' [redundantCondition] nast-0.2.0/port.c:261:20: style: Redundant condition: graph. '!graph || (graph && lg)' is equivalent to '!graph || lg' [redundantCondition] nast-0.2.0/port.c:752:18: style: Redundant condition: graph. '!graph || (graph && lg)' is equivalent to '!graph || lg' [redundantCondition] nast-0.2.0/port.c:795:18: style: Redundant condition: graph. '!graph || (graph && lg)' is equivalent to '!graph || lg' [redundantCondition] nast-0.2.0/port.c:805:18: style: Redundant condition: graph. '!graph || (graph && lg)' is equivalent to '!graph || lg' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/nats.c/nats.c_3.10.1.orig.tar.gz nats.c-3.10.1/src/conn.c:4303:36: style: Redundant condition: The condition '*ptr != '\0'' is redundant since '*ptr == 'S'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/nauty/nauty_2.8.9+ds.orig.tar.xz nauty2_8_9/planarity.c:541:17: style: Redundant condition: !digraph. 'digraph || (!digraph && u>v)' is equivalent to 'digraph || u>v' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/ncap/ncap_1.9.2.orig.tar.gz ncap-1.9.2/ncap_create.c:1453:14: style: Redundant condition: s>0. 's<=0 || (s>0 && s!=28||siz<28||netlen>32||tplen>12)' is equivalent to 's<=0 || s!=28||siz<28||netlen>32||tplen>12' [redundantCondition] ncap-1.9.2/ncap_create.c:1541:14: style: Redundant condition: n>0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/ncdu/ncdu_1.22.orig.tar.gz ncdu-1.22/src/main.c:158:29: style: Redundant condition: The condition '!*p->last' is redundant since '*p->last != '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/nco/nco_5.3.4.orig.tar.gz nco-5.3.4/src/nco/nco_cnk.c:1416:37: style: Redundant condition: cnk_plc==nco_cnk_plc_r1d. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] nco-5.3.4/src/nco/ncks.c:1357:23: style: Redundant condition: att_ttl_val. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] nco-5.3.4/src/nco/nco_map.c:2557:17: style: Redundant condition: has_mask_a. '!has_mask_a || (has_mask_a && var_mask_a->val.ip[idx]==1)' is equivalent to '!has_mask_a || var_mask_a->val.ip[idx]==1' [redundantCondition] nco-5.3.4/src/nco/nco_map.c:2606:17: style: Redundant condition: has_mask_b. '!has_mask_b || (has_mask_b && var_mask_b->val.ip[idx]==1)' is equivalent to '!has_mask_b || var_mask_b->val.ip[idx]==1' [redundantCondition] nco-5.3.4/src/nco/nco_map.c:2625:17: style: Redundant condition: has_mask_b. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] nco-5.3.4/src/nco/nco_ppc.c:166:37: style: Redundant condition: !trv_tbl->lst[idx_tbl].flg_nsd. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/ncrystal/ncrystal_3.4.1+ds1.orig.tar.xz ncrystal-3.4.1/ncrystal_core/src/NCParseNCMAT.cc:694:24: style:inconclusive: Redundant condition: The condition ''a' > '0'' is redundant since ''a' > 'A'' is sufficient. [redundantCondition] ncrystal-3.4.1/ncrystal_core/src/NCParseNCMAT.cc:694:33: style:inconclusive: Redundant condition: The condition ''a' > '0'' is redundant since ''a' > '_'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/ncview/ncview_2.1.11+ds.orig.tar.xz ncview-2.1.11/src/SciPlot.c:2124:22: style: Redundant condition: w->plot.XLog. '!w->plot.XLog || (w->plot.XLog && val>0.0)' is equivalent to '!w->plot.XLog || val>0.0' [redundantCondition] ncview-2.1.11/src/SciPlot.c:2138:22: style: Redundant condition: w->plot.YLog. '!w->plot.YLog || (w->plot.YLog && val>0.0)' is equivalent to '!w->plot.YLog || val>0.0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/ndpi/ndpi_4.2.orig.tar.gz nDPI-4.2/src/lib/protocols/irc.c:578:4: style:inconclusive: Redundant condition: The condition 'packet->line[i].ptr[j] >= '.'' is redundant since 'packet->line[i].ptr[j] >= ' '' is sufficient. [redundantCondition] nDPI-4.2/src/lib/protocols/irc.c:579:4: style:inconclusive: Redundant condition: The condition 'packet->line[i].ptr[j] >= '.'' is redundant since 'packet->line[i].ptr[j] >= '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/ne/ne_3.3.3.orig.tar.gz ne-3.3.3/src/actions.c:398:10: style: Redundant condition: p. '!p || (p && !strcmp(p,">"))' is equivalent to '!p || !strcmp(p,">")' [redundantCondition] ne-3.3.3/src/actions.c:421:10: style: Redundant condition: p. '!p || (p && p[0]=='?')' is equivalent to '!p || p[0]=='?'' [redundantCondition] ne-3.3.3/src/actions.c:444:15: style: Redundant condition: The condition '*q' is redundant since '*q == ' '' is sufficient. [redundantCondition] ne-3.3.3/src/actions.c:451:15: style: Redundant condition: The condition '*q' is redundant since '*q == ' '' is sufficient. [redundantCondition] ne-3.3.3/src/display.c:201:17: style: Redundant condition: diff. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/nedit/nedit_5.7.orig.tar.gz nedit-5.7/source/windowTitle.c:387:24: style: Redundant condition: The condition '*titleFormat' is redundant since '*titleFormat == 'S'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/neomutt/neomutt_20250510+dfsg.orig.tar.xz neomutt-20250510/pattern/compile.c:285:14: style:inconclusive: Redundant condition: The condition 's[v]' is redundant since 's[v] >= '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/netatalk/netatalk_4.2.3~ds.orig.tar.xz netatalk-netatalk-4-2-3/etc/papd/printcap.c:344:13: style: Redundant condition: The condition '*bp' is redundant since '*bp == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/newlisp/newlisp_10.7.5.orig.tar.gz newlisp-10.7.5/newlisp.c:3718:57: style:inconclusive: Redundant condition: The condition '*stream->ptr != 0' is redundant since '*stream->ptr >= '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/newmail/newmail_0.5.orig.tar.gz newmail-0.5/rfc2047.c:176:16: style: Redundant condition: The condition '*wordp' is redundant since '*wordp == ' '' is sufficient. [redundantCondition] newmail-0.5/rfc2047.c:177:13: style: Redundant condition: The condition '*(wordp+1)' is redundant since '*(wordp+1) == '='' is sufficient. [redundantCondition] newmail-0.5/rfc2047.c:178:13: style: Redundant condition: The condition '*(wordp+2)' is redundant since '*(wordp+2) == '?'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/newt/newt_0.52.25.orig.tar.xz newt-0.52.25/checkboxtree.c:69:33: style: Redundant condition: what<0. 'what>=0 || (what<0 && item->selected)' is equivalent to 'what>=0 || item->selected' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/nfdump/nfdump_1.7.5.orig.tar.gz nfdump-1.7.5/src/nfcapd/nfcapd.c:670:64: style: Redundant condition: The condition 'sampling_rate < 0' is redundant since 'sampling_rate < -10000000' is sufficient. [redundantCondition] nfdump-1.7.5/src/nfcapd/nfcapd.c:670:116: style: Redundant condition: The condition 'sampling_rate > 0' is redundant since 'sampling_rate > 10000000' is sufficient. [redundantCondition] nfdump-1.7.5/src/nfsen/nfprofile.c:458:19: style: Redundant condition: The condition '*q' is redundant since '*q == '|'' is sufficient. [redundantCondition] nfdump-1.7.5/src/output/output_csv.c:727:15: style: Redundant condition: The condition '*c' is redundant since '*c == ' '' is sufficient. [redundantCondition] nfdump-1.7.5/src/output/output_csv.c:764:23: style: Redundant condition: The condition '*c' is redundant since '*c == ' '' is sufficient. [redundantCondition] nfdump-1.7.5/src/output/output_csv.c:771:23: style: Redundant condition: The condition '*c' is redundant since '*c == ' '' is sufficient. [redundantCondition] nfdump-1.7.5/src/output/output_csv.c:772:28: style: Redundant condition: The condition '*c == '\0'' is redundant since '*c != '%'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/nghttp2/nghttp2_1.64.0.orig.tar.gz nghttp2-1.64.0/examples/libevent-server.c:504:18: style: Redundant condition: The condition 'path[0]' is redundant since 'path[0] == '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/nheko/nheko_0.12.1+~0.10.1+~1.0.0+~0.3.1.orig.tar.gz nheko-0.12.1/src/Utils.cpp:572:19: style: Redundant condition: The condition 'i > 0' is redundant since 'i == 20' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/nifticlib/nifticlib_3.0.1.orig.tar.gz nifti_clib-3.0.1/nifti2/nifti2_io.c:748:23: style: Redundant condition: nim->dim[0]>=2. 'nim->dim[0]<2 || (nim->dim[0]>=2 && nim->dim[2]<1)' is equivalent to 'nim->dim[0]<2 || nim->dim[2]<1' [redundantCondition] nifti_clib-3.0.1/nifti2/nifti2_io.c:755:23: style: Redundant condition: nim->dim[0]>=3. 'nim->dim[0]<3 || (nim->dim[0]>=3 && nim->dim[3]<1)' is equivalent to 'nim->dim[0]<3 || nim->dim[3]<1' [redundantCondition] nifti_clib-3.0.1/nifti2/nifti2_io.c:761:23: style: Redundant condition: nim->dim[0]>=4. 'nim->dim[0]<4 || (nim->dim[0]>=4 && nim->dim[4]<1)' is equivalent to 'nim->dim[0]<4 || nim->dim[4]<1' [redundantCondition] nifti_clib-3.0.1/nifti2/nifti2_io.c:767:23: style: Redundant condition: nim->dim[0]>=5. 'nim->dim[0]<5 || (nim->dim[0]>=5 && nim->dim[5]<1)' is equivalent to 'nim->dim[0]<5 || nim->dim[5]<1' [redundantCondition] nifti_clib-3.0.1/nifti2/nifti2_io.c:773:23: style: Redundant condition: nim->dim[0]>=6. 'nim->dim[0]<6 || (nim->dim[0]>=6 && nim->dim[6]<1)' is equivalent to 'nim->dim[0]<6 || nim->dim[6]<1' [redundantCondition] nifti_clib-3.0.1/nifti2/nifti2_io.c:779:23: style: Redundant condition: nim->dim[0]>=7. 'nim->dim[0]<7 || (nim->dim[0]>=7 && nim->dim[7]<1)' is equivalent to 'nim->dim[0]<7 || nim->dim[7]<1' [redundantCondition] nifti_clib-3.0.1/niftilib/nifti1_io.c:653:23: style: Redundant condition: nim->dim[0]>=2. 'nim->dim[0]<2 || (nim->dim[0]>=2 && nim->dim[2]<1)' is equivalent to 'nim->dim[0]<2 || nim->dim[2]<1' [redundantCondition] nifti_clib-3.0.1/niftilib/nifti1_io.c:660:23: style: Redundant condition: nim->dim[0]>=3. 'nim->dim[0]<3 || (nim->dim[0]>=3 && nim->dim[3]<1)' is equivalent to 'nim->dim[0]<3 || nim->dim[3]<1' [redundantCondition] nifti_clib-3.0.1/niftilib/nifti1_io.c:666:23: style: Redundant condition: nim->dim[0]>=4. 'nim->dim[0]<4 || (nim->dim[0]>=4 && nim->dim[4]<1)' is equivalent to 'nim->dim[0]<4 || nim->dim[4]<1' [redundantCondition] nifti_clib-3.0.1/niftilib/nifti1_io.c:672:23: style: Redundant condition: nim->dim[0]>=5. 'nim->dim[0]<5 || (nim->dim[0]>=5 && nim->dim[5]<1)' is equivalent to 'nim->dim[0]<5 || nim->dim[5]<1' [redundantCondition] nifti_clib-3.0.1/niftilib/nifti1_io.c:678:23: style: Redundant condition: nim->dim[0]>=6. 'nim->dim[0]<6 || (nim->dim[0]>=6 && nim->dim[6]<1)' is equivalent to 'nim->dim[0]<6 || nim->dim[6]<1' [redundantCondition] nifti_clib-3.0.1/niftilib/nifti1_io.c:684:23: style: Redundant condition: nim->dim[0]>=7. 'nim->dim[0]<7 || (nim->dim[0]>=7 && nim->dim[7]<1)' is equivalent to 'nim->dim[0]<7 || nim->dim[7]<1' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/nkf/nkf_2.1.5.orig.tar.gz nkf-2.1.5/nkf.c:3896:9: style: Redundant condition: The condition 'c2 == 4115' is redundant since 'c2' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/nmapsi4/nmapsi4_0.5~alpha2.orig.tar.gz nmapsi4-0.5-alpha2/src/platform/parser/parsermanager.cpp:344:30: style: Redundant condition: !bufferInfo.isEmpty(). 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/nmh/nmh_1.8~RC2.orig.tar.gz nmh-1.8-RC2/uip/mhfixmsg.c:1879:29: style: Redundant condition: The condition '*cp' is redundant since '*cp == '='' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/noblenote/noblenote_1.2.0.orig.tar.gz noblenote-1.2.0/src/textformattingtoolbar.cpp:208:30: style: Redundant condition: currentList!=0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] noblenote-1.2.0/src/textformattingtoolbar.cpp:261:30: style: Redundant condition: currentList!=0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/normaliz/normaliz_3.10.5+ds.orig.tar.xz normaliz-3.10.5/source/libnormaliz/project_and_lift.cpp:3497:32: style: Redundant condition: lifting_float. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] normaliz-3.10.5/source/libnormaliz/project_and_lift.cpp:3497:32: style: Redundant condition: lifting_float. '!lifting_float || (lifting_float && using_float())' is equivalent to '!lifting_float || using_float()' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/notmuch/notmuch_0.39.orig.tar.xz notmuch-0.39/util/string-util.c:98:19: style:inconclusive: Redundant condition: The condition 'c == 0' is redundant since 'c <= ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/nrn-iv/nrn-iv_3.1+git20250501.orig.tar.gz nrn-iv/src/lib/IV-2_6/filebrowser.cpp:165:25: style: Redundant condition: The condition 'path[0] != '\0'' is redundant since 'path[0] == '.'' is sufficient. [redundantCondition] nrn-iv/src/lib/Unidraw/statevars.cpp:55:29: style: Redundant condition: _name!=nil. '_name==nil || (_name!=nil && strcmp(n,_name)!=0)' is equivalent to '_name==nil || strcmp(n,_name)!=0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/ntopng/ntopng_5.2.1+dfsg1.orig.tar.xz ntopng-5.2.1/third-party/mongoose/mongoose.c:4588:31: style: Redundant condition: The condition 'vec->ptr[len]' is redundant since 'vec->ptr[len] == 's'' is sufficient. [redundantCondition] ntopng-5.2.1/third-party/mongoose/mongoose.c:4589:34: style: Redundant condition: The condition 'vec->ptr[len]' is redundant since 'vec->ptr[len] == 'r'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/ntp/ntp_4.2.8p15+dfsg.orig.tar.xz ntp-4.2.8p15/parseutil/dcfd.c:1058:21: style: Redundant condition: !toffset.tv_sec. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/ntpsec/ntpsec_1.2.3+dfsg1.orig.tar.xz ntpsec-1.2.3+dfsg1/libparse/parse.c:386:17: style:inconclusive: Redundant condition: The condition 'c == '\0'' is redundant since 'c < '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/nullmailer/nullmailer_2.2+10~g7ed88a0.orig.tar.xz nullmailer-2.2+10~g7ed88a0/lib/address.cc:192:15: style: Redundant condition: The condition '*ptr' is redundant since '*ptr == 92' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/nvidia-settings/nvidia-settings_470.239.06.orig.tar.bz2 nvidia-settings-470.239.06/src/gtk+-2.x/ctkgridlicense.c:1548:32: style: Redundant condition: ret==NvCtrlSuccess. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] nvidia-settings-470.239.06/src/parse.c:1530:17: style:inconclusive: Redundant condition: The condition '*str' is redundant since '*str >= '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/nvme-cli/nvme-cli_2.15.orig.tar.xz nvme-cli-2.15/plugin.c:45:20: style: Redundant condition: cmd->alias. '!cmd->alias || (cmd->alias && strcmp(str,cmd->alias))' is equivalent to '!cmd->alias || strcmp(str,cmd->alias)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/n/nvtop/nvtop_3.2.0.orig.tar.gz nvtop-3.2.0/src/extract_gpuinfo.c:67:19: style: Redundant condition: retval. '!retval || (retval && vendor_devices_count==0)' is equivalent to '!retval || vendor_devices_count==0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/obexftp/obexftp_0.24.orig.tar.gz obexftp-0.24-Source/obexftp/cache.c:112:36: style: Redundant condition: The condition '*path == '\0'' is redundant since '*path != '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/obitools/obitools_3.0.1~b26+dfsg.orig.tar.xz OBITools3-3.0.1b26/src/obi_clean.c:628:20: style: Redundant condition: heads_only. '!heads_only || (heads_only && head)' is equivalent to '!heads_only || head' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/octave-octclip/octave-octclip_2.0.3.orig.tar.gz octclip-2.0.3/src/greiner.c:404:34: style: Redundant condition: sal->interseccion!=0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/odin/odin_2.0.5.orig.tar.gz odin-2.0.5/odinseq/seqmeth.cpp:275:14: style: Redundant condition: result. '!result || (result && STD_string(result)=="")' is equivalent to '!result || STD_string(result)==""' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/odr-dabmod/odr-dabmod_3.0.0+ds.orig.tar.gz Opendigitalradio-ODR-DabMod-f7eedef/lib/Socket.cpp:672:23: style: Redundant condition: ret==-1. 'ret!=-1 || (ret==-1 && errno==EINPROGRESS)' is equivalent to 'ret!=-1 || errno==EINPROGRESS' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/ofono/ofono_2.18.orig.tar.xz ofono-2.18/drivers/atmodem/lte.c:71:35: style: Redundant condition: !*ldd->pending_info.username. 'A || (A && B)' is equivalent to 'A' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/omniorb-dfsg/omniorb-dfsg_4.3.3+ds1.orig.tar.xz omniORB-4.3.3/src/tool/omniidl/cxx/cccp/cccp.c:6816:20: style: Redundant condition: The condition '*p == '\n'' is redundant since '*p != '\"'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/onetbb/onetbb_2022.1.0.orig.tar.xz oneTBB-2022.1.0/src/tbb/tools_api/ittnotify_static.c:1421:53: style: Redundant condition: The condition 'group_list[i].id != -1' is redundant since 'group_list[i].id > 128' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/opari/opari_1.1+dfsg.orig.tar.bz2 opari-1.1/tool/ompragma_f.cc:40:29: style: Redundant condition: c!=std::string::npos. 'c==std::string::npos || (c!=std::string::npos && wcmd < 7' is redundant since 'msg->cmd < 27' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/opencity/opencity_0.0.6.5stable.orig.tar.bz2 opencity-0.0.6.5stable/src/main.cpp:560:15: style: Redundant condition: i==0. 'i!=0 || (i==0 && strcmp(args.OptionArg(),"0")==0)' is equivalent to 'i!=0 || strcmp(args.OptionArg(),"0")==0' [redundantCondition] opencity-0.0.6.5stable/src/main.cpp:572:15: style: Redundant condition: i==0. 'i!=0 || (i==0 && strcmp(args.OptionArg(),"0")==0)' is equivalent to 'i!=0 || strcmp(args.OptionArg(),"0")==0' [redundantCondition] opencity-0.0.6.5stable/src/main.cpp:584:15: style: Redundant condition: i==0. 'i!=0 || (i==0 && strcmp(args.OptionArg(),"0")==0)' is equivalent to 'i!=0 || strcmp(args.OptionArg(),"0")==0' [redundantCondition] opencity-0.0.6.5stable/src/main.cpp:595:15: style: Redundant condition: i==0. 'i!=0 || (i==0 && strcmp(args.OptionArg(),"0")==0)' is equivalent to 'i!=0 || strcmp(args.OptionArg(),"0")==0' [redundantCondition] opencity-0.0.6.5stable/src/main.cpp:607:15: style: Redundant condition: i==0. 'i!=0 || (i==0 && strcmp(args.OptionArg(),"0")==0)' is equivalent to 'i!=0 || strcmp(args.OptionArg(),"0")==0' [redundantCondition] opencity-0.0.6.5stable/src/tinyxml/tinyxmlparser.cpp:446:14: style: Redundant condition: The condition '*(p+1)' is redundant since '*(p+1) == '#'' is sufficient. [redundantCondition] opencity-0.0.6.5stable/src/tinyxml/tinyxmlparser.cpp:824:16: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] opencity-0.0.6.5stable/src/tinyxml/tinyxmlparser.cpp:1281:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] opencity-0.0.6.5stable/src/tinyxml/tinyxmlparser.cpp:1381:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '='' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/opencolorio/opencolorio_2.1.3+dfsg.orig.tar.xz OpenColorIO-2.1.3/src/OpenColorIO/apphelpers/LegacyViewingPipeline.cpp:231:50: style: Redundant condition: displayColorSpace. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/opencore-amr/opencore-amr_0.1.6.orig.tar.gz opencore-amr-0.1.6/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dtx_dec.cpp:1347:36: style: Redundant condition: st->valid_data==0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] opencore-amr-0.1.6/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/dtx_decoder_amr_wb.cpp:441:36: style: Redundant condition: st->valid_data==0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/openiked/openiked_7.4.orig.tar.gz openiked-7.4/iked/proc.c:424:21: style: Redundant condition: pid==-1. 'pid!=-1 || (pid==-1 && errno==EINTR)' is equivalent to 'pid!=-1 || errno==EINTR' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/openjade/openjade_1.4devel1.orig.tar.gz OpenJade-1.4devel/intl/dcgettext.c:282:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/openldap/openldap_2.6.10+dfsg.orig.tar.xz openldap-2.6.10/contrib/slapd-modules/authzid/authzid.c:75:18: style: Redundant condition: ac!=NULL. 'ac==NULL || (ac!=NULL && ac->refcnt!=0)' is equivalent to 'ac==NULL || ac->refcnt!=0' [redundantCondition] openldap-2.6.10/contrib/slapd-modules/vc/vc.c:285:21: style: Redundant condition: conn!=NULL. 'conn==NULL || (conn!=NULL && conn->refcnt!=0)' is equivalent to 'conn==NULL || conn->refcnt!=0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/openni/openni_1.5.4.0+dfsg.orig.tar.xz openni-1.5.4.0+dfsg/Externals/TinyXml/tinyxmlparser.cpp:445:14: style: Redundant condition: The condition '*(p+1)' is redundant since '*(p+1) == '#'' is sufficient. [redundantCondition] openni-1.5.4.0+dfsg/Externals/TinyXml/tinyxmlparser.cpp:823:16: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] openni-1.5.4.0+dfsg/Externals/TinyXml/tinyxmlparser.cpp:1126:18: style: Redundant condition: The condition '*p' is redundant since '*p == '>'' is sufficient. [redundantCondition] openni-1.5.4.0+dfsg/Externals/TinyXml/tinyxmlparser.cpp:1285:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] openni-1.5.4.0+dfsg/Externals/TinyXml/tinyxmlparser.cpp:1411:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '='' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/openntpd/openntpd_6.2p3.orig.tar.gz openntpd-6.2p3/src/ntpd.c:366:21: style: Redundant condition: pid==-1. 'pid!=-1 || (pid==-1 && errno==EINTR)' is equivalent to 'pid!=-1 || errno==EINTR' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/opensbi/opensbi_1.6.orig.tar.gz opensbi-1.6/lib/utils/mailbox/fdt_mailbox_rpmi_shmem.c:610:13: style: Redundant condition: name. '!name || (name && len<0)' is equivalent to '!name || len<0' [redundantCondition] opensbi-1.6/lib/utils/mailbox/fdt_mailbox_rpmi_shmem.c:623:12: style: Redundant condition: name. '!name || (name && len<0)' is equivalent to '!name || len<0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/opensc/opensc_0.26.1.orig.tar.gz OpenSC-0.26.1/src/libopensc/card-myeid.c:1059:25: style: Redundant condition: The condition 'datalen' is redundant since 'datalen > 3' is sufficient. [redundantCondition] OpenSC-0.26.1/src/tools/goid-tool-cmdline.c:609:17: style: Redundant condition: The condition 'arg[i+1]' is redundant since 'arg[i+1] == ','' is sufficient. [redundantCondition] OpenSC-0.26.1/src/tools/npa-tool-cmdline.c:724:17: style: Redundant condition: The condition 'arg[i+1]' is redundant since 'arg[i+1] == ','' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/opensm/opensm_3.3.23.orig.tar.gz opensm-3.3.23/libopensm/osm_helper.c:3379:60: style: Redundant condition: p_pi->capability_mask&IB_PORT_CAP_HAS_CAP_MASK2. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] opensm-3.3.23/libopensm/osm_helper.c:3399:60: style: Redundant condition: p_pi->capability_mask&IB_PORT_CAP_HAS_CAP_MASK2. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/opensmtpd/opensmtpd_7.7.0p0.orig.tar.gz opensmtpd-7.7.0p0/usr.sbin/smtpd/smtpd.c:330:21: style: Redundant condition: pid==-1. 'pid!=-1 || (pid==-1 && errno==EINTR)' is equivalent to 'pid!=-1 || errno==EINTR' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/opensp/opensp_1.5.2.orig.tar.gz opensp-1.5.2/intl/dcigettext.c:583:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/openvanilla-modules/openvanilla-modules_0.9.0a1.3+dfsg1.orig.tar.gz openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.cpp:486:8: style: Redundant condition: The condition 'i' is redundant since 'i > 21' is sufficient. [redundantCondition] openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.cpp:489:8: style: Redundant condition: The condition 'i' is redundant since 'i > 13' is sufficient. [redundantCondition] openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.cpp:491:8: style: Redundant condition: The condition 'i' is redundant since 'i > 4' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/openvas-scanner/openvas-scanner_23.17.0.orig.tar.gz openvas-scanner-23.17.0/nasl/nasl_builtin_openvas_tcp_scanner.c:232:33: style: Redundant condition: The condition 'p[1]' is redundant since 'p[1] == ':'' is sufficient. [redundantCondition] openvas-scanner-23.17.0/nasl/nasl_builtin_openvas_tcp_scanner.c:235:38: style: Redundant condition: The condition 'p[1]' is redundant since 'p[1] == ':'' is sufficient. [redundantCondition] openvas-scanner-23.17.0/nasl/nasl_misc_funcs.c:149:36: style: Redundant condition: The condition 'n <= 0' is redundant since 'n != 3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/opm-simulators/opm-simulators_2025.04+ds.orig.tar.xz opm-simulators-release-2025.04-final/opm/simulators/wells/GasLiftCommon.cpp:66:9: style: Redundant condition: this->debug_output_only_on_rank0. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/opt/opt_3.19.orig.tar.gz opt-3.19.orig/src/opt_num.c:62:21: style: Redundant condition: The condition '*t != '\0'' is redundant since '*t == '.'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/orbital-eunuchs-sniper/orbital-eunuchs-sniper_1.30+svn20070601.orig.tar.gz orbital_eunuchs_sniper-1.30/src/petopt.cpp:113:35: style: Redundant condition: pop->argv[pop->ai][0]=='-'. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] orbital_eunuchs_sniper-1.30/src/petopt.cpp:244:34: style: Redundant condition: The condition 'pop->argv[pop->ai][0] == '\0'' is redundant since 'pop->argv[pop->ai][0] != '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/original-awk/original-awk_2025-01-16.orig.tar.gz original-awk-2025-01-16/lib.c:437:37: style: Redundant condition: The condition 'r[1] != '\0'' is redundant since 'r[1] == '"'' is sufficient. [redundantCondition] original-awk-2025-01-16/run.c:1756:36: style: Redundant condition: The condition 's[1] != '\0'' is redundant since 's[1] == '"'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/ortp/ortp_5.3.105.orig.tar.gz ortp-5.3.105/src/rtpsession_inet.c:2128:15: style: Redundant condition: bundle. '!bundle || (bundle && session->is_primary)' is equivalent to '!bundle || session->is_primary' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/oscar/oscar_1.5.3.orig.tar.bz2 OSCAR-code-1.5.3/oscar/Graphs/gXAxis.cpp:111:20: style: Redundant condition: usepixmap. '!usepixmap || (usepixmap && w.invalidate_xAxisImage)' is equivalent to '!usepixmap || w.invalidate_xAxisImage' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/osra/osra_2.1.3.orig.tar.gz osra-2.1.3/src/CImg.h:18135:31: style: Redundant condition: ~pattern. '!(~pattern) || (~pattern && pattern&hatch)' is equivalent to '!(~pattern) || pattern&hatch' [redundantCondition] osra-2.1.3/src/CImg.h:18155:33: style: Redundant condition: ~pattern. '!(~pattern) || (~pattern && pattern&hatch)' is equivalent to '!(~pattern) || pattern&hatch' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/oss4/oss4_4.2-build2020.orig.tar.bz2 oss-v4.2-build2020-src-gpl/tutorials/sndkit/sblive/asm10k.c:511:13: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] oss-v4.2-build2020-src-gpl/tutorials/sndkit/sblive/asm10k.c:578:13: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] oss-v4.2-build2020-src-gpl/tutorials/sndkit/sblive/asm10k.c:620:13: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] oss-v4.2-build2020-src-gpl/tutorials/sndkit/sblive/asm10k.c:662:13: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/ovito/ovito_3.13.0~ds.orig.tar.xz ovito-v3.13.0/src/ovito/particles/import/cfg/CFGImporter.cpp:254:41: style:inconclusive: Redundant condition: The condition '*line_end != '\0'' is redundant since '*line_end > ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/p8-platform/p8-platform_2.1.0.1+dfsg1.orig.tar.xz platform-p8-platform-2.1.0.1/src/util/StringUtils.cpp:1003:15: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/paho.mqtt.c/paho.mqtt.c_1.3.14.orig.tar.gz paho.mqtt.c-1.3.14/src/MQTTPersistence.c:91:21: style: Redundant condition: per!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/palabos/palabos_1.5~r1+repack1.orig.tar.xz palabos-v1.5r1/src/multiBlock/multiBlock2D.cpp:136:22: style: Redundant condition: testX. '!testX || (testX && periodicity[0])' is equivalent to '!testX || periodicity[0]' [redundantCondition] palabos-v1.5r1/src/multiBlock/multiBlock2D.cpp:137:22: style: Redundant condition: testY. '!testY || (testY && periodicity[1])' is equivalent to '!testY || periodicity[1]' [redundantCondition] palabos-v1.5r1/src/multiBlock/multiBlock3D.cpp:138:22: style: Redundant condition: testX. '!testX || (testX && periodicity[0])' is equivalent to '!testX || periodicity[0]' [redundantCondition] palabos-v1.5r1/src/multiBlock/multiBlock3D.cpp:139:22: style: Redundant condition: testY. '!testY || (testY && periodicity[1])' is equivalent to '!testY || periodicity[1]' [redundantCondition] palabos-v1.5r1/src/multiBlock/multiBlock3D.cpp:140:22: style: Redundant condition: testZ. '!testZ || (testZ && periodicity[2])' is equivalent to '!testZ || periodicity[2]' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/paml/paml_4.9j+dfsg.orig.tar.xz paml4.9j/src/codeml.c:895:22: style: Redundant condition: The condition 'com.Mgene >= 3' is redundant since 'com.Mgene > 1' is sufficient. [redundantCondition] paml4.9j/src/codeml.c:1235:27: style: Redundant condition: The condition 'com.aaDist' is redundant since 'com.aaDist >= 11' is sufficient. [redundantCondition] paml4.9j/src/codeml.c:1582:47: style: Redundant condition: The condition 'com.Mgene' is redundant since 'com.Mgene >= 3' is sufficient. [redundantCondition] paml4.9j/src/codeml.c:1789:29: style: Redundant condition: The condition 'com.seqtype != 2' is redundant since 'com.seqtype == 3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/parlatype/parlatype_4.2.orig.tar.gz parlatype-4.2/src/pt-config-list.c:237:15: style: Redundant condition: !success. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/parser/parser_3.5.1.orig.tar.gz parser-3.5.1/src/classes/date.C:204:18: style: Redundant condition: delim==':'. 'delim!=':' || (delim==':' && strlen(year)>=4)' is equivalent to 'delim!=':' || strlen(year)>=4' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/partclone/partclone_0.3.37+repack.orig.tar.xz partclone-0.3.37/src/f2fs/f2fs_fs.h:1783:15: style: Redundant condition: The condition '*sub' is redundant since '*sub == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/passwordmaker-cli/passwordmaker-cli_1.5+dfsg.orig.tar.xz passwordmaker-cli-1.5/tinyxmlparser.cpp:427:14: style: Redundant condition: The condition '*(p+1)' is redundant since '*(p+1) == '#'' is sufficient. [redundantCondition] passwordmaker-cli-1.5/tinyxmlparser.cpp:801:16: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] passwordmaker-cli-1.5/tinyxmlparser.cpp:1242:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] passwordmaker-cli-1.5/tinyxmlparser.cpp:1342:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '='' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pcb/pcb_4.2.2.orig.tar.gz pcb-4.2.2/intl/dcigettext.c:689:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pcmanx-gtk2/pcmanx-gtk2_1.3.orig.tar.xz pcmanx-gtk2-1.3/src/emoticondlg.cpp:183:16: style: Redundant condition: The condition 'sel != -1' is redundant since 'sel > 0' is sufficient. [redundantCondition] pcmanx-gtk2-1.3/src/editfavdlg.cpp:195:16: style: Redundant condition: The condition 'sel != -1' is redundant since 'sel > 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pcre2/pcre2_10.45.orig.tar.gz pcre2-10.45/deps/sljit/sljit_src/allocator_src/sljitExecAllocatorCore.c:317:26: style: Redundant condition: !total_size. 'total_size || (!total_size && !free_blocks)' is equivalent to 'total_size || !free_blocks' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pcsxr/pcsxr_1.9.94.orig.tar.xz pcsxr/libpcsxcore/debug.c:445:40: style: Redundant condition: The condition '*arguments' is redundant since '*arguments == 0x20' is sufficient. [redundantCondition] pcsxr/win32/intl/dcgettext.c:323:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ';'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pd-sigpack/pd-sigpack_0.46.0.orig.tar.gz pd-sigpack-0.46.0/source/shape~.c:47:25: style: Redundant condition: The condition 'x->x_shapep < 1.0f' is redundant since 'x->x_shapep < -1.0f' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pdal/pdal_2.2.0+ds.orig.tar.xz PDAL-2.2.0/plugins/nitf/io/MetadataReader.cpp:151:16: style: Redundant condition: blank. '!blank || (blank && m_showEmptyFields)' is equivalent to '!blank || m_showEmptyFields' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pdfresurrect/pdfresurrect_0.23.orig.tar.gz pdfresurrect-0.23/pdf.c:1183:12: style: Redundant condition: c. '!c || (c && c>endobj)' is equivalent to '!c || c>endobj' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pdftk/pdftk_2.02.orig.tar.gz pdftk-2.02-dist/pdftk/report.cc:1326:23: style:inconclusive: Redundant condition: The condition 'buff[buff_ii]' is redundant since 'buff[buff_ii] >= '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/peg-solitaire/peg-solitaire_2.2.orig.tar.gz peg-solitaire-2.2/scr/tauler.cpp:1430:7: style: Redundant condition: numFitxesInicialsJoc>40. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/perl/perl_5.42.0.orig.tar.xz perl-5.42.0/cygwin/cygwin.c:81:31: style: Redundant condition: The condition 'argv[0][2] == '/'' is redundant since 'argv[0][2] != '\\'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/perl-tk/perl-tk_804.036+dfsg1.orig.tar.xz perl-tk-804.036+dfsg1/pTk/mTk/additions/imgPmap.c:561:22: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'm'' is sufficient. [redundantCondition] perl-tk-804.036+dfsg1/pTk/mTk/additions/imgPmap.c:566:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'g'' is sufficient. [redundantCondition] perl-tk-804.036+dfsg1/pTk/mTk/additions/imgPmap.c:567:20: style: Redundant condition: The condition 'p[1] != '\0'' is redundant since 'p[1] == '4'' is sufficient. [redundantCondition] perl-tk-804.036+dfsg1/pTk/mTk/additions/imgPmap.c:572:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'g'' is sufficient. [redundantCondition] perl-tk-804.036+dfsg1/pTk/mTk/additions/imgPmap.c:577:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'c'' is sufficient. [redundantCondition] perl-tk-804.036+dfsg1/pTk/mTk/additions/imgPmap.c:582:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 's'' is sufficient. [redundantCondition] perl-tk-804.036+dfsg1/pTk/mTk/additions/imgXPM.c:700:22: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'm'' is sufficient. [redundantCondition] perl-tk-804.036+dfsg1/pTk/mTk/additions/imgXPM.c:705:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'g'' is sufficient. [redundantCondition] perl-tk-804.036+dfsg1/pTk/mTk/additions/imgXPM.c:706:20: style: Redundant condition: The condition 'p[1] != '\0'' is redundant since 'p[1] == '4'' is sufficient. [redundantCondition] perl-tk-804.036+dfsg1/pTk/mTk/additions/imgXPM.c:711:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'g'' is sufficient. [redundantCondition] perl-tk-804.036+dfsg1/pTk/mTk/additions/imgXPM.c:716:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'c'' is sufficient. [redundantCondition] perl-tk-804.036+dfsg1/pTk/mTk/additions/imgXPM.c:721:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 's'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/persalys/persalys_18.1+ds.orig.tar.xz persalys-18.1/lib/src/view/PyConsole/PyConsole_Editor.cxx:791:23: style: Redundant condition: ctrlPressed. '!ctrlPressed || (ctrlPressed && aKey!=Qt::Key_Control)' is equivalent to '!ctrlPressed || aKey!=Qt::Key_Control' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pesign/pesign_116.orig.tar.bz2 pesign-116/src/text.c:208:14: style: Redundant condition: The condition '!buf[0]' is redundant since 'buf[0] != '\\'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pfstools/pfstools_2.2.0.orig.tar.gz pfstools-2.2.0/src/pfsview/pfsview_widget.cpp:340:18: style: Redundant condition: color. '!color || (color && B!=NULL)' is equivalent to '!color || B!=NULL' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pftools/pftools_3.2.12.orig.tar.gz pftools3-3.2.12/src/C/utils/output.c:823:25: style: Redundant condition: The condition '*cptr != '\0'' is redundant since '*cptr == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pg-auto-failover/pg-auto-failover_2.2.orig.tar.gz pg_auto_failover-2.2/src/bin/pg_autoctl/state.c:84:62: style: Redundant condition: pg_autoctl_state_version==1. 'A || (A && B)' is equivalent to 'A' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pgagroal/pgagroal_1.6.0.orig.tar.gz pgagroal-1.6.0/src/libpgagroal/configuration.c:1739:39: style: Redundant condition: quoting_begin!='\0'. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] pgagroal-1.6.0/src/libpgagroal/configuration.c:1747:39: style: Redundant condition: quoting_begin!='\0'. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] pgagroal-1.6.0/src/libpgagroal/pool.c:406:69: style: Redundant condition: config->connections[slot].has_security==SECURITY_SCRAM256. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pgbouncer/pgbouncer_1.24.1.orig.tar.gz pgbouncer-1.24.1/test/hba_test.c:51:13: style: Redundant condition: The condition '*ln' is redundant since '*ln == '\t'' is sufficient. [redundantCondition] pgbouncer-1.24.1/test/hba_test.c:55:13: style: Redundant condition: The condition '*ln' is redundant since '*ln == '\t'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pgmodeler/pgmodeler_1.2.0~beta1.orig.tar.gz pgmodeler-1.2.0-beta1/libs/libcanvas/src/objectsscene.cpp:360:19: style: Redundant condition: sch_view. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libcanvas/src/relationshipview.cpp:1450:33: style: Redundant condition: use_crows_foot. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libcli/src/pgmodelercliapp.cpp:860:20: style: Redundant condition: export_file. '!export_file || (export_file && !opts.count(Split))' is equivalent to '!export_file || !opts.count(Split)' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libcli/src/pgmodelercliapp.cpp:1402:43: style: Redundant condition: obj_type==ObjectType::Relationship. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libcore/src/coreutilsns.h:118:25: style: Redundant condition: comp_sch_names. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libcore/src/constraint.cpp:465:21: style: Redundant condition: first_col_only. '!first_col_only || (first_col_only && rel_cols.empty())' is equivalent to '!first_col_only || rel_cols.empty()' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libcore/src/constraint.cpp:473:21: style: Redundant condition: first_col_only. '!first_col_only || (first_col_only && rel_cols.empty())' is equivalent to '!first_col_only || rel_cols.empty()' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libcore/src/databasemodel.cpp:2509:20: style: Redundant condition: ref_fk. '!ref_fk || (ref_fk && rel->getReferenceForeignKey()==ref_fk)' is equivalent to '!ref_fk || rel->getReferenceForeignKey()==ref_fk' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libcore/src/foreigndatawrapper.cpp:134:20: style: Redundant condition: this_func. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libcore/src/language.cpp:56:11: style: Redundant condition: func. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libcore/src/operationlist.cpp:957:22: style: Redundant condition: !ignore_chain. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libcore/src/relationship.cpp:2464:16: style: Redundant condition: !connected. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libcore/src/table.cpp:303:17: style: Redundant condition: ref_table. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libgui/src/dbobjects/baseobjectwidget.cpp:181:15: style: Redundant condition: tab_obj. '!tab_obj || (tab_obj && !tab_obj->isAddedByRelationship())' is equivalent to '!tab_obj || !tab_obj->isAddedByRelationship()' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libgui/src/guiutilsns.cpp:169:18: style: Redundant condition: !disable. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libgui/src/guiutilsns.cpp:204:17: style: Redundant condition: tab_obj. '!tab_obj || (tab_obj && !tab_obj->isAddedByRelationship())' is equivalent to '!tab_obj || !tab_obj->isAddedByRelationship()' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libgui/src/tools/databaseimporthelper.cpp:485:55: style: Redundant condition: attribs[Attributes::Type]==Attributes::CkConstr. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libgui/src/tools/modelsdiffhelper.cpp:409:48: style: Redundant condition: diff_type==ObjectsDiffInfo::DropObject. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libgui/src/tools/modelsdiffhelper.cpp:585:52: style: Redundant condition: diff_type==ObjectsDiffInfo::DropObject. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libgui/src/tools/modelsdiffhelper.cpp:667:45: style: Redundant condition: diff_type==ObjectsDiffInfo::DropObject. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libgui/src/tools/modelsdiffhelper.cpp:759:39: style: Redundant condition: diff_opts[OptReuseSequences]. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libgui/src/tools/modelvalidationhelper.cpp:608:17: style: Redundant condition: constr. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libgui/src/tools/sqlexecutionwidget.cpp:970:31: style: Redundant condition: use_popup. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libgui/src/widgets/codecompletionwidget.cpp:141:17: style: Redundant condition: blk_info. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libgui/src/widgets/codecompletionwidget.cpp:1028:11: style: Redundant condition: item. '!item || (item && item->isHidden())' is equivalent to '!item || item->isHidden()' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libgui/src/widgets/customsqlwidget.cpp:197:20: style: Redundant condition: !inc_serials. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libgui/src/widgets/customtablewidget.cpp:561:21: style: Redundant condition: conf_exclusion. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libgui/src/widgets/customtablewidget.cpp:620:22: style: Redundant condition: conf_exclusion. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libgui/src/widgets/modelobjectswidget.cpp:230:23: style: Redundant condition: simplified_view. '!simplified_view || (simplified_view && enable_obj_creation)' is equivalent to '!simplified_view || enable_obj_creation' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libgui/src/widgets/objectsearchwidget.cpp:316:14: style: Redundant condition: object. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libparsers/src/csvparser.cpp:153:19: style: Redundant condition: delim_open. '!delim_open || (delim_open && delim_closed)' is equivalent to '!delim_open || delim_closed' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libparsers/src/xmlparser.cpp:313:25: style: Redundant condition: xml_node_type!=0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libparsers/src/xmlparser.cpp:319:25: style: Redundant condition: xml_node_type!=0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libparsers/src/xmlparser.cpp:324:25: style: Redundant condition: xml_node_type!=0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] pgmodeler-1.2.0-beta1/libs/libparsers/src/xmlparser.cpp:330:25: style: Redundant condition: xml_node_type!=0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pgnodemx/pgnodemx_1.7.orig.tar.gz pgnodemx-1.7/parseutils.c:192:11: style: Redundant condition: The condition '*src' is redundant since '*src == '"'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pgpool2/pgpool2_4.6.2.orig.tar.gz pgpool-II-4.6.2/src/protocol/CommandComplete.c:70:58: style: Redundant condition: SL_MODE. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] pgpool-II-4.6.2/src/protocol/CommandComplete.c:281:14: style: Redundant condition: msg. '!msg || (msg && *msg->name=='\0')' is equivalent to '!msg || *msg->name=='\0'' [redundantCondition] pgpool-II-4.6.2/src/protocol/pool_proto_modules.c:4972:18: style: Redundant condition: tstate_check. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] pgpool-II-4.6.2/src/utils/getopt_long.c:80:16: style: Redundant condition: The condition 'place[0]' is redundant since 'place[0] == '-'' is sufficient. [redundantCondition] pgpool-II-4.6.2/src/utils/getopt_long.c:87:16: style: Redundant condition: The condition 'place[0]' is redundant since 'place[0] == '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pgtop/pgtop_4.1.3.orig.tar.bz2 pg_top-v4.1.3/machine/m_macosx.c:552:29: style: Redundant condition: The condition 'stringPtr[0] != '\0'' is redundant since 'stringPtr[0] == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/phalanx/phalanx_25.orig.tar.gz Phalanx-XXV/io.c:798:21: style: Redundant condition: The condition '*f != '\0'' is redundant since '*f == ' '' is sufficient. [redundantCondition] Phalanx-XXV/io.c:808:21: style: Redundant condition: The condition '*f != '\0'' is redundant since '*f == ' '' is sufficient. [redundantCondition] Phalanx-XXV/io.c:822:21: style: Redundant condition: The condition '*f != '\0'' is redundant since '*f == ' '' is sufficient. [redundantCondition] Phalanx-XXV/io.c:853:21: style: Redundant condition: The condition '*f != '\0'' is redundant since '*f == ' '' is sufficient. [redundantCondition] Phalanx-XXV/io.c:870:21: style: Redundant condition: The condition '*f != '\0'' is redundant since '*f == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/phnxdeco/phnxdeco_0.33.orig.tar.gz phnxdeco-0.33.orig/src/phnxdeco.c:149:29: style: Redundant condition: The condition 'IDMod.Name[0] == 0x0' is redundant since 'IDMod.Name[0] < 0x41' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/php-zstd/php-zstd_0.14.0.orig.tar.gz zstd-0.14.0/zstd/lib/compress/zstd_compress_sequences.c:165:5: style: Redundant condition: The condition '0 != 1' is redundant since '0 == 0' is sufficient. [redundantCondition] zstd-0.14.0/zstd/lib/decompress/zstd_decompress_block.c:1433:9: style: Redundant condition: The condition 'BIT_DStream_completed > 0' is redundant since 'BIT_DStream_completed > 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/php7.4/php7.4_7.4.33.orig.tar.xz php-7.4.33/ext/gd/libgd/gdkanji.c:146:20: style: Redundant condition: The condition 'c != '\0'' is redundant since 'c >= 64' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/php8.4/php8.4_8.4.11.orig.tar.xz php-8.4.11/ext/pcre/pcre2lib/sljit/allocator_src/sljitExecAllocatorCore.c:317:26: style: Redundant condition: !total_size. 'total_size || (!total_size && !free_blocks)' is equivalent to 'total_size || !free_blocks' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/phylip/phylip_3.697+dfsg.orig.tar.gz phylip-3.697/src/dnapars.c:1251:23: style: Redundant condition: j>=spp. 'j=spp && item->numdesc>0)' is equivalent to 'jnumdesc>0' [redundantCondition] phylip-3.697/src/dnamlk.c:1164:20: style: Redundant condition: usertree. '!usertree || (usertree && !lngths)' is equivalent to '!usertree || !lngths' [redundantCondition] phylip-3.697/src/dnamlk.c:1925:18: style: Redundant condition: usertree. '!usertree || (usertree && !lngths)' is equivalent to '!usertree || !lngths' [redundantCondition] phylip-3.697/src/dnaml.c:1298:19: style: Redundant condition: usertree. '!usertree || (usertree && !lngths)' is equivalent to '!usertree || !lngths' [redundantCondition] phylip-3.697/src/dnaml.c:1829:17: style: Redundant condition: usertree. '!usertree || (usertree && !lngths)' is equivalent to '!usertree || !lngths' [redundantCondition] phylip-3.697/src/draw.c:2507:23: style: Redundant condition: The condition 'charnum != -1' is redundant since 'charnum >= 32' is sufficient. [redundantCondition] phylip-3.697/src/promlk.c:1657:20: style: Redundant condition: usertree. '!usertree || (usertree && !lngths)' is equivalent to '!usertree || !lngths' [redundantCondition] phylip-3.697/src/pars.c:1276:23: style: Redundant condition: j>=spp. 'j=spp && item->numdesc>0)' is equivalent to 'jnumdesc>0' [redundantCondition] phylip-3.697/src/proml.c:1746:19: style: Redundant condition: usertree. '!usertree || (usertree && !lngths)' is equivalent to '!usertree || !lngths' [redundantCondition] phylip-3.697/src/proml.c:2382:17: style: Redundant condition: usertree. '!usertree || (usertree && !lngths)' is equivalent to '!usertree || !lngths' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pidgin/pidgin_2.14.14.orig.tar.bz2 pidgin-2.14.14/libpurple/protocols/jabber/jingle/content.c:446:41: style: Redundant condition: The condition 'action != 14' is redundant since 'action == 15' is sufficient. [redundantCondition] pidgin-2.14.14/pidgin/gtksourceundomanager.c:482:3: style: Redundant condition: undo_action->order_in_group>1. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] pidgin-2.14.14/pidgin/plugins/gevolution/new_person_dialog.c:232:2: style: Redundant condition: person_only. '!person_only || (person_only && buddy)' is equivalent to '!person_only || buddy' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pidgin-sipe/pidgin-sipe_1.25.0.orig.tar.xz siplcs-1.25.0-525241a/src/core/sipe-buddy.c:2300:18: style: Redundant condition: is_conf. '!is_conf || (is_conf && !session->locked)' is equivalent to '!is_conf || !session->locked' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pinentry/pinentry_1.3.2.orig.tar.bz2 pinentry-1.3.2/pinentry/pinentry-curses.c:630:22: style: Redundant condition: error. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pink-pony/pink-pony_1.4.1.orig.tar.gz pink-pony-1.4.1/external/tinyXML/tinyxmlparser.cpp:445:14: style: Redundant condition: The condition '*(p+1)' is redundant since '*(p+1) == '#'' is sufficient. [redundantCondition] pink-pony-1.4.1/external/tinyXML/tinyxmlparser.cpp:823:16: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] pink-pony-1.4.1/external/tinyXML/tinyxmlparser.cpp:1284:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] pink-pony-1.4.1/external/tinyXML/tinyxmlparser.cpp:1412:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '='' is sufficient. [redundantCondition] pink-pony-1.4.1/src/Pony.cc:225:44: style: Redundant condition: wall_collision. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pioneers/pioneers_15.6.orig.tar.gz pioneers-15.6/client/gtk/quote.c:81:3: style: Redundant condition: amount_want==0. 'amount_want!=0 || (amount_want==0 && get_charity_enabled())' is equivalent to 'amount_want!=0 || get_charity_enabled()' [redundantCondition] pioneers-15.6/client/gtk/trade.c:124:22: style: Redundant condition: is_charity. '!is_charity || (is_charity && get_charity_enabled())' is equivalent to '!is_charity || get_charity_enabled()' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pktools/pktools_2.6.7.6+ds.orig.tar.gz PKTOOLS-2.6.7.6/src/apps/pkextractogr.cc:471:24: style: Redundant condition: The condition 'nclass < 256' is redundant since 'nclass < 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/planner/planner_0.14.92.orig.tar.xz planner-0.14.92/src/planner-gantt-row.c:1270:49: style: Redundant condition: is_a_subgap. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] planner-0.14.92/src/planner-gantt-row.c:1289:51: style: Redundant condition: is_a_subgap. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/plasma-workspace/plasma-workspace_6.3.6.orig.tar.xz plasma-workspace-6.3.6/applets/kicker/plugin/appsmodel.cpp:661:56: style: Redundant condition: m_flat. '!m_flat || (m_flat && !hasSubGroups)' is equivalent to '!m_flat || !hasSubGroups' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/plink1.9/plink1.9_1.90~b7.7-241022.orig.tar.xz 1.9/plink.c:13160:39: style: Redundant condition: calculation_type&0x1000000000LLU. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/plptools/plptools_1.0.13.orig.tar.gz plptools-1.0.13/intl/dcigettext.c:689:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pluto-find-orb/pluto-find-orb_0.0~git20180227.orig.tar.xz pluto-find-orb/elem_out.cpp:362:18: style: Redundant condition: The condition '*ibuff' is redundant since '*ibuff == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pmdk/pmdk_1.13.1.orig.tar.gz pmdk-1.13.1/src/libpmem2/auto_flush_windows.c:146:18: style: Redundant condition: The condition 'is_nfit < 0' is redundant since 'is_nfit != 1' is sufficient. [redundantCondition] pmdk-1.13.1/src/test/pmem2_granularity/mocks_posix.c:51:26: style: Redundant condition: is_bus_device_path. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] pmdk-1.13.1/src/test/pmem2_granularity/mocks_posix.c:71:26: style: Redundant condition: is_bus_device_path. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] pmdk-1.13.1/src/test/pmem2_granularity/mocks_posix.c:86:26: style: Redundant condition: is_bus_device_path. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pms/pms_0.42.orig.tar.bz2 pms-0.42/src/display.cpp:737:37: style: Redundant condition: list->role==LIST_ROLE_MAIN. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pmw/pmw_5.22.orig.tar.gz pmw-5.22/src/font.c:500:16: style: Redundant condition: The condition '*p != 0' is redundant since '*p == ' '' is sufficient. [redundantCondition] pmw-5.22/src/font.c:992:17: style: Redundant condition: The condition '*pp != 0' is redundant since '*pp == ' '' is sufficient. [redundantCondition] pmw-5.22/src/font.c:1026:19: style: Redundant condition: The condition '*pp != 0' is redundant since '*pp == ' '' is sufficient. [redundantCondition] pmw-5.22/src/font.c:1041:21: style: Redundant condition: The condition '*pp != 0' is redundant since '*pp == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/poke/poke_4.3+dfsg.orig.tar.xz poke-4.3/testsuite/poke.libpoke/values.c:119:24: style: Redundant condition: The condition '*se != '\0'' is redundant since '*se == 'P'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/polspline/polspline_1.1.25.orig.tar.gz polspline/src/lsdall.c:814:39: style: Redundant condition: zheta[0]>=0.. 'zheta[0]<0. || (zheta[0]>=0. && bound[2]=0.. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/polyglot/polyglot_2.0.4+git20210322.orig.tar.gz polyglot-2.0.4+git20210322.orig/book_make.c:796:31: style: Redundant condition: info->book_trans_only. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/polymake/polymake_4.12.orig.tar.bz2 polymake-4.12/bundled/sympol/external/sympol/sympol/raycomputationlrs.cpp:190:33: style: Redundant condition: requireRay. '!requireRay || (requireRay && q.isRay())' is equivalent to '!requireRay || q.isRay()' [redundantCondition] polymake-4.12/bundled/sympol/external/sympol/sympol/recursionstrategyidmadm.h:43:35: style: Redundant condition: -1!=m_lastFailedIDMLevel. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/posixtestsuite/posixtestsuite_1.5.2.orig.tar.gz posixtestsuite/conformance/interfaces/sched_setparam/23-6.c:80:15: style: Redundant condition: rc==-1. 'rc!=-1 || (rc==-1 && errno!=EPERM)' is equivalent to 'rc!=-1 || errno!=EPERM' [redundantCondition] posixtestsuite/conformance/interfaces/sem_timedwait/10-1.c:62:23: style: Redundant condition: rc==-1. 'rc!=-1 || (rc==-1 && errno!=ETIMEDOUT)' is equivalent to 'rc!=-1 || errno!=ETIMEDOUT' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/postfix/postfix_3.10.3.orig.tar.gz postfix-3.10.3/src/postscreen/postscreen_smtpd.c:473:16: style: Redundant condition: The condition '*cp' is redundant since '*cp == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/presage/presage_0.9.1.orig.tar.gz presage-0.9.1/apps/gtk/gprompter/scintilla/src/XPM.cxx:24:12: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] presage-0.9.1/apps/gtk/gprompter/scintilla/src/XPM.cxx:30:12: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] presage-0.9.1/src/lib/tinyxml/tinyxmlparser.cpp:445:14: style: Redundant condition: The condition '*(p+1)' is redundant since '*(p+1) == '#'' is sufficient. [redundantCondition] presage-0.9.1/src/lib/tinyxml/tinyxmlparser.cpp:823:16: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] presage-0.9.1/src/lib/tinyxml/tinyxmlparser.cpp:1126:18: style: Redundant condition: The condition '*p' is redundant since '*p == '>'' is sufficient. [redundantCondition] presage-0.9.1/src/lib/tinyxml/tinyxmlparser.cpp:1285:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] presage-0.9.1/src/lib/tinyxml/tinyxmlparser.cpp:1411:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '='' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/procdump/procdump_3.4.1.orig.tar.gz ProcDump-for-Linux-3.4.1/sym/bcc_proc.cpp:294:18: style: Redundant condition: The condition '*modname' is redundant since '*modname == '['' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/procmeter3/procmeter3_3.6.orig.tar.gz procmeter3-3.6/module.c:104:14: style: Redundant condition: The condition '*l' is redundant since '*l == ' '' is sufficient. [redundantCondition] procmeter3-3.6/module.c:126:17: style: Redundant condition: The condition '*r' is redundant since '*r == ' '' is sufficient. [redundantCondition] procmeter3-3.6/modules/acpi.c:613:12: style: Redundant condition: The condition '*l' is redundant since '*l == ' '' is sufficient. [redundantCondition] procmeter3-3.6/modules/df.c:163:14: style: Redundant condition: The condition '*l' is redundant since '*l == ' '' is sufficient. [redundantCondition] procmeter3-3.6/modules/df.c:179:17: style: Redundant condition: The condition '*r' is redundant since '*r == ' '' is sufficient. [redundantCondition] procmeter3-3.6/modules/logfile.c:135:14: style: Redundant condition: The condition '*l' is redundant since '*l == ' '' is sufficient. [redundantCondition] procmeter3-3.6/modules/logfile.c:151:17: style: Redundant condition: The condition '*r' is redundant since '*r == ' '' is sufficient. [redundantCondition] procmeter3-3.6/modules/netdev.c:211:14: style: Redundant condition: The condition '*l' is redundant since '*l == ' '' is sufficient. [redundantCondition] procmeter3-3.6/modules/netdev.c:227:17: style: Redundant condition: The condition '*r' is redundant since '*r == ' '' is sufficient. [redundantCondition] procmeter3-3.6/modules/stat-disk.c:473:14: style: Redundant condition: The condition '*l' is redundant since '*l == ' '' is sufficient. [redundantCondition] procmeter3-3.6/modules/stat-disk.c:490:17: style: Redundant condition: The condition '*r' is redundant since '*r == ' '' is sufficient. [redundantCondition] procmeter3-3.6/modules/wireless.c:161:14: style: Redundant condition: The condition '*l' is redundant since '*l == ' '' is sufficient. [redundantCondition] procmeter3-3.6/modules/wireless.c:177:17: style: Redundant condition: The condition '*r' is redundant since '*r == ' '' is sufficient. [redundantCondition] procmeter3-3.6/procmeter.c:266:14: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] procmeter3-3.6/procmeter.c:310:17: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/procps/procps_4.0.4.orig.tar.xz procps-ng-4.0.4/library/uptime.c:261:19: style: Redundant condition: !upminutes. 'upminutes || (!upminutes && uptime_secs<60)' is equivalent to 'upminutes || uptime_secs<60' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/profanity/profanity_0.15.0.orig.tar.xz profanity-0.15.0/src/config/preferences.c:371:22: style: Redundant condition: current_win. '!current_win || (current_win && notify_current)' is equivalent to '!current_win || notify_current' [redundantCondition] profanity-0.15.0/src/ui/core.c:294:25: style: Redundant condition: session. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] profanity-0.15.0/src/ui/core.c:308:25: style: Redundant condition: is_current. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] profanity-0.15.0/src/ui/window.c:1771:33: style: Redundant condition: !(flags&NO_ME). 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] profanity-0.15.0/src/ui/window_list.c:1133:21: style: Redundant condition: unread. '!unread || (unread && win_unread(window)>0)' is equivalent to '!unread || win_unread(window)>0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/proftpd-dfsg/proftpd-dfsg_1.3.9~dfsg.orig.tar.gz proftpd-1.3.9/src/netio.c:1736:36: style: Redundant condition: *pbuf->current=='\n'. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] proftpd-1.3.9/src/str.c:326:21: style: Redundant condition: The condition 'last' is redundant since 'last == '/'' is sufficient. [redundantCondition] proftpd-1.3.9/src/str.c:345:14: style: Redundant condition: The condition 'last' is redundant since 'last == '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/progressivemauve/progressivemauve_1.2.0+4713+dfsg.orig.tar.xz mauvealigner-1.2.0+4713/src/repeatoire.cpp:2154:37: style: Redundant condition: two_hits. '!two_hits || (two_hits && M_i->chained_matches.size()>1)' is equivalent to '!two_hits || M_i->chained_matches.size()>1' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/projectm/projectm_3.1.12.orig.tar.gz projectM-3.1.12/src/libprojectM/Renderer/hlslparser/src/HLSLTokenizer.cpp:331:26: style: Redundant condition: !EOLSkipping. 'EOLSkipping || (!EOLSkipping && m_buffer[0]!='\n')' is equivalent to 'EOLSkipping || m_buffer[0]!='\n'' [redundantCondition] projectM-3.1.12/src/libprojectM/Renderer/SOIL2/stb_image.h:4748:17: style: Redundant condition: The condition 'req_comp' is redundant since 'req_comp >= 3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/proot/proot_5.4.0.orig.tar.gz proot-5.4.0/src/path/canon.c:97:26: style: Redundant condition: The condition '**cursor != '\0'' is redundant since '**cursor == '/'' is sufficient. [redundantCondition] proot-5.4.0/src/path/canon.c:117:26: style: Redundant condition: The condition '**cursor != '\0'' is redundant since '**cursor == '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/proxycheck/proxycheck_0.49a.orig.tar.gz proxycheck-0.49a/pxy.c:592:11: style:inconclusive: Redundant condition: The condition '*e' is redundant since '*e >= ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pslib/pslib_0.4.8.orig.tar.gz pslib-0.4.8/src/ps_util.c:797:29: style: Redundant condition: The condition '*optstrptr != '\0'' is redundant since '*optstrptr == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/psychtoolbox-3/psychtoolbox-3_3.0.19.14.dfsg1.orig.tar.gz psychtoolbox-3-3.0.19.14.dfsg1/PsychSourceGL/Source/Common/Screen/SCREENFillRect.c:93:31: style: Redundant condition: isArgThere. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pth/pth_2.0.7.orig.tar.gz pth-2.0.7/pth_lib.c:482:21: style: Redundant condition: tid!=NULL. 'tid==NULL || (tid!=NULL && tid->state!=PTH_STATE_DEAD)' is equivalent to 'tid==NULL || tid->state!=PTH_STATE_DEAD' [redundantCondition] pth-2.0.7/pth_lib.c:488:21: style: Redundant condition: tid!=NULL. 'tid==NULL || (tid!=NULL && tid->state!=PTH_STATE_DEAD)' is equivalent to 'tid==NULL || tid->state!=PTH_STATE_DEAD' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pulseaudio/pulseaudio_17.0+dfsg1.orig.tar.xz pulseaudio-17.0/src/modules/raop/raop-sink.c:587:39: style: Redundant condition: u->autonull. '!u->autonull || (u->autonull && canstream)' is equivalent to '!u->autonull || canstream' [redundantCondition] pulseaudio-17.0/src/modules/raop/raop-client.c:372:17: style: Redundant condition: packet. '!packet || (packet && packet->length<=0)' is equivalent to '!packet || packet->length<=0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pushpin/pushpin_1.39.1.orig.tar.gz pushpin-1.39.1/src/cpp/proxy/proxysession.cpp:375:30: style: Redundant condition: The condition 'si->bytesToWrite != -1' is redundant since 'si->bytesToWrite > 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pvm/pvm_3.4.6.orig.tar.gz pvm3/src/pvmcruft.c:1405:24: style: Redundant condition: The condition '*start != '\0'' is redundant since '*start == '*'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pycares/pycares_4.4.0.orig.tar.gz pycares-4.4.0/deps/c-ares/src/lib/ares__parse_into_addrinfo.c:188:26: style: Redundant condition: got_cname. '!got_cname || (got_cname && cname_only_is_enodata)' is equivalent to '!got_cname || cname_only_is_enodata' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pygobject/pygobject_3.52.3.orig.tar.gz pygobject-3.52.3/gi/pygboxed.c:197:5: style: Redundant condition: copy_boxed. '!copy_boxed || (copy_boxed && own_ref)' is equivalent to '!copy_boxed || own_ref' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pygresql/pygresql_6.1.0.orig.tar.gz PyGreSQL-PyGreSQL-8cef29a/ext/pginternal.c:1422:27: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] PyGreSQL-PyGreSQL-8cef29a/ext/pginternal.c:1428:27: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pytables/pytables_3.10.2.orig.tar.gz tables-3.10.2/c-blosc/internal-complibs/zstd-1.5.6/compress/zstd_compress_sequences.c:165:5: style: Redundant condition: The condition '0 != 1' is redundant since '0 == 0' is sufficient. [redundantCondition] tables-3.10.2/c-blosc/internal-complibs/zstd-1.5.6/decompress/zstd_decompress_block.c:1433:9: style: Redundant condition: The condition 'BIT_DStream_completed > 0' is redundant since 'BIT_DStream_completed > 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/python-pysam/python-pysam_0.23.0+ds.orig.tar.xz pysam-0.23.0/bcftools/consensus.c.pysam.c:352:29: style: Redundant condition: The condition '!*se' is redundant since '*se != '-'' is sufficient. [redundantCondition] pysam-0.23.0/bcftools/consensus.c:350:29: style: Redundant condition: The condition '!*se' is redundant since '*se != '-'' is sufficient. [redundantCondition] pysam-0.23.0/bcftools/vcfconvert.c:210:13: style: Redundant condition: The condition '*se' is redundant since '*se == '_'' is sufficient. [redundantCondition] pysam-0.23.0/bcftools/vcfconvert.c.pysam.c:212:13: style: Redundant condition: The condition '*se' is redundant since '*se == '_'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/python-zstandard/python-zstandard_0.23.0.orig.tar.gz python-zstandard-0.23.0/zstd/zstd.c:21020:5: style: Redundant condition: The condition '0 != 1' is redundant since '0 == 0' is sufficient. [redundantCondition] python-zstandard-0.23.0/zstd/zstd.c:45848:9: style: Redundant condition: The condition 'BIT_DStream_completed > 0' is redundant since 'BIT_DStream_completed > 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/python-zstd/python-zstd_1.5.5.1.orig.tar.gz zstd-1.5.5.1/zstd/lib/compress/zstd_compress_sequences.c:165:5: style: Redundant condition: The condition '0 != 1' is redundant since '0 == 0' is sufficient. [redundantCondition] zstd-1.5.5.1/zstd/lib/decompress/zstd_decompress_block.c:1383:9: style: Redundant condition: The condition 'BIT_DStream_completed > 0' is redundant since 'BIT_DStream_completed > 1' is sufficient. [redundantCondition] zstd-1.5.5.1/zstd/lib/decompress/zstd_decompress_block.c:1600:9: style: Redundant condition: The condition 'BIT_DStream_completed > 0' is redundant since 'BIT_DStream_completed > 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pyxplot/pyxplot_0.9.2.orig.tar.gz pyxplot-0.9.2/src/coreUtils/stringList.c:50:29: style:inconclusive: Redundant condition: The condition 'in[pos] > '\0'' is redundant since 'in[pos] > ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/q/qonk/qonk_0.3.1.orig.tar.gz qonk-0.3.1/src/lisp/lexer.cpp:72:38: style: Redundant condition: The condition 'n == 0' is redundant since 'n < 1024' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/q/qt6-graphs/qt6-graphs_6.9.1.orig.tar.xz qtgraphs-everywhere-src-6.9.1/src/graphs3d/engine/q3dscene.cpp:272:24: style: Redundant condition: isInSecondary. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] qtgraphs-everywhere-src-6.9.1/src/graphs3d/engine/q3dscene.cpp:290:22: style: Redundant condition: isInPrimary. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/q/qt6-imageformats/qt6-imageformats_6.9.1.orig.tar.xz qtimageformats-everywhere-src-6.9.1/src/plugins/imageformats/mng/qmnghandler.cpp:352:30: style: Redundant condition: d->haveReadAll. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/q/qt6-sensors/qt6-sensors_6.9.1.orig.tar.xz qtsensors-everywhere-src-6.9.1/src/plugins/sensors/sensorfw/sensorfwtapsensor.cpp:36:26: style: Redundant condition: m_isOnceStarted. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/q/qtimageformats-opensource-src/qtimageformats-opensource-src_5.15.17.orig.tar.xz qtimageformats-everywhere-src-5.15.17/src/plugins/imageformats/mng/qmnghandler.cpp:385:30: style: Redundant condition: d->haveReadAll. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/q/qtmultimedia-opensource-src/qtmultimedia-opensource-src_5.15.17.orig.tar.xz qtmultimedia-everywhere-src-5.15.17/src/multimediawidgets/qvideowidget.cpp:533:21: style: Redundant condition: service. '!service || (service && control)' is equivalent to '!service || control' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/q/qtremoteobjects-everywhere-src/qtremoteobjects-everywhere-src_5.15.8.orig.tar.xz qtremoteobjects-everywhere-src-5.15.8/tools/repc/moc_copy/preprocessor.cpp:241:32: style: Redundant condition: The condition '!*data' is redundant since '*data != '.'' is sufficient. [redundantCondition] qtremoteobjects-everywhere-src-5.15.8/tools/repc/moc_copy/preprocessor.cpp:296:31: style: Redundant condition: The condition '*data' is redundant since '*data == '\n'' is sufficient. [redundantCondition] qtremoteobjects-everywhere-src-5.15.8/tools/repc/moc_copy/preprocessor.cpp:418:28: style: Redundant condition: The condition '!*data' is redundant since '*data != '.'' is sufficient. [redundantCondition] qtremoteobjects-everywhere-src-5.15.8/tools/repc/moc_copy/preprocessor.cpp:503:27: style: Redundant condition: The condition '*data' is redundant since '*data == '\n'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/q/qtsensors-opensource-src/qtsensors-opensource-src_5.15.17.orig.tar.xz qtsensors-everywhere-src-5.15.17/src/plugins/sensors/sensorfw/sensorfwtapsensor.cpp:72:26: style: Redundant condition: m_isOnceStarted. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/q/qtxmlpatterns-opensource-src/qtxmlpatterns-opensource-src_5.15.17.orig.tar.xz qtxmlpatterns-everywhere-src-5.15.17/src/xmlpatterns/schema/qxsdparticlechecker.cpp:134:39: style: Redundant condition: intersectionWildcard. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/q/quakespasm/quakespasm_0.96.3+dfsg.orig.tar.xz quakespasm-0.96.3/Quake/common.c:2879:48: style: Redundant condition: The condition '!*key' is redundant since '*key != '$'' is sufficient. [redundantCondition] quakespasm-0.96.3/Quake/gl_model.c:2701:13: style: Redundant condition: The condition '*s' is redundant since '*s == ','' is sufficient. [redundantCondition] quakespasm-0.96.3/Quake/host_cmd.c:1825:20: style: Redundant condition: The condition '*message' is redundant since '*message == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/q/qutemol/qutemol_0.4.1~cvs20081111.orig.tar.gz qutemol/vcg/wrap/gui/trackmode.cpp:701:36: style: Redundant condition: p_on_side. '!p_on_side || (p_on_side && mid_inside)' is equivalent to '!p_on_side || mid_inside' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/r-bioc-densvis/r-bioc-densvis_1.16.0+dfsg.orig.tar.xz densvis/src/densne.cpp:886:25: style: Redundant condition: present. '!present || (present && n<=col_P[i])' is equivalent to '!present || n<=col_P[i]' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/r-bioc-rhtslib/r-bioc-rhtslib_3.2.0+dfsg.orig.tar.xz Rhtslib/src/htslib-1.18/hts.c:1247:21: style: Redundant condition: The condition '*str' is redundant since '*str == ','' is sufficient. [redundantCondition] Rhtslib/src/htslib-1.18/hts.c:3712:47: style: Redundant condition: !(flags&1). 'flags&1 || (!(flags&1) && *s!=',')' is equivalent to 'flags&1 || *s!=','' [redundantCondition] Rhtslib/src/htslib-1.18/vcf.c:568:20: style: Redundant condition: The condition '*q' is redundant since '*q == ' '' is sufficient. [redundantCondition] Rhtslib/src/htslib-1.18/vcf.c:577:20: style: Redundant condition: The condition '*q' is redundant since '*q == ' '' is sufficient. [redundantCondition] Rhtslib/src/htslib-1.18/vcf.c:583:20: style: Redundant condition: The condition '*q' is redundant since '*q == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/r-cran-gap/r-cran-gap_1.6+dfsg.orig.tar.xz gap/src/gcx.c:137:14: style: Redundant condition: xdata. '!xdata || (xdata && tt.sex==FEMALE)' is equivalent to '!xdata || tt.sex==FEMALE' [redundantCondition] gap/src/gcx.c:385:17: style: Redundant condition: xdata. '!xdata || (xdata && table[i].sex==FEMALE)' is equivalent to '!xdata || table[i].sex==FEMALE' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/r-cran-logspline/r-cran-logspline_2.1.22.orig.tar.gz logspline/src/lsdall.c:813:39: style: Redundant condition: zheta[0]>=0.. 'zheta[0]<0. || (zheta[0]>=0. && bound[2]=0.. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/r-cran-memisc/r-cran-memisc_0.99.31.8.2+dfsg.orig.tar.xz memisc/src/readfixed.c:23:28: style: Redundant condition: The condition 'isdigit(end_ptr[-1]) != '.'' is redundant since '!isdigit(end_ptr[-1])' is sufficient. [redundantCondition] memisc/src/pspp-portableStream-for-R.c:308:17: style: Redundant condition: The condition 'i == 126' is redundant since 'i <= 155' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/r-cran-rbibutils/r-cran-rbibutils_2.3.orig.tar.gz rbibutils/src/latex.c:521:25: style: Redundant condition: The condition 'p[2]' is redundant since 'p[2] == '{'' is sufficient. [redundantCondition] rbibutils/src/latex.c:521:58: style: Redundant condition: The condition 'p[4]' is redundant since 'p[4] == '}'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/r-cran-readr/r-cran-readr_2.1.5.orig.tar.gz readr/src/grisu3.c:305:15: style: Redundant condition: If 'v > 0', the comparison 'v <= 1.7976931348623157e308' is always true. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/r-cran-rniftilib/r-cran-rniftilib_0.0-35.r79.orig.tar.xz r-cran-rniftilib-0.0-35.r79/src/nifti1_io.c:671:23: style: Redundant condition: nim->dim[0]>=2. 'nim->dim[0]<2 || (nim->dim[0]>=2 && nim->dim[2]<1)' is equivalent to 'nim->dim[0]<2 || nim->dim[2]<1' [redundantCondition] r-cran-rniftilib-0.0-35.r79/src/nifti1_io.c:678:23: style: Redundant condition: nim->dim[0]>=3. 'nim->dim[0]<3 || (nim->dim[0]>=3 && nim->dim[3]<1)' is equivalent to 'nim->dim[0]<3 || nim->dim[3]<1' [redundantCondition] r-cran-rniftilib-0.0-35.r79/src/nifti1_io.c:684:23: style: Redundant condition: nim->dim[0]>=4. 'nim->dim[0]<4 || (nim->dim[0]>=4 && nim->dim[4]<1)' is equivalent to 'nim->dim[0]<4 || nim->dim[4]<1' [redundantCondition] r-cran-rniftilib-0.0-35.r79/src/nifti1_io.c:690:23: style: Redundant condition: nim->dim[0]>=5. 'nim->dim[0]<5 || (nim->dim[0]>=5 && nim->dim[5]<1)' is equivalent to 'nim->dim[0]<5 || nim->dim[5]<1' [redundantCondition] r-cran-rniftilib-0.0-35.r79/src/nifti1_io.c:696:23: style: Redundant condition: nim->dim[0]>=6. 'nim->dim[0]<6 || (nim->dim[0]>=6 && nim->dim[6]<1)' is equivalent to 'nim->dim[0]<6 || nim->dim[6]<1' [redundantCondition] r-cran-rniftilib-0.0-35.r79/src/nifti1_io.c:702:23: style: Redundant condition: nim->dim[0]>=7. 'nim->dim[0]<7 || (nim->dim[0]>=7 && nim->dim[7]<1)' is equivalent to 'nim->dim[0]<7 || nim->dim[7]<1' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/r-cran-rtsne/r-cran-rtsne_0.17.orig.tar.gz Rtsne/src/tsne.cpp:754:25: style: Redundant condition: present. '!present || (present && n<=col_P[i])' is equivalent to '!present || n<=col_P[i]' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/r-cran-vroom/r-cran-vroom_1.6.5.orig.tar.gz vroom/src/grisu3.c:297:15: style: Redundant condition: If 'v > 0', the comparison 'v <= 1.7976931348623157e308' is always true. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/rafkill/rafkill_1.2.2.orig.tar.gz rafkill-1.2.2/src/level.cpp:457:27: style: Redundant condition: The condition '*line != '\n'' is redundant since '*line == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/raidutils/raidutils_0.0.6.orig.tar.gz raidutils-0.0.6.orig/raideng/osd_unix.cpp:3120:33: style: Redundant condition: i==-1. 'i!=-1 || (i==-1 && errno==EINTR)' is equivalent to 'i!=-1 || errno==EINTR' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/raptor2/raptor2_2.0.16.orig.tar.gz raptor2-2.0.16/src/raptor_grddl.c:791:24: style: Redundant condition: sheet->mediaType. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] raptor2-2.0.16/src/raptor_namespace.c:892:14: style: Redundant condition: string. '!string || (string && !*string)' is equivalent to '!string || !*string' [redundantCondition] raptor2-2.0.16/src/raptor_ntriples.c:621:22: style: Redundant condition: *len_p. '!*len_p || (*len_p && *p!='<')' is equivalent to '!*len_p || *p!='<'' [redundantCondition] raptor2-2.0.16/src/raptor_rdfxml.c:786:13: style: Redundant condition: ns. '!ns || (ns && !raptor_namespace_get_uri(ns))' is equivalent to '!ns || !raptor_namespace_get_uri(ns)' [redundantCondition] raptor2-2.0.16/src/raptor_rdfxml.c:807:26: style: Redundant condition: attr->nspace. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] raptor2-2.0.16/src/raptor_rfc2396.c:140:9: style: Redundant condition: The condition '*s' is redundant since '*s == '?'' is sufficient. [redundantCondition] raptor2-2.0.16/src/raptor_rfc2396.c:155:9: style: Redundant condition: The condition '*s' is redundant since '*s == '#'' is sufficient. [redundantCondition] raptor2-2.0.16/src/raptor_rss.c:295:36: style: Redundant condition: i==RAPTOR_ATOM_AUTHOR. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] raptor2-2.0.16/src/raptor_uri.c:891:16: style: Redundant condition: ud->path. '!ud->path || (ud->path && !*ud->path)' is equivalent to '!ud->path || !*ud->path' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/rasmol/rasmol_2.7.6.0.orig.tar.gz rasmol-2.7.6.0/src/command.c:1703:39: style: Redundant condition: The condition '*text != '\n'' is redundant since '*text == ' '' is sufficient. [redundantCondition] rasmol-2.7.6.0/src/command.c:1851:22: style: Redundant condition: The condition '*TokenPtr' is redundant since '*TokenPtr == ' '' is sufficient. [redundantCondition] rasmol-2.7.6.0/src/command.c:1889:30: style: Redundant condition: The condition '*TokenPtr' is redundant since '*TokenPtr == ' '' is sufficient. [redundantCondition] rasmol-2.7.6.0/src/command.c:8422:17: style: Redundant condition: The condition '*ptr' is redundant since '*ptr == ' '' is sufficient. [redundantCondition] rasmol-2.7.6.0/src/script.c:3300:31: style: Redundant condition: src->flag&0x02. '!(src->flag&0x02) || (src->flag&0x02 && rad>src->radius)' is equivalent to '!(src->flag&0x02) || rad>src->radius' [redundantCondition] rasmol-2.7.6.0/src/script.c:3302:31: style: Redundant condition: dst->flag&0x02. '!(dst->flag&0x02) || (dst->flag&0x02 && rad>dst->radius)' is equivalent to '!(dst->flag&0x02) || rad>dst->radius' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/rasqal/rasqal_0.9.33.orig.tar.gz rasqal-0.9.33/src/rasqal_ntriples.c:679:22: style: Redundant condition: *len_p. '!*len_p || (*len_p && *p!='<')' is equivalent to '!*len_p || *p!='<'' [redundantCondition] rasqal-0.9.33/src/rasqal_regex.c:199:9: style:inconclusive: Redundant condition: The condition '*p' is redundant since '*p >= '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/rdma-core/rdma-core_56.1.orig.tar.gz rdma-core-56.1/infiniband-diags/ibtracert.c:128:36: style: Redundant condition: node->type==IB_NODE_SWITCH. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/re/re_0.1.orig.tar.gz re-0.1.orig/src/ru32fi.c:67:24: style: Redundant condition: hexsmb=='\\'. 'hexsmb!='\\' || (hexsmb=='\\' && n0==1)' is equivalent to 'hexsmb!='\\' || n0==1' [redundantCondition] re-0.1.orig/src/ru32fi.c:147:25: style: Redundant condition: hexsmb=='\\'. 'hexsmb!='\\' || (hexsmb=='\\' && n0==1)' is equivalent to 'hexsmb!='\\' || n0==1' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/readline/readline_8.3.orig.tar.gz readline-8.3/vi_mode.c:2378:14: style:inconclusive: Redundant condition: The condition 'ch < 0' is redundant since 'ch < 'a'' is sufficient. [redundantCondition] readline-8.3/vi_mode.c:2429:19: style:inconclusive: Redundant condition: The condition 'ch < 0' is redundant since 'ch < 'a'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/readseq/readseq_1.orig.tar.gz readseq-1/ureadseq.c:370:41: style: Redundant condition: The condition '*V->s != 0' is redundant since '*V->s == '>'' is sufficient. [redundantCondition] readseq-1/ureadseq.c:392:43: style: Redundant condition: The condition '*V->s != 0' is redundant since '*V->s == '>'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/readstat/readstat_1.1.9.orig.tar.gz ReadStat-1.1.9/src/bin/write/json/write_missing_values.c:132:18: style: Redundant condition: is_range. 'is_range || (is_range && discrete)' is equivalent to 'is_range' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/recoll/recoll_1.43.0.orig.tar.gz recoll-1.43.0/index/recollindex.cpp:262:29: style: Redundant condition: op_flags&0x20. '!(op_flags&0x20) || (op_flags&0x20 && op_flags&0x200)' is equivalent to '!(op_flags&0x20) || op_flags&0x200' [redundantCondition] recoll-1.43.0/rcldb/rclabstract.cpp:494:20: style: Redundant condition: incjk. '!incjk || (incjk && !newcjk)' is equivalent to '!incjk || !newcjk' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/recutils/recutils_1.9.orig.tar.gz recutils-1.9/src/rec-sex.c:587:28: style: Redundant condition: op1. '!op1 || (op1 && op2)' is equivalent to '!op1 || op2' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/redland/redland_1.0.17.orig.tar.gz redland-1.0.17/src/rdf_heuristics.c:117:14: style: Redundant condition: The condition '*object' is redundant since '*object == ':'' is sufficient. [redundantCondition] redland-1.0.17/src/rdf_parser.c:204:17: style: Redundant condition: mime_type. '!mime_type || (mime_type && !*mime_type)' is equivalent to '!mime_type || !*mime_type' [redundantCondition] redland-1.0.17/src/rdf_serializer.c:208:17: style: Redundant condition: mime_type. '!mime_type || (mime_type && !*mime_type)' is equivalent to '!mime_type || !*mime_type' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/regina-rexx/regina-rexx_3.9.5+dfsg1.orig.tar.xz regina-rexx-3.9.5/builtin.c:215:20: style: Redundant condition: sptr=send || (sptr=end)' is equivalent to 'sptr>=send || tptr>=end' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/reiserfsprogs/reiserfsprogs_3.6.27.orig.tar.gz reiserfsprogs-3.6.27/debugreiserfs/pack.c:385:7: style: Redundant condition: i. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] reiserfsprogs-3.6.27/debugreiserfs/pack.c:394:7: style: Redundant condition: i. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/relion/relion_3.1.3.orig.tar.gz relion-3.1.3/src/exp_model.cpp:1134:25: style: Redundant condition: have_tiltpsi. '!have_tiltpsi || (have_tiltpsi && ABS(tilt)<0.001)' is equivalent to '!have_tiltpsi || ABS(tilt)<0.001' [redundantCondition] relion-3.1.3/src/pipeline_jobs.cpp:4041:19: style: Redundant condition: is_continue. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/repsnapper/repsnapper_2.5a5.orig.tar.gz repsnapper-2.5a5/libraries/amf/amftools-code/src/stb_image/stb_image.cpp:2704:17: style: Redundant condition: The condition 'req_comp' is redundant since 'req_comp >= 3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/ries/ries_2018.08.05.orig.tar.xz ries-2018.08.05/ries.c:4413:21: style:inconclusive: Redundant condition: The condition '*p' is redundant since '*p > ' '' is sufficient. [redundantCondition] ries-2018.08.05/ries.c:4415:18: style:inconclusive: Redundant condition: The condition '*p' is redundant since '*p > ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/ripmime/ripmime_1.4.0.10.debian.1.orig.tar.gz ripmime-1.4.0.10.debian.1/pldstr.c:300:17: style: Redundant condition: If 'st->start', the comparison 'st->start != '\0'' is always true. [redundantCondition] ripmime-1.4.0.10.debian.1/MIME_headers.c:1701:33: style: Redundant condition: The condition '*(string+1) != '\0'' is redundant since '*(string+1) == '='' is sufficient. [redundantCondition] ripmime-1.4.0.10.debian.1/MIME_headers.c:1749:31: style: Redundant condition: The condition '*string != '\0'' is redundant since '*string == '\"'' is sufficient. [redundantCondition] ripmime-1.4.0.10.debian.1/ripOLE/pldstr.c:300:17: style: Redundant condition: If 'st->start', the comparison 'st->start != '\0'' is always true. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/rlpr/rlpr_2.06.orig.tar.gz rlpr-2.06/intl/dcigettext.c:569:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/roaraudio/roaraudio_1.0~beta12.orig.tar.gz roaraudio-1.0beta12/roard/driver.c:164:50: style: Redundant condition: g_driver[i].open==NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] roaraudio-1.0beta12/roard/driver.c:173:50: style: Redundant condition: g_driver[i].open==NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] roaraudio-1.0beta12/roard/driver.c:182:50: style: Redundant condition: g_driver[i].open==NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] roaraudio-1.0beta12/roard/driver.c:190:50: style: Redundant condition: g_driver[i].open==NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] roaraudio-1.0beta12/roard/streams.c:1196:32: style: Redundant condition: !g_streams[id]->ready. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/robot-testing-framework/robot-testing-framework_2.0.1+ds1.orig.tar.xz robot-testing-framework-2.0.1/src/robottestingframework/src/Arguments.cpp:37:31: style: Redundant condition: The condition '*pTmp != 0' is redundant since '*pTmp == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/rocm-smi-lib/rocm-smi-lib_6.4.1.orig.tar.gz ROCm-rocm_smi_lib-61382d9/rocm_smi/example/rocm_smi_example.cc:635:17: style: Redundant condition: originalComputePartition!=nullptr. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ROCm-rocm_smi_lib-61382d9/rocm_smi/example/rocm_smi_example.cc:683:17: style: Redundant condition: originalMemoryPartition!=nullptr. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ROCm-rocm_smi_lib-61382d9/rocm_smi/example/rocm_smi_example.cc:785:19: style: Redundant condition: current_compute_partition!=nullptr. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ROCm-rocm_smi_lib-61382d9/rocm_smi/example/rocm_smi_example.cc:801:19: style: Redundant condition: memory_partition!=nullptr. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/ros-ros-comm/ros-ros-comm_1.17.0+ds.orig.tar.xz ros_comm-1.17.0/tools/topic_tools/src/mux.cpp:125:48: style: Redundant condition: g_advertised. '!g_advertised || (g_advertised && g_pub.getNumSubscribers())' is equivalent to '!g_advertised || g_pub.getNumSubscribers()' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/rplay/rplay_3.3.2.orig.tar.gz rplay-3.3.2/librplay/rptp.c:642:35: style: Redundant condition: The condition '*p' is redundant since '*p == '-'' is sufficient. [redundantCondition] rplay-3.3.2/librplay/rptp.c:651:27: style: Redundant condition: The condition '*p' is redundant since '*p == '-'' is sufficient. [redundantCondition] rplay-3.3.2/rplayd/sound.c:2057:21: style: Redundant condition: s->mapped. '!s->mapped || (s->mapped && !s->size)' is equivalent to '!s->mapped || !s->size' [redundantCondition] rplay-3.3.2/rx/rxgnucomp.c:1283:19: style: Redundant condition: syntax&RE_INTERVALS. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/rpm/rpm_4.20.1+dfsg.orig.tar.xz rpm-4.20.1/lib/header.c:1344:12: style: Redundant condition: The condition '*l' is redundant since '*l == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/rsem/rsem_1.3.3+dfsg.orig.tar.xz RSEM-1.3.3/SamParser.h:125:20: style: Redundant condition: readType==1. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] RSEM-1.3.3/SamParser.h:157:20: style: Redundant condition: readType==1. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] RSEM-1.3.3/SamParser.h:199:20: style: Redundant condition: readType==1. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] RSEM-1.3.3/SamParser.h:243:20: style: Redundant condition: readType==1. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/rserve/rserve_1.8-15.orig.tar.gz Rserve/src/proxy/http.c:275:13: style:inconclusive: Redundant condition: The condition '*d' is redundant since '*d > ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/rspamd/rspamd_3.12.1.orig.tar.xz rspamd-3.12.1/contrib/zstd/zstd_compress_sequences.c:165:5: style: Redundant condition: The condition '0 != 1' is redundant since '0 == 0' is sufficient. [redundantCondition] rspamd-3.12.1/contrib/zstd/zstd_decompress_block.c:1395:9: style: Redundant condition: The condition 'BIT_DStream_completed > 0' is redundant since 'BIT_DStream_completed > 1' is sufficient. [redundantCondition] rspamd-3.12.1/contrib/zstd/zstd_decompress_block.c:1612:9: style: Redundant condition: The condition 'BIT_DStream_completed > 0' is redundant since 'BIT_DStream_completed > 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/rtklib/rtklib_2.4.3.b34+dfsg.orig.tar.xz rtklib/src/download.c:98:19: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/ruby-pg-query/ruby-pg-query_5.1.0.orig.tar.gz pg_query-5.1.0/ext/pg_query/src_backend_utils_adt_numutils.c:244:22: style:inconclusive: Redundant condition: The condition '*ptr == '\0'' is redundant since '*ptr < '0'' is sufficient. [redundantCondition] pg_query-5.1.0/ext/pg_query/src_backend_utils_adt_numutils.c:268:22: style:inconclusive: Redundant condition: The condition '*ptr == '\0'' is redundant since '*ptr < '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/ruby-rdiscount/ruby-rdiscount_2.2.7.3.orig.tar.gz rdiscount-2.2.7.3/ext/markdown.c:664:27: style: Redundant condition: The condition '*lang_attr != 0' is redundant since '*lang_attr == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/ruby2.7/ruby2.7_2.7.4.orig.tar.xz ruby-2.7.4/ext/nkf/nkf-utf8/nkf.c:3896:9: style: Redundant condition: The condition 'c2 == 4115' is redundant since 'c2' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/ruby3.3/ruby3.3_3.3.8.orig.tar.xz ruby-3.3.8/ext/nkf/nkf-utf8/nkf.c:3896:9: style: Redundant condition: The condition 'c2 == 4115' is redundant since 'c2' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/rudecgi/rudecgi_5.0.0.orig.tar.gz rudecgi-5.0.0/src/NewMultipartParser.cpp:156:31: style: Redundant condition: If 'data[x+1] == '\n'', the comparison 'data[x+1] == 0x0a' is always true. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/ruli/ruli_0.36.orig.tar.gz ruli-0.36/src/ruli_getaddrinfo.c:83:13: style: Redundant condition: node. '!node || (node && !*node)' is equivalent to '!node || !*node' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/s390-tools/s390-tools_2.35.0.orig.tar.gz s390-tools-2.35.0/zkey/kmip/zkey-kmip.c:6837:24: style: Redundant condition: key_type!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] s390-tools-2.35.0/zkey/kmip/zkey-kmip.c:6853:24: style: Redundant condition: key_type!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] s390-tools-2.35.0/zkey/utils.c:697:20: style: Redundant condition: apqns!=NULL. 'apqns==NULL || (apqns!=NULL && strlen(apqns)==0)' is equivalent to 'apqns==NULL || strlen(apqns)==0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sac/sac_1.9b5.orig.tar.gz sac-1.9/rawtmp.c:355:10: style: Redundant condition: !*s. '*s || (!*s && !*(s+1))' is equivalent to '*s || !*(s+1)' [redundantCondition] sac-1.9/sac.c:1581:22: style: Redundant condition: The condition '*pat' is redundant since '*pat == '\\'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/safe-iop/safe-iop_0.3.1.orig.tar.gz safe-iop-0.3.1/src/safe_iop.c:34:22: style: Redundant condition: The condition '*(*c+1)' is redundant since '*(*c+1) == '3'' is sufficient. [redundantCondition] safe-iop-0.3.1/src/safe_iop.c:35:22: style: Redundant condition: The condition '*(*c+2)' is redundant since '*(*c+2) == '2'' is sufficient. [redundantCondition] safe-iop-0.3.1/src/safe_iop.c:41:22: style: Redundant condition: The condition '*(*c+1)' is redundant since '*(*c+1) == '3'' is sufficient. [redundantCondition] safe-iop-0.3.1/src/safe_iop.c:42:22: style: Redundant condition: The condition '*(*c+2)' is redundant since '*(*c+2) == '2'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/safeclib/safeclib_3.9.1.orig.tar.gz safeclib-3.9.1/src/str/vsnprintf_s.c:484:28: style: Redundant condition: The condition '!(diff < 0.5)' is redundant since 'diff > 0.5' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sagan/sagan_1.2.0.orig.tar.gz sagan-1.2.0/src/stats.c:140:39: style: Redundant condition: The condition 'seconds == 0' is redundant since 'seconds < 60' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sakura/sakura_3.8.9.orig.tar.bz2 sakura-3.8.9/src/sakura.c:2393:22: style: Redundant condition: The condition 'option_colorset' is redundant since 'option_colorset > 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/samtools-legacy/samtools-legacy_0.1.19+dfsg.orig.tar.xz samtools-0.1.19/sam_header.c:366:16: style: Redundant condition: The condition '*to' is redundant since '*to == '\t'' is sufficient. [redundantCondition] samtools-0.1.19/sam_header.c:391:20: style: Redundant condition: The condition '*to' is redundant since '*to == '\t'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sc/sc_7.16-1.1.2.orig.tar.gz sc-7.16_1.1.2/cmds.c:2523:19: style: Redundant condition: The condition '*fname' is redundant since '*fname == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sc-im/sc-im_0.8.4+ds.orig.tar.xz sc-im-0.8.4+ds/src/file.c:970:19: style: Redundant condition: The condition '*fname' is redundant since '*fname == ' '' is sufficient. [redundantCondition] sc-im-0.8.4+ds/src/lex.c:198:23: style: Redundant condition: The condition '*(p-1)' is redundant since '*(p-1) == '\\'' is sufficient. [redundantCondition] sc-im-0.8.4+ds/src/lex.c:203:28: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/scalene/scalene_1.5.51.orig.tar.gz scalene-1.5.51/vendor/printf/printf.c:405:24: style: Redundant condition: The condition '!(diff < 0.5)' is redundant since 'diff > 0.5' is sufficient. [redundantCondition] scalene-1.5.51/vendor/printf/printf.cpp:405:24: style: Redundant condition: The condition '!(diff < 0.5)' is redundant since 'diff > 0.5' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/scalpel/scalpel_1.60+git20240110.6960eb2.orig.tar.xz scalpel-1.60+git20240110.6960eb2/prioque.c:115:19: style: Redundant condition: q->queue. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/scamper/scamper_20211212.orig.tar.gz scamper-cvs-20211212/scamper/scamper_control.c:363:28: style: Redundant condition: The condition 'line[i] != '\0'' is redundant since 'line[i] == ' '' is sufficient. [redundantCondition] scamper-cvs-20211212/utils/sc_wartsfix/sc_wartsfix.c:90:17: style: Redundant condition: The condition 'rc < 0' is redundant since 'rc != 8' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sch-rnd/sch-rnd_1.0.9.orig.tar.bz2 sch-rnd-1.0.9/scconfig/src/tmpfawk/libfawk_sc_fawk.c:1114:40: style: Redundant condition: The condition 'res.data.symref.idx_len != -1' is redundant since 'res.data.symref.idx_len > 0' is sufficient. [redundantCondition] sch-rnd-1.0.9/scconfig/src/tmpfawk/libfawk_sc_fawk.c:1196:32: style: Redundant condition: The condition 'n != -2' is redundant since 'n == 0' is sufficient. [redundantCondition] sch-rnd-1.0.9/scconfig/src/tmpfawk/libfawk_sc_fawk.c:1208:32: style: Redundant condition: The condition 'n != -2' is redundant since 'n >= 0' is sufficient. [redundantCondition] sch-rnd-1.0.9/scconfig/src/tmpfawk/libfawk_sc_fawk.c:1239:32: style: Redundant condition: The condition 'n != -2' is redundant since 'n > 0' is sufficient. [redundantCondition] sch-rnd-1.0.9/scconfig/src/tmpfawk/libfawk_sc_fawk.c:1316:42: style: Redundant condition: The condition 'csrc->data.symref.idx_len != -1' is redundant since 'csrc->data.symref.idx_len > 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/scim-anthy/scim-anthy_1.2.7.orig.tar.gz scim-anthy-1.2.7/intl/dcigettext.c:583:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/scim-canna/scim-canna_1.0.0.orig.tar.gz scim-canna-1.0.0/intl/dcigettext.c:583:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/scim-skk/scim-skk_0.5.2.orig.tar.gz scim-skk-0.5.2/intl/dcigettext.c:583:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sciplot/sciplot_1.36.orig.tar.gz SciPlot-1.36/SciPlot.c:2265:29: style: Redundant condition: w->plot.XLog. '!w->plot.XLog || (w->plot.XLog && val>0.0)' is equivalent to '!w->plot.XLog || val>0.0' [redundantCondition] SciPlot-1.36/SciPlot.c:2279:29: style: Redundant condition: w->plot.YLog. '!w->plot.YLog || (w->plot.YLog && val>0.0)' is equivalent to '!w->plot.YLog || val>0.0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/scmxx/scmxx_0.9.0.orig.tar.gz scmxx-0.9.0/src/scmxx/pbookfile.c:42:20: style: Redundant condition: The condition '*line == 0' is redundant since '*line != ','' is sufficient. [redundantCondition] scmxx-0.9.0/src/scmxx/pbookfile.c:44:20: style: Redundant condition: The condition '*line == 0' is redundant since '*line != '"'' is sufficient. [redundantCondition] scmxx-0.9.0/src/scmxx/pbookfile.c:47:20: style: Redundant condition: The condition '*line == 0' is redundant since '*line != '"'' is sufficient. [redundantCondition] scmxx-0.9.0/src/scmxx/pbookfile.c:49:20: style: Redundant condition: The condition '*line == 0' is redundant since '*line != ','' is sufficient. [redundantCondition] scmxx-0.9.0/src/scmxx/pbookfile.c:51:20: style: Redundant condition: The condition '*line == 0' is redundant since '*line != '"'' is sufficient. [redundantCondition] scmxx-0.9.0/src/scmxx/pbookphone.c:105:20: style: Redundant condition: The condition '*line == 0' is redundant since '*line != ','' is sufficient. [redundantCondition] scmxx-0.9.0/src/scmxx/pbookphone.c:107:20: style: Redundant condition: The condition '*line == 0' is redundant since '*line != '"'' is sufficient. [redundantCondition] scmxx-0.9.0/src/scmxx/pbookphone.c:110:20: style: Redundant condition: The condition '*line == 0' is redundant since '*line != '"'' is sufficient. [redundantCondition] scmxx-0.9.0/src/scmxx/pbookphone.c:112:20: style: Redundant condition: The condition '*line == 0' is redundant since '*line != ','' is sufficient. [redundantCondition] scmxx-0.9.0/src/scmxx/pbookphone.c:115:20: style: Redundant condition: The condition '*line == 0' is redundant since '*line != ','' is sufficient. [redundantCondition] scmxx-0.9.0/src/scmxx/pbookphone.c:117:20: style: Redundant condition: The condition '*line == 0' is redundant since '*line != '"'' is sufficient. [redundantCondition] scmxx-0.9.0/src/scmxx/s35_sms.c:123:39: style: Redundant condition: myparams->slot>=1. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/screen/screen_4.9.1.orig.tar.gz screen-4.9.1/process.c:7291:13: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] screen-4.9.1/process.c:7303:17: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] screen-4.9.1/process.c:7360:13: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/scrollz/scrollz_2.2.3.orig.tar.gz scrollz-2.2.3.orig/source/ctcp.c:1701:40: style: Redundant condition: *from=='='. '*from!='=' || (*from=='=' && !strcmp(cmd,"ACTION"))' is equivalent to '*from!='=' || !strcmp(cmd,"ACTION")' [redundantCondition] scrollz-2.2.3.orig/source/ircaux.c:1229:29: style:inconclusive: Redundant condition: The condition '*nick == '-'' is redundant since '*nick < 'A'' is sufficient. [redundantCondition] scrollz-2.2.3.orig/source/parse.c:771:28: style: Redundant condition: tmpfriend. '!tmpfriend || (tmpfriend && !tmpfriend->privs&FLNOFLOOD)' is equivalent to '!tmpfriend || !tmpfriend->privs&FLNOFLOOD' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sctk/sctk_2.4.12+dfsg.orig.tar.xz SCTK-2.4.12/src/sclite/mtchprs.c:554:22: style: Redundant condition: state=='b'. 'state!='b' || (state=='b' && snt2->num>ind2)' is equivalent to 'state!='b' || snt2->num>ind2' [redundantCondition] SCTK-2.4.12/src/sclite/sclite.c:572:24: style: Redundant condition: opt+1=argc || (opt+1=argc || *(argv[opt+1])=='-'' [redundantCondition] SCTK-2.4.12/src/sclite/text.c:1232:30: style: Redundant condition: **ctext=='/'. '**ctext!='/' || (**ctext=='/' && alt_cnt>0)' is equivalent to '**ctext!='/' || alt_cnt>0' [redundantCondition] SCTK-2.4.12/src/sclite/text.c:1233:27: style: Redundant condition: **ctext=='}'. '**ctext!='}' || (**ctext=='}' && alt_cnt>0)' is equivalent to '**ctext!='}' || alt_cnt>0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/scute/scute_1.7.0+git20240826+8331f37.orig.tar.bz2 scute-1.7.0+git20240826+8331f37/src/cert-gpgsm.c:100:21: style: Redundant condition: The condition '*timestamp' is redundant since '*timestamp == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sdlbasic/sdlbasic_0.0.20070714.orig.tar.gz usr/src/sdlBasic/src/sdlBasic/scintilla/src/XPM.cxx:17:12: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] usr/src/sdlBasic/src/sdlBasic/scintilla/src/XPM.cxx:23:12: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/seaview/seaview_5.0.5.orig.tar.gz seaview/csrc/dnapars.c:1265:23: style: Redundant condition: j>=spp. 'j=spp && item->numdesc>0)' is equivalent to 'jnumdesc>0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/segemehl/segemehl_0.3.4.orig.tar.xz segemehl-0.3.4/libs/manopt.c:189:40: style: Redundant condition: set->opts[i].type==FLAG. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sentencepiece/sentencepiece_0.2.0.orig.tar.gz sentencepiece-0.2.0/src/sentencepiece_processor.cc:794:24: style: Redundant condition: model_proto_. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/seqtools/seqtools_4.44.1+dfsg.orig.tar.xz seqtools-4.44.1/belvuApp/belvu.cpp:4085:22: style: Redundant condition: The condition '*cp' is redundant since '*cp == ' '' is sufficient. [redundantCondition] seqtools-4.44.1/belvuApp/belvu.cpp:4111:18: style: Redundant condition: The condition '*cp' is redundant since '*cp == ' '' is sufficient. [redundantCondition] seqtools-4.44.1/belvuApp/belvu.cpp:4125:22: style: Redundant condition: The condition '*cp' is redundant since '*cp == ' '' is sufficient. [redundantCondition] seqtools-4.44.1/blixemApp/detailview.cpp:3320:29: style: Redundant condition: data->selectionRange. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] seqtools-4.44.1/seqtoolsUtils/blxparser.cpp:200:28: style: Redundant condition: If '*buffer == 0', the comparison '*buffer == '\0'' is always true. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/service-wrapper-java/service-wrapper-java_3.5.51.orig.tar.gz wrapper_3.5.51_src/src/c/wrapper_file.c:478:53: style: Redundant condition: The condition 'c[0] != '\0'' is redundant since 'c[0] == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sga/sga_0.10.15.orig.tar.gz sga-0.10.15/src/Util/MultiOverlap.cpp:416:29: style: Redundant condition: best_c!=curr_c. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/shairport-sync/shairport-sync_4.3.7.orig.tar.gz shairport-sync-4.3.7/rtp.c:430:49: style: Redundant condition: The condition 'conn->AirPlayVersion >= 371' is redundant since 'conn->AirPlayVersion > 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/shapetools/shapetools_1.4pl6.orig.tar.gz shapetools-1.4pl6.orig/src/atfstk/bind_rules.c:325:19: style: Redundant condition: The condition '!*rulePtr' is redundant since '*rulePtr != '\t'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sharutils/sharutils_4.15.2.orig.tar.xz sharutils-4.15.2/intl/dcigettext.c:689:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/shim/shim_15.8.orig.tar.bz2 shim-15.8/Cryptlib/OpenSSL/crypto/evp/digest.c:167:46: style: Redundant condition: type. '!type || (type && type->type==ctx->digest->type)' is equivalent to '!type || type->type==ctx->digest->type' [redundantCondition] shim-15.8/Cryptlib/OpenSSL/crypto/evp/evp_enc.c:120:48: style: Redundant condition: cipher. '!cipher || (cipher && cipher->nid==ctx->cipher->nid)' is equivalent to '!cipher || cipher->nid==ctx->cipher->nid' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/shishi/shishi_1.0.3.orig.tar.gz shishi-1.0.3/db/core.c:130:26: style: Redundant condition: rc!=SHISA_OK. 'rc==SHISA_OK || (rc!=SHISA_OK && rc!=SHISA_NO_PRINCIPAL)' is equivalent to 'rc==SHISA_OK || rc!=SHISA_NO_PRINCIPAL' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sideretro/sideretro_1.1.6.orig.tar.gz sideRETRO-1.1.6/src/bitree.c:37:4: style: Redundant condition: tree!=NULL. 'tree==NULL || (tree!=NULL && tree->size==0)' is equivalent to 'tree==NULL || tree->size==0' [redundantCondition] sideRETRO-1.1.6/src/bitree.c:61:4: style: Redundant condition: tree!=NULL. 'tree==NULL || (tree!=NULL && tree->size==0)' is equivalent to 'tree==NULL || tree->size==0' [redundantCondition] sideRETRO-1.1.6/src/array.c:94:26: style: Redundant condition: array->len!=0. 'array->len==0 || (array->len!=0 && array->pdata!=NULL)' is equivalent to 'array->len==0 || array->pdata!=NULL' [redundantCondition] sideRETRO-1.1.6/src/ibitree.c:49:4: style: Redundant condition: tree!=NULL. 'tree==NULL || (tree!=NULL && tree->size==0)' is equivalent to 'tree==NULL || tree->size==0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/siege/siege_4.1.6.orig.tar.gz siege-4.1.6/src/cookie.c:277:15: style: Redundant condition: The condition '*str' is redundant since '*str == ' '' is sufficient. [redundantCondition] siege-4.1.6/src/cookie.c:421:15: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] siege-4.1.6/src/cookie.c:446:17: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/silverjuke/silverjuke_18.2.1.orig.tar.gz silverjuke-18.2.1/src/prjm/src/Renderer/SOIL/stb_image_aug.c:2594:17: style: Redundant condition: The condition 'req_comp' is redundant since 'req_comp >= 3' is sufficient. [redundantCondition] silverjuke-18.2.1/src/sjmodules/vis/vis_synctxt_raw.cpp:511:25: style: Redundant condition: The condition '*currLinePtr == 0' is redundant since '*currLinePtr != '['' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/simh/simh_3.8.1.orig.tar.gz simh-3.8.1/NOVA/eclipse_cpu.c:1419:29: style: Redundant condition: The condition 't < 0100000' is redundant since 't < 0400' is sufficient. [redundantCondition] simh-3.8.1/NOVA/eclipse_cpu.c:1438:25: style: Redundant condition: The condition 't < 0100000' is redundant since 't < 0400' is sufficient. [redundantCondition] simh-3.8.1/NOVA/eclipse_cpu.c:1522:42: style: Redundant condition: The condition 't < 0100000' is redundant since 't < 0400' is sufficient. [redundantCondition] simh-3.8.1/NOVA/eclipse_cpu.c:1546:25: style: Redundant condition: The condition 't < 0100000' is redundant since 't < 0400' is sufficient. [redundantCondition] simh-3.8.1/NOVA/eclipse_cpu.c:1578:25: style: Redundant condition: The condition 't < 0100000' is redundant since 't < 0400' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sinfo/sinfo_0.0.48.orig.tar.gz sinfo-0.0.48/sinfo/sinfohtml.cc:334:34: style: Redundant condition: config.ownprocesses. '!config.ownprocesses || (config.ownprocesses && own)' is equivalent to '!config.ownprocesses || own' [redundantCondition] sinfo-0.0.48/sinfo/sinfocurses.cc:345:48: style: Redundant condition: config.ownprocesses. '!config.ownprocesses || (config.ownprocesses && own)' is equivalent to '!config.ownprocesses || own' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sisl/sisl_4.6.0.orig.tar.xz src/s1926.c:156:15: style: Redundant condition: nur>=1. 'nur<1 || (nur>=1 && ik<1)' is equivalent to 'nur<1 || ik<1' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sjeng/sjeng_11.2.orig.tar.gz sjeng-11.2.orig/book.c:212:31: style: Redundant condition: force_move==TRUE. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] sjeng-11.2.orig/search.c:699:30: style: Redundant condition: phase==2. 'phase!=2 || (phase==2 && depth<=6)' is equivalent to 'phase!=2 || depth<=6' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sketch/sketch_0.3.7.orig.tar.gz sketch-0.3.7/expr.c:503:22: style: Redundant condition: The condition 'a->val.flt > 1' is redundant since 'a->val.flt > -1' is sufficient. [redundantCondition] sketch-0.3.7/expr.c:518:22: style: Redundant condition: The condition 'a->val.flt > 1' is redundant since 'a->val.flt > -1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/skycat/skycat_3.1.2+starlink1~b+dfsg.orig.tar.gz skycat-3.1.2-starlink-1b/rtd/generic/RtdHDU.C:325:29: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] skycat-3.1.2-starlink-1b/rtd/generic/RtdHDU.C:332:33: style: Redundant condition: The condition '*t' is redundant since '*t == ' '' is sufficient. [redundantCondition] skycat-3.1.2-starlink-1b/rtd/generic/RtdHDU.C:343:33: style: Redundant condition: The condition '*t' is redundant since '*t == ' '' is sufficient. [redundantCondition] skycat-3.1.2-starlink-1b/rtd/generic/iqefunc.c:367:12: style: Redundant condition: pwm. '!pwm || (pwm && 0.0<*pw)' is equivalent to '!pwm || 0.0<*pw' [redundantCondition] skycat-3.1.2-starlink-1b/rtd/generic/iqefunc.c:404:30: style: Redundant condition: pwm. '!pwm || (pwm && 0.0<*pw)' is equivalent to '!pwm || 0.0<*pw' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/slepc/slepc_3.23.1+dfsg1.orig.tar.xz slepc-3.23.1/src/eps/impls/davidson/davidson.c:100:36: style: Redundant condition: eps->isgeneralized. '!eps->isgeneralized || (eps->isgeneralized && ipB)' is equivalent to '!eps->isgeneralized || ipB' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sleuthkit/sleuthkit_4.12.1+dfsg.orig.tar.xz sleuthkit-sleuthkit-4.12.1/tsk/base/tsk_parse.c:62:38: style: Redundant condition: The condition 'offset_lcl_p[0] != '\0'' is redundant since 'offset_lcl_p[0] == '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sma/sma_1.4.orig.tar.gz sma-1.4.orig/init.c:265:33: style: Redundant condition: The condition '*(str+1)' is redundant since '*(str+1) == '"'' is sufficient. [redundantCondition] sma-1.4.orig/parse.c:546:26: style: Redundant condition: clsflag. '!clsflag || (clsflag && status==1)' is equivalent to '!clsflag || status==1' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/smallerc/smallerc_1.0.2+dfsg.orig.tar.xz v0100/tests/picoc/11.c:23:21: style: Redundant condition: e. 'e || (e && f)' is equivalent to 'e' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/smartdns/smartdns_46.1+dfsg.orig.tar.xz smartdns-Release46.1/src/dns_server.c:4917:40: style: Redundant condition: The condition '*endptr == '\0'' is redundant since '*endptr != '.'' is sufficient. [redundantCondition] smartdns-Release46.1/src/dns_server.c:4923:40: style: Redundant condition: The condition '*endptr == '\0'' is redundant since '*endptr != '.'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/smstools/smstools_3.1.21.orig.tar.gz smstools3/src/modeminit.c:373:17: style: Redundant condition: The condition 'ssi == 99' is redundant since 'ssi > 31' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sngrep/sngrep_1.8.2.orig.tar.gz sngrep-1.8.2/src/capture.c:909:27: style: Redundant condition: The condition 'size_payload == 0' is redundant since 'size_payload <= 2' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/soapdenovo/soapdenovo_1.05.orig.tar.gz SOAPdenovo-V1.05/src/127mer/prlHashReads.c:476:24: style: Redundant condition: The condition 'cvgSingle > 0' is redundant since 'cvgSingle == 1' is sufficient. [redundantCondition] SOAPdenovo-V1.05/src/127mer/prlHashReads.c:481:24: style: Redundant condition: The condition 'cvgSingle > 0' is redundant since 'cvgSingle == 1' is sufficient. [redundantCondition] SOAPdenovo-V1.05/src/63mer/prlHashReads.c:475:24: style: Redundant condition: The condition 'cvgSingle > 0' is redundant since 'cvgSingle == 1' is sufficient. [redundantCondition] SOAPdenovo-V1.05/src/63mer/prlHashReads.c:480:24: style: Redundant condition: The condition 'cvgSingle > 0' is redundant since 'cvgSingle == 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/socklog/socklog_2.1.0+repack.orig.tar.gz socklog-2.1.0/src/socklog-conf.c:332:20: style: Redundant condition: The condition '(*argv)[1]' is redundant since '(*argv)[1] == 'V'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sockperf/sockperf_3.7.orig.tar.xz sockperf-3.7/src/sockperf.cpp:1277:27: style: Redundant condition: self_obj. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sofia-sip/sofia-sip_1.12.11+20110422.1+1e14eea~dfsg.orig.tar.xz sofia-sip-1e14eeafbbafee3e76c560306eb0a638133de707/utils/sip-date.c:152:12: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sooperlooper/sooperlooper_1.7.8~dfsg0.orig.tar.xz sooperlooper-1.7.8/src/gui/looper_panel.cpp:1450:29: style: Redundant condition: filename.size()>4. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] sooperlooper-1.7.8/src/gui/main_panel.cpp:1302:29: style: Redundant condition: filename.size()>4. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] sooperlooper-1.7.8/src/gui/main_panel.cpp:1470:28: style: Redundant condition: filename.size()>7. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sortmerna/sortmerna_4.3.7.orig.tar.gz sortmerna-4.3.7/src/sortmerna/indexdb.cpp:1478:56: style: Redundant condition: lookup_table[kmer_key_short_f].trie_F!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] sortmerna-4.3.7/src/sortmerna/indexdb.cpp:1509:56: style: Redundant condition: lookup_table[kmer_key_short_r].trie_R!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/source-extractor/source-extractor_2.28.2+ds.orig.tar.xz sextractor-2.28.2/src/photom.c:327:46: style: Redundant condition: dwfield. '!dwfield || (dwfield && *dwstriptsweepcache!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/spectrum2/spectrum2_2.2.1+dfsg.orig.tar.xz spectrum2-2.2.1/libtransport/UserManager.cpp:343:17: style: Redundant condition: highest. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] spectrum2-2.2.1/libtransport/UserRegistration.cpp:54:18: style: Redundant condition: registered. '!registered || (registered && allowPasswordChange)' is equivalent to '!registered || allowPasswordChange' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/speech-tools/speech-tools_2.5.0.orig.tar.gz speech_tools/ling_class/relation_io.cc:266:23: style:inconclusive: Redundant condition: The condition 's[i] != '\0'' is redundant since 's[i] >= '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sphinxtrain/sphinxtrain_1.0.8+5prealpha+1.orig.tar.gz sphinxtrain-5prealpha/src/libs/libcommon/quest.c:289:22: style: Redundant condition: The condition '*s' is redundant since '*s == '('' is sufficient. [redundantCondition] sphinxtrain-5prealpha/src/programs/bldtree/main.c:598:51: style: Redundant condition: strstr(pset[i].name,"_L")==NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] sphinxtrain-5prealpha/src/programs/bldtree/main.c:627:51: style: Redundant condition: strstr(pset[i].name,"_L")==NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/spiped/spiped_1.6.3.orig.tar.gz spiped-1.6.3/libcperciva/util/sock_util.c:359:23: style: Redundant condition: The condition 'addr[0] != '/'' is redundant since 'addr[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/splitvt/splitvt_1.6.6.orig.tar.gz splitvt-1.6.6/parserc.c:184:21: style: Redundant condition: The condition '*subdir' is redundant since '*subdir == '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sqlcipher/sqlcipher_4.6.1.orig.tar.gz sqlcipher-4.6.1/test/dbfuzz2.c:250:15: style: Redundant condition: The condition 'z[0]' is redundant since 'z[0] == 'v'' is sufficient. [redundantCondition] sqlcipher-4.6.1/test/fuzzcheck.c:1794:15: style: Redundant condition: The condition 'z[0]' is redundant since 'z[0] == 'v'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sqlite3/sqlite3_3.46.1.orig.tar.xz sqlite3-3.46.1/test/dbfuzz2.c:250:15: style: Redundant condition: The condition 'z[0]' is redundant since 'z[0] == 'v'' is sufficient. [redundantCondition] sqlite3-3.46.1/test/fuzzcheck.c:1794:15: style: Redundant condition: The condition 'z[0]' is redundant since 'z[0] == 'v'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/squizz/squizz_0.99d+dfsg.orig.tar.xz squizz-0.99d/lib/extern/text.c:49:22: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] squizz-0.99d/lib/extern/text.c:49:45: style: Redundant condition: The condition '*(p+1)' is redundant since '*(p+1) == ' '' is sufficient. [redundantCondition] squizz-0.99d/lib/sequence/codata.c:63:15: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] squizz-0.99d/lib/sequence/embl.c:79:15: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] squizz-0.99d/lib/sequence/embl.c:120:17: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] squizz-0.99d/lib/sequence/genbank.c:68:15: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] squizz-0.99d/lib/sequence/genbank.c:130:17: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] squizz-0.99d/lib/sequence/ig.c:50:15: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] squizz-0.99d/lib/sequence/sprot.c:96:15: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] squizz-0.99d/lib/sequence/sprot.c:104:31: style: Redundant condition: The condition '*(q+1)' is redundant since '*(q+1) == '-'' is sufficient. [redundantCondition] squizz-0.99d/lib/sequence/sprot.c:105:31: style: Redundant condition: The condition '*(q+1)' is redundant since '*(q+1) == '>'' is sufficient. [redundantCondition] squizz-0.99d/lib/sequence/sprot.c:142:12: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/srpc/srpc_0.10.3.orig.tar.gz srpc-0.10.3/src/thrift/rpc_thrift_idl.cc:463:18: style: Redundant condition: The condition 'ch != ','' is redundant since 'ch == '}'' is sufficient. [redundantCondition] srpc-0.10.3/src/thrift/rpc_thrift_idl.cc:480:18: style: Redundant condition: The condition 'ch != ','' is redundant since 'ch == ']'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/ssed/ssed_3.62.orig.tar.gz sed-3.62/intl/dcigettext.c:550:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/ssvnc/ssvnc_1.0.29.orig.tar.gz ssvnc-1.0.29/vnc_unixsrc/vncviewer/rfbproto.c:3000:28: style: Redundant condition: The condition 'delay_sync_env != -1' is redundant since 'delay_sync_env == 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/staden-io-lib/staden-io-lib_1.15.0.orig.tar.gz io_lib-io_lib-1-15-0/progs/srf_dump_all.c:922:22: style: Redundant condition: filter_mode. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] io_lib-io_lib-1-15-0/progs/srf_dump_all.c:1007:22: style: Redundant condition: filter_mode. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] io_lib-io_lib-1-15-0/progs/srf_dump_all.c:1176:19: style: Redundant condition: filter_mode. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] io_lib-io_lib-1-15-0/progs/srf_dump_all.c:1200:19: style: Redundant condition: filter_mode. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] io_lib-io_lib-1-15-0/progs/srf_filter.c:860:32: style: Redundant condition: rev_cycle. '!rev_cycle || (rev_cycle && in_srf->mf_pos)' is equivalent to '!rev_cycle || in_srf->mf_pos' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/starplot/starplot_0.95.5.orig.tar.gz starplot-0.95.5/intl/dcigettext.c:700:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/starvoyager/starvoyager_0.4.4.orig.tar.gz starvoyager/ship.cc:1694:11: style: Redundant condition: ful. '!ful || (ful && ful->cap==0)' is equivalent to '!ful || ful->cap==0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/stella/stella_7.0+dfsg.orig.tar.xz stella-7.0/src/tools/convbdf.c:176:19: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/stimfit/stimfit_0.16.7.orig.tar.gz stimfit-0.16.7/src/biosig/biosig4c++/XMLParser/tinyxmlparser.cpp:445:14: style: Redundant condition: The condition '*(p+1)' is redundant since '*(p+1) == '#'' is sufficient. [redundantCondition] stimfit-0.16.7/src/biosig/biosig4c++/XMLParser/tinyxmlparser.cpp:823:16: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] stimfit-0.16.7/src/biosig/biosig4c++/XMLParser/tinyxmlparser.cpp:1126:18: style: Redundant condition: The condition '*p' is redundant since '*p == '>'' is sufficient. [redundantCondition] stimfit-0.16.7/src/biosig/biosig4c++/XMLParser/tinyxmlparser.cpp:1285:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] stimfit-0.16.7/src/biosig/biosig4c++/XMLParser/tinyxmlparser.cpp:1411:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '='' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/stone/stone_2.4.orig.tar.gz stone-2.4/cryptoapi.c:324:19: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/stringtie/stringtie_2.2.1+ds.orig.tar.xz stringtie-2.2.1/gclib/GArgs.cpp:84:44: style: Redundant condition: The condition '_argv[p][1] == 0' is redundant since '_argv[p][1] != '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/subtle/subtle_0.11.3224-xi.orig.tar.gz subtle-0.11.3224-xi/src/subtlext/subtlext.c:1754:22: style: Redundant condition: source. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/suitename/suitename_0.4.130509+git20210223.ebb1325.orig.tar.xz suitename-0.4.130509+git20210223.ebb1325/suitenout.c:216:26: style: Redundant condition: i==xbin. 'i!=xbin || (i==xbin && j!=xclst)' is equivalent to 'i!=xbin || j!=xclst' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/suitesparse-graphblas/suitesparse-graphblas_7.4.0+dfsg.orig.tar.xz GraphBLAS-7.4.0/zstd/zstd_subset/compress/zstd_compress_sequences.c:165:5: style: Redundant condition: The condition '0 != 1' is redundant since '0 == 0' is sufficient. [redundantCondition] GraphBLAS-7.4.0/zstd/zstd_subset/decompress/zstd_decompress_block.c:1380:9: style: Redundant condition: The condition 'BIT_DStream_completed > 0' is redundant since 'BIT_DStream_completed > 1' is sufficient. [redundantCondition] GraphBLAS-7.4.0/zstd/zstd_subset/decompress/zstd_decompress_block.c:1597:9: style: Redundant condition: The condition 'BIT_DStream_completed > 0' is redundant since 'BIT_DStream_completed > 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/superlu-dist/superlu-dist_8.2.1+dfsg1.orig.tar.xz superlu-dist-8.2.1+dfsg1/SRC/pdgssvx_ABglobal.c:1105:20: style: Redundant condition: factored. '!factored || (factored && options->IterRefine)' is equivalent to '!factored || options->IterRefine' [redundantCondition] superlu-dist-8.2.1+dfsg1/SRC/psgssvx_ABglobal.c:1105:20: style: Redundant condition: factored. '!factored || (factored && options->IterRefine)' is equivalent to '!factored || options->IterRefine' [redundantCondition] superlu-dist-8.2.1+dfsg1/SRC/pzgssvx_ABglobal.c:1104:20: style: Redundant condition: factored. '!factored || (factored && options->IterRefine)' is equivalent to '!factored || options->IterRefine' [redundantCondition] superlu-dist-8.2.1+dfsg1/SRC/wingetopt.c:30:54: style: Redundant condition: The condition 'argv[optind][0] == 0' is redundant since 'argv[optind][0] != '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sweep/sweep_0.9.3.orig.tar.gz sweep-0.9.3/intl/dcigettext.c:583:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/swift-im/swift-im_5.0~alpha2.145.g12d031cf8+dfsg.orig.tar.xz swift-im-5.0~alpha2.145.g12d031cf8/Swiften/VCards/VCardManager.cpp:55:16: style: Redundant condition: error. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/swig/swig_4.3.0.orig.tar.gz swig-4.3.0/Source/Modules/lang.cxx:2257:25: style: Redundant condition: overloaded. '!overloaded || (overloaded && overloaded==nn)' is equivalent to '!overloaded || overloaded==nn' [redundantCondition] swig-4.3.0/Source/Modules/python.cxx:4816:32: style: Redundant condition: The condition 'dlevel != -2' is redundant since 'dlevel > 1' is sufficient. [redundantCondition] swig-4.3.0/Source/Modules/utils.cxx:106:14: style: Redundant condition: first. '!first || (first && !Getattr(first,"sym:nextSibling"))' is equivalent to '!first || !Getattr(first,"sym:nextSibling")' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/swish-e/swish-e_2.4.7.orig.tar.gz swish-e-2.4.7/src/db_write.c:100:12: style: Redundant condition: c. '!c || (c && !*(c+1))' is equivalent to '!c || !*(c+1)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sword/sword_1.9.0+dfsg.orig.tar.xz sword-1.9.0+dfsg/bindings/flatapi.cpp:554:25: style: Redundant condition: The condition '*level1' is redundant since '*level1 == '-'' is sufficient. [redundantCondition] sword-1.9.0+dfsg/bindings/flatapi.cpp:569:27: style: Redundant condition: The condition '*level2' is redundant since '*level2 == '-'' is sufficient. [redundantCondition] sword-1.9.0+dfsg/bindings/flatapi.cpp:585:29: style: Redundant condition: The condition '*level3' is redundant since '*level3 == '-'' is sufficient. [redundantCondition] sword-1.9.0+dfsg/bindings/flatapi.cpp:588:34: style: Redundant condition: The condition '*level3' is redundant since '*level3 == '*'' is sufficient. [redundantCondition] sword-1.9.0+dfsg/bindings/java-jni/jni/swordstub.cpp:1275:26: style: Redundant condition: The condition '*level1' is redundant since '*level1 == '-'' is sufficient. [redundantCondition] sword-1.9.0+dfsg/bindings/java-jni/jni/swordstub.cpp:1290:28: style: Redundant condition: The condition '*level2' is redundant since '*level2 == '-'' is sufficient. [redundantCondition] sword-1.9.0+dfsg/bindings/java-jni/jni/swordstub.cpp:1306:30: style: Redundant condition: The condition '*level3' is redundant since '*level3 == '-'' is sufficient. [redundantCondition] sword-1.9.0+dfsg/bindings/java-jni/jni/swordstub.cpp:1309:35: style: Redundant condition: The condition '*level3' is redundant since '*level3 == '*'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sylpheed/sylpheed_3.8.0~beta1.orig.tar.xz sylpheed-3.8.0beta1/src/send_message.c:197:19: style: Redundant condition: qinfo->ac. '!qinfo->ac || (qinfo->ac && qinfo->ac->protocol!=A_NNTP)' is equivalent to '!qinfo->ac || qinfo->ac->protocol!=A_NNTP' [redundantCondition] sylpheed-3.8.0beta1/src/summaryview.c:4391:29: style: Redundant condition: summaryview->selected. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] sylpheed-3.8.0beta1/src/summaryview.c:4522:29: style: Redundant condition: summaryview->selected. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sympow/sympow_2.023.7.orig.tar.bz2 sympow-2.023.7/conductors.c:140:25: style: Redundant condition: The condition 'v6 != 5' is redundant since 'v6 == 3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/syslinux/syslinux_6.04~git20190206.bf6db5b4+dfsg1.orig.tar.xz syslinux-6.04~git20190206.bf6db5b4/com32/gdbstub/main.c:50:44: style: Redundant condition: The condition '*p != '\0'' is redundant since '*p == ' '' is sufficient. [redundantCondition] syslinux-6.04~git20190206.bf6db5b4/com32/gdbstub/main.c:56:23: style: Redundant condition: The condition '*p != '\0'' is redundant since '*p == ' '' is sufficient. [redundantCondition] syslinux-6.04~git20190206.bf6db5b4/com32/hdt/hdt-common.c:683:15: style: Redundant condition: The condition '*p' is redundant since '*p == 10' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/systemtap/systemtap_5.1.orig.tar.gz systemtap-5.1/dwflpp.cxx:4852:22: style: Redundant condition: have_section. '!have_section || (have_section && shdr->sh_type==SHT_NOBITS)' is equivalent to '!have_section || shdr->sh_type==SHT_NOBITS' [redundantCondition] systemtap-5.1/stapregex-parse.cxx:240:12: style: Redundant condition: The condition 'c' is redundant since 'c == '|'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/t-coffee/t-coffee_13.45.0.4846264+really13.41.0.28bdc39+dfsg.orig.tar.xz T-COFFEE_distribution_Version_13.41.0.28bdc39/t_coffee_source/dp_lib/evaluate.c:5681:14: style: Redundant condition: The condition 'MODE == 0' is redundant since 'MODE != 2' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tablix2/tablix2_0.3.5.orig.tar.gz tablix2-0.3.5/intl/dcigettext.c:700:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tboot/tboot_1.10.5.orig.tar.gz tboot-1.10.5/safestringlib/safeclib/snprintf_support.c:84:34: style:inconclusive: Redundant condition: The condition 'format[index] != '\0'' is redundant since 'format[index] >= '0'' is sufficient. [redundantCondition] tboot-1.10.5/safestringlib/safeclib/snprintf_support.c:88:31: style: Redundant condition: The condition 'format[index] != '\0'' is redundant since 'format[index] == '.'' is sufficient. [redundantCondition] tboot-1.10.5/safestringlib/safeclib/snprintf_support.c:90:35: style:inconclusive: Redundant condition: The condition 'format[index] != '\0'' is redundant since 'format[index] >= '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tcl9.0/tcl9.0_9.0.1+dfsg.orig.tar.gz tcl9.0.1/generic/tclPkg.c:1820:20: style: Redundant condition: The condition '*s1 != 0' is redundant since '*s1 == '0'' is sufficient. [redundantCondition] tcl9.0.1/generic/tclPkg.c:1823:20: style: Redundant condition: The condition '*s2 != 0' is redundant since '*s2 == '0'' is sufficient. [redundantCondition] tcl9.0.1/generic/tclStrToD.c:598:21: style: Redundant condition: The condition '*after' is redundant since '*after == '_'' is sufficient. [redundantCondition] tcl9.0.1/generic/tclStrToD.c:599:20: style: Redundant condition: The condition '*after' is redundant since '*after == '_'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tcsh/tcsh_6.24.13.orig.tar.gz tcsh-6.24.13/tc.func.c:1199:17: style: Redundant condition: !ask. 'ask || (!ask && !silent)' is equivalent to 'ask || !silent' [redundantCondition] tcsh-6.24.13/tc.prompt.c:427:30: style: Redundant condition: !pdirs. 'pdirs || (!pdirs && updirs<=0)' is equivalent to 'pdirs || updirs<=0' [redundantCondition] tcsh-6.24.13/tc.sched.c:139:13: style: Redundant condition: The condition '*cp' is redundant since '*cp == ':'' is sufficient. [redundantCondition] tcsh-6.24.13/win32/stdio.c:418:19: style: Redundant condition: The condition '*(filename+1)' is redundant since '*(filename+1) == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/telegram-cli/telegram-cli_1.3.1+git20160323.6547c0b21.orig.tar.xz tg/interface.c:1458:25: style: Redundant condition: The condition 'args[1].num > 0' is redundant since 'args[1].num > 10' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/telepathy-farstream/telepathy-farstream_0.6.2.orig.tar.gz telepathy-farstream-0.6.2/telepathy-farstream/call-stream.c:1720:20: style: Redundant condition: The condition 'handle_count' is redundant since 'handle_count > 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/termit/termit_3.1.orig.tar.gz termit-3.1/src/termit_preferences.c:242:25: style: Redundant condition: !pTab->title. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tetgen/tetgen_1.5.0.orig.tar.gz tetgen1.5.0/tetgen.cxx:2160:40: style: Redundant condition: If 'line[0] == '\n'', the comparison 'line[0] == 10' is always true. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tetradraw/tetradraw_2.0.3.orig.tar.gz tetradraw-2.0.3/src/options_io.c:110:22: style: Redundant condition: The condition 'line[count]' is redundant since 'line[count] == ' '' is sufficient. [redundantCondition] tetradraw-2.0.3/src/options_io.c:116:22: style: Redundant condition: The condition 'line[count]' is redundant since 'line[count] == ' '' is sufficient. [redundantCondition] tetradraw-2.0.3/src/options_io.c:122:22: style: Redundant condition: The condition 'line[count]' is redundant since 'line[count] == ' '' is sufficient. [redundantCondition] tetradraw-2.0.3/src/options_io.c:128:22: style: Redundant condition: The condition 'line[count]' is redundant since 'line[count] == ' '' is sufficient. [redundantCondition] tetradraw-2.0.3/src/options_io.c:134:22: style: Redundant condition: The condition 'line[count]' is redundant since 'line[count] == ' '' is sufficient. [redundantCondition] tetradraw-2.0.3/src/options_io.c:140:22: style: Redundant condition: The condition 'line[count]' is redundant since 'line[count] == ' '' is sufficient. [redundantCondition] tetradraw-2.0.3/src/options_io.c:146:22: style: Redundant condition: The condition 'line[count]' is redundant since 'line[count] == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tetrinetx/tetrinetx_1.13.16.orig.tar.gz tetrinetx-1.13.16+qirc-1.40c/src/game.c:1362:68: style:inconclusive: Redundant condition: The condition '*P != '\0'' is redundant since '*P >= '3'' is sufficient. [redundantCondition] tetrinetx-1.13.16+qirc-1.40c/src/main.c:2638:9: style: Redundant condition: p. '!p || (p && p[0]=='\0')' is equivalent to '!p || p[0]=='\0'' [redundantCondition] tetrinetx-1.13.16+qirc-1.40c/src/main.c:2868:10: style: Redundant condition: p. '!p || (p && p[0]=='\0')' is equivalent to '!p || p[0]=='\0'' [redundantCondition] tetrinetx-1.13.16+qirc-1.40c/src/main.c:2947:9: style: Redundant condition: p. '!p || (p && p[0]=='\0')' is equivalent to '!p || p[0]=='\0'' [redundantCondition] tetrinetx-1.13.16+qirc-1.40c/src/main.c:2997:9: style: Redundant condition: p. '!p || (p && p[0]=='\0')' is equivalent to '!p || p[0]=='\0'' [redundantCondition] tetrinetx-1.13.16+qirc-1.40c/src/main.c:3219:10: style: Redundant condition: q. '!q || (q && q[0]=='\0')' is equivalent to '!q || q[0]=='\0'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tgl/tgl_2.0.1+git20160323.ffb04cac.orig.tar.xz tgl/tg-mime-types.c:29:24: style:inconclusive: Redundant condition: The condition '*c != '\n'' is redundant since '*c > ' '' is sufficient. [redundantCondition] tgl/tg-mime-types.c:31:23: style:inconclusive: Redundant condition: The condition '*c != '\n'' is redundant since '*c > ' '' is sufficient. [redundantCondition] tgl/tg-mime-types.c:46:25: style:inconclusive: Redundant condition: The condition '*c != '\n'' is redundant since '*c > ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/the/the_3.3~rc1.orig.tar.bz2 THE-3.3RC1/target.c:1600:7: style: Redundant condition: respect_scope. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tinyframe/tinyframe_0.1.1.orig.tar.xz tinyframe-0.1.1/src/tinyframe.c:257:24: style: Redundant condition: num_fields. '!num_fields || (num_fields && fields)' is equivalent to '!num_fields || fields' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tinymux/tinymux_2.12.0.10.orig.tar.bz2 mux2.12/convert/t6hgame.cpp:540:9: style: Redundant condition: The condition '*pName != '\0'' is redundant since '*pName == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tinyxml/tinyxml_2.6.2.orig.tar.gz tinyxml/tinyxmlparser.cpp:445:14: style: Redundant condition: The condition '*(p+1)' is redundant since '*(p+1) == '#'' is sufficient. [redundantCondition] tinyxml/tinyxmlparser.cpp:823:16: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] tinyxml/tinyxmlparser.cpp:1126:18: style: Redundant condition: The condition '*p' is redundant since '*p == '>'' is sufficient. [redundantCondition] tinyxml/tinyxmlparser.cpp:1285:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] tinyxml/tinyxmlparser.cpp:1411:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '='' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tix/tix_8.4.3.orig.tar.gz Tix8.4.3/generic/tixImgXpm.c:608:22: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'm'' is sufficient. [redundantCondition] Tix8.4.3/generic/tixImgXpm.c:613:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'g'' is sufficient. [redundantCondition] Tix8.4.3/generic/tixImgXpm.c:614:20: style: Redundant condition: The condition 'p[1] != '\0'' is redundant since 'p[1] == '4'' is sufficient. [redundantCondition] Tix8.4.3/generic/tixImgXpm.c:619:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'g'' is sufficient. [redundantCondition] Tix8.4.3/generic/tixImgXpm.c:624:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'c'' is sufficient. [redundantCondition] Tix8.4.3/generic/tixImgXpm.c:629:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 's'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tk9.0/tk9.0_9.0.1.orig.tar.gz tk9.0.1/generic/nanosvg.h:1770:11: style: Redundant condition: The condition '*str' is redundant since '*str == '#'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tkblt/tkblt_3.2.23.orig.tar.gz tkblt-3.2.23/generic/tkbltGrAxis.C:790:24: style: Redundant condition: ops->looseMin. '!ops->looseMin || (ops->looseMin && !isnan(ops->reqMin))' is equivalent to '!ops->looseMin || !isnan(ops->reqMin)' [redundantCondition] tkblt-3.2.23/generic/tkbltGrAxis.C:794:24: style: Redundant condition: ops->looseMax. '!ops->looseMax || (ops->looseMax && !isnan(ops->reqMax))' is equivalent to '!ops->looseMax || !isnan(ops->reqMax)' [redundantCondition] tkblt-3.2.23/generic/tkbltGrAxis.C:859:22: style: Redundant condition: ops->looseMin. '!ops->looseMin || (ops->looseMin && !isnan(ops->reqMin))' is equivalent to '!ops->looseMin || !isnan(ops->reqMin)' [redundantCondition] tkblt-3.2.23/generic/tkbltGrAxis.C:862:22: style: Redundant condition: ops->looseMax. '!ops->looseMax || (ops->looseMax && !isnan(ops->reqMax))' is equivalent to '!ops->looseMax || !isnan(ops->reqMax)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tkdesk/tkdesk_2.0.orig.tar.gz tkdesk-2.0/libdesk/tixImgXpm.c:699:22: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'm'' is sufficient. [redundantCondition] tkdesk-2.0/libdesk/tixImgXpm.c:704:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'g'' is sufficient. [redundantCondition] tkdesk-2.0/libdesk/tixImgXpm.c:705:20: style: Redundant condition: The condition 'p[1] != '\0'' is redundant since 'p[1] == '4'' is sufficient. [redundantCondition] tkdesk-2.0/libdesk/tixImgXpm.c:710:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'g'' is sufficient. [redundantCondition] tkdesk-2.0/libdesk/tixImgXpm.c:715:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 'c'' is sufficient. [redundantCondition] tkdesk-2.0/libdesk/tixImgXpm.c:720:27: style: Redundant condition: The condition 'p[0] != '\0'' is redundant since 'p[0] == 's'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tksvg/tksvg_0.14.orig.tar.gz tksvg-0.14/generic/nanosvg.h:1770:11: style: Redundant condition: The condition '*str' is redundant since '*str == '#'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tktreectrl/tktreectrl_2.4.1.orig.tar.gz tktreectrl-2.4.1/generic/qebind.c:1119:29: style: Redundant condition: dPtr!=NULL. 'dPtr==NULL || (dPtr!=NULL && dPtr->expandProc==NULL)' is equivalent to 'dPtr==NULL || dPtr->expandProc==NULL' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tmate/tmate_2.4.0.orig.tar.gz tmate-2.4.0/tmux.c:97:38: style: Redundant condition: The condition '*shell == '\0'' is redundant since '*shell != '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tnftp/tnftp_20230507.orig.tar.gz tnftp-20230507/src/cmds.c:2737:16: style: Redundant condition: The condition 'argc == 0' is redundant since 'argc != 2' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/toulbar2/toulbar2_1.2.1+dfsg.orig.tar.xz toulbar2-1.2.1/src/incop/narycsproblem.cpp:428:29: style: Redundant condition: str[j]==' '. 'str[j]!=' ' || (str[j]==' ' && str[j+1]!=' ')' is equivalent to 'str[j]!=' ' || str[j+1]!=' '' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tpb/tpb_0.6.4.orig.tar.gz tpb-0.6.4/intl/dcigettext.c:555:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tpm2-tools/tpm2-tools_5.7.orig.tar.gz tpm2-tools-5.7/tools/fapi/tss2_getplatformcertificates.c:58:26: style: Redundant condition: The condition 'certificatesSize' is redundant since 'certificatesSize > 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tracetuner/tracetuner_3.0.6~beta+dfsg.orig.tar.xz tracetuner_3.0.6beta/src/compute_qv/Btk_call_bases.c:4124:18: style: Redundant condition: new_peak.is_called>0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tralics/tralics_2.14.4.orig.tar.gz tralics/src/txmain.C:572:19: style: Redundant condition: The condition 'a[i]' is redundant since 'a[i] == ' '' is sufficient. [redundantCondition] tralics/src/txmain.C:605:11: style: Redundant condition: The condition '*a' is redundant since '*a == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tree/tree_2.2.1.orig.tar.gz tree-2.2.1/list.c:192:58: style: Redundant condition: (*dir)->lnk. '!(*dir)->lnk || ((*dir)->lnk && lflag)' is equivalent to '!(*dir)->lnk || lflag' [redundantCondition] tree-2.2.1/tree.c:1233:20: style: Redundant condition: The condition '*pat' is redundant since '*pat == '\\'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tree-puzzle/tree-puzzle_5.3~rc16+dfsg.orig.tar.xz tree-puzzle-5.3.rc16/src/puzzle1.c:6134:24: style: Redundant condition: readquart_optn. '!readquart_optn || (readquart_optn && savequart_optn)' is equivalent to '!readquart_optn || savequart_optn' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tree-sitter-lua/tree-sitter-lua_0.1.0.orig.tar.xz tree-sitter-lua-0.1.0/src/parser.c:1613:26: style: Redundant condition: The condition 'lookahead != 0' is redundant since 'lookahead > 31' is sufficient. [redundantCondition] tree-sitter-lua-0.1.0/src/parser.c:1729:26: style: Redundant condition: The condition 'lookahead != 0' is redundant since 'lookahead > 31' is sufficient. [redundantCondition] tree-sitter-lua-0.1.0/src/parser.c:1753:26: style: Redundant condition: The condition 'lookahead != 0' is redundant since 'lookahead > 31' is sufficient. [redundantCondition] tree-sitter-lua-0.1.0/src/parser.c:1788:26: style: Redundant condition: The condition 'lookahead != 0' is redundant since 'lookahead > 31' is sufficient. [redundantCondition] tree-sitter-lua-0.1.0/src/parser.c:2060:26: style:inconclusive: Redundant condition: The condition 'lookahead != 0' is redundant since 'lookahead > ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/ttysnoop/ttysnoop_0.12d.orig.tar.gz ttysnoop-0.12d/ttysnoops.c:91:17: style: Redundant condition: The condition 'buff[i]' is redundant since 'buff[i] == ' '' is sufficient. [redundantCondition] ttysnoop-0.12d/ttysnoops.c:102:17: style: Redundant condition: The condition 'buff[i]' is redundant since 'buff[i] == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tutka/tutka_1.1.3.orig.tar.xz tutka-1.1.3/src/player.cpp:233:50: style: Redundant condition: solo. '!solo || (solo && song->track(track)->isSolo())' is equivalent to '!solo || song->track(track)->isSolo()' [redundantCondition] tutka-1.1.3/src/player.cpp:611:58: style: Redundant condition: solo. '!solo || (solo && song->track(track)->isSolo())' is equivalent to '!solo || song->track(track)->isSolo()' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/t/tvtime/tvtime_1.0.11.orig.tar.gz tvtime-1.0.11/intl/dcigettext.c:588:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/u/uaputl/uaputl_1.12.orig.tar.gz uaputl/uaputl.c:3953:15: style: Redundant condition: argc. '!argc || (argc && is_input_valid(RDEEPROM,argc,argv)!=1)' is equivalent to '!argc || is_input_valid(RDEEPROM,argc,argv)!=1' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/u/ubertooth/ubertooth_2018.12.R1.orig.tar.gz ubertooth-2018-12-R1/firmware/bluetooth_rxtx/ubertooth_rssi.c:57:22: style: Redundant condition: The condition 'channel < 2402' is redundant since 'channel < 2480' is sufficient. [redundantCondition] ubertooth-2018-12-R1/firmware/bluetooth_rxtx/ubertooth_rssi.c:76:22: style: Redundant condition: The condition 'channel < 2402' is redundant since 'channel < 2480' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/u/ucommon/ucommon_7.0.1.orig.tar.gz commoncpp-7.0.1/corelib/mapped.cpp:625:29: style: Redundant condition: freelist. '!freelist || (freelist && reading)' is equivalent to '!freelist || reading' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/u/udevil/udevil_0.4.4.orig.tar.xz udevil-0.4.4/src/udevil.c:201:27: style: Redundant condition: mount_point. '!mount_point || (mount_point && mount_point[0]=='\0')' is equivalent to '!mount_point || mount_point[0]=='\0'' [redundantCondition] udevil-0.4.4/src/udevil.c:1923:27: style: Redundant condition: mount_point. '!mount_point || (mount_point && mount_point[0]=='\0')' is equivalent to '!mount_point || mount_point[0]=='\0'' [redundantCondition] udevil-0.4.4/src/udevil.c:3418:21: style: Redundant condition: user_name. '!user_name || (user_name && user_name[0]=='\0')' is equivalent to '!user_name || user_name[0]=='\0'' [redundantCondition] udevil-0.4.4/src/udevil.c:4350:23: style: Redundant condition: device_file. '!device_file || (device_file && device_file[0]=='\0')' is equivalent to '!device_file || device_file[0]=='\0'' [redundantCondition] udevil-0.4.4/src/udevil.c:4739:23: style: Redundant condition: device_file. '!device_file || (device_file && device_file[0]=='\0')' is equivalent to '!device_file || device_file[0]=='\0'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/u/udfclient/udfclient_0.8.21.orig.tar.gz UDFclient.0.8.21/udf.c:2359:19: style: Redundant condition: buf_entry. '!buf_entry || (buf_entry && buf_entry->b_lblk!=sector)' is equivalent to '!buf_entry || buf_entry->b_lblk!=sector' [redundantCondition] UDFclient.0.8.21/udf.c:2374:18: style: Redundant condition: error. '!error || (error && !buf_entry)' is equivalent to '!error || !buf_entry' [redundantCondition] UDFclient.0.8.21/udf.c:2660:19: style: Redundant condition: buf_entry. '!buf_entry || (buf_entry && buf_entry->b_lblk!=sector)' is equivalent to '!buf_entry || buf_entry->b_lblk!=sector' [redundantCondition] UDFclient.0.8.21/udf.c:5163:11: style: Redundant condition: The condition '*pos' is redundant since '*pos == ','' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/u/ufo-filters/ufo-filters_0.17.0.76.g691aa0e+dfsg1.orig.tar.xz ufo-filters-0.17.0.76.g691aa0e/src/ufo-general-backproject-task.c:1112:21: style: Redundant condition: vectorized. '!vectorized || (vectorized && !positional_param)' is equivalent to '!vectorized || !positional_param' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/u/ulfius/ulfius_2.7.15.orig.tar.gz ulfius-2.7.15/src/u_websocket.c:597:28: style: Redundant condition: message->data_len. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ulfius-2.7.15/src/yuarel.c:78:19: style: Redundant condition: The condition 's[1] == '\0'' is redundant since 's[1] != '/'' is sufficient. [redundantCondition] ulfius-2.7.15/src/yuarel.c:78:50: style: Redundant condition: The condition 's[2] == '\0'' is redundant since 's[2] != '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/u/umview/umview_0.8.2.orig.tar.gz umview-0.8.2/um_rsc/librsc/tests/client.c:40:16: style: Redundant condition: The condition 'argc != 1' is redundant since 'argc > 3' is sufficient. [redundantCondition] umview-0.8.2/um_rsc/librsc/tests/server.c:39:16: style: Redundant condition: The condition 'argc != 1' is redundant since 'argc > 2' is sufficient. [redundantCondition] umview-0.8.2/xmview/hashtab.c:202:26: style:inconclusive: Redundant condition: The condition '*s == 0' is redundant since '*s < '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/u/unbound/unbound_1.22.0.orig.tar.gz unbound-1.22.0/services/authzone.c:6097:55: style: Redundant condition: xfr->notify_has_serial. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] unbound-1.22.0/services/outside_network.c:786:29: style: Redundant condition: !reuse->lru_prev. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] unbound-1.22.0/services/outside_network.c:2443:20: style: Redundant condition: reuse. '!reuse || (reuse && pend)' is equivalent to '!reuse || pend' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/u/unionfs-fuse/unionfs-fuse_1.0.orig.tar.gz unionfs-fuse-1.0/src/cow.c:91:23: style: Redundant condition: The condition '*walk != '\0'' is redundant since '*walk == '/'' is sufficient. [redundantCondition] unionfs-fuse-1.0/src/cow.c:103:24: style: Redundant condition: The condition '*walk != '\0'' is redundant since '*walk == '/'' is sufficient. [redundantCondition] unionfs-fuse-1.0/src/findbranch.c:119:18: style: Redundant condition: branch<0. 'branch>=0 || (branch<0 && errno!=ENOENT)' is equivalent to 'branch>=0 || errno!=ENOENT' [redundantCondition] unionfs-fuse-1.0/src/general.c:69:23: style: Redundant condition: The condition '*walk != '\0'' is redundant since '*walk == '/'' is sufficient. [redundantCondition] unionfs-fuse-1.0/src/general.c:83:24: style: Redundant condition: The condition '*walk != '\0'' is redundant since '*walk == '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/u/unixodbc/unixodbc_2.3.12.orig.tar.gz unixODBC-2.3.12/DriverManager/__attribute.c:797:15: style: Redundant condition: The condition '**cp' is redundant since '**cp == '{'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/u/unrtf/unrtf_0.21.10-clean.orig.tar.gz unrtf-0.21.10/src/attr.c:917:50: style: Redundant condition: string[i]=='%'. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] unrtf-0.21.10/src/attr.c:937:26: style: Redundant condition: string[i]=='\\'. 'string[i]!='\\' || (string[i]=='\\' && string[i+1]!='%')' is equivalent to 'string[i]!='\\' || string[i+1]!='%'' [redundantCondition] unrtf-0.21.10/src/attr.c:939:26: style: Redundant condition: string[i]=='%'. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] unrtf-0.21.10/src/attr.c:977:49: style: Redundant condition: string[i]=='%'. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] unrtf-0.21.10/src/attr.c:996:26: style: Redundant condition: string[i]=='\\'. 'string[i]!='\\' || (string[i]=='\\' && string[i+1]!='%')' is equivalent to 'string[i]!='\\' || string[i+1]!='%'' [redundantCondition] unrtf-0.21.10/src/attr.c:998:26: style: Redundant condition: string[i]=='%'. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] unrtf-0.21.10/src/user.c:139:46: style: Redundant condition: c3=='\\'. 'c3!='\\' || (c3=='\\' && c4=='\\')' is equivalent to 'c3!='\\' || c4=='\\'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/u/unuran/unuran_1.11.0.orig.tar.gz unuran-1.11.0/src/parser/stringparser.c:2536:25: style: Redundant condition: The condition '*token != '\0'' is redundant since '*token == '('' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/u/usbtop/usbtop_1.0+dfsg.orig.tar.xz usbtop-release-1.0/src/buses.cpp:66:20: style: Redundant condition: filter. '!filter || (filter && strcmp(cur_dev->name,filter)==0)' is equivalent to '!filter || strcmp(cur_dev->name,filter)==0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/u/util-linux/util-linux_2.41.orig.tar.xz util-linux-2.41/lib/mbsalign.c:49:11: style: Redundant condition: The condition '*p' is redundant since '*p == '['' is sufficient. [redundantCondition] util-linux-2.41/lib/procfs.c:369:12: style: Redundant condition: The condition '*p' is redundant since '*p == '('' is sufficient. [redundantCondition] util-linux-2.41/text-utils/ul.c:486:32: style: Redundant condition: The condition 'ctl->column' is redundant since 'ctl->column > 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/u/uw-imap/uw-imap_2007f~dfsg.orig.tar.gz imap-2007f~dfsg/src/c-client/imap4r1.c:4842:5: style:inconclusive: Redundant condition: The condition 'c' is redundant since 'c > ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/v/vala-panel/vala-panel_24.05.orig.tar.bz2 vala-panel-24.05/applets/wnck/tasklist/tasklist-widget.c:2431:14: style: Redundant condition: blink. '!blink || (blink && !wnck_window_is_active(window))' is equivalent to '!blink || !wnck_window_is_active(window)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/v/varnish-modules/varnish-modules_0.26.0.orig.tar.xz varnish-modules-0.26.0/src/vmod_header.c:92:24: style: Redundant condition: The condition '*start != '\0'' is redundant since '*start == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/v/vdr-plugin-games/vdr-plugin-games_0.6.3.orig.tar.gz games-0.6.3/minesweeper/minesweeper.cpp:170:30: style: Redundant condition: The condition 'hidden[i][j] != 16' is redundant since 'hidden[i][j] == 9' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/v/vdr-plugin-xineliboutput/vdr-plugin-xineliboutput_2.3.0.orig.tar.gz xineliboutput-2.3.0/xine_frontend_main.c:756:72: style: Redundant condition: !reconnect. 'reconnect || (!reconnect && waitvdr)' is equivalent to 'reconnect || waitvdr' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/v/vflib3/vflib3_3.7.2+dfsg.orig.tar.xz VFlib3-3.7.2/src/vflserver.c:611:20: style: Redundant condition: The condition 'nargs > 4' is redundant since 'nargs != 2' is sufficient. [redundantCondition] VFlib3-3.7.2/src/vflserver.c:654:20: style: Redundant condition: The condition 'nargs > 4' is redundant since 'nargs != 2' is sufficient. [redundantCondition] VFlib3-3.7.2/src/vflserver.c:696:20: style: Redundant condition: The condition 'nargs > 3' is redundant since 'nargs != 1' is sufficient. [redundantCondition] VFlib3-3.7.2/src/vflserver.c:734:20: style: Redundant condition: The condition 'nargs > 3' is redundant since 'nargs != 1' is sufficient. [redundantCondition] VFlib3-3.7.2/src/vfltest.c:123:32: style: Redundant condition: The condition 'argv[0][i+1] != '\0'' is redundant since 'argv[0][i+1] == '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/v/vfu/vfu_5.09.orig.tar.gz vfu-5.09/vfu/vfudir.cpp:294:20: style: Redundant condition: The condition 'wch != 8' is redundant since 'wch >= 32' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/v/virtualjaguar/virtualjaguar_2.1.3+final.orig.tar.bz2 linux-2.1.3/src/blitter.cpp:3973:26: style: Redundant condition: phrase_mode. '!phrase_mode || (phrase_mode && inct&0x01)' is equivalent to '!phrase_mode || inct&0x01' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/v/visualvm/visualvm_2.1.10.orig.tar.gz visualvm-2.1.10/visualvm/libs.profiler/lib.profiler/native/src-jdk15/attach.c:61:27: style: Redundant condition: !in_quoted_path. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/v/vkbasalt/vkbasalt_0.3.2.10.orig.tar.gz vkBasalt-0.3.2.10/src/stb_image.h:5245:17: style: Redundant condition: The condition 'req_comp' is redundant since 'req_comp >= 3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/v/vlfeat/vlfeat_0.9.21+full.orig.tar.gz vlfeat-0.9.21/vl/getopt_long.c:149:25: style: Redundant condition: The condition 'place[0]' is redundant since 'place[0] == '-'' is sufficient. [redundantCondition] vlfeat-0.9.21/vl/getopt_long.c:163:25: style: Redundant condition: The condition 'place[0]' is redundant since 'place[0] == '-'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/v/vmatch/vmatch_2.3.1+dfsg.orig.tar.xz vstree-2.3.1/src/kurtz-basic/procopt.c:291:29: style: Redundant condition: devoptiontab!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] vstree-2.3.1/src/kurtz-basic/procopt.c:402:30: style: Redundant condition: devoptiontab!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/v/voms/voms_2.1.2.orig.tar.gz voms-2.1.2/src/socklib/Server.cpp:664:31: style: Redundant condition: timeout!=-1. 'timeout==-1 || (timeout!=-1 && curtime-starttimedep. '!ci->dep || (ci->dep && *ci->dep)' is equivalent to '!ci->dep || *ci->dep' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/wavpack/wavpack_5.8.1.orig.tar.xz wavpack-5.8.1/cli/wvtest.c:343:27: style: Redundant condition: The condition 'total_samples == -1' is redundant since 'total_samples < 2' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/wcalc/wcalc_2.5.orig.tar.gz wcalc-2.5/src/common/files.c:242:29: style: Redundant condition: errstring. '!errstring || (errstring && !strlen(errstring))' is equivalent to '!errstring || !strlen(errstring)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/wcstools/wcstools_3.9.7.orig.tar.gz wcstools-3.9.7/getcol.c:1242:18: style: Redundant condition: isbadval. '!isbadval || (isbadval && dval!=badval)' is equivalent to '!isbadval || dval!=badval' [redundantCondition] wcstools-3.9.7/getcol.c:1373:22: style: Redundant condition: isbadval. '!isbadval || (isbadval && dval!=badval)' is equivalent to '!isbadval || dval!=badval' [redundantCondition] wcstools-3.9.7/scat.c:2701:31: style: Redundant condition: tabout. '!tabout || (tabout && !printabhead)' is equivalent to '!tabout || !printabhead' [redundantCondition] wcstools-3.9.7/scat.c:3023:29: style: Redundant condition: starcat[icat]!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/webalizer/webalizer_2.23.08.orig.tar.gz webalizer-2.23-08/output.c:851:16: style: Redundant condition: flag. '!flag || (flag && !ntop_sites)' is equivalent to '!flag || !ntop_sites' [redundantCondition] webalizer-2.23-08/output.c:917:16: style: Redundant condition: flag. '!flag || (flag && !ntop_sites)' is equivalent to '!flag || !ntop_sites' [redundantCondition] webalizer-2.23-08/output.c:1040:16: style: Redundant condition: flag. '!flag || (flag && !ntop_urls)' is equivalent to '!flag || !ntop_urls' [redundantCondition] webalizer-2.23-08/output.c:1126:16: style: Redundant condition: flag. '!flag || (flag && !ntop_urls)' is equivalent to '!flag || !ntop_urls' [redundantCondition] webalizer-2.23-08/webalizer.c:834:37: style: Redundant condition: The condition '*cp1 != '\0'' is redundant since '*cp1 == ' '' is sufficient. [redundantCondition] webalizer-2.23-08/webalizer.c:923:30: style: Redundant condition: The condition '*cp2 != '\0'' is redundant since '*cp2 == '"'' is sufficient. [redundantCondition] webalizer-2.23-08/webalizer.c:2265:32: style: Redundant condition: The condition '*cp1 != '\0'' is redundant since '*cp1 == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/webauth/webauth_4.7.0.orig.tar.xz webauth-4.7.0/modules/webauth/util.c:223:21: style: Redundant condition: The condition '*val' is redundant since '*val == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/webdruid/webdruid_0.5.4.orig.tar.gz webdruid-0.5.4.orig/output.c:922:16: style: Redundant condition: flag. '!flag || (flag && !ntop_sites)' is equivalent to '!flag || !ntop_sites' [redundantCondition] webdruid-0.5.4.orig/output.c:988:16: style: Redundant condition: flag. '!flag || (flag && !ntop_sites)' is equivalent to '!flag || !ntop_sites' [redundantCondition] webdruid-0.5.4.orig/output.c:1109:16: style: Redundant condition: flag. '!flag || (flag && !ntop_urls)' is equivalent to '!flag || !ntop_urls' [redundantCondition] webdruid-0.5.4.orig/output.c:1190:16: style: Redundant condition: flag. '!flag || (flag && !ntop_urls)' is equivalent to '!flag || !ntop_urls' [redundantCondition] webdruid-0.5.4.orig/webdruid.c:745:37: style: Redundant condition: The condition '*cp1 != '\0'' is redundant since '*cp1 == ' '' is sufficient. [redundantCondition] webdruid-0.5.4.orig/webdruid.c:799:30: style: Redundant condition: The condition '*cp2 != '\0'' is redundant since '*cp2 == '"'' is sufficient. [redundantCondition] webdruid-0.5.4.orig/webdruid.c:899:32: style: Redundant condition: The condition '*cp1 != '\0'' is redundant since '*cp1 == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/weechat/weechat_4.6.3.orig.tar.xz weechat-4.6.3/src/core/core-eval.c:318:35: style: Redundant condition: The condition '!ptr_char[0]' is redundant since 'ptr_char[0] != '-'' is sufficient. [redundantCondition] weechat-4.6.3/src/core/core-string.c:1134:18: style: Redundant condition: The condition '!path[0]' is redundant since 'path[0] != '~'' is sufficient. [redundantCondition] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:204:9: style: Redundant condition: !simulate. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:715:9: style: Redundant condition: !simulate. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] weechat-4.6.3/src/gui/gui-input.c:1114:18: style: Redundant condition: The condition 'start[0]' is redundant since 'start[0] == '\n'' is sufficient. [redundantCondition] weechat-4.6.3/src/gui/gui-input.c:1354:16: style: Redundant condition: The condition 'pos[0]' is redundant since 'pos[0] == '\n'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/weston/weston_14.0.2.orig.tar.xz weston-14.0.2/frontend/xwayland.c:80:13: style: Redundant condition: n>0. 'n<=0 || (n>0 && buf[n-1]!='\n')' is equivalent to 'n<=0 || buf[n-1]!='\n'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/wf-shell/wf-shell_0.9.0+ds.orig.tar.xz wf-shell-0.9.0+ds/src/util/wf-autohide-window.cpp:269:30: style: Redundant condition: If '!auto_exclusive_zone', the comparison 'auto_exclusive_zone == 0' is always true. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/whitedb/whitedb_0.8.0~alpha.orig.tar.gz whitedb-0.8.0alpha/Examples/dserve.c:539:26: style: Redundant condition: The condition 'atoi(cids+j)' is redundant since 'atoi(cids+j) > 0' is sufficient. [redundantCondition] whitedb-0.8.0alpha/Server/dserve.c:606:26: style: Redundant condition: The condition 'atoi(cids+j)' is redundant since 'atoi(cids+j) > 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/wims/wims_4.30+dfsg1.orig.tar.gz tmptl6ivth2/src/Misc/canvasdraw/canvasuserdraw.c:164:23: style: Redundant condition: The condition 'reply_format == 0' is redundant since 'reply_format != -1' is sufficient. [redundantCondition] tmptl6ivth2/src/Misc/canvasdraw/canvasuserdraw.c:1561:28: style: Redundant condition: The condition 'reply_format == 0' is redundant since 'reply_format != -1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/wininfo/wininfo_0.7.orig.tar.gz wininfo-0.7/intl/dcigettext.c:583:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/wise/wise_2.4.1.orig.tar.gz wise-2.4.1/src/HMMer2/sqio.c:391:49: style: Redundant condition: The condition '*V->sbuffer != '\0'' is redundant since '*V->sbuffer == ';'' is sufficient. [redundantCondition] wise-2.4.1/src/HMMer2/sqio.c:537:46: style: Redundant condition: The condition '*V->sbuffer != 0' is redundant since '*V->sbuffer == '>'' is sufficient. [redundantCondition] wise-2.4.1/src/HMMer2/sqio.c:562:46: style: Redundant condition: The condition '*V->sbuffer != 0' is redundant since '*V->sbuffer == '>'' is sufficient. [redundantCondition] genomic.dy:276:27: style: Redundant condition: The condition '*run2' is redundant since '*run2 == 'N'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/wmaker/wmaker_0.96.0.orig.tar.gz WindowMaker-0.96.0/WINGs/wmisc.c:193:21: style: Redundant condition: The condition 'ptr[count]' is redundant since 'ptr[count] == '\n'' is sufficient. [redundantCondition] WindowMaker-0.96.0/WINGs/wtext.c:2842:20: style: Redundant condition: tb->graphic. '!tb->graphic || (tb->graphic && !tPtr->flags.monoFont)' is equivalent to '!tb->graphic || !tPtr->flags.monoFont' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/wmclockmon/wmclockmon_1.0.0.orig.tar.xz wmclockmon-1.0.0/src/main.c:522:34: style: Redundant condition: The condition 'value[0] != 0' is redundant since 'value[0] == ' '' is sufficient. [redundantCondition] wmclockmon-1.0.0/src/main.c:880:34: style: Redundant condition: switch_authorized. 'A || (A && B)' is equivalent to 'A' [redundantCondition] wmclockmon-1.0.0/src/main.c:1549:36: style: Redundant condition: The condition 'value[0] != 0' is redundant since 'value[0] == ' '' is sufficient. [redundantCondition] wmclockmon-1.0.0/src/main.c:1702:38: style: Redundant condition: The condition 'value[0] != 0' is redundant since 'value[0] == ' '' is sufficient. [redundantCondition] wmclockmon-1.0.0/wmclockmon-config/tools.c:133:34: style: Redundant condition: The condition 'value[0] != 0' is redundant since 'value[0] == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/wmcoincoin/wmcoincoin_2.6.5.git+42.b85f761c7010.orig.tar.xz src/board_util.c:764:37: style:inconclusive: Redundant condition: The condition '*end != '\t'' is redundant since '*end > ' '' is sufficient. [redundantCondition] src/spell_coin.c:127:18: style:inconclusive: Redundant condition: The condition 's[1]' is redundant since 's[1] >= ' '' is sufficient. [redundantCondition] src/spell_coin.c:387:19: style: Redundant condition: The condition '*s' is redundant since '*s == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/wmweather+/wmweather+_2.19~alpha+ds.orig.tar.xz git-wmweatherplus-git+git20220906+ds/dock.c:677:33: style: Redundant condition: The condition 'f->windchill != 999' is redundant since 'f->windchill <= 40' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/wofi/wofi_1.4.1.orig.tar.gz wofi-v1.4.1/src/main.c:736:27: style: Redundant condition: password_char!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/wolfssl/wolfssl_5.7.2.orig.tar.gz wolfssl-5.7.2-stable/IDE/MDK-ARM/MDK-ARM/wolfSSL/wolfssl_MDK_ARM.c:230:27: style: Redundant condition: If 'str[i] == '\n'', the comparison 'str[i] == '\012'' is always true. [redundantCondition] wolfssl-5.7.2-stable/IDE/MDK5-ARM/Projects/wolfSSL-Full/shell.c:329:27: style: Redundant condition: If 'str[i] == '\n'', the comparison 'str[i] == '\012'' is always true. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/wordnet/wordnet_3.0.orig.tar.gz WordNet-3.0/lib/morph.c:386:15: style: Redundant condition: The condition '*beglp' is redundant since '*beglp == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/workrave/workrave_1.10.53.orig.tar.gz workrave-1.10.53/frontend/gtkmm/src/PreludeWindow.cc:264:19: style: Redundant condition: tminus<0. 'tminus>=0 || (tminus<0 && flash_visible)' is equivalent to 'tminus>=0 || flash_visible' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/wp2latex/wp2latex_4.15~ds.orig.tar.xz wp2latex-4.15/sources.cc/pass1rtf.cc:679:30: style: Redundant condition: !cq->fSkipDestIfUnk. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/wput/wput_0.6.2+git20130413.orig.tar.bz2 wput-0.6.2+git20130413/src/ftplib.c:552:25: style: Redundant condition: The condition 'self->r.code == 200' is redundant since 'self->r.code != 250' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/wvstreams/wvstreams_4.6.1.orig.tar.gz wvstreams-4.6.1/crypto/tests/cryptotest.cc:200:18: style: Redundant condition: The condition '!numbits' is redundant since 'numbits < 8' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/w/wxmaxima/wxmaxima_24.02.1.orig.tar.gz wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1692:11: style: Redundant condition: The condition '*str' is redundant since '*str == '#'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/x11iraf/x11iraf_2.2+dfsg.orig.tar.xz x11iraf-2.2/obm/ObmW/Tablist2Tabs.c:20:19: style: Redundant condition: The condition '*tablist' is redundant since '*tablist == ' '' is sufficient. [redundantCondition] x11iraf-2.2/obm/gterm.c:2644:9: style: Redundant condition: The condition 'n' is redundant since 'n > 72' is sufficient. [redundantCondition] x11iraf-2.2/xgterm/misc.c:1030:14: style: Redundant condition: action. '!action || (action && strcmp(action,"ignore")!=0)' is equivalent to '!action || strcmp(action,"ignore")!=0' [redundantCondition] x11iraf-2.2/ximtool/load.c:218:29: style: Redundant condition: has_private_cmap. '!has_private_cmap || (has_private_cmap && flp->gray)' is equivalent to '!has_private_cmap || flp->gray' [redundantCondition] x11iraf-2.2/xtapemon/xtapemon.c:390:13: style: Redundant condition: The condition '*ip' is redundant since '*ip == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/x264/x264_0.164.3108+git31e19f9.orig.tar.gz x264-0.164.3108+git31e19f9/common/deblock.c:584:36: style: Redundant condition: !0. '!b_interlaced || (!0 && !h->mb.field[h->mb.i_mb_top_xy])' is equivalent to '!b_interlaced' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xabacus/xabacus_8.5.1.orig.tar.bz2 xabacus-8.5.1/AbacusT.c:650:24: style: Redundant condition: The condition 'string[0] != '\0'' is redundant since 'string[0] == '.'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xalan/xalan_1.12.orig.tar.gz xalan_c-1.12/src/xalanc/XSLT/StylesheetHandler.cpp:1668:27: style: Redundant condition: !preserveSpace. 'preserveSpace || (!preserveSpace && !isWhite)' is equivalent to 'preserveSpace || !isWhite' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xastir/xastir_2.2.2.orig.tar.gz Xastir-Release-2.2.2/src/db.c:10751:8: style: Redundant condition: The condition 'hash_key_in != -1' is redundant since 'hash_key_in >= 0' is sufficient. [redundantCondition] Xastir-Release-2.2.2/src/db.c:15308:32: style: Redundant condition: The condition '*(p+1) != '\0'' is redundant since '*(p+1) == '-'' is sufficient. [redundantCondition] Xastir-Release-2.2.2/src/view_message_gui.c:98:7: style: Redundant condition: !Read_messages_mine_only. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] Xastir-Release-2.2.2/src/view_message_gui.c:224:7: style: Redundant condition: !Read_messages_mine_only. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] Xastir-Release-2.2.2/src/maps.c:6226:28: style: Redundant condition: max_zoom!=0. 'max_zoom==0 || (max_zoom!=0 && scale_y<=max_zoom)' is equivalent to 'max_zoom==0 || scale_y<=max_zoom' [redundantCondition] Xastir-Release-2.2.2/src/maps.c:6228:28: style: Redundant condition: min_zoom!=0. 'min_zoom==0 || (min_zoom!=0 && scale_y>=min_zoom)' is equivalent to 'min_zoom==0 || scale_y>=min_zoom' [redundantCondition] Xastir-Release-2.2.2/src/x_spider.c:623:35: style: Redundant condition: The condition 'callsign[0] != '\0'' is redundant since 'callsign[0] == ' '' is sufficient. [redundantCondition] Xastir-Release-2.2.2/src/x_spider.c:662:39: style: Redundant condition: The condition 'passcode_str[0] != '\0'' is redundant since 'passcode_str[0] == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xboard/xboard_4.9.1.orig.tar.gz xboard-4.9.1/backend.c:9961:13: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xboxdrv/xboxdrv_0.8.8.orig.tar.bz2 xboxdrv-0.8.8/src/arg_parser.cpp:341:23: style: Redundant condition: !short_option. 'short_option || (!short_option && !long_option.empty())' is equivalent to 'short_option || !long_option.empty()' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xc3sprog/xc3sprog_0+svn795+dfsg.orig.tar.gz xc3sprog-0+svn795+dfsg/cabledb.cpp:97:22: style: Redundant condition: The condition '*p' is redundant since '*p == ';'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xcfa/xcfa_5.0.2.orig.tar.gz xcfa-5.0.2/src/cd_curl.c:1059:16: style: Redundant condition: The condition '*ptr' is redundant since '*ptr == ' '' is sufficient. [redundantCondition] xcfa-5.0.2/src/cd_curl.c:1067:16: style: Redundant condition: The condition '*ptr' is redundant since '*ptr == ' '' is sufficient. [redundantCondition] xcfa-5.0.2/src/parse.c:363:19: style: Redundant condition: The condition '*Ptr >= 0' is redundant since '*Ptr == '='' is sufficient. [redundantCondition] xcfa-5.0.2/src/parse.c:407:19: style: Redundant condition: The condition '*Ptr >= 0' is redundant since '*Ptr == '='' is sufficient. [redundantCondition] xcfa-5.0.2/src/parse.c:474:19: style: Redundant condition: The condition '*Ptr >= 0' is redundant since '*Ptr == '('' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xevil/xevil_2.02r2.orig.tar.gz xevil-2.02r2.orig/cmn/l_agreement.cpp:70:19: style: Redundant condition: The condition '*wordP' is redundant since '*wordP == ' '' is sufficient. [redundantCondition] xevil-2.02r2.orig/cmn/l_agreement.cpp:97:22: style: Redundant condition: The condition '**textRet' is redundant since '**textRet == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xfce4-panel/xfce4-panel_4.20.4.orig.tar.bz2 xfce4-panel-4.20.4/plugins/tasklist/tasklist-widget.c:2928:18: style: Redundant condition: blink. '!blink || (blink && !xfw_window_is_active(window))' is equivalent to '!blink || !xfw_window_is_active(window)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xfig/xfig_3.2.9a.orig.tar.xz xfig-3.2.9a/src/u_print.c:81:24: style: Redundant condition: The condition '*begin != '\0'' is redundant since '*begin == ' '' is sufficient. [redundantCondition] xfig-3.2.9a/src/u_print.c:113:25: style: Redundant condition: The condition '*begin != '\0'' is redundant since '*begin == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xjdic/xjdic_24.orig.tar.gz xjdfrontend.c:1483:48: style: Redundant condition: FirstKanj. '!FirstKanj || (FirstKanj && KTest)' is equivalent to '!FirstKanj || KTest' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xlog/xlog_2.0.24.orig.tar.xz xlog-2.0.24/src/logfile/twlog.c:127:19: style: Redundant condition: The condition '*(p+1)' is redundant since '*(p+1) == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xmedcon/xmedcon_0.25.1-gtk3+dfsg.orig.tar.xz xmedcon-0.25.1/source/m-raw.c:241:22: style: Redundant condition: !input->DIFF. 'input->DIFF || (!input->DIFF && i==0)' is equivalent to 'input->DIFF || i==0' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xmhtml/xmhtml_1.1.10.orig.tar.gz XmHTML-1.1.10/contrib/htmltest.c:172:21: style: Redundant condition: The condition '*ptr' is redundant since '*ptr == '-'' is sufficient. [redundantCondition] XmHTML-1.1.10/http/HTTP.c:804:36: style: Redundant condition: The condition 'buf[i+1]' is redundant since 'buf[i+1] == '\n'' is sufficient. [redundantCondition] XmHTML-1.1.10/http/HTTP.c:828:19: style: Redundant condition: The condition 'buf[i+2]' is redundant since 'buf[i+2] == '\r'' is sufficient. [redundantCondition] XmHTML-1.1.10/http/HTTP.c:829:17: style: Redundant condition: The condition 'buf[i+3]' is redundant since 'buf[i+3] == '\n'' is sufficient. [redundantCondition] XmHTML-1.1.10/lib/common/format.c:1308:26: style: Redundant condition: The condition '*chPtr != '\0'' is redundant since '*chPtr == '\n'' is sufficient. [redundantCondition] XmHTML-1.1.10/lib/common/format.c:1435:40: style: Redundant condition: The condition '*end != '\n'' is redundant since '*end == ' '' is sufficient. [redundantCondition] XmHTML-1.1.10/lib/common/format.c:1449:25: style: Redundant condition: The condition '*end != '\0'' is redundant since '*end == '\n'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xmlstarlet/xmlstarlet_1.6.1.orig.tar.gz xmlstarlet-1.6.1/src/xml_elem.c:156:42: style: Redundant condition: elOps.check_depth!=0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xmms2/xmms2_0.8+dfsg.orig.tar.xz xmms2-0.8+dfsg/src/clients/nycli/readline.c:132:25: style: Redundant condition: The condition '*buffer != '\0'' is redundant since '*buffer == ' '' is sufficient. [redundantCondition] xmms2-0.8+dfsg/src/xmms/xform.c:705:17: style: Redundant condition: rehashing. '!rehashing || (rehashing && last_started)' is equivalent to '!rehashing || last_started' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xosd/xosd_2.2.15.orig.tar.gz xosd-2.2.15/src/libxosd/xosd.c:1063:34: style: Redundant condition: The condition 'length != 0' is redundant since 'length > 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xscavenger/xscavenger_1.4.5.orig.tar.gz xscavenger-1.4.5/src/anim.c:928:35: style: Redundant condition: The condition 'cbrush' is redundant since 'cbrush > 1' is sufficient. [redundantCondition] xscavenger-1.4.5/src/scav.c:1332:15: style:inconclusive: Redundant condition: The condition 'ch == '#'' is redundant since 'ch < 'a'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xschem/xschem_3.4.4.orig.tar.bz2 xschem-3.4.4/src/scheduler.c:2584:20: style: Redundant condition: argc>2. 'argc<=2 || (argc>2 && strcmp(argv[2],"-erc"))' is equivalent to 'argc<=2 || strcmp(argv[2],"-erc")' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.99.917+git20210115.orig.tar.gz xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:448:27: style: Redundant condition: The condition 'pI810->numSurfaces' is redundant since 'pI810->numSurfaces == 6' is sufficient. [redundantCondition] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:456:27: style: Redundant condition: The condition 'pI810->numSurfaces' is redundant since 'pI810->numSurfaces == 7' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xtel/xtel_3.3.0.orig.tar.gz xtel-3.3.0.orig/xteld.c:1318:39: style: Redundant condition: numeric. '!numeric || (numeric && c>='0'&&c<='9')' is equivalent to '!numeric || c>='0'&&c<='9'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xwrits/xwrits_2.26.orig.tar.xz xwrits-2.26/main.c:1147:23: style: Redundant condition: The condition 'run_once > 0' is redundant since 'run_once == 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xye/xye_0.12.2+dfsg.orig.tar.gz xye-0.12.2+dfsg/src/tinyxml/xye_tinyxmlparser.cpp:426:14: style: Redundant condition: The condition '*(p+1)' is redundant since '*(p+1) == '#'' is sufficient. [redundantCondition] xye-0.12.2+dfsg/src/tinyxml/xye_tinyxmlparser.cpp:800:16: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] xye-0.12.2+dfsg/src/tinyxml/xye_tinyxmlparser.cpp:1241:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '<'' is sufficient. [redundantCondition] xye-0.12.2+dfsg/src/tinyxml/xye_tinyxmlparser.cpp:1341:17: style: Redundant condition: The condition '!*p' is redundant since '*p != '='' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xymon/xymon_4.3.30.orig.tar.gz xymon-4.3.30/xymond/combostatus.c:291:73: style:inconclusive: Redundant condition: The condition '*(inp+1)' is redundant since '*(inp+1) > ' '' is sufficient. [redundantCondition] xymon-4.3.30/xymond/combostatus.c:291:105: style:inconclusive: Redundant condition: The condition '*(inp+2)' is redundant since '*(inp+2) > ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xz-utils/xz-utils_5.8.1.orig.tar.xz xz-5.8.1/extra/scanlzma/scanlzma.c:50:3: style: Redundant condition: The condition 'buf[0] < 0xE1' is redundant since 'buf[0] == 0x5d' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/y/yamcha/yamcha_0.33.orig.tar.gz yamcha-0.33/src/param.cpp:50:26: style: Redundant condition: line.size(). '!line.size() || (line.size() && line[0]==';'||line[0]=='#')' is equivalent to '!line.size() || line[0]==';'||line[0]=='#'' [redundantCondition] yamcha-0.33/src/param.cpp:246:17: style: Redundant condition: !rewrite. 'rewrite || (!rewrite && conf[keys2].empty())' is equivalent to 'rewrite || conf[keys2].empty()' [redundantCondition] yamcha-0.33/src/param.cpp:252:17: style: Redundant condition: !rewrite. 'rewrite || (!rewrite && conf[keys2].empty())' is equivalent to 'rewrite || conf[keys2].empty()' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/y/yasm/yasm_1.3.0.orig.tar.gz yasm-1.3.0/frontends/yasm/yasm-options.c:206:41: style: Redundant condition: The condition 'longopt_len' is redundant since 'longopt_len > 22' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/y/yiyantang/yiyantang_0.7.0.orig.tar.gz yiyantang-0.7.0.orig/intl/dcigettext.c:553:39: style: Redundant condition: The condition 'categoryvalue[0] != '\0'' is redundant since 'categoryvalue[0] == ':'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/y/yodl/yodl_4.04.00.orig.tar.gz yodl-4.04.00/postqueue/postqueueconstruct.c:72:13: style: Redundant condition: The condition 'line[maxLength-1] != '\n'' is redundant since 'line[maxLength-1] == 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/y/yorick/yorick_2.2.04+dfsg1.orig.tar.xz yorick-2.2.04+dfsg1/play/x11/fonts.c:217:38: style:inconclusive: Redundant condition: The condition 'name[0]' is redundant since 'name[0] >= '0'' is sufficient. [redundantCondition] yorick-2.2.04+dfsg1/yorick/clog.c:416:16: style: Redundant condition: The condition 'eof != -1L' is redundant since 'eof > 80' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/y/yudit/yudit_3.1.0.orig.tar.bz2 yudit-3.1.0/stoolkit/SCluster.cpp:1397:31: style: Redundant condition: The condition '_comp >= 0x80008000' is redundant since '_comp > 0x80000000' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/z/z3/z3_4.13.3.orig.tar.gz z3-z3-4.13.3/src/test/bdd.cpp:60:26: style: Redundant condition: v1. 'v1 || (v1 && v2)' is equivalent to 'v1' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/z/zarchive/zarchive_0.1.2.orig.tar.gz Exzap-ZArchive-d2c7177/src/zarchivewriter.cpp:38:20: style: Redundant condition: nextSubnode. '!nextSubnode || (nextSubnode && nextSubnode->isFile)' is equivalent to '!nextSubnode || nextSubnode->isFile' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/z/zephyr/zephyr_3.1.2.orig.tar.gz zephyr-3.1.2/zwgc/subscriptions.c:293:28: style: Redundant condition: The condition '*temp' is redundant since '*temp == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/z/zfs-fuse/zfs-fuse_0.7.0.orig.tar.bz2 zfs-fuse-0.7.0/src/lib/libsolcompat/u8_textprep.c:1760:46: style: Redundant condition: (s1+1) ' '' is sufficient. [redundantCondition] ziproxy-3.3.2/src/txtfiletools.c:50:33: style: Redundant condition: prevchar_was_cr_or_lf. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ziproxy-3.3.2/src/txtfiletools.c:173:26: style:inconclusive: Redundant condition: The condition '*readpos2 != '\n'' is redundant since '*readpos2 > ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/z/zmat/zmat_0.9.9+ds.1.orig.tar.gz zmat-0.9.9/src/blosc2/internal-complibs/zstd/compress/zstd_compress_sequences.c:165:5: style: Redundant condition: The condition '0 != 1' is redundant since '0 == 0' is sufficient. [redundantCondition] zmat-0.9.9/src/blosc2/internal-complibs/zstd/decompress/zstd_decompress_block.c:1383:9: style: Redundant condition: The condition 'BIT_DStream_completed > 0' is redundant since 'BIT_DStream_completed > 1' is sufficient. [redundantCondition] zmat-0.9.9/src/blosc2/internal-complibs/zstd/decompress/zstd_decompress_block.c:1600:9: style: Redundant condition: The condition 'BIT_DStream_completed > 0' is redundant since 'BIT_DStream_completed > 1' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/z/zoem/zoem_21-341.orig.tar.gz zoem-21-341/src/ops.c:940:17: style: Redundant condition: The condition 'x < 0' is redundant since 'x' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/z/zookeeper/zookeeper_3.9.3.orig.tar.gz apache-zookeeper-3.9.3/zookeeper-client/zookeeper-client-c/src/zk_hashtable.c:367:13: style: Redundant condition: wl. '!wl || (wl && !wl->head)' is equivalent to '!wl || !wl->head' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/z/zoom-player/zoom-player_1.1.5~dfsg.orig.tar.gz zoom-1.1.5/src/debug.c:365:30: style: Redundant condition: The condition 'cline[x] != 0' is redundant since 'cline[x] == ' '' is sufficient. [redundantCondition] zoom-1.1.5/src/v6display.c:323:33: style: Redundant condition: text_pos==start_pos. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/z/zpaqfranz/zpaqfranz_62.2.orig.tar.gz zpaqfranz-62.2/zpaqfranz.cpp:48516:31: style: Redundant condition: If 'ch == '\b'', the comparison 'ch == 8' is always true. [redundantCondition] zpaqfranz-62.2/zpaqfranz.cpp:48563:37: style: Redundant condition: If 'ch == '\b'', the comparison 'ch == 8' is always true. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/z/zsh/zsh_5.9.orig.tar.xz zsh-5.9/Src/Zle/compctl.c:1028:16: style: Redundant condition: The condition '*t' is redundant since '*t == ' '' is sufficient. [redundantCondition] zsh-5.9/Src/Zle/computil.c:1778:16: style: Redundant condition: p. '!p || (p && !p->active)' is equivalent to '!p || !p->active' [redundantCondition] zsh-5.9/Src/exec.c:516:35: style: Redundant condition: The condition '*ptr' is redundant since '*ptr == ' '' is sufficient. [redundantCondition] zsh-5.9/Src/utils.c:539:49: style: Redundant condition: The condition 'c == '\t'' is redundant since 'c < 0x20' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/z/zssh/zssh_1.5c.debian.1.orig.tar.gz zssh-1.5c.debian.1.orig/init.c:131:24: style: Redundant condition: The condition '!str[0]' is redundant since 'str[0] != '^'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/z/zvbi/zvbi_0.2.44.orig.tar.gz zvbi-0.2.44/src/packet.c:602:29: style: Redundant condition: The condition 'code == 112' is redundant since 'code != 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/z/zypper/zypper_1.14.89.orig.tar.gz zypper-1.14.89/src/utils/flags/zyppflags.cc:110:18: style: Redundant condition: !in. 'in || (!in && (opt.flags&ArgumentTypeMask)==NoArgument)' is equivalent to 'in || (opt.flags&ArgumentTypeMask)==NoArgument' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/z/zytrax/zytrax_0+git20250217+ds.orig.tar.xz zytrax-0+git20250217+ds/gui/stb_image.h:5341:15: style: Redundant condition: The condition 'req_comp' is redundant since 'req_comp >= 3' is sufficient. [redundantCondition]