redundantCondition ftp://ftp.de.debian.org/debian/pool/main/a/amanda/amanda_3.5.4.orig.tar.gz 2.18.0 amanda-3.5.4/device-src/s3.c:4488:31: style: Redundant condition: result!=S3_RESULT_OK. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/a/atril/atril_1.26.2.orig.tar.xz 2.18.0 atril-1.26.2/shell/ev-window.c:748:31: style: Redundant condition: window->priv->document. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/b/bluefish/bluefish_2.2.17.orig.tar.bz2 2.18.0 bluefish-2.2.17/src/bftextview2_scanner.c:1530:44: style: Redundant condition: pat->block==65535. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 bluefish-2.2.17/src/outputbox.c:217:13: style: Redundant condition: line. '!line || (line && line[0]=='\0')' is equivalent to '!line || line[0]=='\0'' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/ccextractor/ccextractor_0.88+ds1.orig.tar.xz 2.18.0 ccextractor-0.88/src/GUI/nuklear_lib/nuklear.h:3548:15: style:inconclusive: Redundant condition: The condition '*p' is redundant since '*p >= '0'' is sufficient. [redundantCondition] 2.18.0 ccextractor-0.88/src/GUI/stb_image.h:4691: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/claws-mail/claws-mail_4.3.1.orig.tar.xz 2.18.0 claws-mail-4.3.1/src/gtk/gtkcmctree.c:1514:15: style: Redundant condition: parent. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] 2.18.0 claws-mail-4.3.1/src/gtk/gtkcmctree.c:4765:13: style: Redundant condition: node. '!node || (node && gtk_cmctree_is_viewable(ctree,node))' is equivalent to '!node || gtk_cmctree_is_viewable(ctree,node)' [redundantCondition] 2.18.0 claws-mail-4.3.1/src/gtk/gtkcmctree.c:4812:13: style: Redundant condition: node. '!node || (node && gtk_cmctree_is_viewable(ctree,node))' is equivalent to '!node || gtk_cmctree_is_viewable(ctree,node)' [redundantCondition] 2.18.0 claws-mail-4.3.1/src/gtk/gtkcmctree.c:5251:49: style: Redundant condition: new_info.cell.row==dest_info->cell.row. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cog/cog_0.18.5.orig.tar.xz 2.18.0 cog-0.18.5/platform/common/cog-gl-utils.c:230:5: style: Redundant condition: The condition 'rotation == 2' is redundant since 'rotation <= 3' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/c/cubeb/cubeb_0.0~git20250529.78ee5f0+ds.orig.tar.xz 2.18.0 cubeb-0.0~git20250529.78ee5f0+ds/src/cubeb_pulse.c:869:60: style: Redundant condition: stream_params->layout!=CUBEB_LAYOUT_UNDEFINED. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/dsda-doom/dsda-doom_0.29.0+dfsg.orig.tar.xz 2.18.0 dsda-doom-0.29.0/prboom2/src/gl_main.c:186:21: style: Redundant condition: The condition '*rover' is redundant since '*rover == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/d/dtkwidget/dtkwidget_5.7.12.orig.tar.gz 2.18.0 dtkwidget-5.7.12/src/widgets/dprintpreviewwidget.cpp:174:24: style: Redundant condition: isAsynPreview. '!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 2.18.0 e2fsprogs-1.47.3-rc3/e2fsck/pass1.c:670:29: style: Redundant condition: sizeof(time_t)>4. '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 2.18.0 gkrellm-2.3.11/src/mail.c:566:25: style: Redundant condition: The condition '*fieldstart != 0' is redundant since '*fieldstart == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gstreamer1.0/gstreamer1.0_1.27.1.orig.tar.xz 2.18.0 gstreamer-1.27.1/gst/gstvecdeque.c:451:33: style: Redundant condition: array->head>=array->tail. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/g/gtkextra/gtkextra_3.3.4.orig.tar.gz 2.18.0 gtkextra-3.3.4/gtkextra/gtksheet.c:9856:22: style: Redundant condition: mask2==mask1. 'mask2!=mask1 || (mask2==mask1 && state!=GTK_STATE_SELECTED)' is equivalent to 'mask2!=mask1 || state!=GTK_STATE_SELECTED' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/i/intel-vaapi-driver/intel-vaapi-driver_2.4.1+dfsg1.orig.tar.xz 2.18.0 intel-vaapi-driver-2.4.1/src/i965_encoder_vp8.c:3806:20: style: Redundant condition: is_phase2. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] 2.18.0 intel-vaapi-driver-2.4.1/src/i965_encoder_vp8.c:3867:20: style: Redundant condition: is_phase2. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/liby/libyami/libyami_1.3.2.orig.tar.gz 2.18.0 libyami-1.3.2/encoder/vaapiencoder_h264.cpp:620:29: 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/l/lives/lives_3.0.2.orig.tar.bz2 2.18.0 lives-3.0.2/src/callbacks.c:6533:79: style: Redundant condition: mainw->multitrack!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 lives-3.0.2/src/liblives.cpp:773:50: style: Redundant condition: The condition 'm_lives->status() == 3' is redundant since 'm_lives->status() != 0' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/mirrormagic/mirrormagic_3.3.1+dfsg1.orig.tar.xz 2.18.0 mirrormagic-3.3.1/src/libgame/misc.c:1308:13: style:inconclusive: Redundant condition: The condition '*s' is redundant since '*s >= 'a'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/m/modem-manager-gui/modem-manager-gui_0.0.20.orig.tar.gz 2.18.0 modem-manager-gui/src/connection-editor-window.c:175:48: style: Redundant condition: text[i]=='.'. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/connection-editor-window.c:51:48: style: Redundant condition: text[i]=='.'. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/main.c:1895:39: style: Redundant condition: device->operatorname!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/mm06.c:2312:41: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/mm06.c:2385:41: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/mm06.c:2790:41: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/mm06.c:2804:75: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/mm06.c:2962:41: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/mm06.c:2982:75: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/mm06.c:3138:41: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/mm06.c:3162:75: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/mm07.c:2431:41: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/mm07.c:2506:41: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/mm07.c:2966:41: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/mm07.c:2996:75: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/mm07.c:3210:41: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/mm07.c:3230:75: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/mm07.c:3382:41: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/mm07.c:3406:75: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/nm09.c:173:21: style: Redundant condition: checkstate. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/ofono109.c:2543:41: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/ofono109.c:2618:41: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/ofono109.c:2899:41: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/ofono109.c:2963:75: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/ofono109.c:3158:41: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/ofono109.c:3188:75: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/ofono109.c:3392:41: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/ofono109.c:3413:75: style: Redundant condition: moduledata->cancellable!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/pppd245.c:162:23: style: Redundant condition: segend!=NULL. 'segend==NULL || (segend!=NULL && (*segend)>=dbsize)' is equivalent to 'segend==NULL || (*segend)>=dbsize' [redundantCondition] 2.18.0 modem-manager-gui/src/modules/pppd245.c:166:25: style: Redundant condition: segstart!=NULL. 'segstart==NULL || (segstart!=NULL && segend<=segstart)' is equivalent to 'segstart==NULL || segend<=segstart' [redundantCondition] 2.18.0 modem-manager-gui/src/sms-page.c:1425:52: style: Redundant condition: mmguiapp->window->smsnumlisthistory!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] 2.18.0 modem-manager-gui/src/traffic-page.c:795:28: style: Redundant condition: device!=NULL. 'device==NULL || (device!=NULL && !device->connected)' is equivalent to 'device==NULL || !device->connected' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/o/opencryptoki/opencryptoki_3.23.0+dfsg.orig.tar.xz 2.18.0 opencryptoki-3.23.0/usr/sbin/p11sak/p11sak.c:7960:49: style: Redundant condition: keytype->is_asymmetric. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pianobar/pianobar_2024.12.21.orig.tar.bz2 2.18.0 pianobar-2024.12.21/src/ui.c:806:22: style: Redundant condition: filter!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pidgin/pidgin_2.14.14.orig.tar.bz2 2.18.0 pidgin-2.14.14/pidgin/gtkutils.c:1061:21: style: Redundant condition: The condition '*s != '\0'' is redundant since '*s == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/plasma-nm/plasma-nm_6.3.4.orig.tar.xz 2.18.0 plasma-nm-6.3.4/libs/connectionicon.cpp:292:21: style: Redundant condition: connection. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/pqiv/pqiv_2.13.2.orig.tar.gz 2.18.0 phillipberndt-pqiv-2f040df/pqiv.c:1031:17: style:inconclusive: Redundant condition: The condition '*value' is redundant since '*value >= '0'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/p/prboom-plus/prboom-plus_2.6um.orig.tar.gz 2.18.0 prboom-plus-2.6um/prboom2/src/gl_main.c:374:21: style: Redundant condition: The condition '*rover' is redundant since '*rover == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/r-cran-fansi/r-cran-fansi_1.0.6.orig.tar.gz 2.18.0 fansi/src/normalize.c:54:24: style: Redundant condition: The condition '*string' is redundant since '*string == 0x1b' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/r/relion/relion_3.1.3.orig.tar.gz head 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/ristretto/ristretto_0.13.3.orig.tar.bz2 2.18.0 ristretto-0.13.3/src/main_window.c:1539:39: style: Redundant condition: editor. '!editor || (editor && strcmp(id,editor))' is equivalent to '!editor || strcmp(id,editor)' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/s390-tools/s390-tools_2.35.0.orig.tar.gz 2.18.0 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] 2.18.0 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] ftp://ftp.de.debian.org/debian/pool/main/s/spacefm/spacefm_1.0.6.orig.tar.gz 2.18.0 spacefm-1.0.6/src/cust-dialog.c:1460:21: style: Redundant condition: cname. '!cname || (cname && cname[0]=='\0')' is equivalent to '!cname || cname[0]=='\0'' [redundantCondition] 2.18.0 spacefm-1.0.6/src/cust-dialog.c:3354:24: style: Redundant condition: args. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] 2.18.0 spacefm-1.0.6/src/main-window.c:393:27: style: Redundant condition: plug_dir. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] 2.18.0 spacefm-1.0.6/src/main-window.c:5320:17: style: Redundant condition: model. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] 2.18.0 spacefm-1.0.6/src/ptk/ptk-file-browser.c:885:18: style: Redundant condition: cwd. '!cwd || (cwd && strcmp(cwd,"/"))' is equivalent to '!cwd || strcmp(cwd,"/")' [redundantCondition] 2.18.0 spacefm-1.0.6/src/ptk/ptk-handler.c:2797:21: style: Redundant condition: folder. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] 2.18.0 spacefm-1.0.6/src/ptk/ptk-location-view.c:3632:35: style: Redundant condition: vol. '!vol || (vol && vol->is_mounted)' is equivalent to '!vol || vol->is_mounted' [redundantCondition] 2.18.0 spacefm-1.0.6/src/ptk/ptk-location-view.c:3636:35: style: Redundant condition: vol. '!vol || (vol && vol->is_optical)' is equivalent to '!vol || vol->is_optical' [redundantCondition] 2.18.0 spacefm-1.0.6/src/settings.c:1584:26: style: Redundant condition: set->x. '!set->x || (set->x && set->x[0]=='\0')' is equivalent to '!set->x || set->x[0]=='\0'' [redundantCondition] 2.18.0 spacefm-1.0.6/src/settings.c:4334:15: style: Redundant condition: set. '!set || (set && strncmp(set->name,"cstm_",5))' is equivalent to '!set || strncmp(set->name,"cstm_",5)' [redundantCondition] 2.18.0 spacefm-1.0.6/src/settings.c:4691:39: style: Redundant condition: set->shared_key. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] 2.18.0 spacefm-1.0.6/src/settings.c:6577:15: style: Redundant condition: set. '!set || (set && set->lock)' is equivalent to '!set || set->lock' [redundantCondition] 2.18.0 spacefm-1.0.6/src/settings.c:7263:25: style: Redundant condition: folder. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] 2.18.0 spacefm-1.0.6/src/settings.c:7768:29: style: Redundant condition: set->lock. '!set->lock || (set->lock && set->line)' is equivalent to '!set->lock || set->line' [redundantCondition] 2.18.0 spacefm-1.0.6/src/settings.c:8237:51: style: Redundant condition: set->lock. '!set->lock || (set->lock && set->line)' is equivalent to '!set->lock || set->line' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/s/sylpheed/sylpheed_3.8.0~beta1.orig.tar.xz 2.18.0 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] 2.18.0 sylpheed-3.8.0beta1/src/summaryview.c:4391:29: style: Redundant condition: summaryview->selected. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] 2.18.0 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/systemtap/systemtap_5.1.orig.tar.gz 2.18.0 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] ftp://ftp.de.debian.org/debian/pool/main/u/ufoai/ufoai_2.5.orig.tar.xz 2.18.0 ufoai-2.5/src/shared/parse.cpp:146:24: style: Redundant condition: The condition 'data[clen]' is redundant since 'data[clen] == '*'' is sufficient. [redundantCondition] 2.18.0 ufoai-2.5/src/shared/parse.cpp:146:65: style: Redundant condition: The condition 'data[clen+1]' is redundant since 'data[clen+1] == '/'' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/u/uim/uim_1.9.6.orig.tar.bz2 2.18.0 uim-1.9.6/gtk2/immodule/gtk-im-uim.c:1329:21: style: Redundant condition: cur_toplevel. '!cur_toplevel || (cur_toplevel && grab_widget)' is equivalent to '!cur_toplevel || grab_widget' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/v/viking/viking_1.10.orig.tar.bz2 2.18.0 viking-1.10/src/gpx.c:1484:26: style: Redundant condition: context->options. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] 2.18.0 viking-1.10/src/gpx.c:1620:26: style: Redundant condition: context->options. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] 2.18.0 viking-1.10/src/gpx.c:1712:16: style: Redundant condition: header. '!header || (header && g_strrstr(header,"xmlns:gpxx="))' is equivalent to '!header || g_strrstr(header,"xmlns:gpxx=")' [redundantCondition] 2.18.0 viking-1.10/src/viktrwlayer.c:11511:53: style: Redundant condition: vtl->current_track. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] 2.18.0 viking-1.10/src/viktrwlayer.c:11595:53: style: Redundant condition: vtl->current_track. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] 2.18.0 viking-1.10/src/viktrwlayer.c:11646:29: style: Redundant condition: vtl->current_track. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xarchiver/xarchiver_0.5.4.25.orig.tar.gz 2.18.0 xarchiver-0.5.4.25/src/gzip_et_al.c:90:14: style: Redundant condition: The condition '*nl' is redundant since '*nl == ' '' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xiphos/xiphos_4.3.2+dfsg1.orig.tar.xz 2.18.0 xiphos-4.3.2/src/gtk/navbar_versekey.c:403:15: style: Redundant condition: rawtext. '!rawtext || (rawtext && strlen(rawtext)<2)' is equivalent to '!rawtext || strlen(rawtext)<2' [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xjadeo/xjadeo_0.8.14+really0.8.14.orig.tar.gz 2.18.0 xjadeo-0.8.14/src/xjadeo/xjadeo.c:848:33: style: Redundant condition: The condition 'keyframe_byte_distance > 0' is redundant since 'keyframe_byte_distance > 5242880' is sufficient. [redundantCondition] ftp://ftp.de.debian.org/debian/pool/main/x/xserver-xorg-video-r128/xserver-xorg-video-r128_6.13.0.orig.tar.gz 2.18.0 xf86-video-r128-6.13.0/src/r128_driver.c:1439:29: style: Redundant condition: info->useEXA. '!info->useEXA || (info->useEXA && !info->accelOn)' is equivalent to '!info->useEXA || !info->accelOn' [redundantCondition]